* The call realpath(..., NULL) gives an error in Solaris, which means that
[alpine.git] / pith / pine.hlp
blob802c5544437f90b89220304d42b3486b4f8c5630
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-2018 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 299 2018-08-12 11:48:38
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-2018 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 Version <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)
177 addresses bugs found in previous releases and has a few additions as well.
180 Additions include:
182 <UL>
183 <LI> PC-Alpine builds with LibreSSL and supports S/MIME.
185 <LI> NTLM authentication support with the ntlm library, in Unix systems.
186 Based on code provided by Maciej W. Rozycki.
188 <LI> Add -dict option to PC-Pico, which allows users to choose a dictionary
189 when spelling. Sample usage: -dict "en_US, de_DE, fr_FR".
191 <LI> Improvements to the configure stage of compilation. Some of
192 these contributed by Helmut Grohne. See
193 <A href="https://bugs.debian.org/876164">Bug 876164</A> in Debian.
195 <LI> Add &quot;remove password&quot; command to the management screen for the 
196 password file encryption key. This allows users to use their password file
197 without entering a master password.
199 <LI> Add the &quot;g&quot; option to the select command that works in IMAP 
200 servers that implement the X-GM-EXT-1 capability (such as the one offered 
201 by Gmail.) This allows users to do selection in Alpine as if they were 
202 doing a search in the web interface for Gmail.
204 <LI> New variable close-connection-timeout, which tells Alpine to close
205 a connection that is having problems being kept alive after the number
206 of seconds configured in this variable, if the connection has not
207 recovered. The default is 0, which means to keep the connection alive
208 and wait for the connection to recover.
210 <LI> When a message is of type multipart/mixed, and its first part is
211 multipart/signed, Alpine will include the text of the original message
212 in a reply message, instead of including a multipart attachment.
213 Suggested by Barry Landy.
214 </UL>
217 Bugs that have been addressed include:
218 <UL>
219    <LI> Width of characters is not always determined correctly when wcwidth
220         is used. Revert to using code for the Windows operating system. 
221         Reported by Andrew Ho.
223    <LI> The call realpath(..., NULL) gives an error in Solaris, which means that
224         we need to allocate memory for storing the resolved path. Reported by
225         Fabian Schmidt.
227    <LI> Crash when attempting to bounce a message due to lack of space in
228         allocated space for key menu array. Reported by David Sewell.
230    <LI> Crash when a CA certificate failed to load, and user attempted to
231         view certificate information of other certificate authorities.
233    <LI> Deactivate some color code from Pico (as standalone editor in the
234         windows version) until I find a way to activate it again. This is 
235         not critical and it is not something that PC-Pico must have (some 
236         of it already exists in other ways, like color support, what does 
237         not exist is the more complex code that Unix-Pico has with color 
238         codes for specific colors.)
240    <LI> Update build.bat file to add /DWINVER=0x0501 so that Alpine can 
241         build when using Visual Studio 2017. Fix contributed by 
242         Ulf-Dietrich Braunmann.
244    <LI> When the locale is not set up to UTF-8, alpine might determine the 
245         width of a character incorrectly. Reported by Alexandre Fedotov.
247    <LI> When colors are edited from the main setup configuration screen, some
248         color settings are not updated until Alpine is restarted. Reported by
249         Andrew Hill.
251    <LI> If the first part of a message is multipart/alternative, and the 
252         first part of this is also a multipart type, then Alpine might 
253         fail to select the first text part when replying to a message. 
254         Reported by Lucio Chiappetti.
256    <LI> TLS 1.2 works does not work if Alpine is compiled with openssl &gt;= 1.1.0.
257         Reported and patched by Kyle George.
259    <LI> If the directory where Alpine saves the certificates if empty,
260         alpine would not create a self-signed certificate to encrypt the 
261         password file.
263    <LI> S/MIME: The list of public certificates is freed before it is 
264         reused when a signature fails to verify. This causes Alpine to 
265         crash. Patch submitted by Linus Torvalds.
267    <LI> S/MIME: A message could fail to verify its signature even if the
268         certificate was saved when the message was open. Based on a report 
269         by David Woodhouse to the RedHat bugzilla system.
270 </UL>
273 Version 2.21 addresses bugs found in previous releases and has several 
274 additions as well.
277 Additions include:
278 <UL>
279   <LI> PC-Alpine: New configuration option "Aspell Dictionaries" allows a
280        user to choose the dictionary used to spell check, in case the user 
281        communicates in more than one language. Examples of values for the 
282        variable are "en_US" or "de_DE", etc. Only the first 10 
283        dictionaries are offered.
285   <LI> Unix-Alpine: Connect securely to a LDAP server on a secure port. 
286        Based on a contribution by Wang Kang.
288   <LI> Colors configured in Alpine are inherited in the composer.
290   <LI> When Alpine is compiled with password file and SMIME support 
291        the password file is encrypted using a private key/public 
292        certificate pair. If one such pair cannot be found, one will be 
293        created. <A HREF="h_password_file_support">Learn more</A>.
295   <LI> Alpine builds with any version of OpenSSL greater than or equal
296        to 1.0.0c. This includes version 1.1.0. Alpine also builds with
297        LibreSSL.
299   <LI> New SHORTSUBJECT, SHORTSUBJKEY and SHORTSUBJKEYINIT token for index 
300        format, which removes text in the SUBJECT between &quot;[&quot; and 
301        &quot;]&quot;.
303   <LI> New SMARTTIME24 token for index screen. It is close to SMARTDATETIME
304        but it differns in that it gives the time in which the message was
305        sent for messages that are less than a week old. it uses a 24 hour
306        format.
308   <LI> Alpine will include attachments when forwarding some 
309        multipart/alternative messages for which it did not use to include 
310        attachments.
312   <LI> New configuration option 
313        <a href="h_config_alt_reply_menu"><!--#echo var="FEAT_alternate-reply-menu"--></a>
314        which adds more ways to control features and variables when you
315        start to reply to a message.
317   <LI> Added support for RFC 2971 - IMAP ID extension.
319   <LI> Add configuration <A href="h_config_ignore_size"><!--#echo var="FEAT_ignore-size-changes"--></A>
320        that allows users to ignore errors in the computation of the size
321        of a message from defective servers.
323   <LI> SMIME: Upgrade the default signature digest from sha1 to sha-256, since 
324        clients such as Thunderbird do not validate signatures that use sha1 digest.
326   <LI> Add the configuration variable "default-directories", which is called
327        <A href="h_config_history"><!--#echo var="VAR_default-directories"--></A>
328        variable saves a list of directories that are readily accessible 
329        for save or export of attachments. This makes it easier to save 
330        attachments in directories that are hard to navigate to, or that 
331        are accessed frequently.
333   <LI> When a filename is attached and its name is encoded, the save 
334        attachment command will offer to save the file in the encoded form. 
335        This might work for some users, but the save command will have a 
336        subcommand ^N to decode the file name and save the file with the 
337        decoded name.
339   <LI> The TAB key allows autocomplete in the Fcc field in the composer headers,
340        as well as autocompletes automatically when only one possibility exists 
341        for the ^J attach command.
343   <LI> Add support for the &quot;TYPE&quot; and &quot;VALUE&quot; attributes of
344        the html OL tag.
346   <LI> Ignore message from smtp server after a successful authentication
347        challenge.
349   <LI> When a message is saved in the Form Letter folder, add the ability
350        to save the role being used to compose such message so that settings
351        such as the SMTP server set in the role can be used when sending
352        such form message. Suggested and patched by Frank Doepper.
354   <LI> If SSLDIR is defined somehow, do not disable S/MIME if the
355        SSLCERTSDIR is not found.
357   <LI> When Alpine sends an attachment, it will set the boundary attribute
358        in lower case, as some SMTP servers, such as those of libero.it 
359        reject messages if the boundary attribute is in uppercase.
361   <LI> Add the ability to change the private key and certificates used
362        to encrypt a password file in the SMIME setup configuration screen.
363        <A HREF="h_config_smime_password_file_certificates">Learn more</A>
365   <LI> SMIME: The ctrl-E command that gives information on the certificate
366        is only available for messages that have a signed or encrypted 
367        part.
369   <LI> SMIME: If a message contains a RFC822 attachment that is
370        signed/decrypted add the ability to view its SMIME information.
372   <LI> SMIME: Certificate information in the S/MIME screen is available 
373        for certificates stored in a container.
375   <LI> SMIME: Offer the common name of the person, instead of the name of
376        file containing the certificate, as the name to be displayed in the 
377        certificate management screen for certificate authorities. 
378        Suggested by Matthias Rieber.
380   <LI> SMIME: Management of several alternate name (SAN) certificates is 
381        improved. When importing a SAN certificate, also import a certificate
382        for the filename, besides for the e-mail addresses in the
383        certificate. Suggested by Matthias Rieber.
385   <LI> SMIME: add full year when displaying information about a certificate
386        in the certificate management screen. Suggested by Matthias Rieber.
388   <LI> SMIME: sort certificates by some type of alphabetical order in the
389        displayed name.
391   <LI> SMIME: Alpine will ask users if they wish to save S/MIME 
392        certificates included in signatures, when the option "Validate 
393        Using Certificate Store Only" is enabled. If the user does not wish 
394        to save it, validation will fail.
396   <LI> HTML: Add support for decoding entities in hexadecimal notation.
397        Suggested by Tulip&aacute;nt Gergely.
399   <LI> The &quot;#&quot; command, when used as part of an aggregate
400        operation will allow users to select the role used in either 
401        replying, forwarding or replying to the group of selected messages, 
402        Suggested by Hisashi T Fujinaka.
404   <LI> If the charset of a message can not be determined, use the value set
405        in the <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A> for its value.
407   <LI> Resizing setup screen will redraw screen.
409   <LI> Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code
410        in the width ambiguous zone, it will use other means to determine
411        the width, such as call wcwidth.
413   <LI> Pico: Code reorganization in the search command to make it easier to
414        add subcommands of the search command.
416   <LI> Pico: Search command can do a case sensitive match. Use the Ctrl-^
417        subcommand of the search command to bring this choice into view.
419   <LI> Pico: Add the ability to search for strings in the beginning or end
420        of a line. Use the Ctrl-^ subcommand of the search command to bring 
421        this choice into view.
423   <LI> For a multipart/alternative message, the Take Address command will 
424        work on the part that is being read.
426   <LI> When sending a message, allow for 512 characters of consecutive 
427        non-white space before folding the subject line.
429   <LI> Make sure titlebar (the line at the top of the screen) always 
430        contains the name of the folder/newsgroup that is open, if this 
431        fits in the title.
433   <LI> The feature <a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
434        will also scramble the name, version and operating system in the 
435        message-id header. Based on a contribution by Dennis Davis, which 
436        is itself based on a contribution by Mark Hills.
438   <LI> Change in logic in imap_set_password function to make Alpine ask if
439        a user wants to save a password before reading the password file.
441   <LI> When exporting all parts of a message, if two attachments have the same
442        name, do not overwrite a file more than once, but instead add a counter
443        number to the filename to make a new file that does not exist in the file
444        system.
446   <LI> Add the Control-R subcommand to the save command for attachments. 
447        This subcommand toggles if the saving will be done in binary mode 
448        for text attachments. When a user saves an attachment using binary
449        mode it will be saved as it was sent, otherwise the attachment will
450        be transformed to UTF-8 for further transformation through internal
451        and user defined filters for saving.
453   <LI> Add command line argument -smimedir, which allows to specify
454        the default path for a directory that contains the public, private, 
455        and ca directories. This is useful in case a user has a backup of 
456        old certificates that cannot be installed in the ~/.alpine-smime 
457        dir.
459   <LI> Reimplementation of the code that allows the .pinerc file to be a
460        symbolic link by Kyle George from tcpsoft.com to use realpath.
462   <LI> When saving an attachment, the "^T" command leads to a screen where the
463        "A" command can be used to add a file. A directory can be added by
464        pressing "^X" after the "A" command. Added after a suggestion by
465        Stefan Goessling.
467   <LI> When saving an attachment, the ^Y and ^V commands allow a user to 
468        scroll through the history of directories used to save attachments, 
469        while preserving the given name of the file. Suggested by Peter 
470        Koellner.
472   <LI> SMIME: Turn off automatic signing and encrypting of a message when
473        bouncing. Suggested after a discussion with Matthias Rieber.
475   <LI> When messages are selected, warn the user if a message that is not
476        selected will be bounced, or if not all selected messages will be 
477        bounced. Suggested by Ulf-Dietrich Braumann.
479   <LI> The bounce command adds a subcommand to choose a role.
481   <LI> When selecting messages by number, the &quot;.&quot; character can 
482        be used to specify the message on which the cursor is on.
484   <LI> When Alpine opens an attachment, it sometimes changes the extension 
485        of the file that is being opened and replaces it by another for the 
486        same mime type. If Alpine finds that the extension of the file 
487        corresponds with the mime type, according to the mime-types file, 
488        then it will keep it, and no substitution will be made.
490   <LI> Set no restrictions on the length of encoded subjects, but encode
491        words in length of no more than 75 characters.
492 </UL>
496 Bugs that have been addressed include:
497 <UL>
498   <LI> SMIME: Crash when a certificate has an invalid date of validity. Also
499        Alpine will use the function ASN1_TIME_print to determine the date 
500        of validity. Reported by Ben Stienstra.
502   <LI> SMIME: Crash when attempting to unlock the password file and an
503        incorrect password is entered.
505   <LI> SMIME: Crash when checking the signature of a message that contains
506        a RFC822 attached message. Reported by Holger Trapp and Bj&ouml;rn 
507        Krellner.
509   <LI> SMIME: Cancelling entering password to unlock key will not reprompt.
511   <LI> SMIME: fix a bug that did not allow users to transfer certificates to
512        remote containers. Reported by Matthias Rieber.
514   <LI> SMIME: certificates included in messages were not being transferred
515        to a remote container.
517   <LI> SMIME: Crash if public certificates are located in an inaccessible
518        remote server and the private key is not available.
520   <LI> SMIME: Alpine does not remove temporary files created when adding a 
521        CA certificate to a container. Reported by Holger Trapp.
523   <LI> SMIME: When reading a local certificate, Alpine converts the name 
524        of the certificate to lowercase, which may make Alpine not be able 
525        to read such certificate. Reported by Dennis Davis.
527   <LI> SMIME: If the option "Remember S/MIME Passphrase" is disabled, then
528        entering a password to read an encrypted message will make Alpine 
529        forget the key and not ask the password to unlock it again in case 
530        it is necessary to unlock it again. Reported by Ulf-Dietrich 
531        Braumann.
533   <LI> Alpine would use freed memory while trying to compute the color
534        of the titlebar. This happened when trying to continue a postponed 
535        message.
537   <LI> Alpine failed to read an encrypted password file if too many
538        passwords were saved in the password file.
540   <LI> When selecting messages while in Threaded Index Screen, some 
541        messages other than top of threads could appear in the index, making
542        Alpine display messages &quot;out of the screen.&quot;
544   <LI> The index format would be chopped at the position of an unrecognized 
545        token, instead of skipping the token as intended.
547   <LI> Work in progress: Avoid calling non-safe functions when Alpine
548        receives a signal. See bug report 
549        <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825772">here.</A>
551   <LI> Crash when attempting to read a message after a bounce command. 
552        In order to produce a crash one needed to use the ^T subcommand and 
553        do a search in a LDAP directory. The crash is produced by changes 
554        to the text in the title bar. Reported by Heinrich Mislik in the 
555        Alpine-info list.
557   <LI> HTML messages that contain UTF-8 may wrap at the wrong position,
558        making Alpine not display the correct character at the position 
559        that wrapping is done. Reported by Wang Kang.
561   <LI> Pico: Searching for a string that is too long causes Pico to crash
562        in the next search.
564   <LI> Fix vulnerability in regex library. This only affects those who use
565        this library, such as the windows version of Alpine. See 
566        <A HREF="http://www.kb.cert.org/vuls/id/695940">http://www.kb.cert.org/vuls/id/695940</A>
567        for more details.
569   <LI> Alpine would not set include and lib paths for OpenSSL if this was
570        installed in /usr/local/ssl.
572   <LI> If the .pinerc file is a symbolic link, Alpine might not write its
573        contents when saving its configuration.
575   <LI> The _INIT_ token does not skip over non-alphanumeric characters in
576        the name. Reported by Andreas Fehr.
578   <LI> When opening an INBOX folder in a context different from the 
579        incoming folders collection, from the command line, Alpine would 
580        open the INBOX folder from the incoming folders collection.
582   <LI> Mismatch in size of UCS and CELL caused a corruption in the
583        content of a pointer, which made the speller in PC-Alpine get the 
584        content of a word incorrectly.
586   <LI> Skip testing openssl compatibility version when cross-compilation
587        is detected. Fix contributed by Antti Sepp&auml;l&auml;
589   <LI> Alpine fails to remove temporary files used during a display or sending
590        filter. Fix contributed by Phil Brooke.
592   <LI> When the index is in zoomed state, adding new messages to the 
593        selection would not show those messages if those messages are on 
594        top of the current message in the top of the screen. Reported by
595        Ulf-Dietrich Braumann. In addition, when the user scrolls through
596        the index, this scroll smoothly, without jumping pages. Reported
597        by Holger Trapp.
599   <LI> Crash when reviewing history of saving attachments.
601   <LI> Crash when canceling a goto command on a local collection that has
602        not been expanded and attempting to expand such collection.
604   <LI> Crash in Pico when forwarding messages that contain a direction mark
605        at the end of a line. Reported by James Mingo.
607   <LI> Solve compilation errors when Alpine is built with Visual Studio 2015.
608 </UL>
612 Version 2.20 addresses bugs found in previous releases and has several 
613 additions as well.
616 Additions include:
619 <UL>
620   <LI> Upgrade UW-IMAP to Panda IMAP from 
621        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
622   <LI> S/MIME: Add screen to manage certificates.
623   <LI> S/MIME: Signatures are validated using the user's certificates instead
624        of the ones included in the message. Behavior can be disabled by
625        disabling the option <A href="h_config_smime_use_cert_store">
626         <!--#echo var="FEAT_smime-use-storey-only"--></A>, which is enabled
627        by default.
628   <LI> S/MIME: sign messages using intermediate certificates when needed 
629        and possible.
630   <LI> S/MIME: validation of certificates for servers that modify signed 
631        content.
632   <LI> S/MIME: signed and encrypted messages will be signed first and 
633        encrypted second, so that they can be decoded by other clients.
634   <LI> S/MIME: add the sender certificate to the list of certificates in
635        encrypted messages to make it possible for the sender to decrypt
636        the message they sent.
637   <LI> S/MIME: When transferring certificates to a local container, create 
638        container with default names PublicContainer, PrivateContainer and 
639        CAContainer, as appropriate for these files, unless the user has 
640        provided some other names.
641   <LI> S/MIME: Forwarding a message will include the signed part as part
642        of the text and not as a multipart message, just as the reply
643        command does.
644   <LI> HTML: Style tag in body of html message causes Alpine to not write
645        its content until a new &lt;/style&gt;
646   <LI> HTML: &lt;BR&gt;, &lt;BR /&gt;, and &lt;BR/&gt; are considered
647        the same inline tag; the same is valid for the &lt;HR&gt; tag.
648   <LI> Add support to selective expunge through a subcommand of the 
649        select-apply commands. Read more in the <A 
650        HREF="h_index_cmd_expunge">help</A> for the expunge command.
651   <LI> Pico: New subcommand of the search command, allows to reverse the
652        direction of search.
653   <LI> Unix Alpine: If a password file is defined, and S/MIME is enabled, 
654        the key and certificate used to encrypt the password file are saved 
655        in the ~/.alpine-smime/.pwd directory, or in the directory specified
656        by the -pwdcertdir command line option. 
657        <A HREF="h_password_file_support">Learn more</A>.
658   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
659        server to use different ways to connect using ssl, for 
660        example {server.com/tls1} will attempt to connect to 
661        server.com at the ssl imap port (port 993) and establish a 
662        connection using TLSv1. These flags can be used in 
663        conjunction with the /ssl flag, the ssl flag is redundant. 
664        Conversely, however, the /ssl flag does not imply any of 
665        these flags; the /ssl flag means SSLv3 or, if not available, 
666        SSLv2 in the SSL port.
667   <LI> Alpine does not attempt to automatically reopen a collection 
668        that was not opened due to cancellation by the user. 
669        Instead, the user must try to open it explicitly.
670   <LI> Alpine searches for a certificate that matches an email address in
671        all addresses in a certificate (instead of just the first 
672        one) but when it tries to unlock the certificate, it asks 
673        for the password for the first email address in that 
674        certificate.
675   <LI> Style tag in body of html message causes Alpine to not write its content
676        until a new &lt;/style&gt;
677   <LI> Experimental: Write the content-type of a message in 
678        lowercase, as some non-compliant servers do not understand 
679        uppercase content-type, such as those of GMX.de.
680   <LI> Experimental: Do not send the RSET command before attempting
681        to send a message, as this causes a delay in some evily managed
682        servers.
683   <LI> Opening a folder updates recent count in maildrops (this 
684        already works for other types of folders)
685   <LI> Automatically redraw screen after opening an attachment 
686        instead of simply clearing it.
687   <LI> Pico: Justification works without need of a predefined quote 
688        string. This allows justification of blocks of text that are 
689        indented with spaces.
690   <LI> Decode the name of attachment names, so they can be written as part   
691        of the description of the part. 
692   <LI> Check bounds and tie strings off to improve security. Contributed 
693        by James Jerkins.
694   <LI> Replace tabs by spaces in From and Subject fields to control for
695        size in screen of these fields. Change only in index screen display.
696   <LI> Aggregate operations allows bouncing a list of messages using a role.
697        Suggested by Ulf-Dietrich Braumann.
698   <LI> Disable saving new passwords to the password file. Implemented
699        by Louis Raphael from dpslabs.com. <A HREF="h_config_disable_password_file_saving">Learn more.</A>
700   <LI> Makefile: Add $(LIBINTL) to the flags to link rpdump, rpload, 
701      alpined and alpineldap because MAC OSX 10.8 x86_64 needs it. Reported by
702      Charles M. Register.
703 </UL>
707 Bugs that have been addressed include:
708 <UL>
709   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
710        in personal names. Reported by Lev Gorenstein.
711   <LI> When writing the .pinerc file, lines were truncated if they were longer
712        than 10,000 characters. This could cause data corruption, so now lines
713        are allowed to be of any length.
714   <LI> In Unix Alpine (but not in MAC OSX) fix a problem that made Alpine 
715        remove attachments before they were open by a mailcap viewer. It 
716        requires that the user has an equivalent to a command such as "ps 
717        auxww" to list the list of processes, and check if there is any 
718        program using the attachment. The default is "/bin/ps auxww", but 
719        it can be changed at compile time with the option --with-ps-cmd. 
720        See the help of the variable 
721        <a href="h_config_psleep"><!--#echo var="VAR_mailcap-check-interval"--></a> 
722        for more information.
723   <LI> S/MIME: signed messages that contained an attachment would not validate.
724   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
725        validate. Thanks to Andreas Schamanek for testing, debugging and 
726        advising during the process of fixing this problem.
727   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
728        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
729        and Stefan Mueller.
730   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
731        home directory.
732   <LI> S/MIME: Accessing the S/MIME configuration screen would deinitialize
733        SMIME making it not possible to sign or encrypt messages.
734   <LI> S/MIME: Forwarding a signed message might make the body contain mime 
735        information that is not part of the body, and hence making the body
736        of the message seem wrong.
737   <LI> S/MIME Alpine would compute incorrectly the signature of a message 
738        that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is 
739        enabled, the message contains 8bit characters and the smtp server 
740        supports 8bit sending.
741   <LI> When replying to several messages, subject will be decoded first,
742        and then stripped from re/fwd before they are compared to determine
743        the subject of the replied message.
744   <LI> Crash when tcp connection to NNTP server was lost after connection
745        had been established, but lost immediately afterwards.
746   <LI> Crash with message &quot;lock when already locked&quot;, when painting
747        an index was based on scores that needed information from a remote
748        addressbook in the same server as the folder opened. Reported by
749        Peter Koellner.
750   <LI> Crash in message/rfc822 attachments encoded in base64.
751   <LI> Postponed messages whose content-type is text/html, text/enriched and
752        text/richtext are sent with that content-type, even though, after
753        resuming composition, Alpine had changed its type to text/plain.
754   <LI> Alpine cannot handle correctly some characters in the Windows-1256 
755        character set, which might lead to a crash or a corruption in the 
756        screen. Work was done to contain the bug. A more complete fix will 
757        be done in a future release. Reported by Professor Robert Funnell.
758   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
759   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
760   <LI> Save command did not warn of existence of a message with a deleted 
761        attachment in an aggregate save, unless cursor was positioned on a message 
762        with a deleted attachment. Reported by Florian Herzig.
763   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
764        in an IMAP server.
765   <LI> DATE tokens were not internally transformed to UTF-8, which made their
766        values not appear complete in the screen. Reported by Werner Scheinast.
767   <LI> Fixes to configure script so that it will not require PAM for every system.
768   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
769        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
770        during the build. Fix by Ulf-Dietrich Braumann.
771   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
772        needs to use tcl_getstringresult() instead. Reported by 
773        Ulf-Dietrich Braumann.
774   <LI> Quoted string in URL Viewers configuration variable were not 
775        unquoted before passing to viewer.
776   <LI> Fix in configure script to detect location of tcl library; add
777        /usr/local in FreeBSD and fix a bug in configure script that used 
778        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
779        by Werner Scheinast.
780   <LI> Move SSL configurations from UW-IMAP to configure script, and
781        update OpenSSL configuration for Mac OS X.
782   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
783   <LI> When the download of an attachment is interrumpted, Alpine stills
784      caches what was downloaded, making the download incomplete for 
785      subsequent calls of Alpine attempting to open the attachment. In the 
786      future, Alpine will not cache any downloaded part of the attachment 
787      when it is interrupted.
788 </UL>
793 Version 2.11 addresses bugs found in previous releases and has a few 
794 additions as well.
797 Additions include:
800 <UL>
801    <LI> Alpine requires version 1.0.0c of Openssl to build.
802    <LI> Increase encryption of S/MIME encrypted messages.
803    <LI> Pico: Improvements in justification of paragraphs: lines that begin
804 with a quote string, followed by a space were considered individual paragraphs,
805 now they are considered part of a paragraph. Based on earlier joint work
806 with Jeff Franklin.
807    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
808    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
809 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
810    <LI> Added recognition of ws and wss URIs.
811    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
812  <A HREF="h_config_directory_color">directory names</A>,
813  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
814    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
815 used in the display of the INDEX SCREEN.
816    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
817 that adds the ability to preserve To: and Cc: fields when replying to a 
818 message, as specified by original sender.
819    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
820  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
821    <LI> Quota command includes subcommands for printing, forwarding, etc.
822 </UL>
825 Bugs that have been addressed include:
827 <UL>
828   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
829   <LI> Crash when resizing the screen in a configuration screen.
830   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
831   <LI> Do not use a shell to open a browser.
832   <LI> Configure script did not test for crypto or pam libraries.
833   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
834   <LI> Change Cygwin directory separator to &quot;/&quot;.
835   <LI> Alpine could set List- headers, contrary to RFC 2369.
836 </UL>
839 Version 2.10 addresses bugs found in previous releases and has a few 
840 additions as well.
843 Additions include:
846 <UL>
847    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
848    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
849    <LI> Foreign characters are decoded correctly in IMAP folder names.
850    <LI> Question about breaking connection to slow servers includes their name.
851    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
852    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
853    <LI> Cygwin: Alpine builds without need of patch.
854    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
855    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
856    <LI> Add support for strong encryption of password file when S/MIME is built in.
857 </UL>
860 Bugs that have been addressed include:
863 <UL>
864    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
865    <LI> Double allocation of memory in Pico.
866    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
867    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
868    <LI> Not recognition of environment variables in some options.
869    <LI> Not display of login prompt during initial keystrokes.
870    <LI> justification of long urls breaks them.
871    <LI> Incorrect New Mail message when envelope is not available.
872    <LI> Incorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
873    <LI> Crash when resizing the screen after display of LDAP search.
874    <LI> Crash when redrawing screen while opening a remote folder collection.
875    <LI> Infinite loop in scrolltool function during notification of new mail.
876    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
877    <LI> No display of signed and encrypted S/MIME messages.
878    <LI> Alpine will not build with OpenSSL.
879    <LI> Crash for double locking in calls to c-client.
880    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
881    <LI> Ignore the references header when threading messages
882    <LI> No update of colors in index screen after update to addressbook.
883 </UL>
886 Version 2.01 addresses bugs found in previous releases and has a few 
887 additions as well.
890 Additions include:
893 <UL>
894    <LI> Fixed non-ASCII web alpine handling
895    <LI> Added web alpine help.
896    <LI> Allow web alpine inbox on second IMAP server.
897    <LI> Allow web alpine config reset after bad inbox-path gets set.
898    <LI> Added web alpine ability to create group contact from contact list members.
899    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
900    <LI> Tidied up web alpine script layout.
901    <LI> Fixed web alpine status message ordering
902    <LI> Added web alpine Fcc setting via Contacts in Compose
903    <LI> Fixed web alpine autodraft attachment issues
904    <LI> Fixed web alpine problems with recent count maintenance
905    <LI> Fixed web alpine newmail arrival display in message list
906    <LI> Added web alpine confirmation to folder create for Move/Copy
907    <LI> Added web alpine user-domain support
908    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
909 </UL>
912 Bugs that have been addressed include:
915 <UL>
916    <LI> In web alpine fixed delete all selected within a search result to reorient
917         correctly to whole-mailbox message list.
918    <LI> Fixed web alpine delete in view page to be sensitive to sort
919    <LI> Fixed web alpine open of folder within directory from folder manager page.
920    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
921    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
922    <LI> Fixed web alpine adding contacts from message list and view
923    <LI> Fixed web alpine create of non-existent fcc
924    <LI> Remove mistakenly left debugger statement in web alpine javascript.
925    <LI> Some UNIX alpine build problems fixed
926    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
927         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
928         by locale charmap call on some Solaris 8 systems.
929    <LI> MacOS Keychain logins were not working correctly with generic host names, like
930         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
931         new password requests when not needed
932    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
933         last folder in the list
934    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
935         looked for along with the email address
936    <LI> Changes to configure to get spellcheck options with work with arguments.
937    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
938         returned by gethostname (iPhone can do this)
939    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
940         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
941    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
942         Jake Scott of marganstanley.com.
943    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
944         is not used in alpine.
945    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
946         Apparently this causes RIM Blackberry BIS service problems. This is not
947         used in alpine.
948    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
949    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
950         Fix from Ludwig Nussel of SUSE and from Crispin.
951    <LI> Include whole filename in export filename history
952    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
953 </UL>
956 Version 2.00
957 addressed bugs found in previous releases and had a few additions as well.
959 Additions included:
962 <UL>
963    <LI> Redesigned Web Alpine interface
964    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
965         in UNIX versions of Alpine
966    <LI> Attempt to include the attachment filename as part of the name of the
967         temporary file used when viewing an attachment with an external program.
968         Add some randomness to that filename to make it hard to predict the filename.
969         Add a filename extension, usually derived from the type/subtype, to the
970         temporary filename. This was previously done only on Windows and MacOS X.
971    <LI> Enhance address completion in the composer (TAB command) so that it looks
972         through nicknames, fullnames, and addresses from the address book; addresses
973         from the message being viewed, if any; and the results from
974         <A HREF="h_direct_config">LDAP Directory Server</A>
975         lookups for all of the defined directory servers that have the
976         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
977         feature set.
978    <LI> Make the default character set setting more liberal in what it will accept
979         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
980    <LI> Remove the Alpine revision number from the titlebar in released versions
981         while leaving it there in snapshot versions
982    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
983         display of asterisks when you type a password for Alpine
984    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
985    <LI> When the
986         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
987         feature is turned on convert not only the dates in the index screen but also
988         the dates in the MESSAGE VIEW
989 </UL>
992 Bugs addressed in the 2.00 release included:
995 <UL>
996    <LI> Crash when using tab-completion for selecting a Save filename
997    <LI> Make Web Alpine help text images relative for more portability
998    <LI> Fixed attach save of html parts in Web Alpine
999    <LI> Viewing, printing, exporting, replying, and bouncing of message
1000         digests was broken. Replying and bouncing should not have been
1001         allowed at all for digests. It would be nice to have a more standard
1002         index-like view of a message digest but that has not been addressed
1003         with this minor bug fix.
1004    <LI> Adjust wrapping of HTML messages so that the margins specified by
1005         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
1006         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
1007         are observed correctly
1008    <LI> Interrupt of WhereIs command in index was broken
1009    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1010         option did not work correctly interpreting unknown characters in message headers
1011    <LI> Long address lines could cause blank continuation lines
1012    <LI> Save to a local default INBOX failed if the primary collection was also local,
1013         which it is by default. The save went to  ~/mail/inbox instead.
1014    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
1015         inbox, not the inbox in the primary collection
1016    <LI> Address book entries with lots of addresses would be truncated when
1017         entered in the composer with a screen size wider than 270 or so charcters
1018    <LI> Some fields in the index screen were truncated when the screen width was
1019         wider than 256 characters
1020    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
1021         folder, and there is a more than 10 minute pause between typing the TAB
1022         and typing the Yes
1023 </UL>
1026 Version 1.10(962)
1027 addressed bugs found in previous releases and had a few additions as well.
1029 Additions included:
1032 <UL>
1033    <LI> Add the possibility of setting a default role
1034         (see <A HREF="h_role_select">Roles Screen</A>)
1035         which may be convenient if your work flow involves acting in one
1036         role for a while then switching to another role and staying in the
1037         new role for another period of time
1038    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
1039         is encountered, ask the user if he or she wants to continue with the
1040         risky Save anyway instead of aborting. This may be helpful if your
1041         IMAP server is broken in this way but be aware that it is possible there
1042         was a real error instead of just a broken server implementation.
1043    <LI> Some configure adjustments for Kerberos detection and
1044         for SCO OpenServer 5 support
1045    <LI> Hide INBOX in a collection if it also appears as an
1046         <A HREF="h_config_enable_incoming">Incoming Folder</A>
1047    <LI> Show asterisks for feedback when the user is typing a password
1048    <LI> Performance improvement for threading of large folders
1049    <LI> Previously, the search used to find
1050         Pattern matches containing To patterns searched for both To
1051         and Resent-To headers. The relatively complicated search this
1052         produces causes problems when using some deficient IMAP servers.
1053         Now the default is to look only for To headers and ignore the
1054         presence of Resent-To. The previous behavior may be restored
1055         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
1056    <LI> Add an
1057         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1058         to help with reading malformed unlabeled messages
1059    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
1060    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
1061    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
1062 </UL>
1065 Bugs addressed in the 1.10(962) release included:
1068 <UL>
1069    <LI> Crash when encountering certain errors from an SMTP server
1070    <LI> Crash in composer caused by overflow in replace_pat()
1071    <LI> Hang when authenticating to an SMTP server that fails with a
1072         &quot;connection disconnected&quot; error
1073    <LI> Bug in handling of trailing tab character in flowed text
1074    <LI> Security enhancement for mailcap parameter substitution
1075    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
1076         did not work if the message being replied to was not flowed text
1077         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
1078         was not turned on
1079    <LI> Don't allow printer to be changed through hidden config screen
1080         if system administrator didn't want it to be allowed
1081    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
1082         should know that it won't work, causing error messages to appear
1083    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
1084         of double-quote double-quote didn't work right
1085    <LI> Quoting wasn't being done to protect special characters from the
1086         MacOS X shell when
1087         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
1088         was not defined
1089    <LI> On MacOS X message attachments should be shown internally instead of
1090         being shown using the Mail application
1091    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
1092         sometimes set the outgoing charset to X-UNKNOWN, making the result
1093         unreadable
1094    <LI> When the sending of a message failed lines with leading spaces had one
1095         additional space inserted in each of those lines when the user
1096         was returned to the composer
1097    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
1098         that contained non-ascii characters because it was truncating the
1099         line being searched so that it was shorter than what was visible on
1100         the screen
1101    <LI> When composing, an attachment with a long name that causes wrapping in
1102         just the wrong place would generate an error and cause the send
1103         of the attachment to fail
1104    <LI> After calling the file browser to attach a file in the composer, a resize
1105         of the window when back in the composer would redraw the last screen that
1106         had been shown in the browser instead of the current composer screen
1107    <LI> Possible crash in index screen when encountering unparseable addresses
1108         or when using one of the PRIORITY tokens or the HEADER token in the
1109         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
1110    <LI> Problems with Header Color editing if the configuration option
1111         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
1112         was inadvertently changed to the Empty Value in the hidden config screen
1113    <LI> When resuming the final postponed message from an Exchange server the user
1114         could get a certificate validation failure because alpine was trying
1115         to validate the canonical name of the folder instead of the name the
1116         user used
1117    <LI> Windows line endings in a mimetypes file on a Unix system cause a
1118         failure to find a match
1119    <LI> Make matching of extension names case independent in mimetypes files
1120    <LI> Windows dialog boxes for entering text were not working correctly
1121    <LI> Replying to or Forwarding multipart/alternative messages which had a
1122         single text/html part did not work well
1123    <LI> Printing the print confirmation page caused a crash
1124    <LI> A To line with a long, quoted personal name could display incorrectly
1125         if it was close to the same width as the screen
1126    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
1127         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
1128         are turned on hide (0/0) when the folder is empty
1129    <LI> Folder completion while Saving didn't work if the collection being
1130         saved to was the local home directory
1131 </UL>
1134 Version 1.00
1135 was an evolutionary release based on
1136 <A HREF="http://www.washington.edu/pine/">Pine</A>, which was also
1137 developed at the University of Washington.
1138 It is upwards-compatible for existing Pine users.
1141 Changes included:
1143 <UL>
1144    <LI> Ground-up reorganization of source code around addition
1145         of "pith/" core routine library.
1146    <LI> Fundamental improvement in Alpine's internal text handling, which
1147         is now based exclusively on Unicode. This allows displaying incoming
1148         messages and producing outgoing messages in many different languages.
1149    <LI> Ground-up reorganization of build and install procedures
1150         based on GNU Build System's autotools. NOTE, the included IMAP library
1151         build is not based on autotools, so some features will not work. However,
1152         it should get built automatically during the Alpine build process.
1153    <LI> Web-based version included built on TCL designed to run under
1154         a suitable CGI-supporting web server such as Apache.
1155 </UL>
1159 Details on changes in previous (prerelease) versions of Alpine
1160 may be found at the following URL:
1162 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1165 <HR WIDTH="75%"><P>
1167 <H2>Getting Help</H2>
1168 <DL>
1169 <DT>Online Help</DT>
1170 <DD>
1171 Every Alpine screen and command has associated help text
1172 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
1173 </DD>
1175 <DT>Web Help</DT>
1176 <DD>
1177 The most current source of information about Alpine,
1178 including new version availability, is the web page at
1180 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1181 </DD>
1182 </DL>
1184 Frequently Asked Questions (and answers) may be found at the following
1185 URL:
1187 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/faq/">http://www.washington.edu/alpine/faq/</A></SAMP></CENTER>
1190 <HR WIDTH="75%"><P>
1192 <H2>Additional Information</H2>
1194 General Alpine configuration information can be found
1195 <A HREF="h_news_config">here</A>.
1197 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
1198 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
1199 access is provided by the IMAP Toolkit Environment (c-client library)
1200 version <!--#echo var="C_CLIENT_VERSION"-->.
1201 <P> 
1202 Alpine was developed until 2009 by the Office of Computing 
1203 &amp; Communications at the University of Washington in Seattle.  
1204 Since then, the effort of developing Alpine has been continued by
1205 a community of volunteers who make good software even better!
1208 Alpine Copyright 2013-2018 Eduardo Chappa, 
1209 <BR> Copyright 2006-2008 University of Washington.
1212 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
1213 or instead you can find the Apache License, version 2.0 at the web URL:
1216 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
1219 &lt;End of Release Notes&gt;
1220 </BODY>
1221 </HTML>
1222 ====== h_password_file_support ======
1223 <HTML>
1224 <HEAD>
1225 <TITLE>Encryption for Password File Support Explained</TITLE>
1226 </HEAD>
1227 <BODY>
1228 <H1>Encryption for Password File Support Explained</H1>
1230 Index<BR>
1231 <OL>
1232 <LI><A HREF="#content">Explanation</A>
1233 <LI><A HREF="#example_existing_key">Example of Use of Existing Key and Certificate</A>
1234 <LI><A HREF="#example_self_signed">Example of Creating Master Password</A>
1235 </OL>
1237 <P><A NAME="content">Unix Alpine Only.</A>
1239 <P> If your version of Alpine has been built with password file support
1240 then you can use a special file to save your passwords, and avoid typing
1241 them every time you open a connection to a remote server.
1243 <P> If, in addition, your version of Alpine was built with SMIME support, then your 
1244 password file will be encrypted with a strong key. There are two ways in 
1245 which this can happen: Alpine will either use a matching private key and 
1246 public certificate pair that you already own, or it will create one for 
1247 you, just for purposes of encrypting this file. We describe both processes 
1248 below.
1250 <P> Initially, Alpine will scan your public and private directories for a 
1251 certificate/private key pair that works. Alpine will pick the first pair 
1252 that it finds that matches. 
1254 <P> Once a pair has been chosen, it will be copied to the directory 
1255 ~/.alpine-smime/.pwd, and from then on, Alpine will use the pair found in 
1256 that directory. The first time this process is done, this directory will 
1257 be created, a key/certificate pair will be copied to it, from then on 
1258 this pair will be used to encrypt and decrypt your password file. 
1260 <P> If you want to use a specific key and certificate pair to encrypt
1261 your password file, you can create the directory ~/.alpine-smime/.pwd 
1262 manually, and then create your preferred key/certificate pair there.
1263 Alpine will use this key regardless of if it has expired, or if it is
1264 self-signed. These issues do not affect the encryption or decryption
1265 of the password file.
1267 <P> If you prefer not to use the directory ~/.alpine-smime/.pwd to save 
1268 your key/certificate pair, you can specify a different one with the 
1269 -pwdcertdir command line option in Alpine. If the directory specified by 
1270 this option is not found Alpine will fail to encrypt and decrypt your 
1271 password file. However if it exists, Alpine will search for a 
1272 key/certificate pair in that
1273 directory, and if it does not find one, it will create one and save it
1274 in that directory.
1276 <P> Alpine does not care about the names of the key and certificates in 
1277 this directory, but the private key must have &quot;.key&quot; extension 
1278 and your public certificate must have the &quot;.crt&quot; extension. The
1279 name of the private key will be used in the prompt when you are asked
1280 to unlock your key to decrypt your password.
1282 <P> If Alpine cannot find a suitable private key and public certificate 
1283 pair to encrypt your password, it will create one. You will be asked to 
1284 create a &quot;Master Password&quot; to protect such key. At this moment 
1285 there are no restrictions on passwords, other than they have to be at 
1286 least 8 characters long, but future versions of Alpine will include 
1287 functionality to restrict master passwords, as set up by the administrator 
1288 of the system in the pine.conf.fixed file.
1290 <P><A NAME="example_existing_key"><B>Example of Use of Existing Key and Certificate</B></A>
1292 <P>Assume you have a private key called peter@address.com.key in your, 
1293 ~/.alpine-smime/private directory, and a public certificate called 
1294 peter@address.com.crt in your ~/.alpine-smime/public directory, and these 
1295 are your only key/certificate pair.
1297 <P> When Alpine starts for the first time, without command line options, 
1298 it will check if the directory ~/.alpine-smime/.pwd exists, and if not, 
1299 it will create it. Then it will go through your keys and certificates and 
1300 find a pair that it can use, and copy the files peter@address.com.key,
1301 and peter@address.com.crt to the ~/.alpine-smime/.pwd directory. Alternatively
1302 you can do the same by copying these files by yourself. This can be done
1303 with the sequence of commands
1305 <PRE>
1306 mkdir ~/.alpine-smime/.pwd
1307 cp ~/.alpine-smime/private/peter@address.com.key ~/.alpine-smime/.pwd
1308 cp ~/.alpine-smime/public/peter@address.com.crt ~/.alpine-smime/.pwd
1309 </PRE>
1311 <P> When Alpine starts, you will be asked the password to unlock your
1312 private key with the prompt.
1314 <PRE>
1315 Enter password of key &lt;peter@address.com&gt; to unlock password file:
1316 </PRE>
1318 <P> If you prefer to use different names for your private and public keys 
1319 in the ~/.alpine-smime/.pwd directory, you can do so, but you must 
1320 preserve the extension of the files. For example, you can use the names 
1321 private_key.key and public_cert.crt instead. In this case, the prompt you 
1322 will see when you are asked to unlock your private key will read
1324 <PRE>
1325 Enter password of key &lt;private_key&gt; to unlock password file:
1326 </PRE>
1328 <P>Observe that you do not need to use an existing key/certificate pair, 
1329 and that you can create a new private key/public certificate pair to 
1330 encrypt and decrypt your password file. Alpine provides a mechanism to
1331 change the encryption key for this file in the S/MIME configuration
1332 screen.
1334 <P><A NAME="example_self_signed"><B>Example of Creating Master Password</B></A>
1336 <P> If Alpine cannot find a suitable private key and public certificate pair
1337 to encrypt your password file, it will create one. When doing so, it will
1338 start the process with the following warning:
1340 <PRE>
1341 Creating a Master Password for your Password file.
1342 </PRE>
1344 <P> Then Alpine will ask you to enter your Master Password:
1346 <PRE>
1347 Create master password (attempt 1 of 3):
1348 </PRE>
1350 <P> Once you enter this password, and it validates according to system policy,
1351 you will be asked to confirm this password. 
1353 <PRE>
1354 Confirm master password (attempt 1 of 3):
1355 </PRE>
1357 <P> If you input the same password, then Alpine will set that as your 
1358 Master Password, and you will use this password to unlock your key in the 
1359 future.
1361 <P> If you would like to switch your Master Password in the future, you can 
1362 do so by creating a new public key and public certificate pair. You can do 
1363 so in the S/MIME configuration screen, in the &quot;Manage Key and 
1364 Certificate for Password File&quot; section, simply enter your current 
1365 password to unlock your current key and then press &quot;C&quot; to create 
1366 a new key.
1369 &lt;End of help&gt;
1370 </BODY>
1371 </HTML>
1372 ====== h_tls_failure_details ======
1373 <HTML>
1374 <HEAD>
1375 <TITLE>Certificate Validation Details</TITLE>
1376 </HEAD>
1377 <BODY>
1378 <H1>Certificate Validation Details</H1>
1380 This screen gives details as to why the certificate validation failed: the
1381 name of the desired server system; the reason for failure; and the name on
1382 the certificate.  This is primarily of interest to experts.
1385 &lt;End of help&gt;
1386 </BODY>
1387 </HTML>
1388 ====== h_tls_failure ======
1389 <HTML>
1390 <HEAD>
1391 <TITLE>TLS or SSL Failure</TITLE>
1392 </HEAD>
1393 <BODY>
1394 <H1>TLS or SSL Failure</H1>
1396 An attempt was made to establish a secure, encrypted connection to the
1397 server system using either Transport Layer Security (TLS) or the older
1398 Secure Sockets Layer (SSL).  This attempt failed.
1401 You should contact your server system management for more assistance.
1402 The problem is probably at the server system and not in Alpine or your local
1403 system.  The text in this screen may be helpful for the server system
1404 management in debugging the problem,
1407 &lt;End of help&gt;
1408 </BODY>
1409 </HTML>
1410 ====== h_tls_validation_failure ======
1411 <HTML>
1412 <HEAD>
1413 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
1414 </HEAD>
1415 <BODY>
1416 <H1>TLS and SSL Certificate Validation Failures</H1>
1418 An attempt was made to establish a secure, encrypted connection to the
1419 server system using either Transport Layer Security (TLS) or the older
1420 Secure Sockets Layer (SSL).
1423 An important part of this procedure is server certificate validation.  A
1424 server certificate is an &quot;electronic identification card&quot; for the server
1425 system that is signed by a well-known certificate authority (CA).  Alpine
1426 compares the server system identity in the server certificate with the
1427 name of the server system to which it is trying to connect.  Alpine also
1428 verifies that the CA signature is authentic.
1431 Some common failure conditions are:
1434 <UL>
1435   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
1436 signed its own certificate.  This does not necessarily indicate anything
1437 bad; the server operators may simply have elected to not purchase a
1438 signed certificate from a certificate authority.
1440   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
1441 the signature on the server system is from an unknown certificate authority.
1442 It can also mean that no certificate authority certificates have been
1443 installed on the local UNIX system.
1445   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
1446 the same as either of the above two conditions in UNIX Alpine.  Note that
1447 Windows systems typically have a full set of certificate authority
1448 certificates installed, so it is more likely to be a self-signed
1449 certificate than an unknown certificate authority.
1451   <LI> Server name does not match certificate.  This means that the server
1452 presented a proper signed certificate for a name other than the desired
1453 name.
1454 </UL>
1457 Any of these conditions can indicate that you are being attacked and have
1458 been directed to an imposter server that will record your password and
1459 your private mail messages.  It can also mean something innocuous.
1462 If you are certain that the problem is innocuous, you can append the
1463 option
1466 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
1469 to the server system name where it appears in your configuration (e.g. the
1470 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
1471 a folder-collection, or a news or SMTP server).  This will
1472 disable certificate validation.  On the other hand, if you are attacked,
1473 you will get no warning if you do this.
1476 &lt;End of Cert Validation Failures help&gt;
1477 </BODY>
1478 </HTML>
1479 ====== h_release_tlscerts ======
1480 <HTML>
1481 <HEAD>
1482 <TITLE>TLS and SSL usage note</TITLE>
1483 </HEAD>
1484 <BODY>
1485 <H1>TLS and SSL usage note</H1>
1488 When using Alpine from Unix or Windows 2000,
1489 server certificates must be signed by a trusted certificate authority.
1490 You may relax this requirement (at the cost of some security) by using
1492 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
1493 modifier in the mailbox name.
1496 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
1499 The fully-qualified host name of the server should be used
1500 so that it matches the host name in the server certificate.
1502 Here is an example of a host specification that directs Alpine to use
1503 the SSL port (993) and an encrypted data stream.
1505 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
1507 &lt;End of TLS usage help&gt;
1508 </BODY>
1509 </HTML>
1510 ====== h_news_config ======
1511 <HTML>
1512 <HEAD>
1513 <TITLE>Alpine Configuration</TITLE>
1514 </HEAD>
1515 <BODY>
1516 <H1>Alpine Configuration</H1>
1518 <H2>Using Environment Variables</H2>
1520 The values of Alpine configuration options may include environment variables
1521 that are replaced by the value of the variable at the time Alpine is run
1522 (and also at the time the config option is changed).
1523 The syntax to use environment variables is a subset of the common Unix
1524 shell dollar-syntax.
1525 For example, if
1527 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
1529 appears in the value of an Alpine configuration option it is looked up in the
1530 environent (using getenv(&quot;VAR&quot;)) and its
1531 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
1532 To include a literal dollar sign you may precede the dollar sign with another
1533 dollar sign.
1534 In other words, if the text
1536 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
1538 is the value of a configuration option, it will be expanded to
1540 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
1542 and no environment lookup will be done.
1543 For Unix Alpine it will also work to use a backslash character to
1544 escape the special meaning of the dollar sign, but $$ is preferable since
1545 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
1546 to be in a shared configuration file.
1549 This all sounds more complicated than it actually is.
1550 An example may make it clearer.
1551 Unfortunately, the way in which environment variables are set is OS-dependent 
1552 and command shell-dependent.
1553 In some Unix command shells you may use
1555 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
1556    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
1558 Now, if you use Alpine's Setup/Config screen to set
1560 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
1562 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
1563 so that this would be equivalent to
1565 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
1567 Note, environment variable substitution happens after configuration
1568 options that are lists are split into the separate elements of the list,
1569 so a single environment variable can't contain a list of values.
1572 The environment variable doesn't have to be the only thing
1573 after the equal sign.
1574 However, if the name of the variable is not at the end of the line or
1575 followed by a space (so that you can tell where the variable name ends),
1576 it must be enclosed in curly braces like
1578 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
1580 It is always ok to use the braces even if you don't need to.
1582 It is also possible to set a default value for an environment variable.
1583 This default value will be used if the environment variable is not
1584 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
1585 The syntax used to set a default value is
1587 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
1589 If the config file contains
1591 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
1593 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
1594 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
1595 the value that <SAMP>VAR</SAMP> was set to, otherwise,
1596 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
1597 the default value.
1598 (Note that the variable is called &quot;personal-name&quot; in the config
1599 file but is displayed in the config screen as
1600 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
1601 In general, the value that goes into a config file is never exactly the
1602 same as the value you see on the screen.)
1605 An example where an environment variable might be useful is the
1606 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
1607 Suppose most users used the server
1609 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
1611 but that there were some exceptions who used
1613 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
1615 In this case, the system manager might include the following line in
1616 the systemwide default Alpine configuration file
1618 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
1620 For the exceptional users adding
1622 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
1624 to their environment should work.
1626 Another example might be the case where a user has to use a different
1627 SMTP server from work and from home.
1628 The setup might be something as simple as
1630 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
1632 or perhaps a default value could be given.
1633 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
1634 a list of SMTP servers.
1637 <H2>Configuration precedence</H2>
1639 There are several levels of Alpine configuration.  Configuration values at
1640 a given level override corresponding values at lower levels.  In order of
1641 increasing precedence:
1643 <UL>
1644  <LI> built-in defaults
1645  <LI> system-wide
1646 <!--chtml if pinemode="os_windows"-->
1647       config file from command line or provided
1648       by "PINECONF" environment variable
1649 <!--chtml else-->
1650       pine.conf file
1651 <!--chtml endif-->
1652  <LI> personal configuration file
1653  <LI> personal exceptions configuration file
1654  <LI> command-line options
1655  <!--chtml if pinemode="os_windows"--><!--chtml else-->
1656  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
1657 </UL>
1659 The values in both the personal configuration file and the
1660 <A HREF="h_config_exceptions">exceptions</A>
1661 configuration file may be set using the Setup command.
1662 Setup/Config is the command to change most of the personal configuration
1663 options.
1664 The other Setup subcommands are also used to change the configuration,
1665 for example, Setup/AddressBook, Setup/Rules, and so on.
1666 Changing the personal exceptions configuration is very similar.
1667 To change a value in the Config screen you would use the command
1668 Setup/eXceptions/Config.
1669 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
1671 There are a couple exceptions to the rule that configuration values are replaced
1672 by the value of the same option in a higher-precedence file.
1673 The Feature-List variable has values that are additive, but can be
1674 negated by prepending &quot;no-&quot; in front of an individual feature name.
1675 So for features, each individual feature's value is replaced by the value
1676 of the same feature in a higher-precedence file.
1677 Note that this is done automatically for you when you change these values via
1678 the Setup/Config command.
1679 The other exception to the <EM>replace</EM> semantics happens when you
1680 use <A HREF="h_config_inheritance">configuration inheritance</A>
1681 for option lists.
1684 <H2>File name defaults</H2>
1686 Notes:<P>
1688 <BR> &lt;exe dir&gt; = directory where pine.exe found.
1689 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
1690 <BR> # = default file name is overridable in pinerc.
1691 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
1692 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
1693 <BR> + between the mailcap paths implies that the two files are combined.
1694 <BR> ; between other default paths implies that the first one found is used.
1695 </P>
1696 Alpine looks for most support files in the same directory it finds its
1697 personal configuration file (pinerc).  The -p command-line flag may be
1698 used to specify a particular path name for the pinerc file.  If a
1699 pinerc file does not exist, it will be created (if directory permissions
1700 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
1701 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
1702 file does not exist in either one, it will create one in the first of those
1703 two directories that is writable.  In detail:
1704 <PRE>
1706 PC-Alpine:
1708  executable     &lt;DOS search path&gt;&#92;pine.exe
1709  help index     &lt;exe dir&gt;&#92;pine.ndx
1710  help text      &lt;exe dir&gt;&#92;pine.hlp
1712  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
1713  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
1714  global cfg     $PINECONF
1716  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
1717  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
1718  signature#     &lt;pinerc dir&gt;&#92;pine.sig
1719  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
1720  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
1721  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
1722  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
1723  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
1724  postponed#     $HOME&#92;mail&#92;postpond.mtx
1725  interrupted    $HOME&#92;mail&#92;intruptd
1727 Unix Alpine:
1729  executable     &lt;Unix search path&gt;/pine
1730  persnl cfg     ~/.pinerc
1731  except cfg     ~/.pinercex
1732  global cfg     <!--#echo var="PINE_CONF_PATH"-->
1733  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
1734  local help     <!--#echo var="PINE_INFO_PATH"-->
1736  interrupted    ~/.pine-interrupted-mail
1737  debug          ~/.pine-debugN
1738  crash          ~/.pine-crash
1739  newsrc#        ~/.newsrc
1740  signature#     &lt;pinerc dir&gt;/.signature
1741  addressbook#   &lt;pinerc dir&gt;/.addressbook
1742  postponed#     ~/mail/postponed-msgs
1743  sentmail#      ~/mail/sent-mail
1744  mailcap#       ~/.mailcap + /etc/mailcap
1745                            + /usr/etc/mailcap + /usr/local/etc/mailcap
1746  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
1748  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
1749  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
1750  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
1751  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
1752  password       /etc/passwd
1754 Unix Alpine and PC-Alpine:
1756  .ab*           remote addressbook support files
1757  a[1-9]*        temporary (while Alpine is running) addressbook files
1759 </PRE>
1762 <H2>Mailcap files</H2>
1764 Alpine honors the mailcap configuration system for specifying external
1765 programs for handling attachments.  The mailcap file maps MIME attachment
1766 types to the external programs loaded on your system that can display
1767 and/or print the file.  A sample mailcap file comes bundled with the Alpine
1768 distribution.  It includes comments that explain the syntax you need to
1769 use for mailcap.  With the mailcap file, any program (mail readers,
1770 newsreaders, WWW clients) can use the same configuration for handling
1771 MIME-encoded data.
1774 <H2>MIME-Types files</H2>
1776 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
1777 what Content-Type to use for labeling an attached file, based on
1778 the file extension.  That is, this file provides a mapping between
1779 filename extensions and MIME content-types.
1782 <H2>Environment variables</H2>
1784 PC-Alpine uses the following environment variables:
1785 <DL>
1786 <DT>PINERC</DT>
1787 <DD>Optional path to pinerc file.</DD>
1788 <DT>PINERCEX</DT>
1789 <DD>Optional path to personal exceptions configuration file.</DD>
1790 <DT>PINECONF</DT>
1791 <DD>Optional path to global pine config file.</DD>
1792 <DT>HOME</DT>
1793 <DT>TMPDIR, TMP, or TEMP</DT>
1794 <DT>COMSPEC</DT>
1795 <DT>MAILCAPS</DT>
1796 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
1797 <DT>USER_DICTIONARY</DT>
1798 <DD>Used to specify the file to contain the user's spell check
1799 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
1800 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
1801 </DL>
1803 Unix Alpine uses the following environment variables:
1804 <DL>
1805 <DT>TERM</DT>
1806 <DD>Tells Alpine what kind of terminal is being used.</DD>
1807 <DT>DISPLAY</DT>
1808 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
1809 <DT>SHELL</DT>
1810 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
1811 <DT>TMPDIR, TMP, or TEMP</DT>
1812 <DT>MAILCAPS</DT>
1813 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
1814 </DL>
1815 <!--chtml if pinemode="os_windows"-->
1817 <H2>Common PC-Alpine Configuration Problems</H2>
1819 <H3>Configuration settings aren't being saved</H3>
1821 <P>This problem can happen if you run pine from one directory and
1822 then decide to move your pine directory to another location.  PC-Alpine
1823 stores certain variables, including the configuration location, in the
1824 Windows Registry (which you shouldn't ever need to manually edit).  There
1825 are a couple of ways to go about removing or resetting the values in the
1826 registry.
1829 1) Run PC-Alpine's registry value deletion command.  This can be done by
1830 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
1831 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
1832 value to the above command.
1835 2) Tell PC-Alpine where to look for the configuration file.  Configuration
1836 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
1837 option, you can tell PC-Alpine the location of your pinerc.  An example of
1838 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;.
1839 Again, you can use the DOS prompt or the shortcut method explained in (1).
1842 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
1843 set registry values to the current setting, and is therefore useful with
1844 the &quot;-p&nbsp;PINERC&quot; option.
1846 <!--chtml endif-->
1848 &lt;End of Configuration Notes&gt;
1849 </BODY>
1850 </HTML>
1851 ====== h_news_legal ======
1852 <html>
1853 <head>
1854 <TITLE>Alpine Legal Notices</TITLE>
1855 </head>
1856 <body>
1858 <H1>Alpine Legal Notices</H1>
1860 Alpine and its constituent programs are covered by the Apache License Version 2.0.
1864 &lt;End of Alpine Legal Notices&gt;
1865 </BODY>
1866 </HTML>
1867 ===== h_info_on_mbox =====
1868 <HTML>
1869 <HEAD>
1870 <TITLE>Information on mbox driver</TITLE>
1871 </HEAD>
1872 <BODY>
1873 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
1875 Beginning with Pine 4.00 (Pine came before Alpine)
1876 a new INBOX access method is
1877 available as part of the standard configuration.  It is called the
1878 &quot;mbox&quot; driver and it works like this:<P>
1881 <BLOCKQUOTE>
1882 If the file &quot;mbox&quot; exists in the user's home directory, and
1883 is in Unix mailbox format, then when INBOX is opened this file will be
1884 selected as INBOX instead of the mail spool file.  Messages will be
1885 automatically transferred from the mail spool file into the mbox
1886 file.
1887 </BLOCKQUOTE>
1890 The advantage of this method is that, after new mail has been copied
1891 from the system mail spool, all subsequent access is confined to the
1892 user's home directory, which is desirable on some systems.  However, a
1893 possible disadvantage is that mail tools other than those from the
1894 University of Washington will not know to look for mail in the user's
1895 mbox file.  For example, POP or IMAP servers other than those from the
1896 University of Washington, and many &quot;new mail notification&quot;
1897 programs may not work as expected with this driver enabled.<P>
1899 To disable this behavior, either remove/rename the &quot;mbox&quot;
1900 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
1901 option in Setup/Config
1902 and add &quot;mbox&quot; to it:
1904 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
1906 &lt;End of help on this topic&gt;
1907 </BODY>
1908 </HTML>
1909 ===== h_info_on_locking =====
1910 <HTML>
1911 <HEAD>
1912 <TITLE>FAQs on Alpine Locking</TITLE>
1913 </HEAD>
1914 <BODY>
1915 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
1917 There is an extensive section on locking in the Alpine technical notes;
1918 this information is intended to provide answers to some common questions:<P>
1919 <OL>
1920 <LI> Why did locking change in Pine 4.00?<BR>
1921 The actual locking mechanisms did not change in 4.00.
1922 What changed is that when one particular locking mechanism used by Alpine 
1923 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
1924 failure would occur, but no warning was issued.<P>
1926 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
1927 Yes.  It means that Alpine was unable to create a lockfile in the
1928 spool directory, generally because of overly restrictive protections on the
1929 spool directory.  The correct permissions on the spool directory for
1930 running Alpine are 1777, i.e. read-write-execute permission for everyone,
1931 with the sticky-bit set, so only owners of a file can delete them.<P>
1933 <LI> Why does Alpine require that the mail spool directory have 1777
1934    protections?<BR>
1935 Alpine was designed to run without special privileges.  This means that in
1936 order to create a lockfile in the spool directory, it is necessary to have
1937 the spool directory permissions be world-writable.<P>
1939 <LI> Can't you create the lockfile somewhere else?<BR>
1940 No.  The lockfile in question must be in the mail spool directory, because
1941 that's where the mail delivery program expects to find it, and the purpose
1942 of the file is to coordinate access between the mail client (Alpine) and the
1943 mail delivery program.<P>
1945 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
1946 No.  Remember that the individual mail files in the spool directory are
1947 NOT world-writable, only the containing directory.  Setting the &quot;sticky
1948 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
1949 -- means that only the owner of the file (or root) can delete files in the 
1950 directory.  So the only bad behavior that is invited by the 1777 mode is that 
1951 anyone could
1952 create a random file in the spool directory.  If the spool directory is
1953 under quota control along with home directories, there is little incentive
1954 for anyone to do this, and even without quotas a periodic scan for
1955 non-mail files usually takes care of the problem.  <P>
1957 <LI> Why not run Alpine as setgid mail?<BR>
1958 Alpine was never designed to run with privileges, and to do so introduces a
1959 significant security vulnerability.  For example, if a user suspends Alpine,
1960 the resulting shell will have group privileges.  This is one example of
1961 why we strongly recommend against running Alpine as a privileged program.
1962 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
1963 users
1964 could not test Alpine versions or other mailers that had not been installed
1965 by the system administrators.<P>
1968 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
1969 There are, but they all have different sets of tradeoffs, and not all will
1970 work on all systems.  Some examples:<UL>
1971  <LI> Use lock system calls.  Works fine on a few systems, provided mail
1972    spool is local.   Doesn't work reliably if NFS is used.
1973    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
1974    use the same calls.
1975  <LI> Deliver mail to user's home directory.  An excellent solution, highly
1976    recommended -- but one which is incompatible with some &quot;legacy&quot; 
1977 mail tools that always look in the spool directory for the mail.
1978 </UL><P>
1980 <LI> Are these spool directory lock files the only kinds of locks used by
1981    Alpine?<BR>
1982 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
1983 mailbox format folders, these are used to coordinate access between
1984 multiple Alpine sessions.  <P>
1986 <LI> What about the 
1987 <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>
1988 This is for people who are content to live dangerously, or who have
1989 specific knowledge that the spool directory lockfiles are superfluous on
1990 their system (because both Alpine and the mail delivery program are using 
1991 system call file locking in a context that works reliably, e.g. not NFS.)<P>
1993 <LI> Where can I find more details on how Alpine locking works?<BR>
1994 See the Alpine Technical Notes.<P>
1996 </OL>
1998 &lt;End of help on this topic&gt;
1999 </BODY>
2000 </HTML>
2001 ===== h_finding_help ====
2002 <HTML>
2003 <HEAD>
2004 <TITLE>Finding more information and requesting help</TITLE>
2005 </HEAD>
2006 <BODY>
2007 <H1>Places to Look for More Answers</H1>
2008 If you have questions about or problems with Alpine that you cannot resolve 
2009 after consulting the program's internal, context-sensitive help screens, here 
2010 are additional information resources that you may find helpful:
2012 <UL>
2013   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
2015   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
2017   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
2018 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
2019   since the last version, which may be useful for you to be aware of, 
2020 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
2021 a change in the way an aspect of Alpine works.  There, you will also find notes 
2022 on Alpine configuration.<P>
2023 <!--
2024   <LI> The main site for Alpine contains information on configuring and solving problems
2025        with Alpine, it can be found at
2027 <CENTER><A HREF="http://alpine.x10host.com/alpine/">http://alpine.x10host.com/alpine/</A></CENTER>  
2029   <LI> The Alpine Information Center (maintained by the University of
2030            Washington) World Wide Web site contains, among other things
2031            <UL>
2032            <LI>a collection of Frequently Asked Questions (and answers!) about Alpine
2033            <LI>an overview of the basics for beginning Alpine users
2034            <LI>Technical Notes for systems administrators
2035            <LI>archives (including a searchable index) of the alpine-info 
2036 mailing list, on which matters of interest to systems/email administrators,
2037 developers, trainers, user support personnel, and others involved with Alpine 
2038 messaging on a &quot;technical&quot; level are discussed.
2039 </UL>
2040         The Alpine Information Center can be accessed with a WWW browser at:<P>
2041             <CENTER><A HREF="http://www.washington.edu/alpine/">http://www.washington.edu/alpine/</A></CENTER>  
2042 </UL>
2043 <P><HR WIDTH="75%">
2044 <H1>Requesting help</H1>
2045 If the internal help, the Release Notes, the Alpine Information Center, and your 
2046 local online and print resources do not help you resolve a problem, please
2047 start by contacting your local computer support staff and asking for help.
2049 This is especially true if:
2050 <ul>
2051   <li>You suddenly have trouble sending or receiving mail.
2052   <li>You receive a "disk quota exceeded" message.
2053   <li>You have forgotten your password.
2054   <li>You think your account may have been compromised.
2055   <li>You need help viewing an attachment.
2056   <li>You need to know how to configure your:
2057       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
2058       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
2059       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
2060       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
2061   <li>You want to know what alternative editors or spellcheckers you may be able to use.
2062   <li>You want to block email from a particular person.
2063   <li>You're going on vacation and need to autorespond to incoming mail.
2064   <li>You want to automatically file or filter incoming messages.
2065 </ul>
2067 In all of these cases,
2068 you should contact <B>your</B> support staff, because <B>only they</B> 
2069 will be able to assist you effectively. Your support staff may be, depending on who 
2070 provides you with the email account you use Alpine with, for example:<UL>
2071 <LI> the computing help desk of (a department of) your university, school, 
2072 employer, ... ; or
2073 <LI> the customer service center of your Internet Service Provider; or
2074 <LI> the friendly volunteer helpers of your Freenet; or
2075 <LI> the person who setup your computer and internet connection.
2076 </UL>
2078 Due to the large number of Alpine installations worldwide, and because we
2079 receive no funding for it, the University of Washington <B>cannot provide 
2080 individual support services outside the University of Washington</B>.
2082 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
2083 newsgroup can be a valuable source of information and assistance for Alpine 
2084 user issues.
2086 For systems/email administrators, developers, trainers, user support
2087 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
2088 level, the mailing list alpine-info is available; for information on
2089 subscribing and posting to it, see
2091 <CENTER><A HREF="http://www.washington.edu/alpine/alpine-info/subscribing.html">http://www.washington.edu/alpine/alpine-info/subscribing.html</A></CENTER>
2094 Regardless of whom you are asking for help with Alpine, remember 
2095 to provide as much detail as you can about the
2096 nature of any problem you are encountering, such as
2097 <UL>
2098 <LI>when it first occurred;
2099 <LI>what, if anything, happened that might have brought it about;
2100 <LI>whether it still persists;
2101 <LI>whether it is reproducible, and if so, how;
2102 <LI>what, if anything, you already tried to solve it.
2103 </UL> 
2104 It may also be helpful if you specify what version of Alpine you are using 
2105 <!--chtml if pinemode="running"-->
2106 -- this is <!--#echo var="ALPINE_VERSION"--> --
2107 <!--chtml endif-->
2108 and on what system, and when the copy of Alpine you are using was created
2109 <!--chtml if pinemode="running"-->
2110 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
2111 <!--chtml endif-->
2113 <!--chtml if pinemode="running"-->
2114 <P>   
2115 When the Alpine program you are currently using was installed, a support
2116 contact email address may have been set up; in that case, you can simply select
2117 this link now to send a message to it:<BR>
2118 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
2119 <!--chtml endif-->
2120 <!--chtml if [ -r PINE_INFO_PATH ]-->
2121 <HR WIDTH="75%">Local Support Contacts:<P>
2122 <!--#include file="PINE_INFO_PATH"-->
2123 <HR WIDTH="75%">
2124 <!--chtml endif-->
2125 <P> 
2126 &lt;End of help on this topic&gt;
2127 </BODY>
2128 </HTML>
2129 ===== new_user_greeting ======
2130 <HTML>
2131 <HEAD>
2132 <TITLE>NEW USER GREETING</TITLE>
2133 </HEAD>
2134 <BODY>
2135 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2136 <BR>
2137 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
2138 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
2139 select Setup/Config to see many of the options available to you. Also note
2140 that all screens have context-sensitive help text available.<P>
2141 <!--chtml if pinemode="phone_home"-->
2142 SPECIAL REQUEST:
2143 This software was originally created and maintained as a public
2144 service by the University of Washington until 2009; updates are made 
2145 available as a public service of the Alpine community. It is always 
2146 helpful to have an idea of how many users are using Alpine. Are you 
2147 willing to be counted as an Alpine user? Pressing 
2148 <A HREF="X-Alpine-Phone-Home:">Return</A>
2149 will send an anonymous (meaning, your real email address will not be revealed) 
2150 message to the Alpine developers for purposes of tallying.
2152 <!--To Exit this screen and continue your Alpine session press "E".-->
2153 <!--chtml else-->
2154 To Exit this screen and continue your Alpine session press "Return".
2155 <!--chtml endif-->
2156 </BODY>
2157 </HTML>
2158 ===== new_alpine_user_greeting ======
2159 <HTML>
2160 <HEAD>
2161 <TITLE>NEW ALPINE USER GREETING</TITLE>
2162 </HEAD>
2163 <BODY>
2164 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2165 <BR>
2166 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
2167 Your Alpine configuration file indicates that you may have used Pine before
2168 but not Alpine.
2169 If you are familiar with the way Pine works, you should be comfortable
2170 using Alpine.
2171 Your Pine configuration file is automatically used for Alpine.
2172 The Release Notes may be viewed by pressing 
2173 &quot;R&quot; now or while in the MAIN MENU.
2175 <!--chtml if pinemode="phone_home"-->
2176 SPECIAL REQUEST:
2177 This software was originally created and maintained as a public
2178 service by the University of Washington until 2009; updates are made 
2179 available as a public service of the Alpine community. It is always 
2180 helpful to have an idea of how many users are using Alpine. Are you 
2181 willing to be counted as an Alpine user? Pressing 
2182 <A HREF="X-Alpine-Phone-Home:">Return</A>
2183 will send an anonymous (meaning, your real email address will not be revealed) 
2184 message to the Alpine developers for purposes of tallying.
2186 <!--To Exit this screen and continue your Alpine session press "E".-->
2187 <!--chtml else-->
2188 To Exit this screen and continue your Alpine session press "Return".
2189 <!--chtml endif-->
2190 </BODY>
2191 </HTML>
2192 ===== new_version_greeting ======
2193 <HTML>
2194 <HEAD>
2195 <TITLE>NEW VERSION GREETING</TITLE>
2196 </HEAD>
2197 <BODY>
2198 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2199 <BR>
2200 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
2201 Your Alpine configuration file indicates that you may not have used 
2202 this version of Alpine before.  This version's significant changes are
2203 documented in the Release Notes, which may be viewed by pressing 
2204 &quot;R&quot; now or while in the MAIN MENU.
2206 <!--chtml if pinemode="phone_home"-->
2207 SPECIAL REQUEST:
2208 This software was originally created and maintained as a public
2209 service by the University of Washington until 2009; updates are made 
2210 available as a public service of the Alpine community. It is always 
2211 helpful to have an idea of how many users are using Alpine. Are you 
2212 willing to be counted as an Alpine user? Pressing 
2213 <A HREF="X-Alpine-Phone-Home:">Return</A>
2214 will send an anonymous (meaning, your real email address will not be revealed) 
2215 message to the Alpine developers for purposes of tallying.
2217 <!--To Exit this screen and continue your Alpine session press "E".-->
2218 <!--chtml else-->
2219 To Exit this screen and continue your Alpine session press "Return".
2220 <!--chtml endif-->
2221 </BODY>
2222 </HTML>
2224 ===== main_menu_tx ======
2225 <HTML>
2226 <HEAD>
2227 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
2228 </HEAD>
2229 <BODY>
2230 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
2231 <DIV ALIGN=CENTER>
2232 Version <!--#echo var="ALPINE_VERSION"-->
2233 <!--chtml if pinemode="running"-->
2234 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
2235 <!--chtml endif-->
2236 </DIV>
2237 <CENTER>Copyright 2013-2018 Eduardo Chappa,
2238 <BR>Copyright 2006-2008 University of Washington.
2239 </CENTER>
2242 When you are viewing a help screen, there may be links to
2243 other topics highlighted (in Reverse video) in the text.
2244 Here is an example.
2245 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
2246 highlighted.
2247 If you type carriage return (or V for View Link, see the commands at the
2248 bottom of the screen) you will be taken to a new help screen to view the
2249 Introduction.
2250 The commands at the bottom of the screen should then include
2251 &quot;P Prev Help&quot;.
2252 If you type &quot;P&quot; you will end up back here.
2253 If you type &quot;E&quot; for Exit, you will be back out of help and returned
2254 to the place you were in Alpine when you entered Help.
2255 In this case, you would go back to the MAIN MENU.
2256 There are also other links that are highlighted in bold (or the color used
2257 by your terminal to display bold).
2258 The items after the Introduction in the TABLE OF CONTENTS are all examples
2259 of such links.
2260 In order to view those links, you first have to make the link you want
2261 to view the current link.
2262 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
2263 (see bottom of screen) can do that for you.
2266 <H2>TABLE OF CONTENTS</H2>
2267 <OL>
2268   <LI> <A HREF="h_mainhelp_intro">Introduction</A>
2269   <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
2270 <!--chtml if [ -r PINE_INFO_PATH ]-->
2271   <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
2272 <!--chtml endif-->
2273   <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
2274   <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
2275   <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
2276   <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
2277   <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
2278   <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
2279   <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
2280   <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
2281   <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
2282   <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
2283   <LI> <A HREF="h_mainhelp_folders">Folders</A>
2284   <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
2285   <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
2286   <LI> <A HREF="h_mainhelp_color">Color Setup</A>
2287   <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
2288   <LI> <A HREF="h_mainhelp_roles">Roles</A>
2289   <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
2290   <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
2291   <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
2292   <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
2293   <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
2294   <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
2295   <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
2296   <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
2297   <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
2298 </OL>
2301 &lt;End of help on this topic&gt;
2302 </BODY>
2303 </HTML>
2304 ===== h_mainhelp_intro ======
2305 <HTML>
2306 <HEAD>
2307 <TITLE>Introduction</TITLE>
2308 </HEAD>
2309 <BODY>
2310 <H1>Introduction</H1>
2312 Alpine is an &quot;Alternatively Licensed Program for Internet
2313 News and Email&quot; produced until 2009 by the University of Washington.
2314 It is intended to be an easy-to-use program for
2315 sending, receiving, and filing Internet electronic mail messages and
2316 bulletin board (Netnews/Usenet) messages. Alpine supports the following
2317 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
2318 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
2319 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
2320 Directory Access Protocol).<p>
2322 Although originally designed for inexperienced email users, Alpine has
2323 evolved to support many advanced features.  There are an ever-growing
2324 number of configuration and personal-preference options, though which of
2325 them are available to you is determined by your local system managers. 
2327 <H2>WHAT ALPINE DOES...</H2>
2329 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
2330 allows you to
2331 compose and read messages using Internet mail standards.  (Whether you
2332 can correspond with others on the Internet depends on whether or not your
2333 computer is connected to the Internet.)  Alpine also allows reading and
2334 posting messages on the Internet &quot;net news&quot; system, provided
2335 that your site operates a suitable news server.
2337 <H2>WHAT ALPINE DOES NOT DO...</H2>
2339 A &quot;mail user agent&quot; such as Alpine is just one part of a
2340 messaging system. Here are some things that are <B>not</B> done by Alpine,
2341 but require other programs:<P>
2342 <UL>
2343  <LI> Actual relaying of email... which is done by &quot;message transfer 
2344 agents&quot;.
2345  <LI> Vacation messages... automatically responding to incoming messages
2346  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
2347 email.
2348  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
2349  <LI> List processing... resending one message to a list of recipients.
2350 </UL>
2353 &lt;End of help on this topic&gt;
2354 </BODY>
2355 </HTML>
2357 ===== h_mainhelp_pinehelp ======
2358 <HTML>
2359 <HEAD>
2360 <TITLE>Alpine Help</TITLE>
2361 </HEAD>
2362 <BODY>
2363 <H1>Alpine Help</H1>
2365 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
2366 use will have its own help text, explaining the choices available for that
2367 screen. This general help section, on the other hand, attempts to give an 
2368 overall picture of what Alpine is capable of doing, as well as pointers to 
2369 additional help sections about specific topics.<p>
2371 Much of the help text contains links to further help topics, similar to
2372 how the World Wide Web works.
2373 You may choose a link to view using the &quot;NextLink&quot; and
2374 &quot;PrevLink&quot; commands to change the link that is highlighted.
2375 The &quot;View Link&quot; command will then show you the highlighted link.
2376 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
2377 will return you to where you were before viewing the link, and &quot;Exit Help&quot
2378 will return you to the location in Alpine before you asked for help.
2379 For example, if you are reading this text in Alpine you may return to the
2380 help table of contents with the &quot;Prev Help&quot; command or you may view the
2381 Release notes link in the next paragraph and then return here with
2382 &quot;Prev Help&quot;.
2385 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
2386 on the current Alpine version are also available from the MAIN MENU: Press
2387 <!--chtml if pinemode="function_key"-->
2388 &quot;F9&quot;
2389 <!--chtml else-->
2390 &quot;R&quot;
2391 <!--chtml endif-->
2392 to browse the release notes.  These include changes since the last release,
2393 configuration information, the history of the Alpine
2394 project, credits, and legal notices.
2396 Alpine releases are available via the world wide web at
2398 <CENTER><SAMP><A 
2399 HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP
2400 ></CENTER>
2403 If you would like to print <EM>all</EM> of Alpine's internal help text
2404 (not recommended) for a little light bedtime reading, then press
2405 <!--chtml if pinemode="function_key"-->
2406 &quot;F12&quot;
2407 <!--chtml else-->
2408 &quot;Z&quot;
2409 <!--chtml endif-->
2410 now.  (This assumes that the
2411 copy of Alpine you are using has been properly configured for printing
2412 at your site.)
2414 &lt;End of help on this topic&gt;
2415 </BODY>
2416 </HTML>
2417 ===== h_mainhelp_localsupport ======
2418 <HTML>
2419 <HEAD>
2420 <TITLE>Local Support Contacts</TITLE>
2421 </HEAD>
2422 <BODY>
2423 <H1>Local Support Contacts</H1>
2425 <!--chtml if [ -r PINE_INFO_PATH ]-->
2426 <!--#include file="PINE_INFO_PATH"-->
2427 <!--chtml else-->
2428 No Local Support Contacts configured.
2429 <!--chtml endif-->
2432 &lt;End of help on this topic&gt;
2433 </BODY>
2434 </HTML>
2436 ===== h_mainhelp_cmds ======
2437 <HTML>
2438 <HEAD>
2439 <TITLE>Giving Commands in Alpine</TITLE>
2440 </HEAD>
2441 <BODY>
2442 <H1>Giving Commands in Alpine</H1>
2444 Unless configured otherwise
2445 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
2446 the bottom two lines of the screen are always used to list the
2447 commands you can give.  You press the keys that are highlighted to give
2448 the command.  The commands for getting help and going back to the main
2449 menu are always present (except when viewing help as you are now).
2450 <!--chtml if pinemode="function_key"-->
2451 <!--chtml else-->
2453 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
2454 you see at the bottom of any screen. In some cases there are 3 or
2455 even 4 different
2456 sets of keys that can be seen by using the O key. <EM>All commands are 
2457 active</EM>, even if they are not currently showing at the bottom of your 
2458 screen. In other words, you <EM>never</EM> need to press the O key, except to 
2459 remind yourself of the proper key to press to perform an operation.
2461 <H2>Control Key Commands</H2>
2462 When composing mail, and in a few other places, in Alpine you
2463 have to use Control keys. This means pressing the Control key (usually labeled 
2464 &quot;Ctrl&quot;) and the
2465 letter indicated at the same time.  Usually, this is shown with a
2466 &quot;^&quot; in front of the letter.  On some systems, certain control
2467 characters are intercepted before they get to Alpine.  As a work-around,
2468 you can press the ESCAPE key twice followed by the desired key.  For
2469 example, if Ctrl-O (^O) does not work on your system, try typing
2470 &quot;ESC ESC O&quot;.
2471 <!--chtml endif-->
2472 <H2>Paging Up and Down</H2>
2473 The &quot;+&quot; and &quot;-&quot; keys are used for
2474 moving to the next or previous page.  The space bar is a synonym for
2475 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
2476 up as you do in the message composer.  On screens with a WhereIs (search)
2477 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
2478 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
2479 of the message or list.
2481 <H2>Return Key</H2>
2482 The return key is usually a synonym for a frequently used
2483 command.  When viewing a message, there is currently not a default
2484 command, so RETURN does nothing; when in the index, it is synonymous with
2485 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
2486 enclosed in square brackets [] is the same as the return key.
2488 <H2>Control Keys Not Used By Alpine</H2>
2489 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
2490 value, but in places where Alpine is expecting text input, e.g. in the composer or 
2491 at prompts for file/folder names, control keys must be used for editing and 
2492 navigation functions.
2495 Alpine has used nearly all the control keys available.  There are, however,
2496 certain control keys that are reserved by other programs or for technical
2497 reasons.  Alpine does not use any of these keys:
2498 <DL>
2499  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
2500  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
2501  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
2502 </DL>
2504 Note: Ctrl-S and Ctrl-Q can be subject to 
2505 <A HREF="h_special_xon_xoff">special handling</A>.
2507 In addition, while the ESC key alone is not used for command input,
2508 Alpine will recognize two consecutive ESC key presses followed by a letter 
2509 key as a substitute for control key input.  For example, the control key
2510 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
2511 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
2512 This is useful if the communication program you are using
2513 (e.g. Telnet) has its own, conflicting, idea of what certain control
2514 characters mean.
2517 <H2>Repainting the Screen</H2>
2518 Sometimes what is displayed on the screen will be
2519 incorrect due to noise on the phone line or other causes and you will want
2520 to repaint the whole screen to make it correct.  You can use the Ctrl-L
2521 command to do this.  It never hurts to do it when in doubt.
2524 &lt;End of help on this topic&gt;
2525 </BODY>
2526 </HTML>
2527 ===== h_mainhelp_status ======
2528 <HTML>
2529 <HEAD>
2530 <TITLE>Titlebar Line</TITLE>
2531 </HEAD>
2532 <BODY>
2533 <H1>Titlebar Line</H1>
2535 The top line of the screen is Alpine's titlebar line.  It will always display
2536 the current version of Alpine and will also convey information about the
2537 status of the program.  This is where you look to find out what
2538 collection, folder and message number is active and where you are in Alpine.
2541 If the titlebar line says &quot;READONLY&quot; it means that the open folder
2542 (typically your INBOX) is &quot;locked&quot; by another mail session --
2543 most likely a more recent session of Alpine has taken the INBOX lock.
2546 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
2547 access a
2548 folder on a remote mail server, and for some reason, communication with
2549 the mail server has either been lost, or never successfully established.
2550 This can be a result of trying to open a non-existent folder, or one
2551 stored on an invalid or non-operational server, or it can mean that Alpine
2552 has been suspended for more that 30 minutes while accessing a remote mail
2553 server.
2556 &lt;End of help on this topic&gt;
2557 </BODY>
2558 </HTML>
2559 ===== h_mainhelp_mainmenu ======
2560 <HTML>
2561 <HEAD>
2562 <TITLE>Main Menu</TITLE>
2563 </HEAD>
2564 <BODY>
2565 <H1>Main Menu</H1>
2567 The Main Menu lists Alpine's main options.
2568 The key or keys you must type to enter your
2569 choice are to the left of each option or command name.
2570 You can type either uppercase or lowercase letters,
2571 and you should not press &lt;Return&gt; after typing the
2572 letter (unless you are specifically asking for the default,
2573 highlighted command).
2576 From the Main Menu you can choose to read online help, write (compose) and 
2577 send a message, look at an index of your mail messages, open or maintain
2578 your mail folders, update your address book, configure Alpine, and quit Alpine.
2579 There are additional options listed at
2580 the bottom of the screen as well.
2583 The Help command usually returns context-sensitive help information.
2584 However, in the Main Menu you get the most general help, which includes
2585 a Table of Contents.
2586 The last entry in the Table of Contents is an Index of help topics,
2587 so this is a good place to go if you are having trouble finding how
2588 to do something.
2590 <H2>Main Menu Commands</H2>
2591 The Alpine main menu lists the most common Alpine functions. A <a
2592 href="h_main_menu_commands">full list of these
2593 commands</a> and what they do is available.
2595 &lt;End of help on this topic&gt;
2596 </BODY>
2597 </HTML>
2598 ===== h_mainhelp_abooks ======
2599 <HTML>
2600 <HEAD>
2601 <TITLE>Address Books</TITLE>
2602 </HEAD>
2603 <BODY>
2604 <H1>Address Books</H1>
2607 As you use email, you can build a list of your regular email correspondents 
2608 in your Alpine
2609 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
2610 screen. Your
2611 personal address book will be highlighted. Press &lt;Return&gt; to view it.
2612 You can use the address book to store email addresses for individuals or
2613 groups, to create easily
2614 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
2615 address when you are composing a message.
2617 There are two ways to add addresses to your address book: you can add them 
2618 manually or take them from messages (by pressing T to access the Take command). 
2619 With either method, you specify nicknames for your correspondents. A single 
2620 address book entry (or nickname) can point to just one email address, or, it can
2621 point to more than one. When it points to more than one, it is called a 
2622 distribution list. Each distribution list has a nickname, a full name, and a 
2623 list of addresses. These
2624 addresses may be actual addresses, other nicknames in your address book, or 
2625 other
2626 distribution lists.
2629 Additional information is available in Alpine's online help:
2630 <ul>
2631   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
2632 </ul>
2634 &lt;End of help on this topic&gt;
2635 </BODY>
2636 </HTML>
2637 ===== h_mainhelp_ldap ======
2638 <HTML>
2639 <HEAD>
2640 <TITLE>LDAP</TITLE>
2641 </HEAD>
2642 <BODY>
2643 <H1>LDAP</H1>
2645 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
2646 an organization's shared
2647 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
2648 large address
2649 books, rather like the White Pages provided by the phone company. As an Alpine 
2650 user, it is not
2651 necessary to know much about how this works, only how to use it and how to 
2652 configure
2655 More information on configuring LDAP is available in Alpine's online help:
2656 <ul>
2657   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
2658 </ul>
2660 Additional help on using LDAP in Alpine is also available:
2661 <ul>
2662   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
2663 </ul>
2665 &lt;End of help on this topic&gt;
2666 </BODY>
2667 </HTML>
2668 ===== h_mainhelp_index ======
2669 <HTML>
2670 <HEAD>
2671 <TITLE>Index of Messages</TITLE>
2672 </HEAD>
2673 <BODY>
2674 <H1>Index of Messages</H1>
2676 In Alpine's message index, the selected message is highlighted. The first 
2677 column on the left is blank, shows a &quot;+&quot; if the message was
2678 sent directly to you (i.e., it is not a
2679 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
2681 The second column may be blank, or it may contain:
2682 <ul>
2683   <li>"N" if the message is new (unread), </li>
2684   <li>"A" if you have answered the message (using the Reply command), </li>
2685   <li>"D" if you have marked the message for deletion.</li>
2686 </ul>
2689 Note: If you answer a message as well as mark it deleted (in either order), 
2690 you will only see the &quot;D&quot;.
2693 The rest of the columns in the message line show you the message
2694 number, date sent, sender, size, and subject. For details, press ? (Help).  
2695 The behavior and appearance of the Index screen is highly configurable.
2696 In the Setup/Config screen search (with the WhereIs command) for options
2697 that contain the words &quot;index&quot; or &quot;thread&quot; to see
2698 many of the configuration possibilities.
2699 In particular, the
2700 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
2701 option may be used to configure the look of the standard MESSAGE INDEX lines
2702 in many different ways.
2703 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
2704 read the help text there for more information.
2706 Most of the commands you need to handle your messages are visible at the
2707 bottom of the screen, and you can press O (OTHER CMDS) to see additional
2708 commands that are available.
2709 You do not need to see these &quot;other commands&quot;
2710 on the screen to use them. That is, you never need to press O as a prefix
2711 for any other command.
2714 Additional information is available in Alpine's online help:
2715 <ul>
2716   <li><a href="h_mail_index">Message Index Commands</a></li>
2717 </ul>
2719 &lt;End of help on this topic&gt;
2720 </BODY>
2721 </HTML>
2722 ===== h_mainhelp_reading ======
2723 <HTML>
2724 <HEAD>
2725 <TITLE>Reading Messages</TITLE>
2726 </HEAD>
2727 <BODY>
2728 <H1>Reading Messages</H1>
2730 The message text screen shows you the text of the message along with
2731 its header. If a message has attachments, those will be listed (but not
2732 displayed) also.  The titlebar line displays information about the currently
2733 open message, folder and collection.  You see the name of the collection
2734 (if there is one) in angle brackets, then the name of the folder, then the
2735 message number and finally the position within the current message (in
2736 percent). If the message is marked for deletion
2737 &quot;DEL&quot; will appear in the
2738 upper right as well.
2741 As with every Alpine screen, the bottom two lines show you the commands 
2742 available.
2744 <P>Additional information is available in Alpine's online help:
2745 <ul>
2746   <li><a href="h_mail_view">Message Text Screen</a></li>
2747   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
2748   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
2749 </ul>
2751 &lt;End of help on this topic&gt;
2752 </BODY>
2753 </HTML>
2754 ===== h_mainhelp_composing ======
2755 <HTML>
2756 <HEAD>
2757 <TITLE>Composing Messages</TITLE>
2758 </HEAD>
2759 <BODY>
2760 <H1>Composing Messages</H1>
2762 To write a message, press C (Compose). You see the Compose Message
2763 screen, which is divided into two parts: the header area and the message
2764 text area. The header area is where information on the recipient (the To:
2765 field) and the subject line go, while the message text area contains the
2766 actual text of the email message. Different commands are available to you
2767 when your cursor is in different areas on this screen. To see additional
2768 help on commands in either the message text or header area, type
2769 <Control>G (Get help).
2772 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
2773 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
2775 <P>The following information from Alpine's online help may prove useful:
2776 <ul>
2777   <li><a href="h_composer_to">Message Header Commands</a></li>
2778   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
2779   <li><a href="h_composer">Composer Commands</a></li>
2780   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
2781   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
2782   <li><a href="h_compose_send">Send Command</a></li>
2783   <li><a href="h_compose_spell">Spell Check Command</a></li>
2784 </ul>
2786 &lt;End of help on this topic&gt;
2787 </BODY>
2788 </HTML>
2789 ===== h_mainhelp_collections ======
2790 <HTML>
2791 <HEAD>
2792 <TITLE>Collection Lists</TITLE>
2793 </HEAD>
2794 <BODY>
2795 <H1>Collection Lists</H1>
2797 Collection lists are Alpine's way of organizing groups of folders. Each
2798 "collection" can reside on a different server, for example, and contain a
2799 different group of mail folders.
2802 For more information on this, see:
2803 <ul>
2804   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
2805 </ul>
2807 Additional information relating to collection lists is also available in 
2808 Alpine's online
2809 help:
2810 <ul>
2811   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
2812   <li><a href="h_collection_screen">Collection List Screen</a></li>
2813 </ul>
2815 &lt;End of help on this topic&gt;
2816 </BODY>
2817 </HTML>
2818 ===== h_mainhelp_folders ======
2819 <HTML>
2820 <HEAD>
2821 <TITLE>Folders</TITLE>
2822 </HEAD>
2823 <BODY>
2824 <H1>Folders</H1>
2826 Messages can quickly accumulate in your INBOX folder. If you use email
2827 often, you soon could have hundreds. You need to delete messages you do
2828 not want, and you can use folders to organize messages you wish to save. A
2829 folder is a collection of one or more messages that are stored (just like
2830 the messages in your INBOX) so you can access and manage them.
2833 You can organize your email messages into different folders by topic,
2834 correspondent, date, or any other category that is meaningful to you. You
2835 can create your own folders, and Alpine automatically provides three:
2836 <ul>
2837   <li>The INBOX folder: messages sent to you are listed in this folder.
2838       When you first start Alpine and go to the Message Index screen, you are
2839 looking at the list of messages in your INBOX folder. Every incoming
2840 message remains in your INBOX until you delete it or save it in another
2841 folder. </li>
2842   <li>The sent-mail folder: copies of messages you send are stored in this 
2843 folder. This is
2844 convenient if you cannot remember whether you actually sent a message and want 
2845 to check, or
2846 if you want to send a message again.</li>
2847   <li>The saved-messages folder: copies of messages you save are stored in this 
2848 folder
2849 unless you choose to save them to other folders you create yourself.</li>
2850 </ul>
2853 More information about folders is available in Alpine's online help:
2854 <ul>
2855   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
2856   <li><a href="h_folder_maint">Help for Folder List</a></li>
2857   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
2858   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
2859 Explained</a></li>
2860   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
2861 </ul>
2863 &lt;End of help on this topic&gt;
2864 </BODY>
2865 </HTML>
2866 ===== h_mainhelp_color ======
2867 <HTML>
2868 <HEAD>
2869 <TITLE>Color</TITLE>
2870 </HEAD>
2871 <BODY>
2872 <H1>Color</H1>
2874 If the terminal emulator you are using is capable of displaying color or if
2875 you are using PC-Alpine, then it is possible to set up Alpine so that various
2876 parts of the display will be shown in colors you configure. This is done
2877 using the Setup Color screen, available from the MAIN MENU by selecting
2878 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
2879 stands for Config in this context).
2882 For example, you may color things like the titlebar, the current item,
2883 the keymenu, and the status messages.
2884 You may also color lines in the index, and headers and quoted text in the
2885 MESSAGE TEXT screen.
2886 You use the Color Setup screen for configuring most of this, but you must
2887 use the IndexColor setup for coloring whole index lines.
2888 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
2891 The following entries in Alpine's online help provide additional information 
2892 about how to use color:
2893 <UL>
2894   <LI> <A HREF="h_color_setup">Color Setup screen</A>
2895   <LI> <A HREF="h_rules_incols">Index Line Color</A>
2896   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
2897   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
2898 </UL>
2900 &lt;End of help on this topic&gt;
2901 </BODY>
2902 </HTML>
2903 ===== h_mainhelp_mouse ======
2904 <HTML>
2905 <HEAD>
2906 <TITLE>Using a Mouse</TITLE>
2907 </HEAD>
2908 <BODY>
2909 <H1>Using a Mouse</H1>
2911 If you are using PC-Alpine mouse support is turned on automatically.
2912 If you are using UNIX Alpine within an X terminal window or within
2913 a terminal emulator that supports an xterm-style mouse, then you may
2914 turn on support for the mouse with the feature
2915 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
2916 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
2918 PC-Alpine offers considerable mouse support.  You can view what is
2919 &quot;clickable&quot; by dragging your mouse over any screen; when the
2920 arrow cursor changes into a hand, you found something. Mouse-click
2921 possibilities include navigating between screens and folders and
2922 double-clicking on hyperlinks to open your Web browser.
2923 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
2924 screen.  Examples of right-click options include &quot;copy&quot; after
2925 selecting text to copy and &quot;View in New Window&quot; when you click
2926 on a particular message in the Message Index. The menu choices available
2927 to you will vary based upon what screen is open, where on the screen your
2928 cursor is located, and even what action you have already taken.
2929 Within a folder, you may set the &quot;Important&quot; flag on any
2930 message.
2932 X terminal mouse support is more limited but still quite powerful.
2933 As with PC-Alpine, clicking on any of the commands in the keymenu at
2934 the bottom of the screen will execute that command as if you typed it.
2935 Double-clicking on a link, for example the link to the
2936 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
2937 will take you to that link.
2938 Double-clicking on an index line will view the message, and so on.
2940 &lt;End of help on this topic&gt;
2941 </BODY>
2942 </HTML>
2943 ===== h_mainhelp_keywords ======
2944 <HTML>
2945 <HEAD>
2946 <TITLE>Keywords</TITLE>
2947 </HEAD>
2948 <BODY>
2949 <H1>Keywords</H1>
2951 Within a folder, you may set the &quot;Important&quot; flag on any
2952 message.
2953 This doesn't have any system-defined meaning and is only called
2954 the Important flag because many users use it to signify that a message
2955 is important to them in some way.
2957 You may also define your own set of keywords.
2958 You might know these as user defined flags or as labels.
2959 These are similar to the Important flag but you choose the names for yourself.
2961 Alpine will only display keywords that
2962 have been added by you in the Flag Details screen or
2963 that have been configured by you using the Setup/Config option
2964 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
2965 Keywords set by other means (for example, by another email client) will not
2966 show up in Alpine unless you configure Alpine to know about them.
2967 They will show up in the Flag Details screen, but will not show up, for example,
2968 in the index line.
2971 The following entries in Alpine's online help provide additional information 
2972 about how to use keywords:
2973 <ul>
2974   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
2975   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
2976 </ul>
2978 &lt;End of help on this topic&gt;
2979 </BODY>
2980 </HTML>
2981 ===== h_mainhelp_roles ======
2982 <HTML>
2983 <HEAD>
2984 <TITLE>Roles</TITLE>
2985 </HEAD>
2986 <BODY>
2987 <H1>Roles</H1>
2989 You may play different roles depending on who you are replying to. For
2990 example, if you are replying to a message addressed to help-desk you may
2991 be acting as a Help Desk Worker. That role may require that you use a
2992 different return address and/or a different signature.
2995 To configure roles, go to the MAIN MENU and use the Setup command
2996 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
2997 The following entries in Alpine's online help provide additional information 
2998 about how to
2999 use roles:
3000 <ul>
3001   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
3002   <li><a href="h_role_select">Roles Screen</a></li>
3003 </ul>
3005 &lt;End of help on this topic&gt;
3006 </BODY>
3007 </HTML>
3008 ===== h_mainhelp_filtering ======
3009 <HTML>
3010 <HEAD>
3011 <TITLE>Filtering</TITLE>
3012 </HEAD>
3013 <BODY>
3014 <H1>Filtering</H1>
3016 The software that actually delivers mail (the stuff that happens
3017 before Alpine is involved) for you is in a better position to do mail filtering
3018 than Alpine itself.
3019 If possible, you may want to look into using that sort of mail filtering to
3020 deliver mail to different folders, delete it, or forward it.
3021 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
3024 Filtering is a way to automatically move certain messages from one folder
3025 to another or to automatically delete messages.
3026 You may also automatically set the state (Important, New, Deleted, Answered) of messages
3027 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
3028 Alpine doesn't have the ability to forward mail to another address or
3029 to deliver vacation messages.
3032 To configure filtering, go to the MAIN MENU and use the Setup command
3033 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
3034 The following entries in Alpine's online help provide additional information 
3035 about how to use filtering:
3036 <UL>
3037   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
3038 </UL>
3040 &lt;End of help on this topic&gt;
3041 </BODY>
3042 </HTML>
3043 ===== h_mainhelp_patterns ======
3044 <HTML>
3045 <HEAD>
3046 <TITLE>Patterns</TITLE>
3047 </HEAD>
3048 <BODY>
3049 <H1>Patterns</H1>
3051 Patterns are used with Roles, Filtering, Index Coloring,
3052 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
3053 The following entries in Alpine's online help provide information 
3054 about using Patterns:
3055 <UL>
3056   <LI> <A HREF="h_rule_patterns">Patterns</A>
3057 </UL>
3059 &lt;End of help on this topic&gt;
3060 </BODY>
3061 </HTML>
3062 ===== h_mainhelp_cmdlineopts ======
3063 <HTML>
3064 <HEAD>
3065 <TITLE>Command Line Options</TITLE>
3066 </HEAD>
3067 <BODY>
3068 <H1>Command Line Options</H1>
3070 Alpine accepts a number of command line arguments, allowing you, for
3071 example, to start Alpine and immediately access a particular folder.
3072 Many of these arguments overlap with options in the Alpine configuration file.
3073 If there is a difference, then an option set on the command line takes
3074 precedence.
3075 Alpine expects command line arguments (other than addresses) to be
3076 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
3077 A <a href="h_command_line_options">full list</a> of command line
3078 possibilities is available.
3080 &lt;End of help on this topic&gt;
3081 </BODY>
3082 </HTML>
3083 ===== h_mainhelp_config ======
3084 <HTML>
3085 <HEAD>
3086 <TITLE>Alpine Configuration</TITLE>
3087 </HEAD>
3088 <BODY>
3089 <H1>Alpine Configuration</H1>
3091 Unless it has been administratively disabled, the Setup command on the
3092 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
3093 The possible subcommands are for general Configuration settings,
3094 Printer settings, Changing your Password, Signature setup,
3095 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
3096 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
3097 and Color configuration.
3098 In particular, the &quot;Config&quot; subcommand has many features you may
3099 set or unset and many other configuration variables that may be set to change
3100 the way Alpine works.
3101 Every one of the hundreds of options available in that configuration settings
3102 screen has help text associated with it.
3103 You may read that text by moving the cursor to highlight the option and then
3104 typing the Help command.
3106 These settings are stored in your personal
3107 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
3108 <A HREF="h_config_remote_config">remotely</A>),
3109 but on shared systems these settings
3110 may be over-ridden by a system-wide control file (due to local site
3111 security or support policies).  A global pine configuration file can also
3112 be used to set default values for all Alpine users on a particular system.
3113 Power users may be interested in splitting their personal configuration
3114 data into two pieces, a generic piece and
3115 <A HREF="h_config_exceptions">exceptions</A> which apply to
3116 a particular platform.
3117 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
3118 General Alpine configuration information can be found
3119 <A HREF="h_news_config">here</A>.
3121 &lt;End of help on this topic&gt;
3122 </BODY>
3123 </HTML>
3124 ===== h_mainhelp_aggops ======
3125 <HTML>
3126 <HEAD>
3127 <TITLE>Aggregate Operations</TITLE>
3128 </HEAD>
3129 <BODY>
3130 <H1>Aggregate Operations</H1>
3132 When you are in the MESSAGE INDEX, the available commands
3133 (for example, Delete, Undelete, Save, Reply, and so on)
3134 normally act on a single message.
3135 So, for example, if you press the Delete command, the currently highlighted
3136 message is marked Deleted.
3137 These commands that normally act on a single message may be applied to
3138 several messages at once instead.
3140 By default this feature is turned on, but it could be administratively turned
3141 off to reduce complexity.
3142 The feature
3143 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
3144 in the Setup/Config screen is used to turn it off or on.
3145 When this feature is turned on, the four commands &quot;Select&quot;,
3146 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
3147 are available.
3148 The two selection commands allow you to mark a set of
3149 messages as being &quot;selected&quot;.
3150 The &quot;ZoomMode&quot; command will toggle between
3151 displaying only the selected messages and displaying all the messages.
3152 The &quot;Apply&quot; command allows you to
3153 apply one of the regular MESSAGE INDEX commands to all of the selected
3154 messages instead of to only the highlighted message.
3156 An example aggregate operation would be to catch up when reading
3157 a news group.
3158 That is, get rid of all the messages in the news group so that you can
3159 start fresh.
3160 The easiest way to do this in Alpine is to use aggregate operations.
3161 You want to Delete all of the messages in the group.
3162 You could start at the top and type &quot;D&quot; once for every message.
3163 A much faster method is to first Select all of the messages in the group,
3164 and then Delete all of them.
3165 This would take four keystrokes:
3167 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
3168 <BR>
3169 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
3171 Another use of Select is to use it for searching for a particular message
3172 or set of messages in a large folder.
3173 You may know that the message was From a certain user.
3174 You could select all messages from that user to start, and use Zoom to
3175 look at only those messages.
3176 If there were still too many messages to look at you could Narrow the
3177 set of messages further by selecting from all of those messages only
3178 the ones that were after a certain date, or contained a particular phrase
3179 in the Subject, or were too a particular address, and so on.
3180 That may be the end of what you are doing, or you may want to use Apply to
3181 Save or Forward or Print all of the selected messages.
3183 Some related help topics are
3184 <UL>
3185 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
3186 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
3187 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
3188 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
3189 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
3190 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
3191 </UL>
3193 &lt;End of help on this topic&gt;
3194 </BODY>
3195 </HTML>
3196 ===== h_mainhelp_readingnews ======
3197 <HTML>
3198 <HEAD>
3199 <TITLE>Reading News</TITLE>
3200 </HEAD>
3201 <BODY>
3202 <H1>Reading News</H1>
3204 <H2>Background</H2>
3205 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
3206 commands as for mail. Similar to mailing lists but existing on a larger scale, 
3207 Usenet newsgroups allow groups of people with common interests to discuss 
3208 particular topics. You might find newsgroups related to your career, or you 
3209 might wish to check out the online discussion among the fans of your favorite 
3210 television show. 
3212 <H2>Configuring Alpine for Reading News</H2>
3213 Alpine often arrives
3214 pre-configured by your system administrator to automatically access the
3215 newsgroups offered by your organization, Internet Service Provider, or
3216 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
3217 need additional details on <a href="h_configuring_news">how to
3218 configure Alpine to read news</a>.
3220 <H2>Accessing Newsgroups</H2>
3221 The first step in reading news is to access the newsgroups collections
3222 screen from Alpine. If everything is configured properly, you should be able
3223 to do this by first typing L (folder List), then selecting the folder
3224 collection listed as "News." The actual name of this collection may differ
3225 from system to system.
3227 <H2>Subscribing to Newsgroups</H2>
3229 Once you have accessed the news collection, you need to subscribe to a
3230 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
3231 will keep a record of the newsgroups in which you are interested and which
3232 articles in those newsgroups have been read.
3234 <H2>Using Newsgroups</H2> 
3235 Alpine uses the similar commands to read news as to read mail. For example,
3236 the D command marks messages as Deleted (or "Dismissed," if you prefer),
3237 and the R command Replies to a news posting. Basically, Alpine allows you to
3238 read news as if it were mail, so you don't need to change the way you
3239 interact with Alpine.
3241 There is also additional Alpine help available on 
3242 <A HREF="h_reading_news">how to use Alpine to read news</A>.
3244 &lt;End of help on this topic&gt;
3245 </BODY>
3246 </HTML>
3247 ===== h_mainhelp_securing ======
3248 <HTML>
3249 <HEAD>
3250 <TITLE>Securing your Alpine Session</TITLE>
3251 </HEAD>
3252 <BODY>
3253 <H1>Securing your Alpine Session</H1>
3255 By default, Alpine will attempt to connect to an IMAP server on the normal
3256 IMAP service port (143).
3257 If the Alpine you are using has been built to
3258 support &quot;Transport Layer Security&quot; (TLS)
3259 and &quot;Secure Sockets Layer&quot; (SSL) 
3260 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
3261 and the server offers the STARTTLS capability, then a secure (encrypted)
3262 session will be established.
3264 When you are connected to a remote folder the titlebar will contain a plus sign
3265 in the far right column if the connection is encrypted using TLS or SSL.
3266 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
3267 if the connection is encrypted.
3269 <H2>More Information on Alpine with SSL and TLS</H2>
3270 <UL>
3271 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
3272 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
3273 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
3274 <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>
3275 </UL>
3276 <H2>Here are some other security-related features and options</H2>
3278 <UL>
3279 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
3280 <LI> <A HREF="h_config_disable_password_file_saving"><!--#echo var="FEAT_disable-password-file-saving"--></A> Disable password file saving</LI>
3281 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
3282 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
3283 </UL>
3285 &lt;End of help on this topic&gt;
3286 </BODY>
3287 </HTML>
3288 ===== h_mainhelp_problems ======
3289 <HTML>
3290 <HEAD>
3291 <TITLE>Reporting Problems</TITLE>
3292 </HEAD>
3293 <BODY>
3294 <H1>Reporting Problems</H1>
3296 We ask that you first read the relevant help screens and then seek
3297 assistance from your own local support staff.  Once you are sure that your
3298 difficulty is not a local configuration problem, you might look at the
3299 help section explaining where to look for
3300 <A HREF="h_finding_help">more information</A> and where to 
3301 get assistance.
3304 <ADDRESS>
3305    Eduardo Chappa &lt;chappa@gmx.com&gt;
3306 </ADDRESS>
3309 &lt;End of help on this topic&gt;
3310 </BODY>
3311 </HTML>
3312 ===== h_main_menu_commands ======
3313 <HTML>
3314 <HEAD>
3315 <TITLE>MAIN MENU COMMANDS</TITLE>
3316 </HEAD>
3317 <BODY>
3318 <H1>MAIN MENU COMMANDS</H1>
3320 <!--chtml if pinemode="function_key"-->
3321 &nbsp;Available&nbsp;Commands&nbsp;--
3322 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
3323 &nbsp;------------------------------
3324 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
3325 ----------<BR>
3326 &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>
3327 &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>
3328 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
3329 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
3330 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
3331 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
3332 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
3333 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
3334 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
3335 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3336 &nbsp;F7&nbsp;&nbsp;<A 
3337 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
3338 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3339 &nbsp;F8&nbsp;&nbsp;<A 
3340 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
3341 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
3342 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 
3343 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
3344 &nbsp;F10&nbsp;<A 
3345 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 
3346 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
3347 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3348 &nbsp;F11&nbsp;<A 
3349 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
3350 <!--chtml else-->
3351 &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>
3352 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
3353 &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>
3354 &nbsp;C&nbsp;&nbsp;<A 
3355 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>
3356 &nbsp;I&nbsp;&nbsp;<A 
3357 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>
3358 &nbsp;L&nbsp;&nbsp;<A 
3359 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>
3360 &nbsp;A&nbsp;&nbsp;<A 
3361 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
3362 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
3363 &nbsp;S&nbsp;&nbsp;<A 
3364 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 
3365 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
3366 &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>
3367 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
3368 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
3369 <!--chtml endif-->
3372 NOTE:
3373 <OL>
3374  <LI>For help on a particular command, highlight the bold text associated
3375 with it above and hit Return.
3376  <LI> The availability of certain commands (e.g. some of the options under
3377 SETUP) is determined by Alpine configuration files and system capabilities.
3378 At some sites, certain commands may not be available due to security or
3379 support concerns.
3380 </OL>
3382 &lt;End of help on this topic&gt;
3383 </BODY>
3384 </HTML>
3386 ===== h_command_line_options ======
3387 <HTML>
3388 <HEAD>
3389 <TITLE>COMMAND LINE OPTIONS</TITLE>
3390 </HEAD>
3391 <BODY>
3392 <H1>COMMAND LINE OPTIONS</H1>
3393 Possible starting arguments for Alpine:
3395 <DL COMPACT>
3397 <DT> <EM>[addresses]</EM>
3399 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
3400 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
3401 <EM>Alpine</EM> will startup in
3402 the composer with a message started to the addresses specified.
3403 Once the message is sent, the <EM>Alpine</EM> session closes.
3404 Standard input redirection is allowed.
3405 Separate multiple addresses with a space between them.
3406 Addresses are placed in the &quot;To&quot; field only.
3409 <DT> &lt; <EM>file</EM>
3411 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
3412 into the body of the message.
3413 Once the message is sent, the <EM>Alpine</EM> session closes. 
3416 <DT> -attach <EM>file</EM>
3418 <DD> Go directly into composer with given file attached.
3421 <DT> -attachlist <EM>file-list</EM>
3423 <DD> Go directly into composer with given files attached.
3424 This must be the last option on the command line.
3427 <DT> -attach_and_delete <EM>file</EM>
3429 <DD> Go directly into composer with given file attached, delete when finished.
3432 <DT> -aux <EM>local_directory</EM>
3434 <DD> <EM>PC-Alpine</EM> only.
3435 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
3436 files, like debug files, address books, and signature files.  The pinerc may 
3437 be local or remote.
3440 <DT> -bail
3442 <DD> If the personal configuration file doesn't already exist, exit.
3443 This might be useful if the configuration file is accessed using some
3444 remote filesystem protocol. If the remote mount is missing this will cause
3445 <EM>Alpine</EM> to quit instead of creating a new pinerc.
3448 <DT> -c <EM>n</EM>
3450 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
3451 This is used when there are multiple folder collections (contexts) and you 
3452 want to open a folder not in the primary collection.
3455 <DT> -conf
3457 <DD> Configuration: Prints a sample system configuration file to the
3458 screen or standard output. To generate an initial system configuration 
3459 file, execute
3461 <PRE><CODE>
3462                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
3463 </CODE></PRE>
3466 To generate a system configuration file using settings from an old
3467 system configuration file, execute
3469 <PRE><CODE>
3470                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
3471 </CODE></PRE>
3473 A system configuration file is not required.
3476 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
3478 <DD> Copy an address book file to a remote address book folder.
3479 If the remote folder doesn't exist, it will be created.
3480 If it exists but the first message in the folder isn't a remote address
3481 book header message, the copy will be aborted.
3482 This flag will not usually be used by a user.
3483 Instead, the user will create a remote address book from within <EM>Alpine</EM>
3484 and copy entries from the local address book by using aggregate Save in
3485 the address book screen.
3488 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
3490 <DD> Copy a pinerc configuration file to a remote pinerc folder.
3491 If the remote folder doesn't exist, it will be created.
3492 If it exists but the first message in the folder isn't a remote pinerc
3493 header message, the copy will be aborted.
3494 This flag may be useful to users who already have a local pinerc file and
3495 would like to convert it to a remote pinerc folder and use that instead.
3496 This gives a way to bootstrap that conversion without having to manually
3497 reset all of the variables in the remote pinerc folder.
3500 <DT> -d <EM>debug-level</EM>
3502 <DD> Debug Level:  Sets the level of debugging information written by
3503 <EM>Alpine</EM>.
3504 <EM>debug-level</EM> can be set to any integer 0-9.
3505 A debug level of 0 turns off debugging for the session.
3506 (Actually there are some levels higher than 9, but you probably don't
3507 want to see them.)
3510 <DT> -d <EM>keywords</EM>
3512 <DD> You may use a more detailed version of the debugging flag to set
3513 the debug level in separate parts of <EM>Alpine</EM>.
3514 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
3515 verbose=0..9.
3516 <EM>Flush</EM> causes debugging information to be flushed immediately to
3517 the debug file as it is written.
3518 <EM>Verbose</EM> is the general debugging verbosity level.
3519 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
3520 is useful when you are trying to figure out what is responsible for delays.
3521 <EM>Numfiles</EM> sets the number of debug files saved.
3522 <EM>Imap</EM> sets the debug level for the debugging statements related
3523 to the conversation with the IMAP server, and more generally, for the
3524 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
3525 <EM>Tcp</EM> turns on some TCP/IP debugging.
3528 <DT> -f <EM>folder</EM>
3530 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
3531 of the standard INBOX.
3534 <DT> -F <EM>file</EM>
3536 <DD> Open named text file for viewing and forwarding.
3539 <DT> -h
3541 <DD> Help:  Prints the list of available command-line arguments to the
3542 screen.
3545 <DT> -i
3547 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
3548 screen instead of the MAIN MENU.
3551 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
3554 <DT> -I <EM>a,b,c,...</EM>
3556 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
3557 sequence of commands upon startup.
3558 This allows users to get <EM>Alpine</EM> to start in any
3559 of its menus/screens.
3560 You cannot include any input to the composer in the initial keystrokes.
3561 The key &lt;Return&gt; is represented by a ``CR'' in
3562 the keystroke list; the spacebar is designated by the letters ``SPACE''.
3563 Control keys are two character sequences beginning with ``^'', such as
3564 ``^I''.
3565 A tab character is ``TAB''.
3566 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
3567 ``DOWN'', ``LEFT'', and ``RIGHT''.
3568 A restriction is that you can't mix function keys and character keys in this
3569 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
3570 A user can always use only <EM>character</EM> keys in the startup list even
3571 if he or she is using <EM>function</EM> keys normally, or vice versa.
3572 If an element in this list is a string of characters surrounded by double
3573 quotes (&quot;) then it will be expanded into the individual characters in
3574 the string, excluding the double quotes.
3577 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
3580 <DT> -install
3582 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
3583 some basic information to help with getting properly set up.
3586 <DT> -k
3588 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
3589 the input of commands to be function-keys.
3590 Otherwise, commands are linked to the regular character keys.
3593 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
3594 <EM>Feature-List</EM>.
3597 <DT> -n <EM>n</EM>
3599 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
3600 FOLDER INDEX screen with the current message being the specified
3601 message number.
3604 <DT> -nosplash
3606 <DD> <EM>PC-Alpine</EM> only.
3607 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
3608 This may be helpful for certain troubleshooting or terminal server scenarios.
3611 <DT> -o <EM>folder</EM>
3613 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
3616 <DT> -p <EM>pinerc</EM>
3618 <DD> Uses the named file as the personal configuration file instead of
3619 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
3620 Alpinerc may be either a local file or a remote configuration folder.
3623 <DT> -P <EM>pinerc</EM>
3625 <DD> Uses the named file as the system wide configuration file instead of
3626 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
3627 Alpinerc may be either a local file or a remote configuration folder.
3630 <DT> -passfile <EM>passfile</EM>
3632 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
3633 This should be a fully-qualified filename.
3636 <DT> -pinerc <EM>file</EM>
3638 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
3639 settings of variables that the user has made.
3640 Use <EM>file</EM> set to ``-'' to make output go to standard out.
3643 <DT> -r
3645 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
3646 <EM>Alpine</EM> in restricted mode can only send email to itself.
3647 Save and export are limited.
3650 <DT> -registry <EM>cmd</EM>
3652 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
3653 <EM>Alpine</EM>'s registry entries.
3654 Possible values for <EM>cmd</EM> are set, clear, and dump.
3655 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
3656 entries according to its current settings.
3657 <EM>Clear</EM> will clear the registry values.
3658 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
3659 <EM>Dump</EM> will display the values of current registry settings.
3660 Note that the dump command is currently disabled.
3661 Without the -registry option, <EM>PC-Alpine</EM> will write values into
3662 the registry only if there currently aren't any values set.
3665 <DT> -sort <EM>key</EM>
3667 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
3668 FOLDER INDEX screen.
3669 <EM>Key</EM> can have the following values: 
3670 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
3671 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
3672 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
3673 The default value is &quot;arrival&quot;.
3674 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
3677 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
3680 <DT> -uninstall
3682 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
3683 in Windows settings.  The registry settings are removed and
3684 the password cache is cleared.
3687 <DT> -url <EM>url</EM>
3689 <DD> Open the given URL.
3692 <DT> -v
3694 <DD> Version:  Print version information to the screen.
3697 <DT> -x <EM>exceptions_config</EM>
3699 <DD> Configuration settings in the exceptions configuration override your normal
3700 default settings.
3701 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
3704 <DT> -z
3706 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
3707 will suspend the <EM>Alpine</EM> session.
3710 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
3711 <EM>Feature-List</EM>.
3714 <DT> -<EM>option</EM>=<EM>value</EM>
3716 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
3717 For example, <EM>-signature-file=sig1</EM> or
3718 <EM>-Feature-List=signature-at-bottom</EM>.
3719 Note:  Feature-List values are
3720 additive and features may be preceded with no- to turn them off.
3721 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
3722 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
3723 <EM>-Feature-List=signature-at-bottom</EM>.
3726 </DL>
3728 &lt;End of help on this topic&gt;
3729 </BODY>
3730 </HTML>
3731 ===== h_configuring_news ======
3732 <HTML>
3733 <HEAD>
3734 <TITLE>CONFIGURING NEWS</TITLE>
3735 </HEAD>
3736 <BODY>
3737 <H1>CONFIGURING NEWS</H1>
3738 Alpine can access news folders in any one of three different ways:
3739 <DL>
3740 <DT>REMOTE NNTP</DT>
3741 <DD>Using the Network News Transport Protocol (NNTP) to
3742 access news on a remote news server.  In this case the newsrc file is
3743 stored on the machine where Alpine is running.
3746 To specify a remote news-collection accessed via NNTP use the
3747 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3748 Server: value to the NNTP server's hostname appended with the
3749 communication method &quot;/service=NNTP&quot;, and set the Path:
3750 value to the &quot;#news.&quot; namespace (without the quotes).  See
3751 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
3752 help text for a more complete explanation of access method, and the
3753 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3754 text for a more complete explanation of &quot;namespace&quot;.
3756 Instead of specifying a news-collection, you may simply set the
3757 <A HREF="h_config_nntp_server">NNTP Server</A>
3758 option, which will cause Alpine to create a default news-collection for you.
3759 Another NNTP option that may be of interest is
3760 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
3762 <DT>REMOTE IMAP</DT>
3763 <DD>Using the Internet Message Access Protocol (IMAP) to
3764 access news on a remote news server.  In this case, your newsrc file is
3765 stored on the news server, in your home directory, so you must have an
3766 account on the news server, but you would be running Alpine on a different
3767 machine.  The news server must be running an IMAPd server process. 
3770 To specify a remote news-collection accessed via IMAP use the
3771 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3772 Server: value to the IMAP server's hostname, and set the Path: value
3773 to the &quot;#news.&quot; namespace (without the quotes).  See the
3774 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3775 text for a more complete explanation of &quot;namespace&quot;.
3777 </DD>
3779 <DT>LOCAL</DT>
3780 <DD>Using local file access to the news database.  In this
3781 case, your newsrc file is stored on the news server, in your home
3782 directory, so you must have an account on the news server, and you would
3783 be running Alpine on the same machine.
3786 To specify a local news-collection use the SETUP/collectionList
3787 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
3788 set the Path: value to the &quot;#news.&quot; namespace (without the
3789 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
3790 field's help text for a more complete explanation of &quot;namespace&quot;.
3792 </DD>
3793 </DL>
3797 NOTE: Should no news-collection be defined as above, Alpine will
3798 automatically create one using the Setup/Config screen's
3799 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
3800 will be created as a &quot;Remote NNTP&quot; as described above.
3804 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
3805 possible.  If you don't have an account on the news server, or if the news
3806 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
3807 sure, ask your service provider, university, or company for help.)  In
3808 this case, your Unix .newsrc file can be transferred to your PC.  A good
3809 place to put it would be in the same directory as your PINERC file, under
3810 the name NEWSRC, but you can 
3811 <A HREF="h_config_newsrc_path">specify a different location</A>
3812 via Alpine's Setup/Config screen.
3815 Other configuration features related to news are
3816 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
3817 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
3818 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
3819 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
3820 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
3821 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
3822 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
3823 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
3826 &lt;End of help on this topic&gt;
3827 </BODY>
3828 </HTML>
3829 ===== h_reading_news ======
3830 <HTML>
3831 <HEAD>
3832 <TITLE>READING NEWS</TITLE>
3833 </HEAD>
3834 <BODY>
3835 <H1>READING NEWS</H1>
3837 Alpine uses almost the same commands for manipulating news folders as for
3838 mail folders.  This means, for example, that when you are done with a
3839 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
3840 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
3841 most newsreaders, wherein a message is implicitly dismissed after you have
3842 looked at it once. We strongly believe that Alpine should offer as much
3843 consistency as possible between mail and news, so the mail paradigm --
3844 wherein a message does not magically disappear without explicit action by
3845 the user -- is used for news as well. <P>
3847 If you answer a message in a news folder, the index view will show the
3848 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
3849 keep track of what news as been read has no way of storing this flag, so
3850 it will not be preserved across sessions.  The Deleted flag is the only
3851 one that is preserved when you leave and then return to a newsgroup.  As an
3852 additional note on replies, when you Reply to a newsgroup message and say
3853 you want to reply to all recipients, Alpine will ask if you want to post the
3854 message to all the newsgroups listed in the original message. <P>
3856 If you would like Alpine to mark more-or-less recent news messages as
3857 &quot;New&quot;, then set the
3858 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
3859 feature (which is set by default).  This will cause messages after the last one you have marked as
3860 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
3861 &quot;N&quot; status often makes it easier to distinguish later news
3862 articles from those you've previously seen, but not yet disposed of via
3863 the &quot;D&quot; key.  Note that this is an approximation, not an exact
3864 record of which messages you have not seen.
3867 A frequent operation in news-reading is &quot;catching up&quot; -- that
3868 is, getting rid of all the messages in the newsgroup so that you can
3869 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
3870 Select command.  You would enter the following four keystrokes:
3871 <tt>;aad</tt> to select all messaged, and then apply the delete (or
3872 dismiss) command to all of them.
3875 There are also additional details on 
3876 <A HREF="h_configuring_news">configuring news</a>.
3879 &lt;End of help on this topic&gt;
3880 </BODY>
3881 </HTML>
3882 ====== h_help_index ======
3883 <HTML>
3884 <HEAD>
3885 <TITLE>Help Index</TITLE>
3886 </HEAD>
3887 <BODY>
3888 <H1>Help Index</H1>
3889 <ul>
3890 <li><a href="h_mainhelp_abooks">Address Books</a></li>
3891 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
3892 <li><a href="h_main_addrbook">Address Book Command</a>
3893 <li><a href="h_abook_view">Address Book View Explained</a>
3894 <li><a href="h_compose_addrcomplete">Address Completion</a>
3895 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
3896 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
3897 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
3898 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
3899 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
3900 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
3901 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
3902 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
3903 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
3904 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
3905 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
3906 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
3907 <li><a href="h_mainhelp_config">Alpine Configuration</a>
3908 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
3909 <li><a href="h_news_legal">Alpine Legal Notices</a>
3910 <li><a href="h_compose_alted">Alt Editor Command</a>
3911 <li><a href="h_index_cmd_apply">Apply Command</a>
3912 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
3913 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
3914 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
3915 <li><a href="h_composer_browse">BROWSER</a>
3916 <li><a href="h_common_bounce">Bounce Command</a>
3917 <li><a href="h_compose_cancel">Cancel Command</a>
3918 <li><a href="h_config_change_your_from">Changing your From Address</a>
3919 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
3920 <li><a href="h_mainhelp_color">Color</a>
3921 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
3922 <li><a href="h_composer">COMPOSER COMMANDS</a>
3923 <li><a href="h_mainhelp_composing">Composing Messages</a>
3924 <li><a href="h_mainhelp_collections">Collection Lists</a>
3925 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
3926 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
3927 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
3928 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
3929 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
3930 <li><a href="h_common_compose">Compose Command</a>
3931 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
3932 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
3933 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
3934 <li><a href="h_mainhelp_config">Configuration</a>
3935 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
3936 <li><a href="h_config_dflt_color">Default Color</a>
3937 <li><a href="h_common_delete">Delete and Undelete Commands</a>
3938 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
3939 <li><a href="h_special_list_commands">Email List Commands Explained</a>
3940 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
3941 <li><a href="h_folder_open">Explanation of Folder Selection</a>
3942 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
3943 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
3944 <li><a href="h_ge_export">Export File Selection</a>
3945 <li><a href="h_ge_allparts">Export Message File Selection</a>
3946 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
3947 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
3948 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
3949 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
3950 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
3951 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
3952 <li><a href="h_config_alt_reply_menu">FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></a>
3953 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
3954 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
3955 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
3956 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
3957 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
3958 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
3959 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
3960 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
3961 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
3962 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
3963 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
3964 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
3965 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
3966 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
3967 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
3968 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
3969 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
3970 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
3971 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
3972 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
3973 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
3974 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
3975 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
3976 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
3977 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
3978 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
3979 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
3980 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
3981 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
3982 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
3983 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
3984 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
3985 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
3986 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
3987 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
3988 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
3989 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
3990 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
3991 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
3992 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
3993 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
3994 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
3995 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
3996 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
3997 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
3998 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
3999 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
4000 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
4001 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
4002 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
4003 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
4004 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
4005 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
4006 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
4007 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
4008 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
4009 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
4010 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
4011 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
4012 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
4013 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
4014 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
4015 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
4016 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
4017 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
4018 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
4019 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
4020 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
4021 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
4022 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
4023 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
4024 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
4025 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
4026 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
4027 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
4028 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
4029 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
4030 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
4031 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
4032 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
4033 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
4034 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
4035 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
4036 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
4037 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
4038 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
4039 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
4040 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
4041 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
4042 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
4043 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
4044 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
4045 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
4046 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
4047 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
4048 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
4049 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
4050 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
4051 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
4052 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
4053 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
4054 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
4055 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
4056 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
4057 <li><a href="h_config_ignore_size">FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></a>
4058 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
4059 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
4060 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
4061 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
4062 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
4063 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
4064 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
4065 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
4066 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
4067 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
4068 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
4069 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
4070 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
4071 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
4072 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
4073 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
4074 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
4075 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
4076 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
4077 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
4078 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
4079 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
4080 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
4081 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
4082 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
4083 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
4084 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
4085 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
4086 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
4087 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
4088 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
4089 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
4090 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
4091 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
4092 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
4093 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
4094 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
4095 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
4096 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
4097 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
4098 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
4099 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
4100 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
4101 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
4102 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
4103 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
4104 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
4105 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
4106 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
4107 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
4108 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
4109 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
4110 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
4111 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
4112 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
4113 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
4114 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
4115 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
4116 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
4117 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
4118 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
4119 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
4120 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
4121 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
4122 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
4123 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
4124 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
4125 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
4126 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
4127 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
4128 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
4129 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
4130 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
4131 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
4132 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
4133 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
4134 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
4135 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
4136 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
4137 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
4138 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
4139 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
4140 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
4141 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
4142 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
4143 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
4144 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
4145 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
4146 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
4147 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
4148 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
4149 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
4150 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
4151 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
4152 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
4153 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
4154 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
4155 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
4156 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
4157 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
4158 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
4159 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
4160 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
4161 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
4162 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
4163 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
4164 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
4165 <li><a href="h_mainhelp_filtering">Filtering</a>
4166 <li><a href="h_finding_help">Finding more information and requesting help</a>
4167 <li><a href="h_common_flag">Flag Command</a>
4168 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
4169 <li><a href="h_mainhelp_folders">Folders</a>
4170 <li><a href="h_what_are_collections">Folder Collections Explained</a>
4171 <li><a href="h_common_folders">Folder List Command</a>
4172 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
4173 <li><a href="h_folder_save">Folder Select for Save Explained</a>
4174 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
4175 <li><a href="h_config_change_your_from">From Address, Changing</a>
4176 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
4177 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
4178 <li><a href="h_common_goto">Goto Command</a>
4179 <li><a href="h_common_hdrmode">HdrMode Command</a>
4180 <li><a href="h_mainhelp_pinehelp">Help</a>
4181 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
4182 <li><a href="h_folder_maint">Help for Folder List</a>
4183 <li><a href="h_valid_folder_names">IMAP</a>
4184 <li><a href="h_ge_import">Import File Selection</a>
4185 <li><a href="h_mainhelp_index">Index of Messages</a>
4186 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
4187 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
4188 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
4189 <li><a href="h_info_on_mbox">Information on mbox driver</a>
4190 <li><a href="h_mainhelp_intro">Introduction</a>
4191 <li><a href="h_main_journal">Journal Command</a>
4192 <li><a href="h_common_jump">Jump Command</a>
4193 <li><a href="h_compose_justify">Justify Command</a>
4194 <li><a href="h_main_kblock">Keyboard Lock Command</a>
4195 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
4196 <li><a href="h_mainhelp_ldap">LDAP</a>
4197 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
4198 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
4199 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
4200 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
4201 <li><a href="h_config_ldap_opts_ldaps">LDAP FEATURE: Require-LDAPS-On-Connection</a>
4202 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
4203 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
4204 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
4205 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
4206 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
4207 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
4208 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
4209 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
4210 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
4211 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
4212 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
4213 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
4214 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
4215 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
4216 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
4217 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
4218 <li><a href="h_ldap_view">LDAP Response View Explained</a>
4219 <li><a href="h_maildrop">Mail Drop: What is it?</a>
4220 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
4221 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
4222 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
4223 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
4224 <li><a href="h_common_index">Message Index Command</a>
4225 <li><a href="h_mainhelp_mouse">Mouse</a>
4226 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
4227 <li><a href="new_user_greeting">NEW USER GREETING</a>
4228 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
4229 <li><a href="h_mainhelp_readingnews">News Reading</a>
4230 <li><a href="h_folder_subscribe">Newsgroup Subcribe Screen explained</a>
4231 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
4232 <li><a href="h_common_nextnew">NextNew Command</a>
4233 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
4234 <li><a href="h_mainhelp_readingnews">NNTP</a>
4235 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
4236 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
4237 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
4238 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
4239 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
4240 <li><a href="h_config_color_style">OPTION: Color Style</a>
4241 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
4242 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
4243 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
4244 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
4245 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
4246 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
4247 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
4248 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
4249 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
4250 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
4251 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
4252 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
4253 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
4254 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
4255 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
4256 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
4257 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
4258 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
4259 <li><a href="h_config_file_dir">OPTION: File Directory</a>
4260 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
4261 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
4262 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
4263 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
4264 <li><a href="h_config_font_name">OPTION: Font Name</a>
4265 <li><a href="h_config_font_size">OPTION: Font Size</a>
4266 <li><a href="h_config_font_style">OPTION: Font Style</a>
4267 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
4268 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
4269 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
4270 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
4271 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
4272 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
4273 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
4274 <li><a href="h_config_psleep">OPTION: <!--#echo var="VAR_mailcap-check-interval"--></a>
4275 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
4276 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
4277 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
4278 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
4279 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
4280 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
4281 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
4282 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
4283 <li><a href="h_config_index_color">OPTION: Index Colors</a>
4284 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
4285 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
4286 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
4287 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
4288 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
4289 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
4290 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
4291 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
4292 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
4293 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
4294 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
4295 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
4296 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
4297 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
4298 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
4299 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
4300 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
4301 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
4302 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
4303 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
4304 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
4305 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
4306 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
4307 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
4308 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
4309 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
4310 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
4311 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
4312 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
4313 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
4314 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
4315 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
4316 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
4317 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
4318 <li><a href="h_config_pat_old">OPTION: Patterns</a>
4319 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
4320 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
4321 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
4322 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
4323 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
4324 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
4325 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
4326 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
4327 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
4328 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
4329 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
4330 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
4331 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
4332 <li><a href="h_config_printer">OPTION: Printer</a>
4333 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
4334 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
4335 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
4336 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
4337 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
4338 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
4339 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
4340 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
4341 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
4342 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
4343 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
4344 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
4345 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
4346 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
4347 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
4348 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
4349 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
4350 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
4351 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
4352 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
4353 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
4354 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
4355 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
4356 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
4357 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
4358 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
4359 <li><a href="h_config_aspell_dictionary">OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></a>
4360 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
4361 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
4362 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
4363 <li><a href="h_config_status_color">OPTION: Status Color</a>
4364 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
4365 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
4366 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
4367 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
4368 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
4369 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
4370 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
4371 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
4372 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
4373 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
4374 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
4375 <li><a href="h_config_title_color">OPTION: Title Color</a>
4376 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
4377 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
4378 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
4379 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
4380 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
4381 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
4382 <li><a href="h_config_history">OPTION: <!--#echo var="VAR_default-directories"--></a>
4383 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
4384 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
4385 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
4386 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
4387 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
4388 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
4389 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
4390 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
4391 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
4392 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
4393 <li><a href="h_config_window_position">OPTION: Window-Position</a>
4394 <li><a href="h_mainhelp_patterns">Patterns</a>
4395 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
4396 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
4397 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
4398 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
4399 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
4400 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
4401 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
4402 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
4403 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
4404 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
4405 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
4406 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
4407 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
4408 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
4409 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
4410 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
4411 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
4412 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
4413 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
4414 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
4415 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
4416 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
4417 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
4418 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
4419 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
4420 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
4421 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
4422 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
4423 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
4424 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
4425 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
4426 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
4427 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
4428 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
4429 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
4430 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
4431 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
4432 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
4433 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
4434 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
4435 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
4436 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
4437 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
4438 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
4439 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
4440 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
4441 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
4442 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
4443 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
4444 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
4445 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
4446 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
4447 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
4448 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
4449 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
4450 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
4451 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
4452 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
4453 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
4454 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
4455 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
4456 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
4457 <li><a href="h_common_pipe">Pipe Command</a>
4458 <li><a href="h_valid_folder_names">POP</a>
4459 <li><a href="h_common_postpone">Postpone Command</a>
4460 <li><a href="h_common_print">Print Command</a>
4461 <li><a href="h_mainhelp_readingnews">Reading News</a>
4462 <li><a href="h_news">RELEASE NOTES for Alpine</a>
4463 <li><a href="h_mainhelp_roles">Roles</a>
4464 <li><a href="h_role_select">ROLES SCREEN</a>
4465 <li><a href="h_compose_readfile">Read File Command</a>
4466 <li><a href="h_mainhelp_reading">Reading Messages</a>
4467 <li><a href="h_main_release_notes">Release Notes Command</a>
4468 <li><a href="h_common_reply">Reply and Forward Commands</a>
4469 <li><a href="h_compose_richhdr">Rich Header Command</a>
4470 <li><a href="h_common_role">Role Command</a>
4471 <li><a href="h_mainhelp_smime">S/MIME</a>
4472 <li><a href="h_index_cmd_select">Searching for Messages</a>
4473 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
4474 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
4475 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
4476 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
4477 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
4478 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
4479 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
4480 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
4481 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
4482 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
4483 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
4484 <li><a href="h_common_save">Save and Export Commands</a>
4485 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
4486 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
4487 <li><a href="h_compose_send">Send Command</a>
4488 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
4489 <li><a href="h_main_setup">Setup Command</a>
4490 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
4491 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
4492 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
4493 <li><a href="h_mainhelp_smime">S/MIME</a>
4494 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
4495 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
4496 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
4497 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
4498 <li><a href="h_config_smime_use_cert_store">S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></a>
4499 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
4500 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
4501 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
4502 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
4503 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
4504 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
4505 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
4506 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
4507 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
4508 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
4509 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
4510 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
4511 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
4512 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
4513 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
4514 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
4515 <li><a href="h_index_cmd_sort">Sort Command</a>
4516 <li><a href="h_compose_spell">Spell Check Command</a>
4517 <li><a href="h_common_suspend">Suspend Command</a>
4518 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
4519 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
4520 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
4521 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
4522 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
4523 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
4524 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
4525 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
4526 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
4527 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
4528 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
4529 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
4530 <li><a href="h_common_take">TakeAddr Command</a>
4531 <li><a href="h_mainhelp_status">Titlebar Line</a>
4532 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
4533 <li><a href="h_config_usenone_color">Use None Color</a>
4534 <li><a href="h_config_usenormal_color">Use Normal Color</a>
4535 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
4536 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
4537 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
4538 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
4539 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
4540 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
4541 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
4542 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
4543 </UL>
4546 &lt;End of Help Index&gt;
4547 </BODY>
4548 </HTML>
4551 ============== h_config_remote_config =============
4552 <HTML>
4553 <HEAD>
4554 <TITLE>Remote Configuration</TITLE>
4555 </HEAD>
4556 <BODY>
4557 <H1>Remote Configuration</H1>
4559 You may use the command line argument &quot;-p pinerc&quot; to tell
4560 Alpine to use a non-default configuration file.
4561 There are two types of storage for configuration information.
4562 <EM>Local</EM> configuration files are used by default.
4563 These are just regular files on the UNIX system or on the PC.
4564 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
4565 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
4566 <EM>Remote</EM> configuration folders are stored on an IMAP server.
4567 The advantage of using a remote configuration is that the same information
4568 may be accessed from multiple platforms.
4569 For example, if you use one computer at work and another at home, the same
4570 configuration could be used from both places.
4571 A configuration change from one place would be seen in both places.
4572 To use a remote configuration you simply give a
4573 <A HREF="h_valid_folder_names">remote folder name</A>
4574 as the argument to the &quot;-p&quot; command line option.
4575 The command line might look something like:
4577 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
4579 If there are special characters in the command shell you use, you may need to
4580 quote the last argument (to protect the curly braces from the shell).
4581 The command might look like:
4583 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
4585 You should choose a folder name for a folder that does not yet exist.
4586 It will be created containing an empty configuration.
4587 Do not use a folder that you wish to store regular mail messages in.
4589 The Setup/RemoteConfigSetup command will help you convert from a local
4590 configuration to a remote configuration.
4591 It will create a remote configuration for you and copy your current local
4592 configuration to it.
4593 It will also help you convert local address books into remote address books
4594 and local signature files into literal signatures contained in the
4595 remote configuration file.
4597 If the Setup/RemoteConfigSetup command doesn't do what you want, you
4598 may copy a local pinerc file to a remote configuration folder by hand
4599 by using the command line option &quot;-copy_pinerc&quot;.
4601 Another command line option, which is somewhat related to remote
4602 configuration, is the option &quot;-x exceptions_config&quot;.
4603 The configuration settings in the exceptions configuration override
4604 your default settings.
4605 It may be useful to store the default configuration (the -p argument) remotely
4606 and to have the exceptions configuration stored in a local file.
4607 You might put generic configuration information in the remote configuration
4608 and platform-specific configuration on each platform in the exceptions
4609 configuration.
4610 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
4611 can be either remote folders or local files.
4613 There is another command line argument that works only with PC-Alpine and
4614 which may prove useful when using a remote configuration.
4615 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
4616 to store your local auxiliary files.
4617 This only has an effect if your configuration file is remote.
4618 Some examples of auxiliary files are debug files, address book files, and
4619 signature files.
4621 &lt;End of help on this topic&gt;
4622 </BODY>
4623 </HTML>
4624 ============== h_config_exceptions =============
4625 <HTML>
4626 <HEAD>
4627 <TITLE>Generic and Exceptional Configuration</TITLE>
4628 </HEAD>
4629 <BODY>
4630 <H1>Generic and Exceptional Configuration</H1>
4632 If you use Alpine from more than one platform it may be convenient
4633 to split your configuration information into two pieces, a generic piece
4634 and exceptions that apply to a particular platform.
4635 For example, suppose you use Alpine from home and from work.
4636 Most of your configuration settings are probably the
4637 same in both locations, so those settings belong in the generic settings
4638 configuration.
4639 However, you may use a different SMTP server and INBOX
4640 from home than you do from work.
4642 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
4644 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
4645 options could be
4646 part of your exceptional configuration so that they could be different in the
4647 two places.
4649 The command line option &quot;-x exceptions_config&quot;
4650 may be used to split your configuration into generic and exceptional pieces.
4651 &quot;Exceptions_config&quot; may be either local or remote.
4652 The regular Alpine configuration file will contain the generic data, and
4653 &quot;exceptions_config&quot; will contain the exceptional data.
4655 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
4656 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
4657 in the same local directory that the regular config file is located in (usually
4658 the Unix home directory).
4659 If the regular config file is remote (because the command line option
4660 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
4661 directory for &quot;<CODE>.pinercex</CODE>&quot;.
4662 If the file does not already exist then no exceptions will be used.
4663 You can force exceptions to be used by using the &quot;-x&quot; option or
4664 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
4666 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
4667 PC-Alpine will use the value of the
4668 environment variable <CODE>$PINERCEX</CODE>.
4669 If that is not set, PC-Alpine will look for
4670 the local file &quot;<CODE>PINERCEX</CODE>&quot;
4671 in the same local directory that the regular config file is located in.
4672 If the regular config file is remote (because the command line option
4673 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
4674 local directory specified by the &quot;-aux local_directory&quot; command
4675 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
4676 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
4678 When you have an exception configuration there is a new command
4679 in the Alpine Setup screen, Setup/eXceptions.
4680 It toggles between exceptions and the regular configuration.
4681 This is the usual way to make changes in your exceptional configuration data.
4682 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
4683 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
4684 for Config or &quot;K&quot; for Kolor.
4686 For most people, splitting the configuration information into two pieces is
4687 going to be most useful if the generic information is accessed
4688 <A HREF="h_config_remote_config">remotely</A>).
4689 That data will be the same no matter where you access it from and if you
4690 change it that change will show up everywhere.
4691 The exceptional data will most commonly be in a local file, so that the
4692 contents may easily be different on each computing platform used.
4694 If you already have a local configuration file with settings you like
4695 you may find that the command Setup/RemoteConfigSetup is useful
4696 in helping you convert to a remote configuration.
4697 The command line flag &quot;-copy_pinerc&quot;
4698 may also be useful.
4700 &lt;End of help on this topic&gt;
4701 </BODY>
4702 </HTML>
4703 ============== h_config_inheritance =============
4704 <HTML>
4705 <HEAD>
4706 <TITLE>Configuration Inheritance</TITLE>
4707 </HEAD>
4708 <BODY>
4709 <H1>Configuration Inheritance</H1>
4711 Configuration inheritance is a power user feature.
4712 It is confusing and not completely supported by the configuration
4713 user interface.
4714 We start with an explanation of how configuration works in hopes of making
4715 it easier to describe how inheritance works.
4717 Alpine uses a hierarchy of configuration values from different locations.
4718 There are five ways in which each configuration option (configuration
4719 variable) can be set.
4720 In increasing order of precedence they are:
4722 <OL>
4723 <LI> the system-wide configuration file.
4725 <LI> the personal configuration file
4727 <LI> the personal exceptions file
4729 <LI> a command line argument
4731 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
4732 </OL>
4734 The fixed configuration file is normally
4735 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
4737 The system-wide configuration file is normally
4738 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
4739 set for PC-Alpine.
4740 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
4741 is used for the system-wide configuration.
4742 This location can be set or changed on the command line with the -P flag.
4743 The system-wide configuration file can be either a local file or a
4744 remote configuration folder.
4746 For Unix Alpine, the personal configuration file is normally the file
4747 <CODE>.pinerc</CODE> in the user's home directory.
4748 This can be changed with the -p command line flag.
4749 For PC-Alpine, the personal configuration file is in
4750 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
4751 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
4752 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
4753 This can be changed with the -p command line flag.
4754 If -p is used, the configuration data may be in a local file or a remote config
4755 folder.
4757 For Unix Alpine, the personal exceptions configuration file is named
4758 <CODE>.pinercex</CODE> and is in the same directory as the personal
4759 configuration file, if that configuration file is not remote, and is in
4760 the home directory if the personal configuration file is remote.
4761 If the file exists, then exceptions are turned on.
4762 If it doesn't, then you are not using exceptions.
4763 Alternatively, you may change the location of the exceptions configuration
4764 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4765 Like the personal configuration data, exceptions_config may be
4766 either local or remote.
4768 For PC-Alpine, the personal exceptions configuration file is named
4769 <CODE>PINERCEX</CODE> and is in the same directory as the personal
4770 configuration file unless the personal configuration file is remote.
4771 In that case, it is in the local directory specfied by the
4772 &quot;-aux local_directory&quot; command line argument.
4773 (In the case that the personal configuration is remote and there is no
4774 &quot;-aux&quot; command line argument, Alpine searches for
4775 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
4776 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
4777 If the file exists, then exceptions are turned on.
4778 If it doesn't, then you are not using exceptions.
4779 You may change the location of the exceptions configuration
4780 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4781 or with the
4782 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
4783 option).
4785 To reiterate, the value of a configuration option is taken from the
4786 last location in the list above in which it is set.
4787 Or, thinking about it slightly differently, a default value for an option
4788 is established in the system-wide configuration file (or internally by Alpine
4789 if there is no value in the system-wide file).
4790 That default remains in effect until and unless it is overridden by a value in a
4791 location further down the list, in which case a new &quot;default&quot;
4792 value is established.
4793 As we continue down the list of locations we either retain the
4794 value at each step or establish a new value.
4795 The value that is still set after going through the whole list of
4796 configuration locations is the one that is used.
4798 So, for example, if an option is set in the system-wide configuration
4799 file and in the personal configuration file, but is not set in the
4800 exceptions, on the command line, or in the fixed file; then the value
4801 from the personal configuration file is the one that is used.
4802 Or, if it is set in the system-wide config, in the personal config, not
4803 in the exceptions, but is set on the command line; then the value
4804 on the command line is used.
4806 Finally we get to inheritance.
4807 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
4808 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
4809 the inheritance mechanism makes it possible to <EM>combine</EM>
4810 the values from different locations instead of <EM>replacing</EM> the value.
4811 This is true of all configuration lists other than the &quot;Feature-List&quot;,
4812 for which you may already set whatever you want at
4813 any configuration location (by using the &quot;no-&quot; prefix if
4814 necessary).
4816 To use inheritance, set the first item in a configuration list to the
4817 token &quot;INHERIT&quot;, without the quotes.
4818 If the first item is &quot;INHERIT&quot;,
4819 then instead of replacing the default value established so far, the rest of
4820 the list is appended to the default value established so far and that is
4821 the new value.
4823 Here is an example which may make it clearer. Suppose we have:
4825 <PRE>
4826  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4827  Personal config    :   smtp-server = INHERIT, mysmtp.home
4828  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
4829  Command line       :   smtp-server = &lt;No Value Set&gt;
4830  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4831 </PRE>
4834 This would result in an effective smtp-server option of
4836 <PRE>
4837  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
4838 </PRE>
4840 The &quot;INHERIT&quot; token can be used in any of the configuration files
4841 and the effect cascades.
4842 For example, if we change the above example to:
4844 <PRE>
4845  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4846  Personal config    :   smtp-server = INHERIT, mysmtp.home
4847  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4848  Command line       :   smtp-server = &lt;No Value Set&gt;
4849  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4850 </PRE>
4853 This would result in:
4855 <PRE>
4856  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
4857 </PRE>
4859 Unset variables are skipped over (the default value is carried forward) so
4860 that, for example:
4862 <PRE>
4863  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4864  Personal config    :   smtp-server = &lt;No Value Set&gt;
4865  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4866  Command line       :   smtp-server = &lt;No Value Set&gt;
4867  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4868 </PRE>
4871 produces:
4873 <PRE>
4874  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
4875 </PRE>
4878 If any later configuration location has a value set (for a particular list
4879 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
4880 then that value replaces whatever value has been defined up to that point.
4881 In other words, that cancels out any previous inheritance.
4883 <PRE>
4884  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4885  Personal config    :   smtp-server = INHERIT, mysmtp.org
4886  Exceptions config  :   smtp-server = yoursmtp.org
4887  Command line       :   smtp-server = &lt;No Value Set&gt;
4888  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4889 </PRE>
4892 results in:
4894 <PRE>
4895  smtp-server = yoursmtp.org
4896 </PRE>
4899 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
4900 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
4901 difficult to insert the value &quot;INHERIT&quot; into the list of values
4902 for the option using the normal Setup tools.
4903 In other words, the color setting screen (for example) does not
4904 provide a way to input the text &quot;INHERIT&quot; as the first
4905 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
4906 The way to do this is to either edit the pinerc file directly and manually
4907 insert it, or turn
4908 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
4909 feature and insert it using the Setup/Config screen.
4911 &lt;End of help on this topic&gt;
4912 </BODY>
4913 </HTML>
4914 ============== h_special_xon_xoff =============
4915 <HTML>
4916 <HEAD>
4917 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
4918 </HEAD>
4919 <BODY>
4920 <H1>XOFF/XON Handling within Alpine</H1>
4922 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
4923 and XON) as normal characters, even though Alpine does not use them.
4924 However, the printer, modem, or communication software you are using may
4925 be configured for &quot;software flow control,&quot; which means that
4926 XON/XOFF must be treated as special characters by the operating system.
4927 If you see messages such as &quot;^S not defined for this screen&quot;,
4928 then your system is probably using software flow control. In this case
4929 you will need to set the
4930 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
4931 feature.
4933 If you <EM>do</EM> set this
4934 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
4935 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
4936 and see if that puts things right.  Printing via the
4937 &quot;attached-to-ansi&quot; or 
4938 &quot;attached-to-wyse&quot;
4939 option will automatically enable software
4940 flow-control handling for the duration of the printing.
4942 &lt;End of help on this topic&gt;
4943 </BODY>
4944 </HTML>
4945 ============= h_special_help_nav =============
4946 <HTML>
4947 <HEAD>
4948 <TITLE>Help Text Navigation Explained</TITLE>
4949 </HEAD>
4950 <BODY>
4951 <H1>Help Text Navigation Explained</H1>
4953 Alpine contains extensive context-sensitive help text.   At any point, 
4954 pressing the &quot;?&quot; key will bring up a page of help text
4955 explaining the options available to you.  You can leave the help
4956 text screen and return to normal Alpine operation by pressing
4958 <!--chtml if pinemode="function_key"-->
4959 F3 function
4960 <!--chtml else-->
4961 &quot;E&quot;
4962 <!--chtml endif-->
4963 key to Exit Help at any time.
4966 Within the help screen you might find a word or phrase displayed in 
4967 inverse text and others displayed in bold typeface.  Such words and
4968 phrases are used to tell you Alpine has more information available on
4969 the topic they describe.
4970 The inverted text is the &quot;selected&quot; topic.  
4971 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
4972 displayed in bold type
4973 is &quot;selected&quot;.
4974 Hit the Return key to display the information Alpine has available on that
4975 topic.  While viewing such additional information, the 
4976 <!--chtml if pinemode="function_key"-->
4977 F3 function
4978 <!--chtml else-->
4979 &quot;P&quot;
4980 <!--chtml endif-->
4981 key will return you to the previous help screen, and the
4982 <!--chtml if pinemode="function_key"-->
4983 F2 function
4984 <!--chtml else-->
4985 &quot;E&quot;
4986 <!--chtml endif-->
4987 key will Exit the Help system altogether.
4990 The "N" command will tell you the internal name of the help text you are 
4991 reading each time, so that you can send this name in the text of a message 
4992 and create a direct link to that internal help using the x-pine-help URL 
4993 scheme. For example, the direct link to this item is 
4994 x-pine-help:h_special_help_nav. If you add this text to a message, then
4995 a person using Pine to read such message would have a direct link to this
4996 help text.
4999 When you are finished reading this help text, you can press the
5000 <!--chtml if pinemode="function_key"-->
5001 F3 function
5002 <!--chtml else-->
5003 &quot;P&quot;
5004 <!--chtml endif-->
5005 key to return to the previously displayed help text.
5008 &lt;End of help on this topic&gt;
5009 </BODY>
5010 </HTML>
5011 ============= h_special_list_commands =============
5012 <HTML>
5013 <HEAD>
5014 <TITLE>Email List Commands Explained</TITLE>
5015 </HEAD>
5016 <BODY>
5017 <H1>Email List Commands Explained</H1>
5019 Electonic mail lists provide a way for like-minded users to join in
5020 discussions on topics of interest.  The email list itself is 
5021 represented by a
5022 single address that participants send messages to when they have
5023 something of interest to share with other members of the list.  The
5024 receiving computer then, either automatically or after review by the
5025 list's owner (or moderator), sends a copy of that message to each
5026 member of the list.
5029 Usually, subscribing and unsubscribing is done by sending requests in
5030 an email message to a special address setup to handle managing list
5031 membership.  Often this is the name of the list followed by
5032 <I>-request</I>.  This address is almost <EM>never</EM> the same as
5033 the address used to send messages to the list.
5036 Unfortunately, email list participation commands are more a matter
5037 of convention than standard, and thus may vary from list to list.
5038 Increasingly, list management software is adding information to
5039 the copy of the postings as they're copied to the list members that
5040 explains how to do the various list management functions.
5043 Alpine will recognize this information and offer the management commands
5044 they represent in a simple display. One or more of the following
5045 operations will be made available:
5047 <DL>
5048 <DT>Help</DT>
5049 <DD>
5050 A method to get help on subscribing, unsubscribing, 
5051 an explanation of what the list is about, or special instructions
5052 for participation.  This may be in the form of a reply in response
5053 to an email message, or instructions on how to connect to a Web site.
5054 </DD>
5056 <DT>Unsubscribe</DT>
5057 <DD>
5058 A method to get your email addressed removed from the list of
5059 recipients of the email list.
5060 </DD>
5062 <DT>Subscribe</DT>
5063 <DD>
5064 A method to get your email address added to the list of recipients
5065 of the email list.  It may be in the form of a message sent to 
5066 a special address or you may be connected to a web site.
5067 <DD>
5068 </DD>
5070 <DT>Post</DT>
5071 <DD>
5072 A method used to post to the email list.  However, it might also 
5073 indicate that no posting is allowed directly to the list.
5074 </DD>
5076 <DT>Owner</DT>
5077 <DD>
5078 A method to contact the list owner for special questions you might
5079 have regarding the list.
5080 </DD>
5082 <DT>Archive</DT>
5083 <DD>
5084 A method to view an archive of previous messages posted to the list.
5085 This may be in the form of a mail folder on a remote computer, an
5086 IMAP mailbox or even a Web site.
5087 </DD>
5088 </DL>
5091 &lt;End of help on this topic&gt;
5092 </BODY>
5093 </HTML>
5094 ============= h_quota_command =============
5095 <HTML>
5096 <HEAD>
5097 <TITLE>Quota Screen Explained</TITLE>
5098 </HEAD>
5099 <BODY>
5100 <H1>Quota Screen Explained</H1>
5102 <P> This screen summarizes the quota report for this mailbox in the
5103 IMAP server. For each resource that you have a quota, this reports summarizes
5104 its use and limit.
5106 <P> Your IMAP server administrator may have set a quota based either on 
5107 the total size of your mailbox (STORAGE), or the number of messages in 
5108 your mailbox (MESSAGES), or some other criteria. This will be reported
5109 to you indicating the type of quota, its total use and its limit.
5111 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
5112 1024 bytes. Each of the characters that you see in this help text is one 
5113 byte, and this help text is about 1 kibibyte in size. Small messages sent 
5114 by Alpine are normally less than 4 kibibytes in size (which includes 
5115 headers and text). Other email programs may send messages with bigger 
5116 sizes when they send messages, since they send plain text and an 
5117 alternative part in HTML.
5119 <P> A convenient way to save space for the STORAGE type of quota is by 
5120 deleting attachments. This is done on each individual message by pressing 
5121 the &quot;V&quot; command while reading the message text, then moving the cursor 
5122 to the position of the attachment that is to be deleted, then pressing
5123 &quot;D&quot; to delete such attachment, going back to reading the 
5124 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
5125 save the message in the same folder you are reading from. The saved 
5126 message will not have the attachment that was marked deleted. Now you
5127 can delete and expunge the message with the unwanted attachment.
5130 &lt;End of help on this topic&gt;
5131 </BODY>
5132 </HTML>
5133 ============= h_mail_thread_index =============
5134 <HTML>
5135 <HEAD>
5136 <TITLE>THREAD INDEX COMMANDS</TITLE>
5137 </HEAD>
5138 <BODY>                 
5139 <H1>THREAD INDEX COMMANDS</H1>
5140 <!--chtml if pinemode="function_key"-->
5141 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>
5142 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
5143 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>
5144 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>
5145 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>
5146 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>
5147 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>
5148 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>
5149 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>
5150 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>
5151 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>
5152 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>
5153 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>
5154 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>
5155 <BR>
5156 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5157 -----------------------------<BR>
5158 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>
5159 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>
5160 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>
5161 <BR>
5162 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5163 -----------------------------<BR>
5164 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
5165 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
5166 <BR>
5167 <!--chtml else-->
5168 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>
5169 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
5170 &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>
5171 &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>
5172 &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>
5173 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>
5174 &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>
5175 &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>
5176 &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>
5177 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>
5178 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
5179 <BR>
5180 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
5181 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
5182 &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>
5183 &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>
5184 &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>
5185 &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>
5186 &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>
5187 &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>
5188 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
5189 <!--chtml endif-->
5192 NOTE:
5193 <OL>
5194  <LI>For help on a particular command, highlight the bold text associated
5195 with it above and hit Return.
5196  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5197 </OL>
5199 <H2>Description of the THREAD INDEX Screen</H2>
5201 The THREAD INDEX displays summary information from each
5202 thread (conversation) in the current folder.
5203 This is useful if you want to quickly
5204 scan new threads, or find a particular thread without having to go
5205 through the text of each message, or to quickly get rid of junk
5206 threads, etc.
5207 The current thread is always highlighted.
5208 Each line of the THREAD INDEX contains the following columns: <P>
5209 <DL>
5210  <DT>STATUS:</DT>
5211  <DD> The markings on the left side of the thread tell you about its
5212 status.  You may see one or more of the following codes on any given
5213 thread:
5214 <UL>
5215   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
5216   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
5217   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
5218   <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.
5219   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
5220         message in the thread was sent to you as a cc:. This symbol will only show up if
5221         the feature
5222         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
5223   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
5224         &quot;select&quot; command.  (Some systems may optionally allow selected
5225         messages to be denoted by the index line being displayed in bold
5226         type instead.)
5227   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
5228       to mark at least one message in this thread as &quot;important&quot;.
5229 </UL></DD><P>
5231  <DT>THREAD NUMBER:</DT>
5232  <DD>Threads in a folder are numbered, from one through the number
5233 of threads in the folder, to help you know where you are in the folder.
5234 </DD><P>
5236  <DT>DATE STARTED:</DT>
5237  <DD>The date the thread was started. This is actually from the Date header
5238 of the first message in the thread. It doesn't take different time zones
5239 into account.</DD><P>
5241  <DT>WHO STARTED THE THREAD:</DT>
5242  <DD>This is usually the name of the sender of the first message in the thread, taken from
5243 the From header of the message.
5244 If there is no personal name given in that
5245 address, then the email address is used instead.
5246 If the message is from you (or from one of your
5247 <A HREF="h_config_alt_addresses">alternate addresses</A>),
5248 then the recipient's name is shown here instead, with the characters
5249 &quot;To: &quot; inserted before the name.
5250 (The idea of this is that if you started the thread you would rather see who
5251 the mail was sent to instead of that the mail was from you.)
5252 In Newsgroups, if you are
5253 the sender and there are no email recipients, the newsgroup name will be
5254 listed after the &quot;To: &quot;.
5255 </DD><P>
5257  <DT>SIZE:</DT>
5258  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
5260  <DT>SUBJECT:</DT>
5261  <DD>As much of the thread's subject line as will fit on the screen.
5262 This is the subject of the first message in the thread.</DD>
5263 </DL>
5265 <P><UL>
5266 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5267 </UL>
5269 &lt;End of help on this topic&gt;
5270 </BODY>
5271 </HTML>
5272 ============= h_mail_index =============
5273 <HTML>
5274 <HEAD>
5275 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
5276 </HEAD>
5277 <BODY>                 
5278 <H1>MESSAGE INDEX COMMANDS</H1>
5279 <!--chtml if pinemode="function_key"-->
5280 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>
5281 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
5282 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>
5283 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>
5284 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>
5285 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>
5286 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>
5287 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>
5288 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>
5289 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>
5290 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>
5291 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>
5292 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>
5293 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>
5294 <BR>
5295 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5296 -----------------------------<BR>
5297 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>
5298 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>
5299 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>
5300 <BR>
5301 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5302 -----------------------------<BR>
5303 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
5304 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>
5305 <BR>
5306 <!--chtml else-->
5307 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>
5308 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
5309 &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>
5310 &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>
5311 &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>
5312 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>
5313 &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>
5314 &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>
5315 &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>
5316 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>
5317 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
5318 Miscellaneous&nbsp;Operations<BR>
5319 ------------------------<BR>
5320 &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>
5321 &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>
5322 &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>
5323 &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>
5324 &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>
5325 &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>
5326 &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>
5327 &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>
5328 <!--chtml endif-->
5331 NOTE:
5332 <OL>
5333  <LI>For help on a particular command, highlight the bold text associated
5334 with it above and hit Return.
5335  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5336 </OL>
5338 <H2>Description of the MESSAGE INDEX Screen</H2>
5340 The MESSAGE INDEX displays summary information from each
5341 message in the current folder.
5342 This is useful if you want to quickly
5343 scan new messages, or find a particular message without having to go
5344 through the text of each message, or to quickly get rid of junk
5345 messages, etc.
5347 The current message is always highlighted
5348 and many commands operate on the current message.
5349 For example, the Delete command will delete the current message.
5350 If the folder is sorted by either Threads or OrderedSubject, then, depending
5351 on some of your configuration settings, a single line in the index may
5352 refer to an entire thread or to a subthread.
5353 If that is the case, then the commands that normally operate on the current
5354 message will operate on the thread or subthread instead.
5355 For example, the Delete command will delete the whole collapsed thread
5356 instead of just a single message.
5358 Each line of the MESSAGE INDEX contains the following columns (by default -- 
5359 you can change this with the 
5360 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
5361 in the SETUP CONFIGURATION screen): <P>
5362 <DL>
5363  <DT>STATUS:</DT>
5364  <DD> The markings on the left side of the message tell you about its
5365 status.  You may see one or more of the following codes on any given
5366 message:
5367 <UL>
5368   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
5369          yet eXpunged the folder.
5370   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
5371   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
5372          to be answered.
5373   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
5374          forward a message.
5375   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
5376         directly to your account, your copy is not part of a cc: or a
5377         mailing list.
5378   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
5379         message was sent to you as a cc:. This symbol will only show up if
5380         the feature
5381         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
5382   <LI> &quot;X&quot; for selected.  You have selected the message by using the
5383         &quot;select&quot; command.  (Some systems may optionally allow selected
5384         messages to be denoted by the index line being displayed in bold
5385         type.)
5386   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
5387       to mark this message as &quot;important&quot;.
5388 </UL></DD><P>
5390  <DT>MESSAGE NUMBER:</DT>
5391  <DD>Messages in a folder are numbered, from one through the number
5392 of messages in the folder, to help you know where you are in the folder.
5393 These numbers are always in increasing order, even if you sort the folder
5394 in a different way.</DD><P>
5396  <DT>DATE SENT:</DT>
5397  <DD>The date the message was sent.  By default, messages are
5398 ordered by arrival time, not by date sent.  Most of the time, arrival time
5399 and date sent (effectively departure time) are similar.  Sometimes,
5400 however, the index will appear to be out of order because a message took a
5401 long time in delivery or because the sender is in a different time
5402 zone than you are. This date is just the date from the Date header
5403 field in the message.</DD><P>
5405  <DT>WHO SENT THE MESSAGE:</DT>
5406  <DD>This is usually the name of the sender of the message, taken from
5407 the From header of the message.
5408 If there is no personal name given in that
5409 address, then the email address is used instead.
5410 If the message is from you (or from one of your
5411 <A HREF="h_config_alt_addresses">alternate addresses</A>),
5412 then the recipient's name is shown here instead, with the characters
5413 &quot;To: &quot; inserted before the name.
5414 (The idea of this is that if you sent the mail you would rather see who
5415 the mail was sent to instead of that the mail was from you.
5416 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
5417 above.
5418 In particular, use the FROM token or the FROMORTONOTNEWS token
5419 in place of the FROMORTO token.)
5420 In Newsgroups, if you are
5421 the sender and there are no email recipients, the newsgroup name will be
5422 listed after the &quot;To: &quot;. </DD><P>
5424  <DT>SIZE:</DT>
5425  <DD>The number in parentheses is the number of characters in the message.
5426 It may have a suffix of K, M, or G which means the number should be
5427 multiplied by one thousand, one million, or one billion to get the
5428 size of the message.</DD><P>
5430  <DT>SUBJECT:</DT>
5431  <DD>As much of the message's subject line as will fit on the screen.</DD>
5432 </DL>
5434 <P><UL>
5435 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5436 </UL>
5438 &lt;End of help on this topic&gt;
5439 </BODY>
5440 </HTML>
5441 ============= h_mail_view ========================
5442 <HTML>
5443 <HEAD>
5444 <TITLE>MESSAGE TEXT SCREEN</TITLE>
5445 </HEAD>
5446 <BODY>
5447 <H1>MESSAGE TEXT SCREEN</H1>
5448 <!--chtml if pinemode="function_key"-->
5449 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>
5450 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
5451 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>
5452 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>
5453 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>
5454 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>
5455 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>
5456 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>
5457 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>
5458 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>
5459 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>
5460 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>
5461 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>
5462 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>
5463 <BR>
5464 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5465 ------------------------------<BR>
5466 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
5467 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
5468 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
5469 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
5470 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
5471 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
5472 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
5473 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
5474 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
5475 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
5476 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
5477 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
5478 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5479 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
5480 <!--chtml else-->
5481 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
5482 ---------------------------------<BR>
5483 <BR>
5484 &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>
5485 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>
5486 &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>
5487 &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>
5488 &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>
5489 &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>
5490 &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>
5491 &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>
5492 &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>
5493 <BR>
5494 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
5495 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
5496 &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>
5497 &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>
5498 &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>
5499 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>
5500 <BR>
5501 General&nbsp;Alpine&nbsp;Commands<BR>
5502 ---------------------<BR>
5503 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
5504 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
5505 &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>
5506 &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>
5507 &nbsp;&nbsp;&nbsp;&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>
5508 <!--chtml endif-->
5511 NOTE:
5512 <OL>
5513  <LI>For help on a particular command, highlight the bold text associated
5514 with it above and hit Return.
5515  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5516 </OL>
5518 <H2>Description of the MESSAGE TEXT Screen</H2>
5520 The top line of the view message screen displays status
5521 information about the currently open collection and folder and about the
5522 current message.  It shows the name of the collection in angle brackets
5523 and then the name of the folder.  The line also displays the number
5524 of messages in the folder, the number of the current message and the
5525 percentage of the current message that has been displayed on the screen.
5526 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
5527 right corner.
5528 If the message has been answered (but not deleted) &quot;ANS&quot; will show
5529 in the corner.
5532 NOTE: to rapidly move to the end of a message, hit the
5533 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5534 (or Ctrl-W) key followed
5535 by Ctrl-V.  Similarly,
5536 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5537 followed by Ctrl-Y will take you to the beginning of
5538 a message.
5540 <H2>Explanation of Alternate Character Sets</H2>
5542 Alpine attempts to stay out of the way so that it won't prevent you from
5543 viewing mail in any character set.  It will simply send the message to
5544 your display device.  If the device is capable of displaying the
5545 message as it was written it will do so.  If not, the display may be
5546 partially or totally incorrect.
5547 If the message contains characters that are not representable in your 
5548 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
5549 variable in your configuration, then a warning message will be printed
5550 to your screen at the beginning of the message display.
5551 It is probably best to use UNIX Alpine in a terminal emulator
5552 capable of displaying UTF-8 characters.
5553 See <A HREF="h_config_char_set">Display Character Set</A> for a little
5554 more information about character set settings.
5556 <P><UL>
5557 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5558 </UL>
5560 &lt;End of help on this topic&gt;
5561 </BODY>
5562 </HTML>
5563 ======= h_index_cmd_select =======
5564 <HTML>
5565 <HEAD>
5566 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
5567 </HEAD>
5568 <BODY>
5569 <H1>Selecting: Select and WhereIs/Select</H1>
5571 Aggregate operations give you the ability to process a group of messages
5572 at once.  Acting on multiple messages requires two steps: (1) selecting a
5573 set of messages and then; (2) applying a command to that set. The first
5574 part is handled by the select command.  Select allows you to
5575 select messages based on their status (read, answered, etc.), contents,
5576 date, size, or keywords.
5577 You may also select based on one of your Rules or based on threads,
5578 and there are quick options to select a specific message or range of messages,
5579 to select the current message, or to select all messages.
5582 We describe the various selection criteria briefly:
5585 <DL>
5586 <DT>select All</DT>
5587 <DD> Marks all the messages in the folder as selected.
5588 </DD>
5590 <DT>select Cur</DT>
5591 <DD> Selects the currently highlighted message or currently highlighted
5592 set of messages if in a threaded view.
5593 </DD>
5595 <DT>select by Number</DT>
5596 <DD> Select by message number. This may be a comma-separated list instead or
5597 a single entry.
5598 Each element in the list may be either a single message number or a range
5599 of numbers with a dash between the lowest and highest member of the range.
5600 Some examples are 7 to select only message number 7; 2-5 to select messages
5601 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
5602 The word &quot;end&quot; or the character &quot;$&quot; may be used as a 
5603 substitute for the highest numbered message in the folder, while the
5604 character &quot;.&quot; represents the message number holding the position
5605 of the cursor in the folder.
5606 If in a separate thread index where the numbers refer to threads instead of
5607 to messages, then you will be selecting all of the messages in the
5608 referenced threads instead of selecting by message number.
5609 </DD>
5611 <DT>select by Date</DT>
5612 <DD> Select by either the date stored in the Date headers of each message,
5613 or by the date when the messages arrived.
5614 This does not adjust for different time zones, but just checks to see what
5615 day the message was sent on.
5616 You may type in a date. If you do, the date should be in the form
5617 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
5618 For example,
5619 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
5621 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
5622 If the date you want is close to the current date, it is probably
5623 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
5624 is displayed, instead of typing in the date yourself.
5625 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
5626 the date of the currently highlighted message. 
5628 There are six possible settings that are selected using the
5629 &quot;^W&nbsp;Toggle When&quot; command.
5630 Three of them select messages based on the Date headers.
5631 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
5632 and &quot;SENT ON&quot;.
5633 SINCE is all messages with the selected date or later.
5634 BEFORE is all messages earlier than the selected date (not including the day
5635 itself).
5636 ON is all messages sent on the selected date.
5637 The other three select messages in the same way but they use the arrival
5638 times of the messages instead of the Date headers included in the messages.
5639 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
5640 and &quot;ARRIVED ON&quot;.
5641 When you save a message from one folder to another the arrival time is
5642 preserved.
5643 </DD>
5645 <DT>select by Text</DT>
5646 <DD> Selects messages based on the message contents.
5647 This allows you to select a set of messages based on whether or not the
5648 message headers or message body contain specified text.
5649 You may look for text in the Subject, the From header,
5650 the To header, or the Cc header.
5651 You may also choose Recipient, which searches for the text in
5652 either the To or the Cc header;
5653 or Participant, which means To or Cc or From.
5654 Besides those specific header searches, you may also search the entire
5655 header and text of the message with &quot;All Text&quot;, or just the
5656 body of the message.
5658 To search for the absence of text, first type the &quot;! Not&quot; command
5659 before typing the specific type of text search.
5660 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5661 search for all messages that do not contain a particular word in their
5662 Subjects.
5664 If you choose a Subject search, you may use the subject from the current
5665 message by typing the &quot;^X Cur Subject&quot; command.
5666 You may then edit it further if you wish.
5667 For example, you might select the subject of a reply and edit the
5668 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5669 the original message being replied to.
5670 All of the other header searches allow you to use addresses from the
5671 headers of the current message if you want to.
5672 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5673 &quot;^W Cur Cc&quot;.
5674 In each case, if there is more than one address, only the first is offered.
5675 </DD>
5677 <DT>select by Status</DT>
5678 <DD> Selects messages based on their status.
5679 You may select all New, Important, Deleted, Answered, Recent, or Unseen
5680 messages.
5681 Or, if you first type the &quot;! Not&quot; command, you get not New,
5682 or not Important, and so on.
5683 If you select Deleted messages, you will get all messages with their
5684 Deleted flag set.
5685 Likewise for Important messages, all messages that you have flagged as
5686 being Important with the
5687 <A HREF="h_common_flag">Flag</A> command.
5688 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5689 because they try to match what you see on the screen by default.
5690 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5691 and Unanswered.
5692 If you have looked at the message, or deleted it, or answered it; then it
5693 is not considered &quot;New &quot;.
5694 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5696 &quot;Answered&quot; is another one that is a little different.
5697 It means that the message has been Answered <EM>and</EM> is not deleted.
5698 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5699 the opposite of &quot;Answered&quot;!
5700 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5701 both Unanswered <EM>and</EM> not deleted.
5703 The other two types were added later because the special nature of the
5704 New flag was not what was wanted by all users.
5705 New does match what you see in the index by default, but if you use
5706 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5707 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5708 be exactly what you want.
5709 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5710 they are deleted or answered, and
5711 &quot;Recent&quot; selects all of the messages that have been added to
5712 the folder since you started this Alpine session.
5713 (That's not technically quite true. If there are multiple mail clients
5714 reading an IMAP mailbox, each message will be marked as Recent in only
5715 one of the client's sessions.)
5716 </DD>
5718 <DT>select by siZe</DT>
5719 <DD> Selects messages based on their size being smaller than or larger
5720 than the size you specify.
5721 The size is the number of bytes.
5722 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
5723 the number.
5724 For example, 7K is the same as 7000.
5725 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
5726 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
5727 Use the &quot;^W&quot; command to toggle back and forth between Smaller
5728 and Larger.
5729 </DD>
5731 <DT>select by Keyword</DT>
5732 <DD> Selects messages that either have or do not have
5733 (using the &quot;!&nbsp;Not&quot; command)
5734 a particular <A HREF="h_config_keywords">Keyword</A> set.
5735 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
5736 command to select one from your list of keywords.
5738 <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.
5739 </DD>
5741 <DT>select by Rule</DT>
5742 <DD> Selects messages that either match or don't match
5743 (using the &quot;!&nbsp;Not&quot; command)
5744 one of the Rules you have defined.
5745 The most likely method of filling in the Rule is to use the
5746 &quot;^T&nbsp;To&nbsp;List&quot;
5747 command to select one of your Rules.
5748 All of the Rules you have defined will be in the list, including
5749 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
5750 They may not all make sense for this purpose, but they are all there for
5751 flexibility.
5752 You might find it useful to define some rules solely for the purpose
5753 of being used by the Select command.
5754 There is a special category for such Rules. They are called Search Rules.
5756 Unfortunately, Alpine does not allow all possible Rules to be defined.
5757 For example, there is no logical OR operation.
5758 OR is accomplished in the Filter Rules or the other types of Rules by
5759 simply defining two rules, one that matches the first part of the OR
5760 and another that matches the second part.
5761 But you can't do that here, since you only have a single Rule to work with.
5762 Likewise, the order of Rules is usually important.
5763 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5764 a message, then that stops the search for a further match.
5765 This means that you may be confused if you try to use Select by Rule to
5766 check your Filter rules because the order is important when filtering but
5767 is not considered here.
5768 </DD>
5770 <DT>select by tHread</DT>
5771 <DD> Selects all of the messages in the current thread.
5772 </DD>
5773 </DL>
5775 After you have an initial selection, the next and subsequent selection
5776 commands modify the selection.
5777 The select command changes. It first gives
5778 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
5779 &quot;unselect Current&quot;,
5780 &quot;Broaden selection&quot; (implements a logical OR), and
5781 &quot;Narrow selection&quot; (implements a logical AND).
5782 After you choose either Broaden or Narrow, you then choose one of the
5783 selection criteria listed above (by Text or Number or ...).
5784 You may use select as many times as you wish to get the selected set right.
5787 The WhereIs command has a feature (Ctrl-X) to
5788 select all the messages that match the WhereIs search. WhereIs searches
5789 through just the text that appears on the MESSAGE INDEX screen.
5790 This method is often slower than using the select command itself, unless the
5791 line you are looking for is not too far away in the index.
5794 The availability of the aggregate operations commands is determined by the
5795 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5796 Feature-List option in your Alpine
5797 configuration, which defaults to set.
5798 The features
5799 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
5801 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
5802 affect the behavior of the Select command.
5805 &lt;End of help on this topic&gt;
5806 </BODY>
5807 </HTML>
5808 ======= h_select_rule =======
5809 <HTML>
5810 <HEAD>
5811 <TITLE>Select: Rule</TITLE>
5812 </HEAD>
5813 <BODY>
5814 <H1>Select: Rule</H1>
5816 You are selecting messages that either match or don't match
5817 one of the Rules you have defined.
5818 You may either type the nickname of the Rule at the prompt, or use the
5819 &quot;^T&nbsp;To&nbsp;List&quot;
5820 command to select one of your Rules.
5821 All of the Rules you have defined will be in the list, including
5822 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
5823 They may not all make sense for this purpose, but they are all there for
5824 flexibility.
5825 Rules may be added by using the Setup/Rules screen off of the main Alpine
5826 menu.
5828 Unfortunately, Alpine does not allow all possible Rules to be defined.
5829 For example, there is no logical OR operation.
5830 OR is accomplished in the Filter Rules or the other types of Rules by
5831 simply defining two rules, one that matches the first part of the OR
5832 and another that matches the second part.
5833 But you can't do that here, since you only have a single Rule to work with.
5834 Likewise, the order of Rules is usually important.
5835 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5836 a message, then that stops the search for a further match.
5837 This means that you may be confused if you try to use Select by Rule to
5838 check your Filter rules because the order is important when filtering but
5839 is not considered here.
5842 &lt;End of help on this topic&gt;
5843 </BODY>
5844 </HTML>
5845 ======= h_select_text =======
5846 <HTML>
5847 <HEAD>
5848 <TITLE>Select: Text</TITLE>
5849 </HEAD>
5850 <BODY>
5851 <H1>Select: Text</H1>
5853 You are selecting messages based on the contents of the message.
5854 This allows you to select a set of messages based on whether or not the
5855 message headers or message body contain specified text.
5856 You may look for text in the Subject, the From header,
5857 the To header, or the Cc header.
5858 You may also choose Recipient, which searches for the text in
5859 either the To or the Cc header;
5860 or Participant, which means either the To header, or the Cc header,
5861 or the From header.
5862 Besides those specific header searches, you may also search the entire
5863 header and text of the message with &quot;All Text&quot;, or just the
5864 body of the message with &quot;Body&quot;.
5866 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
5867 before typing the specific type of text search.
5868 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5869 search for all messages that do not contain a particular word in their
5870 Subjects.
5872 If you choose a Subject search, you may use the subject from the current
5873 message by typing the &quot;^X Cur Subject&quot; command.
5874 You may then edit it further if you wish.
5875 For example, you might select the subject of a reply and edit the
5876 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5877 the original message being replied to.
5878 All of the other header searches allow you to use addresses from the
5879 headers of the current message if you want to.
5880 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5881 &quot;^W Cur Cc&quot;.
5882 In each case, if there is more than one address, only the first is offered.
5885 &lt;End of help on this topic&gt;
5886 </BODY>
5887 </HTML>
5888 ======= h_select_status =======
5889 <HTML>
5890 <HEAD>
5891 <TITLE>Select: Status</TITLE>
5892 </HEAD>
5893 <BODY>
5894 <H1>Select: Status</H1>
5896 You are selecting messages based on the status of the message.
5897 For example, whether or not the message has been marked Deleted or Important,
5898 or whether or not it has been Answered or is New.
5899 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
5900 opposite: not Deleted, not Important, and so on.
5902 If you select Deleted messages, you will get all messages with their
5903 Deleted flag set.
5904 Likewise for Important messages, all messages that you have flagged as
5905 being Important with the
5906 <A HREF="h_common_flag">Flag</A> command.
5907 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5908 because they try to match what you see on the screen by default.
5909 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5910 and Unanswered.
5911 If you have looked at the message, or deleted it, or answered it; then it
5912 is not considered &quot;New &quot;.
5913 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5915 &quot;Answered&quot; is another one that is a little different.
5916 It means that the message has been Answered <EM>and</EM> is not deleted.
5917 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5918 the opposite of &quot;Answered&quot;!
5919 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5920 both Unanswered <EM>and</EM> not deleted.
5922 (The New and Answered options may seem counter-intuitive.
5923 The reason it is done this way is
5924 because, by default, a Deleted message will show up with the &quot;D&quot;
5925 symbol in the MAIL INDEX screen even if it is New or Answered.
5926 The Delete symbol overrides the New and Answered symbols, because you
5927 usually don't care about the message anymore once you've deleted it.
5928 Similarly, you usually only care about whether a message is Answered or
5929 not if it is not Deleted.
5930 Once it is Deleted you've put it out of your mind.)
5932 The other two options were added later because the special nature of the
5933 New flag was not what was wanted by all users.
5934 New does match what you see in the index by default, but if you use
5935 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5936 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5937 be exactly what you expect.
5938 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5939 they are deleted or answered, and
5940 &quot;Recent&quot; selects all of the messages that have been added to
5941 the folder since you started this Alpine session.
5942 (That's not technically quite true. If there are multiple mail clients
5943 reading an IMAP mailbox, each message will be marked as Recent in only
5944 one of the client's sessions.
5945 That behavior can be convenienent for some purposes, like filtering, but
5946 it isn't usually what you expect when selecting.)
5949 &lt;End of help on this topic&gt;
5950 </BODY>
5951 </HTML>
5952 ======= h_index_cmd_apply =======
5953 <HTML>
5954 <HEAD>
5955 <TITLE>Apply Command</TITLE>
5956 </HEAD>
5957 <BODY>
5958 <H1>Apply Command</H1>
5960 Apply
5961 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
5962 is the second step of most aggregate operations.  Apply
5963 becomes active any time there is a defined set of selected messages.  The
5964 following commands can be applied to a selected message set: delete,
5965 undelete, reply, forward,
5966 <!--chtml if pinemode="os_windows"-->
5967 <!--chtml else--> 
5968 pipe,
5969 <!--chtml endif-->
5970 print, take address, save, export, bounce, and flag.
5973 The behavior of some of these commands in an aggregate sense is not easy to
5974 explain.  Try them out to see what they do.
5975 The feature
5976 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
5977 affects the behavior of the Apply command, as does the feature
5978 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
5981 &lt;End of help on this topic&gt;
5982 </BODY>
5983 </HTML>
5984 ======= h_index_cmd_zoom =======
5985 <HTML>
5986 <HEAD>
5987 <TITLE>ZoomMode Command</TITLE>
5988 </HEAD>
5989 <BODY>
5990 <H1>ZoomMode Command</H1>
5992 Another action you might want to take on a set of selected messages is to
5993 zoom in on them.  Like apply, zoom only becomes active when messages have
5994 been selected.
5995 ZoomMode
5996 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
5997 is a toggle command that allows you to
5998 zoom-in (and only see the selected messages) and zoom-out (to see all
5999 messages in the folder).  Neither apply nor zoom removes the markings that
6000 define the selected set; you need to use a select command in order
6001 to do that.
6004 &lt;End of help on this topic&gt;
6005 </BODY>
6006 </HTML>
6007 ======= h_index_collapse_expand =======
6008 <HTML>
6009 <HEAD>
6010 <TITLE>Collapse/Expand Command</TITLE>
6011 </HEAD>
6012 <BODY>
6013 <H1>Collapse/Expand Command</H1>
6015 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
6016 the folder is sorted by either Threads or OrderedSubject, and the
6017 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
6018 is set to something other than &quot;none&quot;.
6019 By default, this command collapses or expands the subthread that starts at
6020 the currently highlighted message, if any.
6021 If the subthread is already collapsed, then this command expands it.
6022 If the subthread is expanded, then this command collapses it.
6023 If there are no more messages below the current message in the
6024 thread tree (that is, there are no replies to the current message) then
6025 this command does nothing.
6028 The behavior of this command is affected by the option
6029 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
6030 Normally, this command Collapses or Expands the subthread that
6031 starts at the currently highlighted message.
6032 If the above option is set, then this command Collapses or Expands the
6033 entire current thread instead of just the subthread.
6034 The current thread is simply the top-level thread that contains the
6035 current message.
6038 &lt;End of help on this topic&gt;
6039 </BODY>
6040 </HTML>
6041 ======= h_index_cmd_sort =======
6042 <HTML>
6043 <HEAD>
6044 <TITLE>Sort Command</TITLE>
6045 </HEAD>
6046 <BODY>
6047 <H1>Sort Command</H1>
6049 In Alpine's generic configuration, messages are presented in the order in
6050 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
6051 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
6052 You can also re-sort the folder on demand with the sort
6053 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
6054 command.
6055 Your sorting options are:
6057 <UL>
6058  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
6059  <LI> <A HREF="h_index_sort_date">D</A>ate
6060  <LI> <A HREF="h_index_sort_subj">S</A>ubject
6061  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
6062  <LI> t<A HREF="h_index_sort_thread">H</A>read
6063  <LI> <A HREF="h_index_sort_from">F</A>rom
6064  <LI> si<A HREF="h_index_sort_size">Z</A>e
6065  <LI> scor<A HREF="h_index_sort_score">E</A>,
6066  <LI> <A HREF="h_index_sort_to">T</A>o
6067  <LI> <A HREF="h_index_sort_cc">C</A>c
6068 </UL>
6071 The Reverse option will toggle the order the index is currently
6072 sorted by, but will not change the relative sort order.
6075 Sorting a folder does not actually rearrange the way the folder is saved,
6076 it just re-arranges how the messages are presented to you.  This means
6077 that Alpine has to do the work of sorting every time you change sort order.
6078 Sometimes, especially with PC-Alpine or with large folders, this could take
6079 a while.
6082 &lt;End of help on this topic&gt;
6083 </BODY>
6084 </HTML>
6085 ======= h_index_sort_default =======
6086 <HTML>
6087 <HEAD>
6088 <TITLE>SORT OPTION: Default</TITLE>
6089 </HEAD>
6090 <BODY>
6091 <H1>SORT OPTION: Default</H1>
6093 The <EM>Default</EM> sort option just means to use the default sort order
6094 set in the
6095 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
6096 option in Setup/Config.
6099 &lt;End of help on this topic&gt;
6100 </BODY>
6101 </HTML>
6102 ======= h_index_sort_arrival =======
6103 <HTML>
6104 <HEAD>
6105 <TITLE>SORT OPTION: Arrival</TITLE>
6106 </HEAD>
6107 <BODY>
6108 <H1>SORT OPTION: Arrival</H1>
6110 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6111 in the order that they exist in the folder.  This is usually the same as the
6112 order in which they arrived.  This option is comparable to not sorting
6113 the messages at all.
6116 &lt;End of help on this topic&gt;
6117 </BODY>
6118 </HTML>
6119 ======= h_index_sort_date =======
6120 <HTML>
6121 <HEAD>
6122 <TITLE>SORT OPTION: Date</TITLE>
6123 </HEAD>
6124 <BODY>
6125 <H1>SORT OPTION: Date</H1>
6127 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6128 according to the date and time they were
6129 sent.
6132 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
6133 identical to sorting by &quot;Arrival&quot;.
6136 &lt;End of help on this topic&gt;
6137 </BODY>
6138 </HTML>
6139 ======= h_index_sort_subj =======
6140 <HTML>
6141 <HEAD>
6142 <TITLE>SORT OPTION: Subject</TITLE>
6143 </HEAD>
6144 <BODY>
6145 <H1>SORT OPTION: Subject</H1>
6147 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6148 by subject. 
6151 Messages with the same subject are
6152 first grouped together, and then the groups of like-subject messages
6153 are arranged alphabetically.
6156 Alpine ignores leading &quot;Re:&quot; and
6157 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
6158 likeness and alphabetical order of subject lines.
6161 &lt;End of help on this topic&gt;
6162 </BODY>
6163 </HTML>
6164 ======= h_index_sort_ordsubj =======
6165 <HTML>
6166 <HEAD>
6167 <TITLE>SORT OPTION: OrderedSubject</TITLE>
6168 </HEAD>
6169 <BODY>
6170 <H1>SORT OPTION: OrderedSubject</H1>
6172 The <EM>OrderedSubject</EM> sort option arranges messages in the
6173 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
6174 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
6177 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
6178 messages by the date of the oldest message in the group.
6181 This sort method provides for pseudo threading of conversations within
6182 a folder.
6183 You may want to try sorting by Thread instead.
6186 &lt;End of help on this topic&gt;
6187 </BODY>
6188 </HTML>
6189 ======= h_index_sort_thread =======
6190 <HTML>
6191 <HEAD>
6192 <TITLE>SORT OPTION: Thread</TITLE>
6193 </HEAD>
6194 <BODY>
6195 <H1>SORT OPTION: Thread</H1>
6197 The <EM>Thread</EM> sort option arranges messages in the
6198 MESSAGE&nbsp;INDEX by grouping all messages that indicate
6199 they are part of a conversation (discussion thread) taking
6200 place within a mailbox or newsgroup.  This indication is
6201 based on information in the message's header -- specifically
6202 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
6205 &lt;End of help on this topic&gt;
6206 </BODY>
6207 </HTML>
6208 ======= h_index_sort_from =======
6209 <HTML>
6210 <HEAD>
6211 <TITLE>SORT OPTION: From</TITLE>
6212 </HEAD>
6213 <BODY>
6214 <H1>SORT OPTION: From</H1>
6216 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6217 by the name of the author of the message.
6220 Messages with the same author are grouped together. Groups of
6221 messages are then put into alphabetical order according to message
6222 author.
6225 &lt;End of help on this topic&gt;
6226 </BODY>
6227 </HTML>
6228 ======= h_index_sort_size =======
6229 <HTML>
6230 <HEAD>
6231 <TITLE>SORT OPTION: Size</TITLE>
6232 </HEAD>
6233 <BODY>
6234 <H1>SORT OPTION: Size</H1>
6236 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6237 by their relative sizes.
6240 &lt;End of help on this topic&gt;
6241 </BODY>
6242 </HTML>
6243 ======= h_index_sort_score =======
6244 <HTML>
6245 <HEAD>
6246 <TITLE>SORT OPTION: Score</TITLE>
6247 </HEAD>
6248 <BODY>
6249 <H1>SORT OPTION: Score</H1>
6251 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6252 by their scores.
6255 Messages with the same score are sorted in arrival order.
6256 Scores are something you create using the
6257 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
6260 &lt;End of help on this topic&gt;
6261 </BODY>
6262 </HTML>
6263 ======= h_index_sort_to =======
6264 <HTML>
6265 <HEAD>
6266 <TITLE>SORT OPTION: To</TITLE>
6267 </HEAD>
6268 <BODY>
6269 <H1>SORT OPTION: To</H1>
6271 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
6272 by the names of the recipients of the message.
6275 Messages with the same recipients are grouped together. Groups of
6276 messages are then put into alphabetical order according to message
6277 recipients.
6280 &lt;End of help on this topic&gt;
6281 </BODY>
6282 </HTML>
6283 ======= h_index_sort_cc =======
6284 <HTML>
6285 <HEAD>
6286 <TITLE>SORT OPTION: Cc</TITLE>
6287 </HEAD>
6288 <BODY>
6289 <H1>SORT OPTION: Cc</H1>
6291 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
6292 the names of the carbon copy addresses of the message.
6295 &lt;End of help on this topic&gt;
6296 </BODY>
6297 </HTML>
6298 ======= h_index_cmd_whereis =======
6299 <HTML>
6300 <HEAD>
6301 <TITLE>WhereIs Command</TITLE>
6302 </HEAD>
6303 <BODY>
6304 <H1>WhereIs Command</H1>
6306 The WhereIs
6307 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
6308 command lets you search the MESSAGE INDEX for a word.
6309 It scans through whatever you see, usually the name of the author
6310 and the Subject line.
6311 WhereIs has special subcommands to let you find the beginning of the
6312 index (Ctrl-Y -- first message)
6313 or the end of the index (Ctrl-V -- last message).
6315 Note that WhereIs only searches through the visible text on the screen.
6316 For example, if only part of the Subject of a message is shown because it
6317 is long, then only the visible portion of the Subject is searched.
6318 Also note that WhereIs does not &quot;see&quot; the 
6319 &quot;X&quot; in column one of Index entries for selected messages
6320 so it can't be used to search for
6321 selected messages (use &quot;Zoom&quot; instead).
6323 If the feature
6324 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
6325 is turned on,
6326 WhereIs can also be used as a quick way to select messages that match the
6327 string being searched for.
6328 Instead of typing carriage return to search for the next match, type
6329 Ctrl-X to select all matches.
6330 Once again, this only selects matches that are (or would be if the right
6331 index line was on the screen) visible.
6332 Truncated From lines or Subjects will cause matches to be missed.
6333 Although WhereIs is sometimes convenient for quick matching, the Select
6334 command is usually more powerful and usually faster.
6337 &lt;End of help on this topic&gt;
6338 </BODY>
6339 </HTML>
6340 ======= h_view_cmd_whereis =======
6341 <HTML>
6342 <HEAD>
6343 <TITLE>WhereIs Command</TITLE>
6344 </HEAD>
6345 <BODY>
6346 <H1>WhereIs Command</H1>
6348 The WhereIs
6349 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
6350 command does a &quot;find in current message&quot; operation.  You
6351 type in text and Alpine will try to find it in the message you are
6352 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
6353 or end (Ctrl-V) of the message.
6354 That is, to rapidly move to the end of a message, hit the 
6355 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6356 (or Ctrl-W) key followed
6357 by Ctrl-V.  Similarly,
6358 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6359 followed by Ctrl-Y will take you to the beginning of a message.
6362 &lt;End of help on this topic&gt;
6363 </BODY>
6364 </HTML>
6365 ======= h_view_cmd_hilite =======
6366 <HTML>
6367 <HEAD>
6368 <TITLE>View Hilite and Next item/Previous item</TITLE>
6369 </HEAD>
6370 <BODY>
6371 <H1>View Hilite and Next item/Previous item</H1>
6373 Sometimes messages may be in the form of formatted HTML text
6374 or they may contain URLs or Web server hostnames.
6375 When any of the features
6376 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
6377 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
6378 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
6380 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
6381 are enabled, Alpine will represent such selectable items in the text
6382 in bold typeface.  One of the selectable items will be displayed in
6383 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
6384 Press the Return key to view the currently selected item.
6387 The Up and Down Arrows keys can be used to change the selected item
6388 (also see the feature
6389 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
6390 If there are no selectable items in the direction of the arrow you
6391 pressed, Alpine will scroll the display in that direction until one
6392 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
6393 items in the message text, use the Previous and Next item commands,
6394 <!--chtml if pinemode="function_key"-->F5 and F6
6395 <!--chtml else-->^B and ^F<!--chtml endif-->.
6398 &lt;End of help on this topic&gt;
6399 </BODY>
6400 </HTML>
6401 ======= h_view_cmd_viewattch =======
6402 <HTML>
6403 <HEAD>
6404 <TITLE>ViewAttch Command</TITLE>
6405 </HEAD>
6406 <BODY>
6407 <H1>ViewAttch Command</H1>
6410 The View/Save Attachment
6411 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
6412 command allows you to handle MIME attachments to a message you have
6413 received.  Alpine shows you a list of the message attachments -- you just
6414 choose the attachment you want.  You may either view or save the
6415 selected attachment.
6418 Because many attachments require external programs for display, there
6419 is some system configuration that has to happen before you can
6420 actually display attachments.  Hopefully much of that will have been
6421 done already by your system administrator.  MIME configuration is
6422 handled with the &quot;mailcap&quot; configuration file.  (See the section 
6423 on configuration in the
6424 <A HREF="h_news">release notes</A> for more information.)
6427 &lt;End of help on this topic&gt;
6428 </BODY>
6429 </HTML>
6430 ======= h_index_cmd_expunge =======
6431 <HTML>
6432 <HEAD>
6433 <TITLE>Expunge/Exclude Command</TITLE>
6434 </HEAD>
6435 <BODY>
6436 <H1>Expunge/Exclude Command</H1>
6438 Expunge/Exclude
6439 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
6440 is the command Alpine uses to actually remove all messages
6441 marked for deletion.  With regular email files, expunge literally deletes
6442 the text from the current folder.  With newsgroups or shared mailboxes,
6443 you don't have permission to actually remove the message, so it is an
6444 exclude -- Alpine removes the message from your view of the folder even
6445 though it is not technically gone.
6447 <P> A selective expunge command is available in IMAP folders that support 
6448 the UID EXPUNGE extension in <A 
6449 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
6450 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
6451 as a subcommand of the apply command. If some selected messages are marked 
6452 deleted, then the apply command will offer the eXpunge command, which when 
6453 executed will only expunge those messages that are selected and deleted.
6455 <P> 
6456 Observe that the expunge command (when not used from the apply command) 
6457 will expunge/exclude all deleted messages from the folder, and so all 
6458 messages marked deleted will be expunged, regardless of if they are 
6459 selected or not. In other words, there is no protection against 
6460 potentially expunging more messages than only those that have been 
6461 selected and deleted.
6464 The configuration features
6465 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
6467 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
6468 affect the behavior of the Expunge command.
6471 &lt;End of help on this topic&gt;
6472 </BODY>
6473 </HTML>
6474 ======= h_common_compose =======
6475 <HTML>
6476 <HEAD>
6477 <TITLE>Compose Command</TITLE>
6478 </HEAD>
6479 <BODY>
6480 <H1>Compose Command</H1>
6482 The Compose command takes you into the Alpine message composer where you
6483 can start a new message for sending.  This is where you type in the
6484 message's text and specify its recipient list (the &quot;To:&quot;
6485 address), where copies should be directed (e.g., &quot;Fcc&quot;,
6486 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
6487 be attached to the message.
6490 When you type this command, Alpine will also automatically check for any
6491 interrupted (i.e., a message that was being composed when your modem
6492 or network connection was broken) or previously postponed messages and
6493 offer you a chance to continue working on those.
6496 <UL>   
6497 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6498 </UL><P>
6499 &lt;End of help on this topic&gt;
6500 </BODY>
6501 </HTML>
6502 ======= h_common_index =======
6503 <HTML>
6504 <HEAD>
6505 <TITLE>Message Index Command</TITLE>
6506 </HEAD>
6507 <BODY>
6508 <H1>Message Index Command</H1>
6510 The Index command takes you to the MESSAGE INDEX screen that displays a
6511 summary caption for each message in the currently-open folder. One
6512 message will be highlighted; this is the &quot;Current&quot; message.
6513 The message commands available from this screen (e.g. View, Reply,
6514 Forward, Delete, Print, Save, etc) apply to the current message.
6517 &lt;End of help on this topic&gt;
6518 </BODY>
6519 </HTML>
6520 ======= h_common_folders =======
6521 <HTML>
6522 <HEAD>
6523 <TITLE>Folder List Command</TITLE>
6524 </HEAD>
6525 <BODY>
6526 <H1>Folder List Command</H1>
6528 This Folder List command takes you to the FOLDER LIST screen that displays
6529 the names of all your message folders and allows you to view, rename,
6530 delete, and add folders.  You can open (view) a different folder than the
6531 one currently open by highlighting the desired one (using the arrow keys
6532 or their control-key equivalents) and pressing RETURN.
6535 If you have multiple folder collections defined (see the Help text for
6536 the FOLDER LIST screen to learn more about Collections), you may need
6537 to press Return to expand the collection and display all of the
6538 folders in it.
6541 &lt;End of help on this topic&gt;
6542 </BODY>
6543 </HTML>
6544 ======= h_main_addrbook =======
6545 <HTML>
6546 <HEAD>
6547 <TITLE>Address Book Command</TITLE>
6548 </HEAD>
6549 <BODY>
6550 <H1>Address Book Command</H1>
6552 This command, available only from the MAIN MENU, takes you
6553 to the ADDRESS BOOK management screen.  From here, your personal address
6554 book(s) may be updated.
6557 &lt;End of help on this topic&gt;
6558 </BODY>
6559 </HTML>
6560 ======= h_main_setup =======
6561 <HTML>
6562 <HEAD>
6563 <TITLE>Setup Command</TITLE>
6564 </HEAD>
6565 <BODY>
6566 <H1>Setup Command</H1>
6568 The Setup command, available only from the MAIN MENU, prompts you for
6569 one of several configuration screens, including the SETUP CONFIGURATION 
6570 screen, by which you may activate optional Alpine features.
6573 &lt;End of help on this topic&gt;
6574 </BODY>
6575 </HTML>
6576 ======= h_main_release_notes =======
6577 <HTML>
6578 <HEAD>
6579 <TITLE>Release Notes Command</TITLE>
6580 </HEAD>
6581 <BODY>
6582 <H1>Release Notes Command</H1>
6584 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
6585 as well as pointers to further information such as history and legal notes.
6588 &lt;End of help on this topic&gt;
6589 </BODY>
6590 </HTML>
6591 ======= h_main_kblock =======
6592 <HTML>
6593 <HEAD>
6594 <TITLE>Keyboard Lock Command</TITLE>
6595 </HEAD>
6596 <BODY>
6597 <H1>Keyboard Lock Command</H1>
6599 This command allows your Alpine session to be protected
6600 during a temporary absence from your terminal.
6603 &lt;End of help on this topic&gt;
6604 </BODY>
6605 </HTML>
6606 ======= h_main_journal =======
6607 <HTML>
6608 <HEAD>
6609 <TITLE>Journal Command</TITLE>
6610 </HEAD>
6611 <BODY>
6612 <H1>Journal Command</H1>
6614 This command displays a list of all the status messages Alpine has
6615 displayed (on the third line from the bottom of the screen). This may
6616 be useful if a message disappeared before you had a chance to read it.
6619 &lt;End of help on this topic&gt;
6620 </BODY>
6621 </HTML>
6622 ======= h_common_role =======
6623 <HTML>
6624 <HEAD>
6625 <TITLE>Role Command</TITLE>
6626 </HEAD>
6627 <BODY>
6628 <H1>Role Command</H1>
6630 The Role command is similar to the Compose command except that it starts
6631 off by letting you select a <A HREF="h_rules_roles">role</A>
6632 to be used for the composition.
6633 You may set up alternate roles by using Setup/Rules/Roles.
6636 &lt;End of help on this topic&gt;
6637 </BODY>
6638 </HTML>
6639 ======= h_common_conditional_cmds =======
6640 <HTML>
6641 <HEAD>
6642 <TITLE>Conditional Commands</TITLE>
6643 </HEAD>
6644 <BODY>
6645 <H1>Conditional Commands</H1>
6647 The presence or absence of certain commands, particularly in the
6648 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
6649 whether or not specific features are set in your Alpine configuration.  
6650 (You can access the SETUP CONFIGURATION screen, where they are found, from 
6651 Alpine's MAIN MENU.)  To see if a desired command's availability is
6652 conditioned on a feature setting, see the command's help text (highlight
6653 the phrase associated with the command and hit Return).
6656 Also note that some
6657 commands may be administratively disabled by your system manager;
6658 if they don't work, please check with your local help desk.
6661 <UL>   
6662 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6663 </UL><P>
6664 &lt;End of help on this topic&gt;
6665 </BODY>
6666 </HTML>
6667 ======= h_common_pipe =======
6668 <HTML>
6669 <HEAD>
6670 <TITLE>Pipe Command</TITLE>
6671 </HEAD>
6672 <BODY>
6673 <H1>Pipe Command</H1>
6675 Pipe
6676 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
6677 allows you to send a message to a specified Unix command for external
6678 processing.
6679 This command's availability is controlled by the
6680 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
6681 feature.
6682 By default, the processed text of the message is sent to the command
6683 you specify and the output is captured by Alpine and shown to you.
6684 When you run the pipe command, there are some sub-commands which may be
6685 used to alter this behavior.
6686 These sub-commands are described <A HREF="h_pipe_command">here</A>.
6689 &lt;End of help on this topic&gt;
6690 </BODY>
6691 </HTML>
6692 ======= h_common_goto =======
6693 <HTML>
6694 <HEAD>
6695 <TITLE>Goto Command</TITLE>
6696 </HEAD>
6697 <BODY>
6698 <H1>Goto Command</H1>
6700 Goto
6701 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
6702 is the command that lets you bypass Alpine's folder selection screens
6703 and jump directly to a new folder.  You can select any folder in the
6704 world: one in your current collection, one in a different collection or
6705 one in a collection you've never even used before.
6708 Alpine will help you as much as possible to narrow in on the folder you want.
6709 However, if the folder is outside of your defined collections, you are
6710 going to have to enter the exact folder location using the correct
6711 <A HREF="h_valid_folder_names">syntax</A>
6712 for a remote folder and/or fully-qualified path name.
6715 &lt;End of help on this topic&gt;
6716 </BODY>
6717 </HTML>
6718 ======= h_common_nextnew =======
6719 <HTML>
6720 <HEAD>
6721 <TITLE>NextNew Command</TITLE>
6722 </HEAD>
6723 <BODY>
6724 <H1>NextNew Command</H1>
6726 When you press the TAB key, Alpine advances to the next
6727 &quot;interesting&quot; message.
6728 This will be the next message you have not seen before, or the next message
6729 you have flagged Important, whichever comes first.
6730 Unread messages that have been deleted are not considered interesting.
6731 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
6732 articles after you have read them if you want to remove them from future
6733 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
6734 more information.)
6737 The NextNew command is affected by the feature
6738 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
6739 which causes Alpine to only consider Unread messages interesting, not messages
6740 flagged Important.
6743 This command behaves a little differently when it finds there are no more
6744 interesting messages left in the current folder.
6745 If the current folder is one of your Incoming Message Folders
6746 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
6747 or it is a newsgroup, then Alpine will try to find the next folder or
6748 newsgroup that contains <EM>Recent</EM> messages and will ask you
6749 if you want to open that folder.
6750 This behavior may be modified by using the
6751 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
6752 feature that causes Alpine to look for Unseen messages instead of Recent
6753 messages.
6754 The NextNew command's behavior is also affected by the configuration features
6755 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
6757 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
6760 &lt;End of help on this topic&gt;
6761 </BODY>
6762 </HTML>
6763 ======= h_common_jump =======
6764 <HTML>
6765 <HEAD>
6766 <TITLE>Jump Command</TITLE>
6767 </HEAD>
6768 <BODY>
6769 <H1>Jump Command</H1>
6771 This is Alpine's way of allowing you to go straight to a specific message.
6772 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
6773 configured such that typing in any number automatically jumps you to that
6774 message 
6775 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
6776 in the SETUP CONFIGURATION).
6779 &lt;End of help on this topic&gt;
6780 </BODY>
6781 </HTML>
6782 ======= h_common_flag =======
6783 <HTML>
6784 <HEAD>
6785 <TITLE>Flag Command</TITLE>
6786 </HEAD>
6787 <BODY>
6788 <H1>Flag Command</H1>
6790 Flag
6791 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6792 is the command that allows users to manipulate the status flags that
6793 appear on the left side of the MESSAGE INDEX screen.  The most common
6794 use of this is to mark a message as important. This is something of a
6795 note to yourself to get back to that message.  You may also use the
6796 flag command to set (or unset) the flags that indicate that a message
6797 is new, answered, deleted, or forwarded.<P>
6799 Provided the mail server supports it,
6800 you may also manipulate user-defined keywords
6801 for a message using the flag command.
6802 These keywords will be available if you use the Flag Details screen that you
6803 can get to after typing the
6804 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6805 command.
6806 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
6807 which are always present.
6808 You may add new keywords by using the Add KW command from the Flag Details screen
6809 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
6811 The availability of the flag command is determined by the
6812 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
6813 feature in your Alpine configuration. Also, it is possible that Flag could be
6814 administratively disabled by your system manager; if it doesn't work,
6815 please check with your local help desk before reporting a bug.
6816 The behavior of the flag command may be modified by the
6817 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
6818 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
6821 &lt;End of help on this topic&gt;
6822 </BODY>
6823 </HTML>
6824 ======= h_common_hdrmode =======
6825 <HTML>
6826 <HEAD>
6827 <TITLE>HdrMode Command</TITLE>
6828 </HEAD>
6829 <BODY>
6830 <H1>HdrMode Command</H1>
6832 Every email message comes with some header lines that you normally
6833 don't see (and don't want to see).
6834 These include anywhere from 3-20 lines (or more) added by the
6835 Internet mail transport system to record the route your message took,
6836 for diagnostic purposes.
6837 These are normally of no import and simply
6838 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
6839 This also includes other non-standard headers the message may contain.
6840 If you want to see these headers, there is a way to reveal them.
6843 The Header Mode
6844 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6845 command is a toggle that controls Alpine's handling of these header
6846 lines.  Normally, full headers is &quot;off&quot; and you only see a
6847 few lines about who a message is to and who it is from.  When you
6848 press
6849 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6850 to turn full headers on, Alpine will show you
6851 the normal header lines as well as delivery headers, comment headers,
6852 MIME headers, and any other headers present.
6855 Several different Alpine commands honor the header mode -- it affects how
6856 messages are displayed, how they appear in forward and reply email, how
6857 they are printed, how they are saved, and how they are exported.
6858 <!--chtml if pinemode="os_windows"-->
6859 <!--chtml else--> 
6860 The pipe command is also affected.
6861 <!--chtml endif-->
6864 The presence or absence of the Header Mode command is determined by the
6865 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6866 Feature-List option in your Alpine configuration.
6869 If you have also turned on the
6870 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
6871 option then the HdrMode command actually rotates through three states
6872 instead of just two.
6873 The first is the normal view with long quotes suppressed.
6874 The second is the normal view but with the long quotes included.
6875 The last enables the display of all headers in the message.
6876 When using Export, Pipe, Print, Forward, or Reply the quotes are
6877 never suppressed, so the first two states are identical.
6880 The behavior of the Header Mode command may be altered slightly by
6881 turning on the
6882 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
6883 Feature-List option in your Alpine configuration.
6884 In particular, it will cause the Header Mode to be persistent when moving
6885 from message to message instead of resetting to the default for each message.
6888 <UL>   
6889 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6890 </UL><P>
6891 &lt;End of help on this topic&gt;
6892 </BODY>
6893 </HTML>
6894 ======= h_common_print =======
6895 <HTML>
6896 <HEAD>
6897 <TITLE>Print Command</TITLE>
6898 </HEAD>
6899 <BODY>
6900 <H1>Print Command</H1>
6902 The Print
6903 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
6904 command allows you to print a copy of a message.
6905 There are many SETUP CONFIGURATION features that affect the
6906 Print command, including
6907 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
6908 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
6909 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
6910 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
6911 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
6912 You set up for printing by using the Printer option of the Setup command
6913 on the MAIN MENU.
6917 &lt;End of help on this topic&gt;
6918 </BODY>
6919 </HTML>
6920 ======= h_common_take =======
6921 <HTML>
6922 <HEAD>
6923 <TITLE>TakeAddr Command</TITLE>
6924 </HEAD>
6925 <BODY>
6926 <H1>TakeAddr Command</H1>
6929 With the Take Address
6930 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
6931 command, you can extract email addresses from an
6932 incoming message and save them in an address book.  This is an easy way
6933 to add to your address book and avoid having to remember the email
6934 addresses of the people who write to you.
6937 If the message is just to you individually, then you will only need to
6938 provide a nickname.  If the message contains more than one email address,
6939 then you will see an address
6940 selection screen that lets you choose the address you want to save into
6941 your address book, or lets you choose several of them add to a
6942 personal distribution list.
6945 Once you've added an entry to your address book, you can use it from the
6946 message composer by typing the nickname of the entry into one of the
6947 header fields (for example, into the To: field), or you can use ^T from
6948 the header field to select the entry from your address book.
6951 If the configuration feature
6952 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
6953 is set, the behavior of the Take command is altered slightly.
6956 &lt;End of help on this topic&gt;
6957 </BODY>
6958 </HTML>
6959 ======= h_ge_import =======
6960 <HTML>
6961 <HEAD>
6962 <TITLE>Import File Selection</TITLE>
6963 </HEAD>
6964 <BODY>
6965 <H1>Import File Selection</H1>
6967 You are importing a file that you previously
6968 exported from Alpine.
6969 You are now being asked for the name of that file.
6970 The easiest way to select a file is probably with the &quot;^T&quot;
6971 &quot;To Files&quot; command.
6972 Alternatively, you may type in a file name.
6973 It may be an absolute pathname.
6974 Otherwise, it is a file located in your home directory
6975 or current working directory
6976 <!--chtml if pinemode="running"-->
6977 (which, at least for your current Alpine &quot;session,&quot; 
6978 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6979 <!--chtml endif-->, depending on the
6980 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6981 In any case, you finish by typing a carriage return to accept the
6982 file name that is displayed.
6983 When the feature
6984 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6985 is turned on you may use TAB to complete partially typed in names.
6987 You may cancel the import operation by typing &quot;^C&quot; after exiting
6988 this help.
6990 &lt;End of help on this topic&gt;
6991 </BODY>
6992 </HTML>
6993 ======= h_ge_allparts =======
6994 <HTML>
6995 <HEAD>
6996 <TITLE>Export Message File Selection</TITLE>
6997 </HEAD>
6998 <BODY>
6999 <H1>Export Message File Selection</H1>
7001 You are Exporting a message from an Alpine mail folder
7002 to a plain text file.
7003 You also have the option of exporting all of the attachments associated
7004 with the message.
7005 You are now being asked for the name of the file to export <EM>to</EM>.
7006 The easiest way to select a file is probably with the &quot;^T&quot;
7007 &quot;To Files&quot; subcommand.
7008 After returning from that subcommand you will still be allowed to
7009 edit the name you have selected.
7010 Alternatively, you may type in a file name.
7011 It may be an absolute pathname.
7012 Otherwise, it is a file located in your home directory
7013 or current working directory
7014 <!--chtml if pinemode="running"-->
7015 (which, at least for your current Alpine &quot;session,&quot; 
7016 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7017 <!--chtml endif-->, depending on the
7018 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7019 In any case, you finish by typing a carriage return to accept the
7020 file name that is displayed.
7021 When the feature
7022 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7023 is turned on you may use TAB to complete partially typed in names.
7025 The message you are exporting appears to have some attachments.
7026 If you wish to save <EM>all</EM> of the attachments at once,
7027 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
7028 saving of the attachments.
7029 You may turn it back off by typing &quot;^P&quot; again, which will now
7030 be labeled &quot;NoAllParts&quot; instead.
7031 If you want to save the parts the command displayed should be
7032 &quot;NoAllParts&quot;!
7033 When you choose to save attachments like this, the attachments will be saved
7034 in a newly created directory.
7035 That directory will have the same name as the file name you choose here,
7036 with the letters &quot;.d&quot; appended.
7037 If that directory already exists, then the letters &quot;.d_1&quot; will
7038 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
7039 is found.
7040 For example, if you select the file name
7042 <CENTER><SAMP>filename</SAMP></CENTER>
7044 to export the message to, then the directory used for the attachments will be
7046 <CENTER><SAMP>filename.d</SAMP></CENTER>
7048 or perhaps
7050 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
7052 The attachments will then be put into files inside that directory.
7053 The names for the attachment files will be derived from the attachments
7054 if possible.
7055 This is done in the same way as the default values are derived if you
7056 save them one at a time.
7057 (The &quot;filename&quot; parameter from the Content-Disposition header
7058 is the first choice. If that doesn't exist, the &quot;name&quot;
7059 parameter from the Content-Type header is used.)
7060 If a name for a particular attachment is not available, then the
7061 part number of the attachment is used, with the characters &quot;part_&quot;
7062 prepended.
7063 An example of that would be
7065 <CENTER><SAMP>part_2.1</SAMP></CENTER>
7067 If you want to save only some of the attachments or if you want more control
7068 over the directory and filename where an attachment is saved you may
7069 cancel out of this command and View the attachment list.
7070 From there you can save each attachment individually.
7072 You may cancel the Export operation by typing &quot;^C&quot; after exiting
7073 this help.
7075 &lt;End of help on this topic&gt;
7076 </BODY>
7077 </HTML>
7078 ======= h_ge_export =======
7079 <HTML>
7080 <HEAD>
7081 <TITLE>Export File Selection</TITLE>
7082 </HEAD>
7083 <BODY>
7084 <H1>Export File Selection</H1>
7086 You are Exporting or Saving something from within the Alpine world
7087 (a message, an attachment, etc.)
7088 to a plain text file.
7089 You are now being asked for the name of the file to export <EM>to</EM>.
7090 The easiest way to select a file is probably with the &quot;^T&quot;
7091 &quot;To Files&quot; subcommand.
7092 After returning from that subcommand you will still be allowed to
7093 edit the name you have selected.
7094 Alternatively, you may type in a file name.
7095 It may be an absolute pathname.
7096 Otherwise, it is a file located in your home directory
7097 or current working directory
7098 <!--chtml if pinemode="running"-->
7099 (which, at least for your current Alpine &quot;session,&quot; 
7100 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7101 <!--chtml endif-->, depending on the
7102 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7103 In any case, you finish by typing a carriage return to accept the
7104 file name that is displayed.
7105 When the feature
7106 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7107 is turned on you may use TAB to complete partially typed in names.
7109 If the object you are exporting is a message with some attachments,
7110 you may wish to save all of the attachments by typing the &quot;^P&quot;
7111 &quot;AllParts&quot; command to turn on saving of the attachments.
7112 This subcommand will only be visible if the message actually has attachments.
7113 You may also View the attachment list and save individual attachments from
7114 there.
7116 If you are SAVING a text part (text/plain, text/html, etc.) you can use
7117 the Control-R subcommand to toggle if saving will be done in binary mode,
7118 meaning that the attachment will be decoded, but will not be transformed
7119 to UTF-8 for further processing (either in internal filters, or user
7120 supplied filters.) This is useful in case you either want to preserve
7121 the text as it was encoded originally to you, or the attachment was
7122 incorrectly attached (the attachment is not of text type) and you need
7123 the original text to process the attachment.
7125 You may cancel the Export operation by typing &quot;^C&quot; after exiting
7126 this help.
7128 &lt;End of help on this topic&gt;
7129 </BODY>
7130 </HTML>
7131 ======= h_common_save =======
7132 <HTML>
7133 <HEAD>
7134 <TITLE>Save and Export Commands</TITLE>
7135 </HEAD>
7136 <BODY>
7137 <H1>Save and Export Commands</H1>
7139 Save
7140 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
7141 and Export
7142 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
7143 are the two alternatives Alpine gives you to keep a copy of the message
7144 you are reading. If you want to keep the message within Alpine's email
7145 world, use &quot;Save&quot;; if you want to use the message in another
7146 program, use &quot;Export&quot;.
7149 When you Save a message, it is put into an existing folder or into a new
7150 folder in one of your existing folder collections.  The message stays in
7151 email format and can be read by Alpine again.  Alpine may use a special format
7152 for its mail folders -- never edit an Alpine folder by hand or with any
7153 program other than Alpine.  The exact behavior of the Save command can be
7154 configured with the
7155 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
7156 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
7157 and 
7158 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
7159 feature list settings.
7160 The name of the folder offered as a default is controlled by the option
7161 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
7164 When you use Export, the message is placed in a plain text file in your
7165 home directory 
7166 <!--chtml if pinemode="running"-->
7167 (which, in the present configuration of your system, is
7168  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
7169 <!--chtml endif-->
7170 or current working directory
7171 <!--chtml if pinemode="running"-->
7172 (which, at least for your current Alpine &quot;session,&quot; 
7173 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7174 <!--chtml endif-->, depending on the
7175 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
7176 configuration setting.  In the normal case, only minimal
7177 headers are exported with the message; however, if the full header mode 
7178 (whose availability may be disabled  by setting the feature 
7179 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
7180 in SETUP CONFIGURATION) is
7181 toggled on, then complete headers are exported along with the message
7182 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
7183 defined, they may affect the contents of the exported file.)
7186 &lt;End of help on this topic&gt;
7187 </BODY>
7188 </HTML>
7189 ======= h_common_bounce =======
7190 <HTML>
7191 <HEAD>
7192 <TITLE>Bounce Command</TITLE>
7193 </HEAD>
7194 <BODY>
7195 <H1>Bounce Command</H1>
7197 The Bounce 
7198 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
7199 command allows you to re-send, or &quot;remail&quot;, a
7200 message, as if you were never in the loop.  It is analogous to crossing
7201 out your address on a postal letter, writing a different address on the
7202 envelope, and putting it into the mailbox. Bounce is used primarily to
7203 redirect email that was sent to you in error.
7204 Also, some owners of email
7205 lists need the bounce command to handle list traffic.
7206 Bounce is not anonymous.
7207 A ReSent-From header is added to the message so that the recipient may
7208 tell that you Bounced it to them.
7211 The presence or absence of the Bounce command is determined by the
7212 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
7213 feature in your Alpine configuration.
7214 The feature
7215 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
7216 affects the behavior of the Bounce command.
7217 Also, it is possible that Bounce could be
7218 administratively disabled by your system manager; if it doesn't work,
7219 please check with your local help desk before reporting a bug.
7222 &lt;End of help on this topic&gt;
7223 </BODY>
7224 </HTML>
7225 ======= h_common_reply =======
7226 <HTML>
7227 <HEAD>
7228 <TITLE>Reply and Forward Commands</TITLE>
7229 </HEAD>
7230 <BODY>
7232 <H1>Reply and Forward Commands</H1>
7234 Replying 
7235 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
7236 and Forwarding 
7237 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
7238 are your two alternatives for following up on the
7239 message you are reading.  You would use reply if you want to get email
7240 back to the author of the message and/or the other people who have
7241 already seen it.  You use forward if you want somebody new to see the
7242 message.
7245 In the normal case, the only thing that you must supply when forwarding a
7246 message is the name/email address of the new recipient.
7247 Alpine will include the text of the forwarded message.
7248 Alpine will also include any attachments to the message.
7249 There is space above the forwarded text for you to include additional comments.
7252 When replying, you usually have to answer some questions.
7253 If the message is to multiple people and/or specified with a Reply-To: header,
7254 then you will have to decide who should get the reply.
7255 You also need to decide whether or not to include the previous
7256 message in your reply.
7257 Some of this is configurable.
7258 Specifically, see the
7259 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
7260 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
7261 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
7263 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
7264 configuration features.
7267 Both the Reply and Forward commands react to the full header mode toggle.
7268 If the full header mode is on, then all the header and delivery lines are
7269 included with the text of the message in your reply/forward.
7272 Other configuration features that affect the Reply command are
7273 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
7274 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
7275 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
7278 &lt;End of help on this topic&gt;
7279 </BODY>
7280 </HTML>
7281 ======= h_common_delete =======
7282 <HTML>
7283 <HEAD>
7284 <TITLE>Delete and Undelete Commands</TITLE>
7285 </HEAD>
7286 <BODY>
7287 <H1>Delete and Undelete Commands</H1>
7289 Delete 
7290 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
7291 and Undelete 
7292 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
7293 allow you to change the Deleted flag for the current message.
7294 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
7295 removes the mark.
7296 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
7297 at the left hand edge of the index line.
7298 When viewing a deleted message, the letters &quot;DEL&quot; will be present
7299 in the upper right hand corner of the screen.
7300 Delete simply <EM>marks</EM> a message Deleted, it does not actually
7301 get rid of the message.
7302 The eXpunge command (available from the MESSAGE INDEX screen) actually
7303 removes all of the deleted messages in a folder.
7304 Once a message is eXpunged, it can't be retrieved.
7307 The Delete command is affected by the setting of the configuration feature
7308 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
7311 &lt;End of help on this topic&gt;
7312 </BODY>
7313 </HTML>
7314 ======= h_common_postpone =======
7315 <HTML>
7316 <HEAD>
7317 <TITLE>Postpone Command</TITLE>
7318 </HEAD>
7319 <BODY>
7320 <H1>Postpone Command</H1>
7322 The postpone
7323 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
7324 command allows you to temporarily stop working on the current
7325 message so you may read
7326 other messages or compose another message.  When you want to resume a
7327 message later, start to compose and answer &quot;yes&quot; to the
7328 &quot;Continue postponed composition?&quot; question.  You may
7329 postpone as many messages as you like.
7332 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
7333 in the Setup/Config screen, then the Postpone command will prompt you for
7334 the folder in which to store your outgoing message.
7337 &lt;End of help on this topic&gt;
7338 </BODY>
7339 </HTML>
7340 ======= h_compose_cancel =======
7341 <HTML>
7342 <HEAD>
7343 <TITLE>Cancel Command</TITLE>
7344 </HEAD>
7345 <BODY>
7346 <H1>Cancel Command</H1>
7348 Cancel
7349 <!--chtml if pinemode="function_key"-->
7350 (F2)
7351 <!--chtml else-->
7352 (^C) 
7353 <!--chtml endif-->
7355 The Cancel command returns you to Alpine's normal mail processing and
7356 causes the message currently under composition to be thrown out.
7357 The message text <EM>will be lost</EM>.
7360 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
7361 will be preserved in the file named
7362 <!--chtml if pinemode="os_windows"-->
7363 &quot;DEADLETR&quot;.
7364 <!--chtml else-->
7365 &quot;dead.letter&quot; in your home directory.
7366 <!--chtml endif-->
7367 If you unintentionally cancel a message, look there for its text.
7370 &lt;End of help on this topic&gt;
7371 </BODY>
7372 </HTML>
7373 ======= h_compose_addrcomplete =======
7374 <HTML>
7375 <HEAD>
7376 <TITLE>Address Completion</TITLE>
7377 </HEAD>
7378 <BODY>
7379 <H1>Address Completion</H1>
7381 When entering addresses in the address fields of the composer (To, Cc, etc.)
7382 the TAB key may be used to help complete the address.
7383 Type a partial nickname and tap the TAB key to complete the typing.
7384 The unambiguous part of the name will be filled in automatically.
7385 Typing TAB twice in succession will bring up a selection list of possibilities,
7386 making it easy to find and choose the correct address.
7389 The matching algorithm is rather ad hoc.
7390 The search starts with a search of your address book.
7391 It counts as a match if the nickname, address, or fullname field of an
7392 entry begins with the text typed in so far. It is also a match if
7393 a later word in the fullname (for example, the middle name or last name)
7394 begins with the entered text.
7396 Next comes an LDAP search.
7397 The search will happen for any servers that have the
7398 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
7399 feature set. You can set or unset the feature for each server independently
7400 in the Setup/Directory screen.
7402 Finally, if you are replying to or forwarding a message, that message is
7403 searched for likely candidate addresses that match the typed-in text.
7406 &lt;End of help on this topic&gt;
7407 </BODY>
7408 </HTML>
7409 ======= h_compose_richhdr =======
7410 <HTML>
7411 <HEAD>
7412 <TITLE>Rich Header Command</TITLE>
7413 </HEAD>
7414 <BODY>
7415 <H1>Rich Header Command</H1>
7417 The Rich Header command allows you to toggle between the list of 
7418 all message headers available for editing and those that are most
7419 common.
7422 Use this toggle to expose headers that are not normally visible by
7423 default.
7424 This set usually includes the
7425 &quot;Bcc:&quot;,
7426 &quot;Fcc:&quot;,
7427 &quot;Lcc:&quot;,
7428 and &quot;Newsgroups&quot;
7429 headers.
7430 If you are posting to a newsgroup the set of defaults is a little different.
7431 Obviously, in that case, the Newsgroups header is of interest so is not
7432 hidden.
7433 For news posting the hidden set includes the
7434 &quot;To:&quot;,
7435 &quot;Cc:&quot;,
7436 &quot;Bcc:&quot;,
7437 &quot;Fcc:&quot;,
7438 and &quot;Lcc:&quot;
7439 headers.
7440 You won't normally want to edit these, which is why they are hidden,
7441 but it is sometimes useful to be able to set them manually.
7444 The default sets of headers listed above can be altered.
7445 Any header that you have added to the
7446 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
7447 option, but not to the
7448 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
7449 option will appear when you use the Rich Headers command to
7450 make the Rich Headers visible.
7451 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
7452 even without toggling the Rich Headers command.)
7455 &lt;End of help on this topic&gt;
7456 </BODY>
7457 </HTML>
7458 ======= h_compose_send =======
7459 <HTML>
7460 <HEAD>
7461 <TITLE>Send Command</TITLE>
7462 </HEAD>
7463 <BODY>
7464 <H1>Send Command</H1>
7466 The Send command
7467 <!--chtml if pinemode="function_key"-->
7468 (F3)
7469 <!--chtml else-->
7470 (^X) 
7471 <!--chtml endif-->
7472 tells Alpine you are finished composing.
7473 Before actually sending it, though, Alpine will ask you to confirm 
7474 your intention, and, at the same time, redisplayed the message text
7475 with the recipients at the top of the screen to give you the opportunity
7476 to review and verify that the message is addressed to the people
7477 you intended.
7479 If the feature
7480 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
7481 then this confirmation prompt and any options it allows are skipped.
7484 This confirmation prompt may also offer, depending
7485 on your particular Setup/Config, options allowing you to set
7486 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
7487 include attachments in the &quot;Fcc&quot; (if you had previously
7488 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
7489 observe details of the
7490 <A HREF="h_config_verbose_post">message submission process</A>,
7491 choose the filter through which the
7492 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
7493 or turn of flowed text generation.
7496 &lt;End of help on this topic&gt;
7497 </BODY>
7498 </HTML>
7499 ======= h_compose_markcutpaste =======
7500 <HTML>
7501 <HEAD>
7502 <TITLE>Mark, Cut and Paste Commands</TITLE>
7503 </HEAD>
7504 <BODY>
7505 <H1>Mark, Cut and Paste Commands</H1>
7507 You can define a &quot;block&quot; of text, which can subsequently
7508  be deleted or
7509 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
7510 then moving the cursor to the end of the desired text block.  You can then
7511 &quot;cut&quot; the block out 
7512 <!--chtml if pinemode="function_key"-->
7513 &quot;F9&quot;,
7514 <!--chtml else-->
7515 &quot;Ctrl-K&quot;,
7516 <!--chtml endif-->
7517 move the cursor, and &quot;paste&quot; it
7518 <!--chtml if pinemode="function_key"-->
7519 &quot;F10&quot;,
7520 <!--chtml else-->
7521 &quot;Ctrl-U&quot;,
7522 <!--chtml endif-->
7523 in the new location.  Also, you can paste more than once, allowing you
7524 to use this feature to copy a block of text.<P>
7526 If you press 
7527 <!--chtml if pinemode="function_key"-->
7528 &quot;F9&quot;
7529 <!--chtml else-->
7530 &quot;^K&quot;
7531 <!--chtml endif-->
7532 without having marked anything, Alpine will delete
7533 a single line.  If you delete a group of lines together, Alpine keeps them
7534 in the same buffer, so 
7535 <!--chtml if pinemode="function_key"-->
7537 <!--chtml else-->
7539 <!--chtml endif-->
7540 will restore them as a block.  About
7541 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
7542 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
7543 &quot;type the character ^&quot;.
7546 &lt;End of help on this topic&gt;
7547 </BODY>
7548 </HTML>
7549 ======= h_compose_justify =======
7550 <HTML>
7551 <HEAD>
7552 <TITLE>Justify Command</TITLE>
7553 </HEAD>
7554 <BODY>
7555 <H1>Justify Command</H1>
7557 The Justify
7558 <!--chtml if pinemode="function_key"-->
7559 (F4)
7560 <!--chtml else-->
7561 (^J) 
7562 <!--chtml endif-->
7563 command reformats the text in the paragraph the cursor is in.
7564 Paragraphs are separated by one blank line or a line beginning with a space.
7565 This is useful when you have been editing a paragraph and the lines become
7566 uneven.  The text is left aligned or justified and the right is ragged.  If
7567 the text is already justified as typed with auto-wrap, no justification will
7568 be done.
7571 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
7572 block of text, the Justify command is modified.
7573 Instead of automatically justifying the current paragraph you will be
7574 asked if you want to justify the paragraph, justify the selected region,
7575 or adjust the quote level of the selected region.
7576 Adjusting the quote level only works if you are using standard
7577 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
7578 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
7581 When composing a reply containing included text, the justify command
7582 will reformat text to the right of the 
7583 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
7584 adding or removing indented lines as needed.  Paragraphs are separated
7585 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
7586 line containing the indent string and one or more blank spaces.
7587 Included text that was previously indented (or &quot;quoted&quot;) is
7588 not preserved.
7591 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
7592 in 1999 and its wide-spread adoption since then, you will usually be better off if you
7593 use the standard
7594 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
7597 &lt;End of help on this topic&gt;
7598 </BODY>
7599 </HTML>
7600 ======= h_compose_spell =======
7601 <HTML>
7602 <HEAD>
7603 <TITLE>Spell Check Command</TITLE>
7604 </HEAD>
7605 <BODY>
7606 <H1>Spell Check Command</H1>
7608 The &quot;To Spell&quot;
7609 <!--chtml if pinemode="function_key"-->
7610 (F12)
7611 <!--chtml else-->
7612 (^T) 
7613 <!--chtml endif-->
7614 command calls an external spell checking program to look over the
7615 message you are composing.  By default, Alpine uses
7617 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
7619 if it knows where to find &quot;aspell&quot;.
7620 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
7621 then the command used is
7623 <CENTER><SAMP>ispell -l</SAMP></CENTER>
7625 Otherwise, the ancient &quot;spell&quot; command is used.
7627 For PC-Alpine, you must install the aspell library code that you
7628 may get from
7629 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
7632 &lt;End of help on this topic&gt;
7633 </BODY>
7634 </HTML>
7635 ======= h_compose_alted =======
7636 <HTML>
7637 <HEAD>
7638 <TITLE>Alt Editor Command</TITLE>
7639 </HEAD>
7640 <BODY>
7641 <H1>Alt Editor Command</H1>
7643 The &quot;Alt Editor&quot; command's availability depends on the
7644 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
7647 When the variable specifies a valid editor on your system, this
7648 command will launch it with the current text of your message
7649 already filled in.
7652 &lt;End of help on this topic&gt;
7653 </BODY>
7654 </HTML>
7655 ======= h_compose_readfile =======
7656 <HTML>
7657 <HEAD>
7658 <TITLE>Read File Command</TITLE>
7659 </HEAD>
7660 <BODY>
7661 <H1>Read File Command</H1>
7663 The &quot;Read File&quot;
7664 <!--chtml if pinemode="function_key"-->
7665 (F5)
7666 <!--chtml else-->
7667 (^R) 
7668 <!--chtml endif-->
7669 command allows you to copy in text from an existing file. You will be
7670 prompted for the name of a file to be inserted into the message.  The file
7671 name is relative to your home directory 
7672 <!--chtml if pinemode="running"-->
7673 (which, in the present configuration of your system, is
7674  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
7675 <!--chtml endif-->
7676 or current working directory
7677 <!--chtml if pinemode="running"-->
7678 (which, at least for your current Alpine &quot;session,&quot; 
7679 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7680 <!--chtml endif-->, depending on the
7681 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
7682 configuration setting; or, the file name must be specified as a full path name 
7683 <!--chtml if pinemode="os_windows"-->
7684 -- for example: &quot;A:&#92;PAPER.TXT&quot;
7685 <!--chtml else-->
7686 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
7687 <!--chtml endif-->
7688 (without the quotation marks).
7691 The file will be inserted where the cursor is located.  <B>The
7692 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
7693 Unix machine but have files on a PC or Mac, the files must be transferred
7694 to the system Alpine is running on before they can be read.  Please ask your
7695 local computer support people about the correct way to transfer a file to 
7696 your Alpine system.
7699 &lt;End of help on this topic&gt;
7700 </BODY>
7701 </HTML>
7702 ======= h_config_tray_icon =======
7703 <HTML>
7704 <HEAD>
7705 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
7706 </HEAD>
7707 <BODY>
7708 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
7710 PC-Alpine only.
7712 This option restores a behavior of previous versions of PC-Alpine.
7713 These
7714 versions, when started, installed a PC-Alpine icon in the notification 
7715 tray of Window's Taskbar.  The primary use of this icon was to indicate
7716 new mail arrival by turning red (while the Taskbar icon remained green).
7717 Additionally, the icon now changes to yellow to signify that a mail folder
7718 has been closed unexpectedly.
7721 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
7722 color its Taskbar entry's icon red (as well as the icon in the Window
7723 Title).  This feature is only provided for backwards compatibility.
7726 &lt;End of help on this topic&gt;
7727 </BODY>
7728 </HTML>
7729 ======= h_common_suspend =======
7730 <HTML>
7731 <HEAD>
7732 <TITLE>Suspend Command</TITLE>
7733 </HEAD>
7734 <BODY>
7735 <H1>Suspend Command</H1>
7737 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
7738 enabled, you can, at almost any time, temporarily halt your Alpine session,
7739 <!--chtml if pinemode="os_windows"-->
7740 minimizing it into an icon.
7741 <!--chtml else-->
7742 and return to your system prompt.
7743 <!--chtml endif-->
7746 &lt;End of help on this topic&gt;
7747 </BODY>
7748 </HTML>
7749 ======= h_pipe_command =======
7750 <HTML>
7751 <HEAD>
7752 <TITLE>Pipe Command SubOptions</TITLE>
7753 </HEAD>
7754 <BODY>
7755 <H1>Pipe Command SubOptions</H1>
7757 By default, when you use the Pipe command, the processed text of the
7758 message is sent to the Unix command
7759 you specify and the output is captured by Alpine and shown to you.
7760 (This command is available in PC-Alpine, as well, but there aren't many
7761 Windows commands that work well with piping.)
7762 There are some sub-commands that may be used to alter this behavior.
7763 These are toggles that switch the behavior between two possibilities.
7764 They can be combined in any way you wish.
7766 By default, the prompt at the bottom of the screen looks like
7768 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
7772 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
7774 if you are piping more than one message.
7776 The sub-command options are:
7777 <DL>
7778    <DT>Shown Text or Raw Text</DT>
7779    <DD>This option toggles between sending the shown (processed) text
7780 of the message to the Unix command, and sending the
7781 raw (unprocessed) text of the message to the Unix command.
7782 The default is to send the shown text.
7783 The raw version of the message will contain all of the headers and any
7784 MIME encoding that the message contains.
7785 If you've selected the Raw Text then the prompt will have the additional word
7786 &quot;RAW&quot; in it, like
7788 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
7790 You can experiment with this option by piping to something simple like the
7791 Unix &quot;cat&quot; command.
7792    </DD>
7793    <DT>Captured Output or Free Output</DT>
7794    <DD>This option toggles between having Alpine capture the output of
7795 the Unix pipe command for display, and not capturing it.
7796 If the command you are piping to is a filter that will produce output
7797 you want to view, then you want to capture that output
7798 for display (the default).
7799 If the Unix command doesn't produce output or handles the display itself,
7800 then you want free output.
7801 When you've selected the Free Output option the prompt will change to
7803 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
7805    </DD>
7806    <DT>No Delimiter or With Delimiter</DT>
7807    <DD>This option controls whether or not a Unix mailbox style delimiter
7808 will come before the text of the message.
7809 This is the delimiter used in the common Unix mailbox format.
7810 It's the single line that begins with the five characters
7811 &quot;From&quot; followed by a &lt;SPACE&gt; character.
7812 You'll usually only want to include this if the Unix command requires
7813 input in the format of a traditional Unix mailbox file.
7814 When you've selected the With Delimiter option the prompt will change to
7816 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
7818    </DD>
7819    <DT>To Same Pipe or To Individual Pipes</DT>
7820    <DD>This option only shows up if you are running an aggregate
7821 pipe command.
7822 That is, the command was Apply Pipe, not just Pipe.
7823 You have the option of piping all of the selected messages through a
7824 single pipe to a single instance of the Unix command,
7825 or piping each individual message through a separate pipe to separate
7826 instances of the Unix command.
7827 The default is that all of the output will go through a single pipe
7828 to a single instance of the command.
7829 You can try this option with a command like &quot;less&quot;, with Free
7830 Output enabled.
7831 When you've selected the Individual Pipes option the prompt will change to
7833 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
7835    </DD>
7836 </DL>
7839 As mentioned earlier, the options can be combined in any way you wish.
7840 You may leave them all off, turn them all on, or turn some of them on
7841 and some of them off.
7842 If you use the pipe command a second time in the same session the default
7843 options will be what you used the last time.
7846 &lt;End of help on this topic&gt;
7847 </BODY>
7848 </HTML>
7849 ========== h_emptydir_subfolder_name =========
7850 <HTML>
7851 <HEAD>
7852 <TITLE>ENTER SUBFOLDER NAME</TITLE>
7853 </HEAD>
7854 <BODY>
7855 <H1>Enter Subfolder Name</H1>
7857 <P> 
7858 This is the name of a new subfolder in the directory you are creating.
7859 Because empty directories are hidden and therefore not useful, you must also
7860 create a subfolder in the directory you are creating in order that the
7861 directory remains visible.
7863 Alternatively, you may turn off the configuration feature
7864 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
7865 so that empty directories remain visible.
7866 If you do that, you will not be required to create the subfolder when you
7867 create a directory.
7870 &lt;End of help on this topic&gt;
7871 </BODY>
7872 </HTML>
7873 ========== h_incoming_add_folder_name =========
7874 <HTML>
7875 <HEAD>
7876 <TITLE>ENTER FOLDER NAME</TITLE>
7877 </HEAD>
7878 <BODY>
7879 <H1>Enter Folder Name</H1>
7881 <P> 
7882 This is the name of the folder on the previously specified server.
7883 By default the folder name is interpreted as defining a section of your personal
7884 folder area.  This area and how you specify it are defined by the
7885 server, if one is specified.
7888 To define a folder outside the default area, prefix
7889 the path with the namespace to use when interpreting the
7890 given path.  If a namespace is specified, the folder name begins with the
7891 sharp (#) character followed by the name of the namespace
7892 and then the namespace's path-element-delimiter.  Aside from the
7893 name's format, namespaces can also imply access rights, content
7894 policy, audience, location, and, occasionally, access methods.
7897 Each server exports its own set (possibly of size one) of 
7898 namespaces.
7899 For a more detailed explanation read about
7900 <A HREF="h_folder_name_namespaces">Namespaces</A>.
7903 To specify the default for INBOX on the server you can usually just enter
7904 &quot;INBOX&quot;, and the server will understand the special meaning of
7905 that word.
7908 &lt;End of help on this topic&gt;
7909 </BODY>
7910 </HTML>
7911 ========== h_incoming_add_folder_host =========
7912 <HTML>
7913 <HEAD>
7914 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
7915 </HEAD>
7916 <BODY>
7917 <H1>Enter Incoming Folder Server</H1>
7919 You are being asked for the name of the server for use with this incoming
7920 folder.
7921 If the folder is on the machine where Alpine is running, then just enter
7922 RETURN without typing a server name.
7925 If the folder is on an IMAP server then type the server's name followed
7926 by RETURN.
7927 You may use the ^X command if the server is the same as the server that
7928 the INBOX is on.
7931 You may have to add optional extra information to the server name.
7932 For example, if the IMAP server is using a non-standard port number you
7933 would specify that by appending a colon (:) followed by the port number
7934 to the server name
7937 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7940 or you may need to specify a different protocol if the server is not an
7941 IMAP server. For example:
7944 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7947 for a POP server or
7950 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7953 for an NNTP news server.
7954 For an explanation of all of the possibilities, see
7955 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7956 for folders.
7959 There is a special command (^W) if you want to set up a folder that gets its
7960 mail from a
7961 <A HREF="h_maildrop">Mail Drop</A>.
7962 If you type that command, you will be prompted for the information for
7963 both the Mail Drop folder and the destination folder.
7966 &lt;End of help on this topic&gt;
7967 </BODY>
7968 </HTML>
7969 ========== h_incoming_add_inbox =========
7970 <HTML>
7971 <HEAD>
7972 <TITLE>ENTER INBOX SERVER</TITLE>
7973 </HEAD>
7974 <BODY>
7975 <H1>Enter INBOX Server</H1>
7977 You are being asked for the name of the server for use with
7978 the INBOX folder.
7979 Type the server's name followed by RETURN.
7982 You may have to add optional extra information to the server name.
7983 For example, if the server is using a non-standard port number you
7984 would specify that by appending a colon (:) followed by the port number
7985 to the server name
7988 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7991 or you may need to specify a different protocol if the server is not an
7992 IMAP server. For example:
7995 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7998 for a POP server.
8001 For an explanation of all of the possibilities, see
8002 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8003 for folders.
8006 If the INBOX folder is on the machine where Alpine is running, then just enter
8007 RETURN without typing a server name.
8010 There is a special command (^W) if you want to set up a folder that gets its
8011 mail from a
8012 <A HREF="h_maildrop">Mail Drop</A>.
8013 If you type that command, you will be prompted for the information for
8014 both the Mail Drop folder and the destination folder, which will be used
8015 as your INBOX folder.
8018 &lt;End of help on this topic&gt;
8019 </BODY>
8020 </HTML>
8021 ========== h_incoming_add_maildrop_destn =========
8022 <HTML>
8023 <HEAD>
8024 <TITLE>ENTER DESTINATION SERVER</TITLE>
8025 </HEAD>
8026 <BODY>
8027 <H1>Enter Destination Server</H1>
8029 You are being asked for the name of the server where the destination
8030 folder is for use with this Mail Drop incoming folder.
8031 That is, you are using a Mail Drop for this incoming folder and
8032 you've already entered
8033 the server and folder name for the Mail Drop.
8034 Now you need to enter the server for the destination folder
8035 where the mail should be copied to.
8036 Mail will come from the Mail Drop and be copied to the destination folder.
8039 Type the server's name followed by RETURN.
8040 If the folder is local to this computer, just type RETURN without entering
8041 a server name.
8044 You may have to add optional extra information to the server name.
8045 For example, if the server is using a non-standard port number you
8046 would specify that by appending a colon (:) followed by the port number
8047 to the server name
8050 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8053 For an explanation of all of the possibilities, see
8054 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8055 for folders.
8058 &lt;End of help on this topic&gt;
8059 </BODY>
8060 </HTML>
8061 ========== h_inbox_add_maildrop_destn =========
8062 <HTML>
8063 <HEAD>
8064 <TITLE>ENTER DESTINATION SERVER</TITLE>
8065 </HEAD>
8066 <BODY>
8067 <H1>Enter Destination Server</H1>
8069 You are being asked for the name of the server where the destination
8070 folder is for use with your Mail Drop INBOX.
8071 That is, you are using a Mail Drop for your INBOX and you've already entered
8072 the server and folder name for the Mail Drop.
8073 Now you need to enter the server for the destination folder
8074 where the mail should be copied to.
8075 Mail will come from the Mail Drop and be copied to the destination folder.
8078 Type the server's name followed by RETURN.
8079 If the folder is local to this computer, just type RETURN without entering
8080 a server name.
8083 You may have to add optional extra information to the server name.
8084 For example, if the server is using a non-standard port number you
8085 would specify that by appending a colon (:) followed by the port number
8086 to the server name
8089 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8092 For an explanation of all of the possibilities, see
8093 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8094 for folders.
8097 &lt;End of help on this topic&gt;
8098 </BODY>
8099 </HTML>
8100 ========== h_inbox_add_maildrop =========
8101 <HTML>
8102 <HEAD>
8103 <TITLE>ENTER MAILDROP SERVER</TITLE>
8104 </HEAD>
8105 <BODY>
8106 <H1>Enter Mail Drop Server</H1>
8108 You are being asked for the name of the Mail Drop server for use with
8109 your INBOX.
8112 Type the server's name followed by RETURN.
8115 You may have to add optional extra information to the server name.
8116 For example, if the server is using a non-standard port number you
8117 would specify that by appending a colon (:) followed by the port number
8118 to the server name
8121 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8124 or you may need to specify a different protocol if the server is not an
8125 IMAP server. For example:
8128 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8131 for a POP server or
8134 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8137 for an NNTP news server.
8138 For an explanation of all of the possibilities, see
8139 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8140 for folders.
8143 &lt;End of help on this topic&gt;
8144 </BODY>
8145 </HTML>
8146 ========== h_incoming_add_maildrop =========
8147 <HTML>
8148 <HEAD>
8149 <TITLE>ENTER MAILDROP SERVER</TITLE>
8150 </HEAD>
8151 <BODY>
8152 <H1>Enter Mail Drop Server</H1>
8154 You are being asked for the name of the Mail Drop server for use with
8155 this incoming folder.
8158 Type the server's name followed by RETURN.
8159 You may use the ^X command if the server is the same as the server that
8160 the INBOX is on.
8163 You may have to add optional extra information to the server name.
8164 For example, if the server is using a non-standard port number you
8165 would specify that by appending a colon (:) followed by the port number
8166 to the server name
8169 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8172 or you may need to specify a different protocol if the server is not an
8173 IMAP server. For example:
8176 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8179 for a POP server or
8182 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8185 for an NNTP news server.
8186 For an explanation of all of the possibilities, see
8187 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8188 for folders.
8191 If the Mail Drop folder is on the machine where Alpine is running, then just enter
8192 RETURN without typing a server name.
8195 &lt;End of help on this topic&gt;
8196 </BODY>
8197 </HTML>
8198 ========== h_maildrop =========
8199 <HTML>
8200 <HEAD>
8201 <TITLE>WHAT IS A MAIL DROP?</TITLE>
8202 </HEAD>
8203 <BODY>
8204 <H1>What is a Mail Drop?</H1>
8206 In some situaions it may make sense to have your mail delivered to one
8207 folder (the Mail Drop) and then when you want to read mail that has been
8208 delivered to the Mail Drop folder Alpine will move it to another
8209 destination folder.
8210 Often the Mail Drop will be a remote folder and messages will be moved from
8211 there to a local destination folder.
8214 One example where this might make sense is if the Mail Drop folder is accessible
8215 only with the POP protocol.
8216 You could designate your POP inbox as the Mail Drop folder and have Alpine move
8217 mail from there to a local (on the same machine Alpine is running on)
8218 destination folder, where you'll read it.
8221 A Mail Drop may only be used as your Inbox or as an
8222 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
8225 There is no attempt to synchronize the contents of the destination folder
8226 with the contents of the Mail Drop folder.
8227 All that happens is that all of the messages in the Mail Drop folder are
8228 copied to the destination folder and then they are deleted and expunged (if possible)
8229 from the Mail Drop folder.
8230 The next time a check for new mail is made, any messages in the Mail 
8231 Drop folder are once again copied to the destination folder and deleted
8232 and expunged from the Mail Drop folder.
8233 (If the Mail Drop folder is a news group, then the messages can't be
8234 expunged from the newsgroup. Instead, only Recent messages are copied from
8235 the newsgroup to the destination folder.)
8238 Configuration of a Mail Drop is a little different from configuration of
8239 a folder that does not use a Mail Drop because you have to specify two
8240 folder names instead of one.
8241 The two folders may be any types of folders that Alpine can normally use.
8242 They don't have to be a remote folder and a local folder, that is
8243 simply the most common usage.
8244 When you use a Mail Drop folder Alpine will periodically re-open the Mail
8245 Drop to check for new mail.
8246 The new-mail checks will happen at the frequency set with the
8247 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
8248 but with a minimum time
8249 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
8250 between checks.
8251 Because of this minimum you may notice that new mail does not
8252 appear promptly when you expect it.
8253 The reason for this is to protect the server from over-zealous opening and
8254 closing of the Mail Drop folder.
8255 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
8256 the end of the folder index, then the check will happen, regardless of how
8257 long it has been since the previous check.
8259 If there is new mail, that mail will be copied to the destination folder
8260 and then will be deleted from the Mail Drop.
8261 Note that using a Mail Drop with a local destination folder does not make
8262 sense if you read mail from more than one machine, because the mail is
8263 downloaded to the destination folder (which is accessible from only one
8264 machine) and deleted from the Mail Drop.
8266 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
8269 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
8272 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
8274 The brackets are not literal.
8276 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
8278 is a single character that does not appear in the MailDropFolder name.
8279 If the name doesn't contain spaces then it can be a space character.
8280 The two folder names are full technical
8281 <A HREF="h_valid_folder_names">folder names</A>
8282 as used by Alpine.
8283 Here are a couple examples to give you an idea what is being talked about:
8286 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
8288 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
8291 A #move folder may only be used as an
8292 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
8293 an Inbox.
8294 When you are in the FOLDER LIST of Incoming Message Folders (after turning
8295 on the
8296 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8297 option)
8298 the Add command has a subcommand &quot;Use Mail Drop&quot;
8299 which may be helpful for defining the folder in your Alpine configuration.
8300 The same is true when you edit the
8301 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
8302 option in Setup/Config.
8303 Each of these configuration methods will also create the DestinationFolder
8304 if it doesn't already exist.
8305 If you are having problems, make sure the DestinationFolder exists.
8308 &lt;End of help on this topic&gt;
8309 </BODY>
8310 </HTML>
8311 ========== h_save =========
8312 <HTML>
8313 <HEAD>
8314 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
8315 </HEAD>
8316 <BODY>
8317 <H1>Choose a Folder to Save Into</H1>
8319 After Exiting from this help text,
8320 type the name of the folder you want to save into and press RETURN.
8322 Press ^T to get a list of your folders to choose from.
8323 Press ^C to cancel the Save.
8325 If you have Folder Collections defined you may use
8326 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
8327 the collection being saved to.
8329 If Tab Completion is enabled (it is enabled by default)
8330 you may type a Tab character to have Alpine complete the folder name for you.
8332 If Partial Match Lists is enabled (it is enabled by default) you may type
8333 Ctrl-X to get a list of matches to the prefix you've typed in so far.
8335 If the Ctrl-R subcommand is present that means you can decide to Delete or
8336 not Delete the message you are saving after you save it.
8337 The label on that key gives the action to switch to.
8338 If it says Delete and you type Ctrl-R the label displayed will change to
8339 No Delete and the source message will be deleted after the save. If it
8340 says No Delete and you type Ctrl-R the label displayed will change to
8341 Delete and the message will not be deleted.
8342 You can control the default for the Delete parameter with the
8343 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
8345 Similarly, if the Ctrl-W subcommand is present that means you can decide
8346 to Preserve the order of the messages being saved or not.
8347 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
8348 will be in the same order as you see them in the source folder now.
8349 The opposite action (which is usually the default) is that you don't care
8350 about the order.
8351 The Saved messages may or may not be in the same order in the destination folder.
8352 There may be a performance penalty for choosing to save the messages in order.
8353 You can control the default for the Preserve Order parameter with the
8354 configuration feature
8355 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
8358 If you haven't disabled the Save Input History and you've already done a
8359 Save earlier in this session then you may use the Up and Down arrows to retrieve
8360 a folder name used in a previous Save.
8363 &lt;End of help on this topic&gt;
8364 </BODY>
8365 </HTML>
8366 ============= h_simple_index ========================
8367 <HTML>
8368 <HEAD>
8369 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
8370 </HEAD>
8371 <BODY>
8372 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
8373 <!--chtml if pinemode="function_key"-->
8374 <PRE>
8375 Navigating the List of Messages               General Alpine Commands
8376 -------------------------------               -----------------------
8377  F5   Move to previous message                 F1   Show this help text
8378  F6   Move to next message
8379  F7   Show previous screen of messages
8380  F8   Show next screen of messages
8382 Message Selection Commands
8383 --------------------------
8384  F3   Exit the Message Select menu (canceling Send command)
8385  F4   Select the currently highlighted message
8386  F9   Mark the currently highlighted message as deleted
8387  F10  Undelete (remove deletion mark from) the highlighted message
8388 </PRE>
8389 <!--chtml else-->
8390 <PRE>
8391 Navigating the List of Messages               General Alpine Commands
8392 -------------------------------               -----------------------
8393   P  Move to previous message                  ?  Show this help text
8394   N  Move to next message
8395   -  Show previous screen of messages
8396  Spc (space bar) Show next screen of messages
8398 Message Selection Commands
8399 --------------------------
8400   E  Exit the Message Select menu (canceling Send command)
8401   S  Select the currently highlighted message
8402   D  Mark the currently highlighted message as deleted
8403   U  Undelete (remove deletion mark from) the highlighted message
8404 </PRE>
8405 <!--chtml endif-->
8407 <H2>Description of the Select Postponed Message Screen</H2>
8409 This screen allows you to select one of several previously postponed
8410 messages in order to continue composition.  Your options are very limited
8411 -- the screen is not meant to let you manipulate these messages.  However,
8412 you may now delete messages from this list.  Once you choose a message,
8413 Alpine reads it in and puts you into the regular message composer.
8416 Messages do not stay in this postponed state automatically.  If you select
8417 a message and then want to postpone it again, use the normal postpone
8418 (Ctrl-O) command in the composer.
8421 If you exit this screen without selecting a message, the Compose command
8422 that got you here is canceled.  Other than messages explicitly marked
8423 &quot;Deleted&quot;, no messages will be removed.
8426 &lt;End of help on this topic&gt;
8427 </BODY>
8428 </HTML>
8429 ============= h_collection_screen ========================
8430 <HTML>
8431 <HEAD>
8432 <TITLE>COLLECTION LIST screen</TITLE>
8433 </HEAD>
8434 <BODY>
8435 <H1>COLLECTION LIST screen</H1>
8437 The COLLECTION LIST screen is used to select one of your  
8438 collection definitions to display the folders they contain.  See
8439 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
8440 detailed explanation of collections.<P>
8442 To manage your collection definitions (Add, Change, Delete, etc.), use
8443 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
8444 MAIN MENU.
8447 &lt;End of help on this topic&gt;
8448 </BODY>
8449 </HTML>
8450 ============= h_collection_maint ========================
8451 <HTML>
8452 <HEAD>
8453 <TITLE>SETUP COLLECTION LIST screen</TITLE>
8454 </HEAD>
8455 <BODY>
8456 <H1>SETUP COLLECTION LIST screen</H1>
8458 The SETUP COLLECTION LIST screen lets you manage your collection
8459 definitions.  See 
8460 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
8461 for detailed explanation of collections.<P>
8463 Maintenance commands include:
8464 <DL>
8465 <DT>Change
8466 <!--chtml if pinemode="function_key"-->
8467 (F4)
8468 <!--chtml else-->
8470 <!--chtml endif-->
8471 </DT>
8473 <DD>Modify attributes of the selected collection definition.
8475 <DT>Add Cltn
8476 <!--chtml if pinemode="function_key"-->
8477 (F9)
8478 <!--chtml else-->
8480 <!--chtml endif-->
8481 </DT>
8483 <DD>Create a new collection definition.
8484 </DD>
8486 <DT>Del Cltn
8487 <!--chtml if pinemode="function_key"-->
8488 (F10)
8489 <!--chtml else-->
8491 <!--chtml endif-->
8492 </DT>
8494 <DD>Delete the selected collection definition.<BR>
8495 NOTE: The folders and directories referred to by the
8496 collection definition are <EM>NOT</EM> deleted.  Folders must
8497 be deleted, if that's what you wish to do, from the 
8498 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
8499 individual folders in a collection.
8500 </DD>
8502 <DT>Shuffle
8503 <!--chtml if pinemode="function_key"-->
8504 (F11)
8505 <!--chtml else-->
8507 <!--chtml endif-->
8508 </DT>
8510 <DD>Change the order of the displayed collections.  Alpine will offer
8511 to move the currently selected collection one position UP
8512 or DOWN.
8513 </DD>
8514 </DL>
8517 &lt;End of help on this topic&gt;
8518 </BODY>
8519 </HTML>
8520 ============ h_what_are_collections ==========
8521 <HTML>
8522 <HEAD>
8523 <TITLE>Folder Collections Explained</TITLE>
8524 </HEAD>
8525 <BODY>
8526 <H1>Folder Collections Explained</H1>
8529 Those of you with simple mail configurations will just see a list of all the
8530 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
8531 The special folders for INBOX, sent mail and saved messages
8532 will appear at the top of the list.  All others are in alphabetical order.
8534 If you
8535 or your system administrator have defined more than one collection or if
8536 you have a collection (for newsgroups or email folders) defined on your 
8537 system, then you will see the COLLECTION LIST screen first when choosing 
8538 FOLDER LIST from Alpine's MAIN MENU.
8540 <H2>Why have multiple folder collections?</H2>
8542 For Alpine users who only maintain email folders (and not too many) on one host, 
8543 a single folder collection is probably sufficient.<P>
8545 However, people who have more than one email account - for example, one 
8546 at their university, and one with their personal Internet Service Provider - 
8547 will have different sets of folders on different hosts, and they may want to
8548 access them all from the same installation of Alpine, rather than use different 
8549 software and/or log into other hosts to manipulate messages in different 
8550 accounts.  (If in doubt whether one of your email accounts can be accessed 
8551 with Alpine, contact the technical support people for that account.)  Even people
8552 who have only one email account on one host, but have dozens or
8553 hundreds of email folders, may want to arrange these folders together in a 
8554 meaningful way.<BR>
8555 That is where multiple collections come in.
8557 <H2>Types of Collections</H2>
8558 <DL>
8559 <DT>INCOMING FOLDERS</DT>
8560 <DD>&quot;Incoming Message Folders&quot; 
8561 is a special collection typically used to supplement your single INBOX.  
8562 All the folders here are meant to be ones that receive incoming messages, 
8563 which you intend to check more or less frequently.  
8564 You may have multiple folders like this because you or your systems 
8565 administrator have set up an external program or you may have set up
8566 Alpine to filter incoming 
8567 messages into different folders, based on certain criteria such as 
8568 sender, recipient, or subject; or because you have multiple accounts and 
8569 wish to check their INBOXes easily.  This collection is established by 
8570 setting the 
8571 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8572 feature in the SETUP CONFIGURATION screen, which is accessed from the 
8573 MAIN MENU.
8574 </DD>
8576 <DT>NEWS</DT>
8577 <DD>You can also define a collection specifically for
8578 newsgroups.  Alpine does this for you implicitly when you 
8579 <A HREF="h_config_nntp_server">define an NNTP Server</A>
8580 in your Alpine configuration.  The news collection appears last in the 
8581 COLLECTION LIST (though you can shuffle it up in the order of presentation),
8582 and Alpine knows not to save messages there.
8583 </DD>
8585 <DT>DEFAULT COLLECTION</DT>
8586 <DD>This is the default collection for your saved and sent messages folders.
8587 </DD>
8588 </DL>
8592 <H2>Defining Collections</H2>
8594 In the absence of any folder-collection definitions, Alpine will assume a
8595 single default folder collection.
8596 <!--chtml if pinemode="os_windows"-->
8597 <!--chtml else-->
8598 If necessary, Alpine will create the directory
8599 &quot;mail&quot; in your Unix home directory 
8600 to hold your folders.
8601 <!--chtml endif-->
8603 You can use the 
8604 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
8605 the MAIN MENU, to manage your collection list.  
8607 &lt;End of help on this topic&gt;
8608 </BODY>
8609 </HTML>
8610 ===== h_select_address_screen =====
8611 <HTML>
8612 <HEAD>
8613 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
8614 </HEAD>
8615 <BODY>
8616 <H1>SELECT AN ADDRESS SCREEN</H1>
8617 <H2>COMMANDS</H2>
8618 <!--chtml if pinemode="function_key"-->
8619 <PRE>
8620 Available  Commands                        
8621 -------------------------------            
8622 F1  Show Help Text
8623 F3  Exit without selecting anything
8624 F4  Select the highlighted address
8625 F5  Move highlight to previous address
8626 F6  Move highlight to next address
8627 F7  Previous page of addresses
8628 F8  Next page of addresses
8629 F11 Print
8630 F12 WhereIs
8631 </PRE>
8632 <!--chtml else-->
8633 <PRE>
8634 Navigation                     General Alpine Commands
8635 -------------------------      -----------------------
8636  P  Prev Address                ?  Display this help text
8637  N  Next Address                E  Exit without selecting anything
8638  -  Previous page               %  Print
8639 Spc (space bar) Next page
8640  W  WhereIs
8642 Select Command
8643 ------------------------------------------------
8644  S  Select the highlighted address
8645 </PRE>
8646 <!--chtml endif-->
8648 <H2>Description of the Select Address Screen</H2>
8650 This screen gives you an easy way to select an address from all of
8651 the address book entries that match the prefix typed so far.
8653 <P><UL>
8654 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8655 </UL>
8657 &lt;End of help on this topic&gt;
8658 </BODY>
8659 </HTML>
8660 ===== h_select_rule_screen =====
8661 <HTML>
8662 <HEAD>
8663 <TITLE>SELECT A RULE SCREEN</TITLE>
8664 </HEAD>
8665 <BODY>
8666 <H1>SELECT A RULE SCREEN</H1>
8667 <H2>COMMANDS</H2>
8668 <!--chtml if pinemode="function_key"-->
8669 <PRE>
8670 Available  Commands                        
8671 -------------------------------            
8672 F1  Show Help Text
8673 F3  Exit without selecting anything
8674 F4  Select the highlighted rule
8675 F5  Move highlight to previous rule
8676 F6  Move highlight to next rule
8677 F7  Previous page of rules
8678 F8  Next page of rules
8679 F11 Print
8680 F12 WhereIs
8681 </PRE>
8682 <!--chtml else-->
8683 <PRE>
8684 Navigation                     General Alpine Commands
8685 -------------------------      -----------------------
8686  P  Prev Rule                   ?  Display this help text
8687  N  Next Rule                   E  Exit without selecting anything
8688  -  Previous page               %  Print
8689 Spc (space bar) Next page
8690  W  WhereIs
8692 Select Command
8693 ------------------------------------------------
8694  S  Select the highlighted rule
8695 </PRE>
8696 <!--chtml endif-->
8698 <H2>Description of the Select Rule Screen</H2>
8700 This screen just gives you an easy way to select a rule from all of your
8701 defined rules.
8702 The list of rules presented is the list of nicknames of all of the rules
8703 defined using Setup/Rules.
8704 For selecting messages, it is likely that the Indexcolor rules and possibly
8705 the Roles rules will be most useful.
8706 The others are there also, in case you find a use for them.
8708 In order for this to be useful for selecting messages, the nicknames of
8709 the rules have to be different.
8710 Alpine actually just gets the nickname of the rule that you select and then
8711 looks up that rule using the nickname.
8712 So if there are duplicate nicknames, the first rule that has that
8713 nickname will be used.
8715 <P><UL>
8716 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8717 </UL>
8719 &lt;End of help on this topic&gt;
8720 </BODY>
8721 </HTML>
8722 ===== h_select_priority_screen =====
8723 <HTML>
8724 <HEAD>
8725 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
8726 </HEAD>
8727 <BODY>
8728 <H1>SELECT A PRIORITY SCREEN</H1>
8729 <H2>COMMANDS</H2>
8730 <!--chtml if pinemode="function_key"-->
8731 <PRE>
8732 Available  Commands                        
8733 -------------------------------            
8734 F1  Show Help Text
8735 F3  Exit without selecting anything
8736 F4  Select the highlighted priority
8737 F5  Move highlight to previous priority
8738 F6  Move highlight to next priority
8739 F7  Previous page of priorities
8740 F8  Next page of priorities
8741 F11 Print
8742 F12 WhereIs
8743 </PRE>
8744 <!--chtml else-->
8745 <PRE>
8746 Navigation                     General Alpine Commands
8747 -------------------------      -----------------------
8748  P  Prev Priority               ?  Display this help text
8749  N  Next Priority               E  Exit without selecting anything
8750  -  Previous page               %  Print
8751 Spc (space bar) Next page
8752  W  WhereIs
8754 Select Command
8755 ------------------------------------------------
8756  S  Select the highlighted priority
8757 </PRE>
8758 <!--chtml endif-->
8760 <H2>Description of the Select Priority Screen</H2>
8762 This screen gives you a way to select a priority for the message you are sending.
8763 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
8764 Some mail programs will display an indication of the priority level to
8765 the recipient of the message, some will ignore it.
8766 Even in cases where the mail programs of both the sender and the recipient
8767 agree on the meaning of this header, keep in mind that it is
8768 something that the sender sets so it is only an indication
8769 of the priority that the sender attaches to the mail.
8770 Alpine can be made to display an indication of this priority in incoming
8771 messages by use of one of the tokens
8772 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
8773 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
8774 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
8776 <P><UL>
8777 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8778 </UL>
8780 &lt;End of help on this topic&gt;
8781 </BODY>
8782 </HTML>
8783 ===== h_select_keyword_screen =====
8784 <HTML>
8785 <HEAD>
8786 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
8787 </HEAD>
8788 <BODY>
8789 <H1>SELECT A KEYWORD SCREEN</H1>
8790 <H2>COMMANDS</H2>
8791 <!--chtml if pinemode="function_key"-->
8792 <PRE>
8793 Available  Commands                        
8794 -------------------------------            
8795 F1  Show Help Text
8796 F3  Exit without selecting anything
8797 F4  Select the highlighted keyword
8798 F5  Move highlight to previous keyword
8799 F6  Move highlight to next keyword
8800 F7  Previous page of keywords
8801 F8  Next page of keywords
8802 F11 Print
8803 F12 WhereIs
8804 </PRE>
8805 <!--chtml else-->
8806 <PRE>
8807 Navigation                     General Alpine Commands
8808 -------------------------      -----------------------
8809  P  Prev Keyword                ?  Display this help text
8810  N  Next Keyword                E  Exit without selecting anything
8811  -  Previous page               %  Print
8812 Spc (space bar) Next page
8813  W  WhereIs
8815 Select Command
8816 ------------------------------------------------
8817  S  Select the highlighted keyword
8818 </PRE>
8819 <!--chtml endif-->
8821 <H2>Description of the Select Keyword Screen</H2>
8823 This screen just gives you an easy way to select a keyword.
8824 The list of keywords presented is the list of all keywords defined in your 
8825 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8826 If you have given a keyword a nickname, that nickname is displayed
8827 instead of the actual keyword.
8829 <P><UL>
8830 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8831 </UL>
8833 &lt;End of help on this topic&gt;
8834 </BODY>
8835 </HTML>
8836 ===== h_select_charset_screen =====
8837 <HTML>
8838 <HEAD>
8839 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
8840 </HEAD>
8841 <BODY>
8842 <H1>SELECT A CHARACTER SET SCREEN</H1>
8843 <H2>COMMANDS</H2>
8844 <!--chtml if pinemode="function_key"-->
8845 <PRE>
8846 Available  Commands                        
8847 -------------------------------            
8848 F1  Show Help Text
8849 F3  Exit without selecting anything
8850 F4  Select the highlighted character set
8851 F5  Move highlight to previous character set
8852 F6  Move highlight to next character set
8853 F7  Previous page of character sets
8854 F8  Next page of character sets
8855 F11 Print
8856 F12 WhereIs
8857 </PRE>
8858 <!--chtml else-->
8859 <PRE>
8860 Navigation                     General Alpine Commands
8861 -------------------------      -----------------------
8862  P  Prev Character Set          ?  Display this help text
8863  N  Next Character Set          E  Exit without selecting anything
8864  -  Previous page               %  Print
8865 Spc (space bar) Next page
8866  W  WhereIs
8868 Select Command
8869 ------------------------------------------------
8870  S  Select the highlighted character set
8871 </PRE>
8872 <!--chtml endif-->
8874 <H2>Description of the Select A Character Set Screen</H2>
8876 This screen just gives you an easy way to select a character set from the
8877 set of character sets Alpine knows about.
8878 The list presented will vary slightly depending on what option you are
8879 selecting the character set for.
8881 <P><UL>
8882 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8883 </UL>
8885 &lt;End of help on this topic&gt;
8886 </BODY>
8887 </HTML>
8888 ===== h_select_multcharsets_screen =====
8889 <HTML>
8890 <HEAD>
8891 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
8892 </HEAD>
8893 <BODY>
8894 <H1>SELECT CHARACTER SETS SCREEN</H1>
8895 <H2>COMMANDS</H2>
8896 <!--chtml if pinemode="function_key"-->
8897 <PRE>
8898 Available  Commands
8899 -------------------------------            
8900 F1  Show Help Text
8901 F3  Exit without selecting anything
8902 F4  Select the highlighted charset (or chosen charsets in ListMode)
8903 F5  Move highlight to previous charset
8904 F6  Move highlight to next charset
8905 F7  Previous page of charsets
8906 F8  Next page of charsets
8907 F9  Toggle choices when using ListMode
8908 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
8909 F11 Print
8910 F12 WhereIs
8911 </PRE>
8912 <!--chtml else-->
8913 <PRE>
8914 Navigation                     General Alpine Commands
8915 -------------------------      -----------------------
8916  P  Prev Charset                ?  Display this help text
8917  N  Next Charset                E  Exit without selecting anything
8918  -  Previous page               %  Print
8919 Spc (space bar) Next page
8920  W  WhereIs
8922 Select Command
8923 ------------------------------------------------
8924  S  Select the highlighted charset (or chosen charsets in ListMode)
8925  L  Turn on ListMode (makes it easy to choose multiple charsets)
8926  1  Turn off ListMode
8927  X  Toggle choices when using ListMode
8928 </PRE>
8929 <!--chtml endif-->
8931 <H2>Description of the Select Character Set Screen</H2>
8933 This screen just gives you an easy way to select a character set or a list of
8934 character sets.
8935 The list of character sets presented is the list of all character sets known to
8936 Alpine.
8937 You may select other character sets by typing them in directly.
8939 <P><UL>
8940 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8941 </UL>
8943 &lt;End of help on this topic&gt;
8944 </BODY>
8945 </HTML>
8946 ===== h_select_multkeyword_screen =====
8947 <HTML>
8948 <HEAD>
8949 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
8950 </HEAD>
8951 <BODY>
8952 <H1>SELECT KEYWORDS SCREEN</H1>
8953 <H2>COMMANDS</H2>
8954 <!--chtml if pinemode="function_key"-->
8955 <PRE>
8956 Available  Commands
8957 -------------------------------            
8958 F1  Show Help Text
8959 F3  Exit without selecting anything
8960 F4  Select the highlighted keyword (or chosen keywords in ListMode)
8961 F5  Move highlight to previous keyword
8962 F6  Move highlight to next keyword
8963 F7  Previous page of keywords
8964 F8  Next page of keywords
8965 F9  Toggle choices when using ListMode
8966 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
8967 F11 Print
8968 F12 WhereIs
8969 </PRE>
8970 <!--chtml else-->
8971 <PRE>
8972 Navigation                     General Alpine Commands
8973 -------------------------      -----------------------
8974  P  Prev Keyword                ?  Display this help text
8975  N  Next Keyword                E  Exit without selecting anything
8976  -  Previous page               %  Print
8977 Spc (space bar) Next page
8978  W  WhereIs
8980 Select Command
8981 ------------------------------------------------
8982  S  Select the highlighted keyword (or chosen keywords in ListMode)
8983  L  Turn on ListMode (makes it easy to choose multiple keywords)
8984  1  Turn off ListMode
8985  X  Toggle choices when using ListMode
8986 </PRE>
8987 <!--chtml endif-->
8989 <H2>Description of the Select Keyword Screen</H2>
8991 This screen just gives you an easy way to select a keyword or a list of
8992 keywords.
8993 The list of keywords presented is the list of all keywords defined in your 
8994 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8995 If you have given a keyword a nickname, that nickname is displayed
8996 instead of the actual keyword.
8998 <P><UL>
8999 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9000 </UL>
9002 &lt;End of help on this topic&gt;
9003 </BODY>
9004 </HTML>
9005 ===== h_select_incoming_to_monitor =====
9006 <HTML>
9007 <HEAD>
9008 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
9009 </HEAD>
9010 <BODY>
9011 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
9012 <H2>COMMANDS</H2>
9013 <!--chtml if pinemode="function_key"-->
9014 <PRE>
9015 Available  Commands
9016 -------------------------------            
9017 F1  Show Help Text
9018 F3  Exit without selecting anything
9019 F4  Select the marked folders
9020 F5  Move highlight to previous folder
9021 F6  Move highlight to next folder
9022 F7  Previous page of folders
9023 F8  Next page of folders
9024 F9  Toggle choices on or off
9025 F11 Print
9026 F12 WhereIs
9027 </PRE>
9028 <!--chtml else-->
9029 <PRE>
9030 Navigation                     General Alpine Commands
9031 -------------------------      -----------------------
9032  P  Prev Folder                 ?  Display this help text
9033  N  Next Folder                ^C  exit without changing anything
9034  -  Previous page               %  Print
9035 Spc (space bar) Next page
9036  W  WhereIs
9038 Select Command
9039 ------------------------------------------------
9040  S  Select the marked folders
9041  X  Toggle choices on or off
9042 </PRE>
9043 <!--chtml endif-->
9045 <H2>Description of the Select Folders to Check Screen</H2>
9047 This screen is only useful if the feature
9048 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
9049 is set.
9050 By default, when you set that feature all of your incoming folders
9051 will be checked periodically for Unseen messages.
9052 By using this screen, you may restrict the set of monitored folders to
9053 a subset of all of the incoming folders.
9055 Mark the folders you want to monitor for Unseen messages with
9056 an &quot;X&quot;.
9057 When you've finished marking all your selections use the Select
9058 command to register your choices.
9059 To return to the default of checking all incoming folders
9060 delete all folders or unmark all folders.
9062 <P><UL>
9063 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9064 </UL>
9066 &lt;End of help on this topic&gt;
9067 </BODY>
9068 </HTML>
9069 ===== h_role_select =====
9070 <HTML>
9071 <HEAD>
9072 <TITLE>ROLES SCREEN</TITLE>
9073 </HEAD>
9074 <BODY>
9075 <H1>ROLES SCREEN</H1>
9076 <H2>ROLES COMMANDS</H2>
9077 <!--chtml if pinemode="function_key"-->
9078 <PRE>
9079 Available  Commands                        
9080 -------------------------------            
9081 F1  Show Help Text
9082 F3  Exit without a selection
9083 F4  Select a role to use in composition
9084 F5  Move to previous role
9085 F6  Move to next role
9086 F7  Previous page of roles
9087 F8  Next page of roles
9088 F11 Change Default Role
9089 F12 Whereis (search role nicknames)
9090 </PRE>
9091 <!--chtml else-->
9092 <PRE>
9093 Navigation                     General Alpine Commands
9094 -------------------------      -----------------------
9095  P  Prev Role                     ?  Display this help text
9096  N  Next Role                     E  Exit without a selection
9097  -  Previous page
9098 Spc (space bar) Next page
9099  W  WhereIs (search for word in role nicknames)
9101 Select Role Commands
9102 ------------------------------------------------
9103  [Return]  Select highlighted role
9104  D         Change Default Role
9105 </PRE>
9106 <!--chtml endif-->
9108 <H2>Description of the Roles Screen</H2>
9110 With this screen you select a role to be used in the composition of a
9111 message.
9112 Use the Previous and Next commands to highlight the role you wish to
9113 use.
9114 When you type carriage return you will be placed in the composer using the highlighted role.
9116 You don't have any non-default <A HREF="h_rules_roles">roles</A>
9117 available unless you set them up.
9118 You may do so by using the Setup/Rules command on the MAIN MENU.
9120 By using the D command, you may set a default role that will persist until
9121 you change it or until you exit Alpine.
9122 The D command toggles through three states: set the default role, unset the
9123 default role, and leave the default role as it is.
9124 <P><UL>
9125 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9126 </UL>
9128 &lt;End of help on this topic&gt;
9129 </BODY>
9130 </HTML>
9131 ===== h_role_abook_select =====
9132 <HTML>
9133 <HEAD>
9134 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
9135 </HEAD>
9136 <BODY>
9137 <H1>SELECT ADDRESS BOOK SCREEN</H1>
9138 <H2>COMMANDS</H2>
9139 <!--chtml if pinemode="function_key"-->
9140 <PRE>
9141 Available  Commands                        
9142 -------------------------------            
9143 F1  Show Help Text
9144 F3  Exit screen without selecting anything
9145 F4  Select highlighted address book
9146 F5  Move to previous address book
9147 F6  Move to next address book
9148 F7  Previous page of address books
9149 F8  Next page of address books
9150 F12 Whereis
9151 </PRE>
9152 <!--chtml else-->
9153 <PRE>
9154 Navigation                     General Alpine Commands
9155 -------------------------      -----------------------
9156  P  Previous addrbook          ?  Display this help text
9157  N  Next addrbook
9158  -  Previous page
9159 Spc (space bar) Next page
9160  W  WhereIs
9162 Select Role Commands
9163 ------------------------------------------------
9164  S  Select highlighted address book
9165  E  Exit screen without selecting anything
9166 </PRE>
9167 <!--chtml endif-->
9169 <H2>Description of the Select Address Book Screen</H2>
9171 This screen helps you select one of your address books.
9172 Use the Previous and Next commands to highlight the address book you wish to
9173 select.
9174 <P><UL>
9175 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9176 </UL>
9178 &lt;End of help on this topic&gt;
9179 </BODY>
9180 </HTML>
9181 ======== h_rule_patterns =============
9182 <HTML>
9183 <HEAD>
9184 <TITLE>PATTERNS</TITLE>
9185 </HEAD>
9186 <BODY>
9187 <H1>PATTERNS</H1>
9188 Patterns are used with Roles, Filtering, Index Coloring,
9189 Scoring, Other Rules, and Search Rules.
9190 Patterns are compared with a message to see if there is a match.
9191 For Filtering, the messages being checked are all the messages in the
9192 folder, one at a time.
9193 For Index Line Coloring, each message that is visible on the screen is
9194 checked for matches with the Index Coloring Patterns.
9195 Roles are used with the Reply, Forward, and Compose commands.
9196 For Reply, the message used to compare the Pattern with is the message
9197 being replied to;
9198 for Forward, the message used to compare the Pattern with is the message
9199 being forwarded;
9200 and for Compose, there is no message, so the parts of the Pattern that depend
9201 on a message (everything other than Current Folder Type and the
9202 Beginning of Month and Year)
9203 are not used.
9204 Only the Current Folder Type matters for Compose (plus the Beginning of
9205 Month or Year, which you wouldn't usually use for a Role).
9206 For Scoring, the message being scored is compared with all of the Score
9207 Patterns, and the Score Values from the ones that match are added together to 
9208 get the message's score.
9209 For Other Rules, there is no message. Only the Current Folder Type is checked
9210 for Other Rules.
9212 Each Pattern has several possible parts, all of which are optional.
9213 In order for there to be a match, <EM>ALL</EM> of the
9214 <EM>defined</EM> parts of the Pattern must match the message.
9215 If a part is not defined it is considered a match, but note that a filtering
9216 Pattern must have at least one defined part or it will be ignored.
9217 For example, if the To pattern is not defined it will be
9218 displayed as
9220 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
9222 That is considered a match because it is not defined.
9223 This means that the Pattern with nothing defined is a match if the
9224 Current Folder Type matches, but there is an exception that was mentioned
9225 in the previous paragraph.
9226 Because filtering is a potentially destructive action, filtering Patterns
9227 with nothing other than Current Folder Type defined are ignored.
9228 If you really want a filtering Pattern to match all messages (subject to
9229 Current Folder Type) the best way to do it is to define a Score interval
9230 that includes all possible scores.
9231 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
9232 This can be used even if you haven't defined any rules to Set Scores.
9234 There are six predefined header patterns called the To, From, Sender, Cc, News,
9235 and Subject patterns.
9236 Besides those six predefined header patterns, you may add
9237 additional header patterns with header fieldnames of your choosing.
9238 You add an extra header pattern by placing the cursor on one of the
9239 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
9240 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
9241 and the Partic pattern is a header pattern that stands for
9242 Participant (From OR To OR Cc).
9243 (Defining the Recip pattern does not have the same effect as defining both
9244 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
9245 Similar to the header patterns are the AllText pattern and the BodyText pattern.
9246 Instead of comparing this pattern's text against only the contents of
9247 a particular header field, the text for the AllText pattern is compared
9248 with text anywhere in the message's header or body, and the text for the
9249 BodyText pattern is compared with text anywhere in the message's body.
9251 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
9252 &quot;!&quot; &quot;toggle NOT&quot; command.
9253 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9254 &quot;!&quot; at the beginning of the pattern line.
9255 When the &quot;!&quot; is present, it reverses the meaning of the match.
9256 That is, if the pattern matches then it is considered to NOT be a match, and
9257 if it does not match it is considered to be a match.
9259 Don't make the mistake of putting the &quot;!&quot; in the data field for
9260 a pattern.
9261 For example, if you type the characters &quot;!urgent&quot; into the Subject
9262 pattern, the pattern will look like:
9264 <PRE>
9265  Subject pattern = !urgent
9266 </PRE>
9268 This means you want to match the 7 character sequence &quot;!urgent&quot;.
9269 In order to match messages that do not have &quot;urgent&quot; in
9270 their Subject field, first type the characters &quot;urgent&quot; followed
9271 by carriage return for the value of the Subject pattern, then negate it
9272 by typing the &quot;!&quot; command.
9273 It should look like
9275 <PRE>
9276  ! Subject pattern = urgent
9277 </PRE>
9279 The contents of each of these header patterns (or the AllText or BodyText patterns) may
9280 be a complete email address, part of an address, or a random set of
9281 characters to match against.
9282 It may also be a list of such patterns, which means you
9283 are looking for a match against the first pattern in the list <EM>OR</EM>
9284 the second pattern <EM>OR</EM> the third and so on.
9285 For example, a Subject pattern equal to
9287 <PRE>
9288  Subject pattern = urgent
9289                    emergency
9290                    alert
9291 </PRE>
9293 would match all messages with a subject that contained at least one
9294 of those words.
9295 It would also match subjects containing the words &quot;alerts&quot; or
9296 &quot;Urgently&quot;.
9298 The same example with &quot;NOT&quot; turned on would be
9300 <PRE>
9301  ! Subject pattern = urgent
9302                      emergency
9303                      alert
9304 </PRE>
9306 which would match all messages with a subject that did <EM>NOT</EM> contain any of
9307 those words.
9308 You can use the &quot;Add Value&quot; command to add new words to the list,
9309 or you can enter them as a comma-separated list.
9311 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
9312 present for a match.
9313 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
9314 pattern2 must be present,
9315 and that is exactly what using a list does.)
9317 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
9318 also part of the Pattern, although the &quot;Score Interval&quot; is not used
9319 when checking for matches for Scoring.
9320 There are five similar settings that relate to the status of the message.
9321 These settings rely on the message being New or not, Deleted or not,
9322 Answered or not, Important or not, and Recent or not.
9323 There are also some other miscellaneous settings.
9324 The first is the Age of the message in days.
9325 Another is the Size of the message, in bytes.
9326 The third is a setting that detects whether or not the Subject of a
9327 message contains raw 8-bit characters (unencoded characters with the most
9328 significant bit set).
9329 There is a setting that detects whether or not this is the first time
9330 Alpine has been run this month (doesn't depend on individual messages),
9331 and another that detects whether or not this is the first time Alpine has
9332 been run this year.
9333 Other parts of the Pattern detect whether or not the From address of a
9334 message appears in your address book, whether or not certain keywords
9335 are set for a message, and whether or not certain character sets are
9336 used in a message.
9338 <H2>Parts of a Pattern</H2>
9340 <H3>Header patterns</H3>
9342 A header pattern is simply text that is searched for in the corresponding
9343 header field.
9344 For example, if a Pattern has a From header pattern with the value
9345 &quot;@company.com&quot;, then only messages that have a From header
9346 that contains the text &quot;@company.com&quot; will be possible
9347 matches.
9348 Matches don't have to be exact.
9349 For example, if the relevant field of a message contains the text
9350 &quot;mailbox@domain&quot; somewhere
9351 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
9352 &quot;mailbox@domain&quot; are all matches.
9354 All parts of the Pattern must match so, for example,
9355 if a message matches a defined
9356 From pattern, it still must be checked against the other parts of the
9357 Pattern that have been defined.
9358 The To header pattern is a slightly special case.
9359 If the message being checked has a Resent-To header
9360 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
9361 there are used in place of the addresses in the To header.
9362 This is only true for the To header.
9363 Resent-cc and Resent-From headers are never used unless you add them
9364 with the eXtraHdrs command.
9366 The meaning of a header pattern may be negated with the
9367 &quot;!&quot; &quot;toggle NOT&quot; command.
9368 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9369 &quot;!&quot; at the beginning of the pattern line.
9370 It would look something like
9372 <PRE>
9373  ! From pattern = susan@example.com
9374 </PRE>
9376 When the &quot;!&quot; is present, it reverses the meaning of the match.
9378 If you want to check for the presence of a header field but don't care
9379 about its value, then
9380 the empty pattern that you get by entering a pair of
9381 double quotes (&quot;&quot;) should match any message that
9382 has the corresponding header field.
9384 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
9386 AllText patterns are just like header patterns except that the text is
9387 searched for anywhere in the message's headers or body, not just in the
9388 contents of a particular header field.
9391 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
9393 BodyText patterns are just like header patterns except that the text is
9394 searched for anywhere in the message's body, not just in the
9395 contents of a particular header field.
9398 If there is more than one header pattern or AllText pattern or BodyText pattern
9399 for which you want to take the
9400 same action there is a shorthand notation that may be used.
9401 Any of these patterns may be a list of patterns instead of
9402 just a single pattern.
9403 If any one of the patterns in the list matches the message
9404 then it is considered a match.
9405 For example, if &quot;company1&quot; and &quot;company2&quot; both required
9406 you to use the same role when replying to messages, you might have
9407 a To pattern that looks like
9409 <PRE>
9410  To pattern = company1.com
9411               company2.com
9412 </PRE>
9414 This means that if the mail you are replying to was addressed to
9415 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
9416 then this Pattern is a match and the same actions will be taken.
9418 The meaning of an AllText or BodyText pattern may be negated with the
9419 &quot;!&quot; &quot;toggle NOT&quot; command.
9420 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9421 &quot;!&quot; at the beginning of the pattern line.
9422 When the &quot;!&quot; is present, it reverses the meaning of the match.
9424 A technicality: Since comma is the character used to separate multiple values
9425 in any of the fields that may have multiple values (such as header patterns,
9426 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
9427 you must escape comma with a
9428 backslash (&#92;) if you want to include a literal comma in one of those fields.
9429 In other words, if you type a backslash followed by a comma it will
9430 be interpreted as a comma by Alpine, instead of as a separator between
9431 pattern values.
9432 All other backslashes (those not followed by a comma) are literal
9433 backslashes and should not be escaped.
9434 It's unlikely you'll ever need to enter a literal comma or backslash in
9435 any of the patterns.
9437 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
9439 The &quot;Current Folder Type&quot; may be set to one of four different
9440 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
9441 &quot;Specific&quot;.
9442 If the value is set to &quot;News&quot;, then the
9443 Pattern will only match if the currently open folder is a newsgroup.
9444 The value &quot;Email&quot; only matches if the current folder is not news and
9445 the value &quot;Any&quot; causes any folder to match.
9446 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
9447 then you must fill in a value for &quot;Folder&quot;, which is on the line
9448 below the &quot;Specific&quot; line.
9449 In this case you will only get a match if the currently open folder is
9450 the specific folder you list.
9451 You may give a list of folders instead of just a single
9452 folder name, in which case the Pattern will match if the open folder is
9453 any one of the folders in the list.
9454 The name of each folder in the list may be either &quot;INBOX&quot;,
9455 the technical specification
9456 of the folder (like what appears in your configuration file) or, if the
9457 folder is one of your incoming folders, it may be the nickname you've given
9458 the folder.
9459 Here are some samples of specific folder names:
9461 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
9463 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
9465 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
9467 The easiest way to fill in the &quot;Folder&quot; field is to use
9468 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
9469 highlighted, or to use the &quot;Take&quot; command with the configuration
9470 feature
9471 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
9472 turned on.
9474 When reading a newsgroup, there may be a performance penalty
9475 incurred when collecting the information necessary to check whether
9476 or not a Pattern matches a message.
9477 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
9478 If you have Patterns with a Current Folder Type of either
9479 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
9480 Index Line Coloring or Scoring, you may experience
9481 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
9483 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
9485 The &quot;Age Interval&quot; may be set to an interval of message
9486 ages that should be considered a match.
9487 Like the other parts of the Pattern, if it is unset it will be ignored.
9488 The Age Interval looks like
9490 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
9492 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
9493 than or equal to zero.
9494 The special value &quot;INF&quot; may be used for
9495 the max value. It represents infinity.
9497 Actually, this option may be defined as a list of intervals instead
9498 of just a single interval.
9499 The list is separated by commas.
9500 It can look like
9502 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
9504 When there is an Age Interval defined, it is a match if the age, in days, of
9505 the message is contained in any of the intervals.
9506 The intervals include both endpoints.
9508 Even though this option is called Age, it isn't actually
9509 the <EM>age</EM> of the message.
9510 Instead, it is how many days ago the message arrived in one of your folders.
9511 If the current time is a little past midnight, then a message that arrived
9512 just before midnight arrived yesterday, even though the message is only
9513 a few minutes old.
9514 By default, the date being used is not the date in the Date
9515 header of the message.
9516 It is the date that the message arrived in one of your folders.
9517 When you Save a message from one folder to another that arrival date
9518 is preserved.
9519 If you would like to use the date in the Date header that is possible.
9520 Turn on the option
9521 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
9522 near the bottom of the rule definition.
9523 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
9525 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
9527 The &quot;Size Interval&quot; may be set to an interval of message
9528 sizes that should be considered a match.
9529 Like the other parts of the Pattern, if it is unset it will be ignored.
9530 The Size Interval looks like
9532 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
9534 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
9535 than or equal to zero.
9536 The special value &quot;INF&quot; may be used for
9537 the max value. It represents infinity.
9539 Actually, this option may be defined as a list of intervals instead
9540 of just a single interval.
9541 The list is separated by commas.
9542 It can look like
9544 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
9546 When there is a Size Interval defined, it is a match if the size, in bytes, of
9547 the message is contained in any of the intervals.
9548 The intervals include both endpoints.
9550 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
9552 The &quot;Score Interval&quot; may be set to an interval of message
9553 scores that should be considered a match.
9554 Like the other parts of the Pattern, if it is unset it will be ignored.
9555 The Score Interval looks like
9557 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
9559 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
9560 negative integers, with min_score less than or equal to max_score.
9561 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
9562 the min and max values to represent negative and positive infinity.
9564 Actually, a list of intervals may be used if you wish.
9565 A list would look like
9567 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
9569 When there is a Score Interval defined, it is a match if the score for
9570 the message is contained in any of the intervals in the list.
9571 The intervals include the endpoints.
9572 The score for a message is calculated by looking at every Score rule defined and
9573 adding up the Score Values for the ones that match the message.
9574 When deciding whether or not a Pattern matches a message for purposes of
9575 calculating the score, the Score Interval is ignored.
9577 <H3><A NAME="pattern_message_status">Message Status</A></H3>
9579 There are five separate message status settings.
9580 By default, all five are set to the value &quot;Don't care&quot;, which
9581 will match any message.
9582 The value &quot;Yes&quot; means that the particular status must be true
9583 for a match, and the value &quot;No&quot; means that the particular
9584 status must not be true for a match.
9585 For example, one of the five Message Status settings is whether a message
9586 is marked Important or not.
9587 A &quot;Yes&quot; means that the message must be Important to be
9588 considered a match and &quot;No&quot; means that the message must not be
9589 Important to be considered a match.
9590 The same is true of the other four message status settings that depend
9591 on whether or not the message is New; whether the message has 
9592 been Answered or not; whether the message has been Deleted or not, and
9593 whether the message is Recent or not. 
9595 The nomenclature for New and Recent is a bit confusing:
9597 New means that the message is Unseen.
9598 It could have been in your mailbox for a long time but if you haven't looked
9599 at it, it is still considered New.
9600 That matches the default Alpine index display that shows an N for such a
9601 message.
9603 Recent means that the message was added to this folder since the last time
9604 you opened the folder.
9605 Alpine also shows an N by default for these types of messages.
9606 If you were to run two copies of Alpine that opened a folder one right after
9607 the other, a message would only show up as Recent in (at most) the first
9608 Alpine session.
9610 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
9612 Keywords are similar to Message Status, but they are chosen by the user.
9613 Provided the mail server allows for it, you may add a set of possible keywords
9614 to a folder and then you may set those keywords or not for each message
9615 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
9616 The syntax of this part of the Pattern is similar to the header patterns.
9617 It is a list of keywords.
9618 The Keyword part of the Pattern is a match if the message has any of
9619 the keywords in the list set.
9620 Like other parts of the Pattern, if this is unset it will be ignored.
9622 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
9624 A message may use one or more character sets.
9625 This part of the Pattern matches messages that make use of one or more of
9626 the character sets specified in the pattern.
9627 It will be considered a match if a message uses any of the character
9628 sets in the list you give here.
9631 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
9632 GB2312) you may also use some shorthand names that Alpine provides.
9633 These names are more understandable shorthand names for sets of 
9634 character set names.
9635 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
9636 Selecting one of these shorthand names is equivalent to selecting all of
9637 the character sets that make up the set.
9638 You can see all of these shorthand names and the lists of character sets
9639 they stand for by typing the &quot;T&quot; command with the Character
9640 Set pattern highlighted.
9641 The syntax of this part of the Pattern is similar to the header patterns
9642 and the Message Keywords pattern.
9643 It is a list of character sets (or shorthand names).
9644 The Character Set part of the Pattern is a match if the message uses any
9645 of the character sets in the list.
9646 Like other parts of the Pattern, if this is unset it will be ignored.
9648 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
9650 It seems that lots of unwanted email contains unencoded 8-bit characters
9651 in the Subject.
9652 Normally, characters with the 8th bit set are not allowed in the Subject
9653 header unless they are MIME-encoded.
9654 This option gives you a way to match messages that have Subjects that
9655 contain unencoded 8-bit characters.
9656 By default, the value of this option is &quot;Don't care&quot;, which
9657 will match any message.
9658 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
9659 the Subject of the message in order for there to be a match,
9660 and the value &quot;No&quot; is the opposite.
9661 Setting this option will affect performance in large folders because the
9662 subject of each message in the folder has to be checked.
9664 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
9666 This option gives you a way to take some action once per month.
9667 By default, the value of this option is &quot;Don't care&quot;, which
9668 will always match.
9669 The value &quot;Yes&quot; means that this must be the first time Alpine has
9670 been run this month in order to count as a match,
9671 and the value &quot;No&quot; is the opposite.
9673 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
9675 This option gives you a way to take some action once per year.
9676 By default, the value of this option is &quot;Don't care&quot;, which
9677 will always match.
9678 The value &quot;Yes&quot; means that this must be the first time Alpine has
9679 been run this year in order to count as a match,
9680 and the value &quot;No&quot; is the opposite.
9682 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
9684 This option gives you a way to match messages that have an address
9685 that is in one of your address books.
9686 Only the simple entries in your address books are searched.
9687 Address book distribution lists are ignored!
9688 By default, the value of this option is &quot;Don't care&quot;, which
9689 will match any message.
9690 The value &quot;Yes, in any address book&quot; means the address
9691 from the message must be in at least one of your
9692 address books in order to be a match.
9693 The value &quot;No, not in any address book&quot;
9694 means none of the addresses may
9695 be in any of your address books in order to be a match.
9696 The values &quot;Yes, in specific address books&quot; and
9697 &quot;No, not in any of specific address books&quot; are similar but instead
9698 of depending on all address books you are allowed to give a list of address
9699 books to look in.
9700 The addresses from the message that are checked for are determined by the
9701 setting you have for &quot;Types of addresses to check for in address book&quot;.
9702 If you set this to &quot;From&quot; the From address from the message will
9703 be looked up in the address book.
9704 If you set it to only &quot;To&quot; then the To addresses will be used.
9705 If any of the To addresses are in the address book then it is considered
9706 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
9707 You could set it to both From and To, in which case all of the From and To
9708 addresses are used.
9709 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
9710 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
9711 exists or the From address if there is no Reply-To address.
9712 Same for the Sender address.
9713 Setting this option may affect performance in large folders because the
9714 From and Reply-To of each message in the folder have to be checked.
9716 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
9718 This is a command that is run with its standard input set to the message
9719 being checked and its standard output discarded.
9720 The full directory path should be specified.
9721 The command will be run and then its exit status will be checked against
9722 the Exit Status Interval, which defaults to just the value zero.
9723 If the exit status of the command falls in the interval, it is considered
9724 a match, otherwise it is not a match.
9727 This option may actually be a list of commands.
9728 The first one that exists and is executable is used.
9729 That makes it possible to use the same configuration with Unix Alpine and
9730 PC-Alpine.
9733 If none of the commands in the list exists and is executable then the rule
9734 is <EM>not</EM> a match.
9735 If it is possible that the command may not exist, you should be careful
9736 to structure your rules so that nothing destructive
9737 happens when the command does not exist.
9738 For example, you might have a filter that filters away spam when there is
9739 a match but does nothing when there is not a match.
9740 That would continue to work correctly if the command didn't exist.
9741 However, if you have a filter that filters away spam when there is not
9742 a match and keeps it when there is a match, that would filter everything
9743 if the categorizer command didn't exist.
9745 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
9746 setup for the bogofilter filter.
9749 &lt;End of help on this topic&gt;
9750 </BODY>
9751 </HTML>
9752 ===== h_rules_roles =====
9753 <HTML>
9754 <HEAD>
9755 <TITLE>SETUP ROLES SCREEN</TITLE>
9756 </HEAD>
9757 <BODY>
9758 <H1>SETUP ROLES SCREEN</H1>
9759 <H2>SETUP ROLES COMMANDS</H2>
9760 <!--chtml if pinemode="function_key"-->
9761 <PRE>
9762 Available  Commands -- Group 1         Available Commands -- Group 2   
9763 -------------------------------        ------------------------------  
9764 F1  Show Help Text                      F1  Show Help Text             
9765 F2  See commands in next group          F2  See commands in next group
9766 F3  Back to MAIN Alpine menu
9767 F4  Change configuration for role
9768 F5  Move to previous role               F5  Include file in role config
9769 F6  Move to next role                   F6  Exclude file from config
9770 F7  Previous page of roles
9771 F8  Next page of roles
9772 F9  Add new role                        F9  Replicate existing role
9773 F10 Delete existing role
9774 F11 Shuffle the order of roles
9775 F12 Whereis (search role nicknames)
9776 </PRE>
9777 <!--chtml else-->
9778 <PRE>
9779 Navigation                     General Alpine Commands
9780 -------------------------      -----------------------
9781  P  Prev Role                     ?  Display this help text
9782  N  Next Role                     E  Back to MAIN Alpine menu
9783  -  Previous page
9784 Spc (space bar) Next page
9785  W  WhereIs (search for word in role nicknames)
9787 Setup Roles Commands
9788 ------------------------------------------------
9789  A  Add new role                  $  Shuffle the order of roles
9790  D  Delete existing role          C  Change configuration for highlighted role
9791  R  Replicate existing role
9792  I  Include file in role config   X  Exclude file from role config
9793 </PRE>
9794 <!--chtml endif-->
9796 <H2>Description of the Setup Roles Screen</H2>
9798 This screen lets you add, delete, modify, or change the order of the rules
9799 that determine the role you are playing when composing a message.
9801 You may play different roles depending on who you are replying to.
9802 For example, if you are replying to a message addressed to help-desk you
9803 may be acting as a Help Desk Worker.
9804 That role may require that you use a different return address and/or
9805 a different signature.
9807 Roles are optional.
9808 If you set up roles they work like this:  Each role has a set of
9809 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
9810 considered for a particular use; a &quot;Pattern&quot;,
9811 which is used to decide which of the eligible roles is used; and a set
9812 of &quot;Actions&quot;, which are taken when that role is used.
9813 When you reply to a message, the message you are replying to is compared
9814 with the Patterns of the roles marked as eligible for use when replying.
9815 The comparisons start with the first eligible role and keep going until there
9816 is a match.
9817 If a match is found, the matching role's Actions are taken.
9819 It is also possible to set a default role and to change that role during
9820 your Alpine session.
9821 When you start Alpine no default role will be set.
9822 You may set or change the current default role by using the &quot;D&quot;
9823 command in the role selection screen.
9824 You'll see that screen while composing a message and being asked to select
9825 a role.
9826 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
9827 compose a message.
9828 You may find a default role useful if you normally perform the duties of one
9829 of your roles for a while, then you switch to another role and stay in the
9830 new role for another period of time.
9831 It may be easier than using the Role Command to select the role each time you
9832 compose a message.
9834 <H2>Role Uses</H2>
9836 There are three types of use to be configured;
9837 one for Replying, one for Forwarding, and one for Composing.
9838 These indicate whether or not you want a role to be considered when you
9839 type the Reply, Forward, or Compose commands.
9840 (The Role command is an alternate form of the Compose command, and it is
9841 not affected by these settings.)
9842 Each of these Use types has three possible values.
9843 The value &quot;Never&quot;
9844 means that the role will never be considered as a candidate for use with
9845 the corresponding command.
9846 For example, if you set a role's Reply Use to Never, then when you Reply to
9847 a message, that role won't even be considered.
9848 (That isn't quite true. If the message you are replying to matches some other
9849 role that requires confirmation,
9850 then there will be a ^T command available which allows you to select a role
9851 from all of your roles, not just the reply-eligible roles.)
9854 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
9855 both mean that you do want to consider this role when using the corresponding
9856 command.
9857 For either of these settings the role's Pattern will
9858 be checked to see if it matches the message.
9859 For Reply Use, the message used to compare the Pattern with is the message
9860 being replied to.
9861 For Forward Use, the message used to compare the Pattern with is the message
9862 being forwarded.
9863 For Compose Use, there is no message, so the parts of the Pattern that depend
9864 on a message (everything other than Current Folder Type) are ignored.
9865 In all cases, the Current Folder Type is checked if defined.
9866 If there is a match then this role will either be used without confirmation
9867 or will be the default when confirmation is asked for, depending on
9868 which of the two options is selected.
9869 If confirmation is requested, you will have a chance to
9870 choose No Role instead of the offered role, or to
9871 change the role to any one of your other roles (with the ^T command).
9873 <H2>Role Patterns</H2>
9875 In order to determine whether or not a message matches a role the message is
9876 compared with the Role's Pattern.
9877 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9878 Scoring, Other Rules, and Search Rules, so are described in only one place,
9879 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9881 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
9882 a role that has all header patterns unset, the AllText pattern unset,
9883 the BodyText pattern unset,
9884 the Score Interval unset, and the Current Folder Type set to
9885 &quot;Any&quot; may be used as a default role.
9886 It should be put last in the list of roles since the matching
9887 starts at the beginning and proceeds until one of the roles is a match.
9888 If no roles at all match, then Alpine will
9889 use its regular methods of defining the role.
9890 If you wanted to, you could define a different &quot;default&quot; role
9891 for Replying, Forwarding, and Composing by setting the
9892 &quot;Use&quot; fields appropriately.
9894 <H2>Role Actions</H2>
9896 Once a role match is found, the role's Actions are taken.
9897 For each role there are several possible actions that may be defined.
9898 They are actions to set the From address, the Reply-To address,
9899 the Fcc, the Signature, the Template file, and Other Headers.
9901 <H3>Set From</H3>
9903 The From address is the address used on the From line of the message
9904 you are sending.
9906 <H3>Set Reply-To</H3>
9908 The Reply-To address is the address used on the Reply-To line of the message
9909 you are sending.
9910 You don't need a Reply-To address unless it is different from the From address.
9912 <H3>Set Other Headers</H3>
9914 If you want to set the value of the From or Reply-To headers, use
9915 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
9916 If you want to set the values of other headers, use this field.
9917 This field is similar to the
9918 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
9919 Each header you specify here must include the header tag
9920 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
9921 and may optionally include a value for that header.
9922 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
9923 for a header here will replace any value that already exists.
9924 For example, if you are Replying to a message there will be at least one
9925 address in the To header (the address you are Replying to).
9926 However, if you Reply using a role that sets the To header, that role's
9927 To header value will be used instead.
9929 <H3>Set Fcc</H3>
9931 The Fcc is used as the Fcc for the message you are sending.
9933 <H3>Set Signature or Set LiteralSig</H3>
9935 The Signature is the name of a file to be used as the signature file when
9936 this role is being used.
9937 If the name of the file has a vertical bar following it (|)
9938 then it is assumed that the file is a program that should be run to
9939 produce the signature.
9940 If the LiteralSig is set, then it is used instead of the signature file.
9941 LiteralSig is just a different way to store the signature.
9942 It is stored in the pine configuration file instead of in a separate
9943 signature file.
9944 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
9945 either in the role or as the default signature in the Setup/Config screen,
9946 then the signature file is ignored.
9948 <H3>Set Template</H3>
9950 A Template is the name of a file to be included in the message when this
9951 role is being used.
9952 If the name of the file has a vertical bar following it (|)
9953 then it is assumed that the file is a program that should be run to
9954 produce the template.
9957 Both signature files and template files may be stored remotely on an IMAP
9958 server.
9959 In order to do that you just give the file a remote name.
9960 This works just like the regular
9961 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
9962 option that is configured from the Setup/Configuration screen.
9963 A remote signature file name might look like:
9965 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
9967 Once you have named the remote signature or template file you create its
9968 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
9969 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
9970 line of the role editor.
9973 Both signature files and template files (or the output of signature programs
9974 and template file programs) may contain special tokens
9975 that are replaced with contents
9976 that depend on the message being replied to or forwarded.
9977 See the help for the individual fields inside the role editor for more
9978 information on tokens.
9980 <H3>Use SMTP Server</H3>
9982 If this field has a value, then it will be used as the SMTP server
9983 to send mail when this role is being used (unless the SMTP server variable
9984 is set in the system-wide fixed configuration file).
9985 It has the same semantics as the
9986 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
9987 variable in the Setup/Config screen.
9988 When you postpone the composition this SMTP server list will be saved
9989 with the postponed composition and it cannot be changed later.
9990 Because of that, you may want to make this a list of SMTP servers
9991 with the preferred server at the front of the list and alternate servers
9992 later in the list.
9995 If any of the actions are left unset, then the action depends on what
9996 is present in the &quot;Initialize settings using role&quot; field.
9997 If you've listed the nickname of another one of your roles there, then the
9998 corresponding action from that role will be used here.
9999 If that action is also blank, or if there is no nickname specified,
10000 then Alpine will do whatever it normally does to set these actions.
10001 This depends on other configuration options and features you've set.
10003 <H2>Command Descriptions</H2>
10005 <H3>Add</H3>
10007 The Add command is used to add a new role definition to your set of
10008 roles.
10009 The new role will be added after the highlighted role.
10011 <H3>Delete</H3>
10013 The Delete command deletes the currently highlighted role.
10015 <H3>Change</H3>
10017 The Change command lets you edit the nickname, Uses, Pattern,
10018 and Actions of the currently highlighted role.
10020 <H3>Shuffle</H3>
10022 The Shuffle command allows you to change the order of the roles.
10023 You may move the currently highlighted role up or down in the list.
10024 The order of the roles is important since the roles are tested for a
10025 match starting with the first role and continuing until a match is found.
10026 You should place the roles with more specific Patterns near the beginning
10027 of the list, and those with more general Patterns near the end so that
10028 the more specific matches will happen when appropriate.
10030 <H3>Replicate</H3>
10032 The Replicate command is used to copy an existing role and modify it.
10033 The new role will be added after the highlighted role.
10035 <H3>IncludeFile</H3>
10037 The IncludeFile command allows you to add a roles file to your configuration.
10038 Usually, your roles will be contained in your Alpine configuration file.
10039 If you wish, some or all of your roles may be stored in a separate file.
10040 If a roles file already exists (maybe it was made by somebody else using
10041 Alpine), you may insert it before the currently highlighted role.
10042 You may also insert an empty file or a file that does not yet exist.
10043 Once you have an empty roles file in your configuration, you may use
10044 the Shuffle command to move roles into it.
10045 In fact, that's the only way to get the initial role into the file.
10047 <H3>eXcludeFile</H3>
10049 The eXcludeFile command removes a roles file from your roles configuration.
10050 A limitation of the program is that in order to exclude a roles file
10051 that file must have at least one role
10052 in it, otherwise you won't be able to highlight a line in the file.
10053 So you may have to add a dummy role to the file in order to exclude the file.
10054 <P><UL>
10055 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10056 </UL>
10058 &lt;End of help on this topic&gt;
10059 </BODY>
10060 </HTML>
10061 ===== h_rules_other =====
10062 <HTML>
10063 <HEAD>
10064 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
10065 </HEAD>
10066 <BODY>
10067 <H1>SETUP OTHER RULES SCREEN</H1>
10068 <H2>SETUP OTHER RULES COMMANDS</H2>
10069 <!--chtml if pinemode="function_key"-->
10070 <PRE>
10071 Available  Commands -- Group 1         Available Commands -- Group 2   
10072 -------------------------------        ------------------------------  
10073 F1  Show Help Text                      F1  Show Help Text             
10074 F2  See commands in next group          F2  See commands in next group
10075 F3  Back to MAIN Alpine menu
10076 F4  Change configuration for rule
10077 F5  Move to previous rule               F5  Include file in rule config
10078 F6  Move to next rule                   F6  Exclude file from config
10079 F7  Previous page of rules
10080 F8  Next page of rules
10081 F9  Add new rule                        F9  Replicate existing rule
10082 F10 Delete existing rule
10083 F11 Shuffle the order of rules
10084 F12 Whereis (search rule nicknames)
10085 </PRE>
10086 <!--chtml else-->
10087 <PRE>
10088 Navigation                     General Alpine Commands
10089 -------------------------      -----------------------
10090  P  Prev rule                     ?  Display this help text
10091  N  Next rule                     E  Back to MAIN Alpine menu
10092  -  Previous page
10093 Spc (space bar) Next page
10094  W  WhereIs (search for word in rule nicknames)
10096 Setup Other Rules Commands
10097 ------------------------------------------------
10098  A  Add new rule                  $  Shuffle the order of rules
10099  D  Delete existing rule          C  Change configuration for highlighted rule
10100  R  Replicate existing rule
10101  I  Include file in rule config   X  Exclude file from rule config
10102 </PRE>
10103 <!--chtml endif-->
10105 <H2>Description of the Setup Other Rules Screen</H2>
10107 This is where you may set various actions that do not fit well into the
10108 other Rules categories.
10110 <H2>Patterns</H2>
10112 Other Rules are a little different from the rest of the Rules because
10113 they depend only on the current folder, and not on a particular message.
10114 In order to determine whether or not a rule's actions should be applied
10115 the current folder is compared with the rule's Pattern, which consists
10116 of only the Current Folder Type.
10117 Current Folder Type works the same for Other Rules as it does for Roles,
10118 Filtering, Index Coloring, and Scoring.
10119 Keep in mind that the only part of the Pattern that applies to Other
10120 Rules is the Current Folder Type when looking at the description of
10121 Patterns given
10122 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10124 <H2>The Actions</H2>
10126 <H3>Set Sort Order</H3>
10128 When you enter a new folder, these rules will be checked to see if you
10129 have set a sort order that is different from your default sort order.
10130 The default is set in the Setup/Config screen with
10131 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
10132 If the Sort Order action is set, then the folder will be displayed sorted in
10133 that sort order instead of in the default order.
10135 A possible point of confusion arises when you change the configuration
10136 of the Sort Order for the currently open folder.
10137 The folder will normally be re-sorted when you go back to viewing the
10138 index.
10139 However, if you have manually sorted the folder with the
10140 Sort
10141 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
10142 command, then it will not be re-sorted until the next time it is opened.
10144 <H3>Set Index Format</H3>
10146 When you enter a new folder, these rules will be checked to see if you
10147 have set an Index Format that is different from your default Index Format,
10148 which is set with the
10149 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
10150 If so, the index will be displayed with this format instead of the default.
10152 <H3>Set Startup Rule</H3>
10154 When you enter a new folder, these rules will be checked to see if you
10155 have set a startup rule that is different from the default startup rule.
10156 The default for incoming folders is set in the Setup/Config screen with
10157 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
10158 The default for folders other than INBOX that are not part of your
10159 incoming collection
10160 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
10161 is to start with the last message in the folder.
10162 If the Startup Rule is set to something other than &quot;default&quot;,
10163 then the rule will determine which message will be the current message when
10164 the folder is first opened.
10166 The various startup rule possibilities work the same here as they do in
10167 the incoming collection, so check
10168 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
10169 for more help.
10171 <H2>Command Descriptions</H2>
10173 <H3>Add</H3>
10175 The Add command is used to add a new rule definition to your set of
10176 rules.
10177 The new rule will be added after the highlighted rule.
10179 <H3>Delete</H3>
10181 The Delete command deletes the currently highlighted rule.
10183 <H3>Change</H3>
10185 The Change command lets you edit the nickname, Pattern,
10186 and Action of the currently highlighted rule.
10188 <H3>Shuffle</H3>
10190 The Shuffle command allows you to change the order of the rules.
10191 You may move the currently highlighted rule up or down in the list.
10192 The order of the rules is important since the rules are tested for a
10193 match starting with the first rule and continuing until a match is found.
10194 You should place the rules with more specific Patterns near the beginning
10195 of the list, and those with more general Patterns near the end so that
10196 the more specific matches will happen when appropriate.
10198 <H3>Replicate</H3>
10200 The Replicate command is used to copy an existing rule definition and modify it.
10201 The new rule will be added after the highlighted rule.
10203 <H3>IncludeFile</H3>
10205 The IncludeFile command allows you to add a rules file to your configuration.
10206 Usually, your rules will be contained in your Alpine configuration file.
10207 If you wish, some or all of your rules may be stored in a separate file.
10208 If a rules file already exists (maybe it was made by somebody else using
10209 Alpine), you may insert it before the currently highlighted rule.
10210 You may also insert an empty file or a file that does not yet exist.
10211 Once you have an empty rules file in your configuration, you may use
10212 the Shuffle command to move rules into it.
10213 In fact, that's the only way to get the initial rule into the file.
10215 <H3>eXcludeFile</H3>
10217 The eXcludeFile command removes a rules file from your rules configuration.
10218 A limitation of the program is that in order to exclude a rules file
10219 that file must have at least one rule
10220 in it, otherwise you won't be able to highlight a line in the file.
10221 So you may have to add a dummy rule to the file in order to exclude the file.
10222 <P><UL>
10223 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10224 </UL>
10226 &lt;End of help on this topic&gt;
10227 </BODY>
10228 </HTML>
10229 ===== h_rules_srch =====
10230 <HTML>
10231 <HEAD>
10232 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
10233 </HEAD>
10234 <BODY>
10235 <H1>SETUP SEARCH RULES SCREEN</H1>
10236 <H2>SETUP SEARCH RULES COMMANDS</H2>
10237 <!--chtml if pinemode="function_key"-->
10238 <PRE>
10239 Available  Commands -- Group 1         Available Commands -- Group 2   
10240 -------------------------------        ------------------------------  
10241 F1  Show Help Text                      F1  Show Help Text             
10242 F2  See commands in next group          F2  See commands in next group
10243 F3  Back to MAIN Alpine menu
10244 F4  Change configuration for rule
10245 F5  Move to previous rule               F5  Include file in rule config
10246 F6  Move to next rule                   F6  Exclude file from config
10247 F7  Previous page of rules
10248 F8  Next page of rules
10249 F9  Add new rule                        F9  Replicate existing rule
10250 F10 Delete existing rule
10251 F11 Shuffle the order of rules
10252 F12 Whereis (search rule nicknames)
10253 </PRE>
10254 <!--chtml else-->
10255 <PRE>
10256 Navigation                     General Alpine Commands
10257 -------------------------      -----------------------
10258  P  Prev rule                     ?  Display this help text
10259  N  Next rule                     E  Back to MAIN Alpine menu
10260  -  Previous page
10261 Spc (space bar) Next page
10262  W  WhereIs (search for word in rule nicknames)
10264 Setup Search Rules Commands
10265 ------------------------------------------------
10266  A  Add new rule                  $  Shuffle the order of rules
10267  D  Delete existing rule          C  Change configuration for highlighted rule
10268  R  Replicate existing rule
10269  I  Include file in rule config   X  Exclude file from rule config
10270 </PRE>
10271 <!--chtml endif-->
10273 <H2>Description of the Setup Search Rules Screen</H2>
10275 One of the commands that becomes available when that feature is turned on
10276 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
10277 screen to select a set of messages.
10278 One way of selecting messages is to use a Rule.
10279 All of the messages that match (or don't match if you wish)
10280 a Rule's Pattern will be selected.
10282 Any of your Rules may be used for this purpose.
10283 You might already have Rules set up for filtering, index line color, scores, or roles;
10284 and you may use any of those Rules with the Select command.
10285 However, you might find it more convenient to set up a separate set of Rules
10286 just for this purpose without having to worry about what other effects
10287 they may cause.
10288 That is the purpose of these Select Rules.
10291 Each rule has a &quot;Pattern&quot;
10292 that is used to decide which messages are selected when you use it with
10293 the Select command.
10295 <H2>Patterns</H2>
10297 In order to determine whether or not a message should be selected
10298 the message is compared with the rule's Pattern.
10299 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10300 Scoring, Other Rules, and Search Rules, so are described in only one place,
10301 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10303 <H2>Command Descriptions</H2>
10305 <H3>Add</H3>
10307 The Add command is used to add a new rule definition to your set of
10308 rules.
10309 The new rule will be added after the highlighted rule.
10311 <H3>Delete</H3>
10313 The Delete command deletes the currently highlighted rule.
10315 <H3>Change</H3>
10317 The Change command lets you edit the nickname and Pattern
10318 of the currently highlighted rule.
10320 <H3>Shuffle</H3>
10322 The Shuffle command allows you to change the order of the rules.
10323 This affects only the order they are presented in when you use the
10324 ^T subcommand of the Select by Rule command.
10325 You may move the currently highlighted rule up or down in the list.
10327 <H3>Replicate</H3>
10329 The Replicate command is used to copy an existing rule definition and modify it.
10330 The new rule will be added after the highlighted rule.
10332 <H3>IncludeFile</H3>
10334 The IncludeFile command allows you to add a rules file to your configuration.
10335 Usually, your rules will be contained in your Alpine configuration file.
10336 If you wish, some or all of your rules may be stored in a separate file.
10337 If a rules file already exists (maybe it was made by somebody else using
10338 Alpine), you may insert it before the currently highlighted rule.
10339 You may also insert an empty file or a file that does not yet exist.
10340 Once you have an empty rules file in your configuration, you may use
10341 the Shuffle command to move rules into it.
10342 In fact, that's the only way to get the initial rule into the file.
10344 <H3>eXcludeFile</H3>
10346 The eXcludeFile command removes a rules file from your rules configuration.
10347 A limitation of the program is that in order to exclude a rules file
10348 that file must have at least one rule
10349 in it, otherwise you won't be able to highlight a line in the file.
10350 So you may have to add a dummy rule to the file in order to exclude the file.
10351 <P><UL>
10352 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10353 </UL>
10355 &lt;End of help on this topic&gt;
10356 </BODY>
10357 </HTML>
10358 ===== h_rules_incols =====
10359 <HTML>
10360 <HEAD>
10361 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
10362 </HEAD>
10363 <BODY>
10364 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
10365 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
10366 <!--chtml if pinemode="function_key"-->
10367 <PRE>
10368 Available  Commands -- Group 1         Available Commands -- Group 2   
10369 -------------------------------        ------------------------------  
10370 F1  Show Help Text                      F1  Show Help Text             
10371 F2  See commands in next group          F2  See commands in next group
10372 F3  Back to MAIN Alpine menu
10373 F4  Change configuration for rule
10374 F5  Move to previous rule               F5  Include file in rule config
10375 F6  Move to next rule                   F6  Exclude file from config
10376 F7  Previous page of rules
10377 F8  Next page of rules
10378 F9  Add new rule                        F9  Replicate existing rule
10379 F10 Delete existing rule
10380 F11 Shuffle the order of rules
10381 F12 Whereis (search rule nicknames)
10382 </PRE>
10383 <!--chtml else-->
10384 <PRE>
10385 Navigation                     General Alpine Commands
10386 -------------------------      -----------------------
10387  P  Prev rule                     ?  Display this help text
10388  N  Next rule                     E  Back to MAIN Alpine menu
10389  -  Previous page
10390 Spc (space bar) Next page
10391  W  WhereIs (search for word in rule nicknames)
10393 Setup Index Color Commands
10394 ------------------------------------------------
10395  A  Add new rule                  $  Shuffle the order of rules
10396  D  Delete existing rule          C  Change configuration for highlighted rule
10397  R  Replicate existing rule
10398  I  Include file in rule config   X  Exclude file from rule config
10399 </PRE>
10400 <!--chtml endif-->
10402 <H2>Description of the Setup Index Line Colors Screen</H2>
10404 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
10405 This action is only available if your terminal is capable of displaying
10406 color and color display has been enabled with the
10407 <A HREF="h_config_color_style">Color Style</A> option within the
10408 Setup Color screen.
10409 (In PC-Alpine, color is always enabled so there is no option to turn on.)
10410 This screen lets you add, delete, modify, or change the order of the rules
10411 that cause the lines in the MESSAGE INDEX to be displayed in different
10412 colors.
10414 Each rule has a &quot;Pattern&quot;,
10415 which is used to decide which of the rules is used; and the color that
10416 is used if the Pattern matches a particular message.
10418 <H2>Index Color Patterns</H2>
10420 In order to determine whether or not a message matches an Index Color Rule
10421 the message is compared with the rule's Pattern.
10422 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10423 Scoring, Other Rules, and Search Rules, so are described in only one place,
10424 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10427 If none of the Index Color rules is a match for a particular index line,
10428 then the color used is set using
10429 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10431 <H2>Index Line Color</H2>
10433 This is the color that index lines are colored when there is a matching
10434 Pattern.
10435 This colors the whole index line, except possibly the status letters,
10436 which may be colored separately using
10437 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10439 <H2>Command Descriptions</H2>
10441 <H3>Add</H3>
10443 The Add command is used to add a new rule definition to your set of
10444 rules.
10445 The new rule will be added after the highlighted rule.
10447 <H3>Delete</H3>
10449 The Delete command deletes the currently highlighted rule.
10451 <H3>Change</H3>
10453 The Change command lets you edit the nickname, Pattern,
10454 and Index Line Color of the currently highlighted rule.
10456 <H3>Shuffle</H3>
10458 The Shuffle command allows you to change the order of the rules.
10459 You may move the currently highlighted rule up or down in the list.
10460 The order of the rules is important since the rules are tested for a
10461 match starting with the first rule and continuing until a match is found.
10462 You should place the rules with more specific Patterns near the beginning
10463 of the list, and those with more general Patterns near the end so that
10464 the more specific matches will happen when appropriate.
10466 <H3>Replicate</H3>
10468 The Replicate command is used to copy an existing rule definition and modify it.
10469 The new rule will be added after the highlighted rule.
10471 <H3>IncludeFile</H3>
10473 The IncludeFile command allows you to add a rules file to your configuration.
10474 Usually, your rules will be contained in your Alpine configuration file.
10475 If you wish, some or all of your rules may be stored in a separate file.
10476 If a rules file already exists (maybe it was made by somebody else using
10477 Alpine), you may insert it before the currently highlighted rule.
10478 You may also insert an empty file or a file that does not yet exist.
10479 Once you have an empty rules file in your configuration, you may use
10480 the Shuffle command to move rules into it.
10481 In fact, that's the only way to get the initial rule into the file.
10483 <H3>eXcludeFile</H3>
10485 The eXcludeFile command removes a rules file from your rules configuration.
10486 A limitation of the program is that in order to exclude a rules file
10487 that file must have at least one rule
10488 in it, otherwise you won't be able to highlight a line in the file.
10489 So you may have to add a dummy rule to the file in order to exclude the file.
10490 <P><UL>
10491 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10492 </UL>
10494 &lt;End of help on this topic&gt;
10495 </BODY>
10496 </HTML>
10497 ===== h_rules_filter =====
10498 <HTML>
10499 <HEAD>
10500 <TITLE>SETUP FILTERING SCREEN</TITLE>
10501 </HEAD>
10502 <BODY>
10503 <H1>SETUP FILTERING SCREEN</H1>
10504 <H2>SETUP FILTERING COMMANDS</H2>
10505 <!--chtml if pinemode="function_key"-->
10506 <PRE>
10507 Available  Commands -- Group 1         Available Commands -- Group 2   
10508 -------------------------------        ------------------------------  
10509 F1  Show Help Text                      F1  Show Help Text             
10510 F2  See commands in next group          F2  See commands in next group
10511 F3  Back to MAIN Alpine menu
10512 F4  Change configuration for filter
10513 F5  Move to previous filter             F5  Include file in filter config
10514 F6  Move to next filter                 F6  Exclude file from config
10515 F7  Previous page of filters
10516 F8  Next page of filters
10517 F9  Add new filter                      F9  Replicate existing filter
10518 F10 Delete existing filter
10519 F11 Shuffle the order of filters
10520 F12 Whereis (search filter nicknames)
10521 </PRE>
10522 <!--chtml else-->
10523 <PRE>
10524 Navigation                     General Alpine Commands
10525 -------------------------      -----------------------
10526  P  Prev Filter                   ?  Display this help text
10527  N  Next Filter                   E  Back to MAIN Alpine menu
10528  -  Previous page
10529 Spc (space bar) Next page
10530  W  WhereIs (search for word in filter nicknames)
10532 Setup Filters Commands
10533 ------------------------------------------------
10534  A  Add new filter                $  Shuffle the order of filters
10535  D  Delete existing filter        C  Change configuration for highlighted filter
10536  R  Replicate existing filter
10537  I  Include file in filter config X  Exclude file from filter config
10538 </PRE>
10539 <!--chtml endif-->
10541 <H2>Description of the Setup Filtering Screen</H2>
10543 This screen lets you add, delete, modify, or change the order of the rules
10544 that determine the filtering Alpine does on folders you view.
10546 The software that actually delivers mail (the stuff that happens
10547 before Alpine is involved) for you is in a better position to do mail filtering
10548 than Alpine itself.
10549 If possible, you may want to look into using that sort of mail filtering to
10550 deliver mail to different folders, delete it, or forward it.
10551 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
10553 Filtering is a way to automatically move certain messages from one folder
10554 to another or to delete messages.
10555 It can also be used to set message status (Important, Deleted, New,
10556 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
10557 Alpine doesn't have the ability to forward mail to another address or
10558 to deliver vacation messages.
10560 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
10561 When a folder is opened, when new mail arrives in an open folder, or
10562 when mail is Expunged from a folder; each
10563 message is compared with the Patterns of your filtering rules.
10564 The comparisons start with the first rule and keep going until there
10565 is a match.
10566 If a match is found, the message may be deleted or moved, depending on
10567 the setting of the Filter Action.
10568 If the message is not deleted, it may have its status altered.
10571 <EM>NOTE:</EM>
10572 When setting up a Pattern used to delete messages,
10573 it is recommended that you test the Pattern first with a &quot;Move&quot;
10574 folder specified in
10575 case unintended matches occur.  Messages that are deleted will be removed 
10576 from the folder and <EM>unrecoverable</EM> from within Alpine after the
10577 next Expunge command or once the folder being filtered has been closed.
10579 <H2>Filter Patterns</H2>
10581 In order to determine whether or not a message matches a filter the message is
10582 compared with the Filter's Pattern.
10583 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10584 Scoring, Other Rules, and Search Rules, so are described in only one place,
10585 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10587 Since filtering is a potentially destructive action, if you have a filtering
10588 Pattern with nothing other than Current Folder Type set, that filtering
10589 rule is ignored.
10591 <H2>Filter Actions</H2>
10593 Once a filter match is found for a particular message, there are some actions
10594 that may be taken.
10595 First, the message may have its status changed.
10596 This is the same message status that you can manipulate manually using the
10597 <a href="h_common_flag">Flag Command</a>.
10598 There are always four elements of message status that you can control.
10599 You can set or clear the Important status, the New status, the Deleted
10600 status, and the Answered status.
10601 Of course, if the filter is going to delete the message,
10602 then there is no point in setting message status.
10603 You may also be able to set user-defined keywords for a message.
10604 Read a little about keywords in the help text for the
10605 <A HREF="h_common_flag">Flag</A> command.
10607 Second, the filter may delete or move the message.
10608 Deleting the message marks it Deleted and removes it from view.
10609 It is effectively gone forever (though it technically is still there until
10610 the next expunge command, which may happen implicitly).
10611 Moving the message moves it from the open folder into the folder
10612 listed on the &quot;Folder List&quot; line of the filter configuration.
10613 If you list more than one folder name (separated by commas) then the message
10614 will be copied to each of those folders.
10615 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
10616 message is removed from the current folder.
10617 If you just want to set the messages status without deleting it from
10618 the folder, then set the filter action to
10619 &quot;Just Set Message Status&quot;.
10621 (There is no way to do a Copy instead of a Move, due to the difficulties
10622 involved in keeping track of whether or not a message has
10623 already been copied.)
10625 <H2>Command Descriptions</H2>
10627 <H3>Add</H3>
10629 The Add command is used to add a new filter definition to your set of
10630 filters.
10631 The new filter will be added after the highlighted filter.
10633 <H3>Delete</H3>
10635 The Delete command deletes the currently highlighted filter.
10637 <H3>Change</H3>
10639 The Change command lets you edit the nickname, Pattern,
10640 and Folder of the currently highlighted filter.
10642 <H3>Shuffle</H3>
10644 The Shuffle command allows you to change the order of the filters.
10645 You may move the currently highlighted filter up or down in the list.
10646 The order of the filters is important since the filters are tested for a
10647 match starting with the first filter and continuing until a match is found.
10648 You should place the filters with more specific Patterns near the beginning
10649 of the list, and those with more general Patterns near the end so that
10650 the more specific matches will happen when appropriate.
10652 <H3>Replicate</H3>
10654 The Replicate command is used to copy an existing filter and modify it.
10655 The new filter will be added after the highlighted filter.
10657 <H3>IncludeFile</H3>
10659 The IncludeFile command allows you to add a filters file to your configuration.
10660 Usually, your filters will be contained in your Alpine configuration file.
10661 If you wish, some or all of your filters may be stored in a separate file.
10662 If a filters file already exists (maybe it was made by somebody else using
10663 Alpine), you may insert it before the currently highlighted filter.
10664 You may also insert an empty file or a file that does not yet exist.
10665 Once you have an empty filters file in your configuration, you may use
10666 the Shuffle command to move filters into it.
10667 In fact, that's the only way to get the initial filter into the file.
10669 <H3>eXcludeFile</H3>
10671 The eXcludeFile command removes a filters file from your filters configuration.
10672 A limitation of the program is that in order to exclude a filters file
10673 that file must have at least one filter
10674 in it, otherwise you won't be able to highlight a line in the file.
10675 So you may have to add a dummy filter to the file in order to exclude the file.
10676 <P><UL>
10677 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10678 </UL>
10680 <H3>Performance Considerations</H3>
10681 The number and type of patterns being tested can 
10682 adversely effect performance.  Issues to be aware
10683 of include:
10685 <UL>
10686   <LI> The more filters you have defined the longer it will take to run down
10687 the list.  Deleting unused filters is a good idea.
10688   <LI> Filtering in newsgroups served by an NNTP server will be slow
10689 if your patterns include tests other than &quot;From:&quot;
10690 or &quot;Subject:&quot;.
10691 </UL>
10693 &lt;End of help on this topic&gt;
10694 </BODY>
10695 </HTML>
10696 ===== h_rules_score =====
10697 <HTML>
10698 <HEAD>
10699 <TITLE>SETUP SCORING SCREEN</TITLE>
10700 </HEAD>
10701 <BODY>
10702 <H1>SETUP SCORING SCREEN</H1>
10703 <H2>SETUP SCORING COMMANDS</H2>
10704 <!--chtml if pinemode="function_key"-->
10705 <PRE>
10706 Available  Commands -- Group 1         Available Commands -- Group 2   
10707 -------------------------------        ------------------------------  
10708 F1  Show Help Text                      F1  Show Help Text             
10709 F2  See commands in next group          F2  See commands in next group
10710 F3  Back to MAIN Alpine menu
10711 F4  Change configuration for rule
10712 F5  Move to previous rule               F5  Include file in rule config
10713 F6  Move to next rule                   F6  Exclude file from config
10714 F7  Previous page of rules
10715 F8  Next page of rules
10716 F9  Add new rule                        F9  Replicate existing rule
10717 F10 Delete existing rule
10718 F11 Shuffle the order of rules
10719 F12 Whereis (search rule nicknames)
10720 </PRE>
10721 <!--chtml else-->
10722 <PRE>
10723 Navigation                     General Alpine Commands
10724 -------------------------      -----------------------
10725  P  Prev rule                     ?  Display this help text
10726  N  Next rule                     E  Back to MAIN Alpine menu
10727  -  Previous page
10728 Spc (space bar) Next page
10729  W  WhereIs (search for word in rule nicknames)
10731 Setup Scoring Commands
10732 ------------------------------------------------
10733  A  Add new rule                  $  Shuffle the order of rules
10734  D  Delete existing rule          C  Change configuration for highlighted rule
10735  R  Replicate existing rule
10736  I  Include file in rule config   X  Exclude file from rule config
10737 </PRE>
10738 <!--chtml endif-->
10740 <H2>Description of the Setup Scoring Screen</H2>
10742 Most people will not use scores at all, but if you do use them, here's how
10743 they work in Alpine.
10744 Using this screen, you may define Scoring rules.
10745 The score for a message is calculated by looking at every Score rule defined
10746 and adding up the Score Values for the ones that match the message.
10747 If there are no matches for a message, it has a score of zero.
10748 Message scores may be used a couple of ways in Alpine.
10750 <H3>Sorting by Score</H3>
10752 One of the methods you may use to sort message indexes is to sort by
10753 score.
10754 The scores of all the messages in a folder will be calculated and then
10755 the index will be ordered by placing the messages in order of ascending or
10756 descending score.
10758 <H3>Scores for use in Patterns</H3>
10760 The Patterns used for Roles, Index Line Coloring, and Filtering have a
10761 category labeled &quot;Score Interval&quot;.
10762 When a message is being compared with a Pattern to check for a match, if
10763 the Score Interval is set only messages that have a score somewhere in
10764 the interval are a match.
10766 <H2>Scoring Rule Patterns</H2>
10768 In order to determine whether or not a message matches a scoring rule
10769 the message is compared with the rule's Pattern.
10770 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10771 Scoring, Other Rules, and Search Rules, so are described in only one place,
10772 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10775 Actually, Scoring rule Patterns are slightly different from the other types of
10776 Patterns because Scoring rule Patterns don't contain a Score Interval.
10777 In other words, when calculating the score for a message, which is done
10778 by looking at the Scoring rule Patterns, scores aren't used.
10780 <H2>Score Value</H2>
10782 This is the value that will be added to the score for a message if the
10783 rule's Pattern is a match.
10784 Each individual Score Value is an integer between -100 and 100, and the
10785 values from matching rules are added together to get a message's score.
10786 There is also a way to extract the value from a particular header of each
10787 message. See the help text for Score Value for further information.
10789 <H2>Command Descriptions</H2>
10791 <H3>Add</H3>
10793 The Add command is used to add a new scoring rule definition.
10794 The new rule will be added after the highlighted rule.
10796 <H3>Delete</H3>
10798 The Delete command deletes the currently highlighted scoring rule.
10800 <H3>Change</H3>
10802 The Change command lets you edit the nickname, Pattern,
10803 and Score Value of the currently highlighted scoring rule.
10805 <H3>Shuffle</H3>
10807 The Shuffle command allows you to change the order of the scoring rules.
10808 You may move the currently highlighted rule up or down in the list.
10809 The order of the rules is important since the rules are tested for a
10810 match starting with the first rule and continuing until a match is found.
10811 You should place the rules with more specific Patterns near the beginning
10812 of the list, and those with more general Patterns near the end so that
10813 the more specific matches will happen when appropriate.
10815 <H3>Replicate</H3>
10817 The Replicate command is used to copy an existing rule and modify it.
10818 The new rule will be added after the highlighted rule.
10820 <H3>IncludeFile</H3>
10822 The IncludeFile command allows you to add a rules file to your configuration.
10823 Usually, your rules will be contained in your Alpine configuration file.
10824 If you wish, some or all of your rules may be stored in a separate file.
10825 If a rules file already exists (maybe it was made by somebody else using
10826 Alpine), you may insert it before the currently highlighted rule.
10827 You may also insert an empty file or a file that does not yet exist.
10828 Once you have an empty rules file in your configuration, you may use
10829 the Shuffle command to move rules into it.
10830 In fact, that's the only way to get the initial rule into the file.
10832 <H3>eXcludeFile</H3>
10834 The eXcludeFile command removes a rules file from your rules configuration.
10835 A limitation of the program is that in order to exclude a rules file
10836 that file must have at least one rule
10837 in it, otherwise you won't be able to highlight a line in the file.
10838 So you may have to add a dummy rule to the file in order to exclude the file.
10839 <P><UL>
10840 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10841 </UL>
10843 &lt;End of help on this topic&gt;
10844 </BODY>
10845 </HTML>
10846 ===== h_direct_config =====
10847 <HTML>
10848 <HEAD>
10849 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
10850 </HEAD>
10851 <BODY>
10852 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
10853 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
10854 <!--chtml if pinemode="function_key"-->
10855 <PRE>
10856 Available  Commands                        
10857 -------------------------------            
10858 F1  Show Help Text                         
10859 F3  Back to MAIN Alpine menu                 
10860 F4  Change configuration for directory server  
10861 F5  Move to previous directory server          
10862 F6  Move to next directory server              
10863 F7  Previous page of directory servers         
10864 F8  Next page of directory servers
10865 F9  Add new directory server
10866 F10 Delete existing directory server
10867 F11 Shuffle the order of directory servers
10868 F12 Whereis (search directory server titles)   
10869 </PRE>
10870 <!--chtml else-->
10871 <PRE>
10872 Navigation                     General Alpine Commands
10873 -------------------------      -----------------------
10874  P  Prev Directory Server         ?  Display this help text
10875  N  Next Directory Server         E  Back to MAIN Alpine menu
10876  -  Previous page
10877 Spc (space bar) Next page
10878  W  WhereIs (search for word in directory server titles)
10880 Setup LDAP Directory Server Commands
10881 ------------------------------------------------
10882  A  Add new directory server      $  Shuffle the order of directory servers
10883  D  Delete existing dir server    C  Change configuration for highlighted server
10884 </PRE>
10885 <!--chtml endif-->
10887 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
10889 This screen lets you add, delete, modify, or change the order of your
10890 directory servers. You may also set some optional behavior for each server.
10891 The &quot;Add Dir&quot; command brings up a blank form to 
10892 fill in. You will have to supply at least the name of the LDAP server.
10893 You will often have to supply a search base to be used with that server,
10894 as well. Once the form has been brought up on your screen, there is help
10895 available for each of the options you may set.
10897 The &quot;Del Dir&quot; command allows you to remove a directory server
10898 from your configuration.
10900 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
10901 The difference is that instead of bringing up a form for a new server
10902 configuration, you are changing the configuration of an existing entry.
10903 For example, you might want to correct a typing error, change a
10904 nickname, or change one of the options set for that server.
10906 The &quot;Shuffle&quot; command is used to change the order of directory
10907 servers.
10908 <P><UL>
10909 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10910 </UL>
10912 &lt;End of help on this topic&gt;
10913 </BODY>
10914 </HTML>
10915 ============= h_address_display ========================
10916 <HTML>
10917 <HEAD>
10918 <TITLE>SEARCH RESULTS INDEX</TITLE>
10919 </HEAD>
10920 <BODY>
10921 <H1>SEARCH RESULTS INDEX</H1>
10922 This screen shows the results, if any, of your Directory Server search.  
10923 Commands (besides those for screen navigation) are:
10924 <DL>
10925 <DT>View
10926 <!--chtml if pinemode="function_key"-->
10927 (F4)
10928 <!--chtml else-->
10930 <!--chtml endif-->
10931 </DT>
10932 <DD>See the full information for the selected entry.
10934 <DT>Compose
10935 <!--chtml if pinemode="function_key"-->
10936 (F9)
10937 <!--chtml else-->
10939 <!--chtml endif--></DT>
10940 <DD>Compose a message with the selected entry as the recipient.
10942 <DT>Role
10943 <!--chtml if pinemode="function_key"-->
10944 (F2)
10945 <!--chtml else-->
10947 <!--chtml endif--></DT>
10948 <DD>Compose a message with the selected entry as the recipient. This differs
10949 from Compose in that you may select a role before beginning your composition.
10951 <DT>Forward
10952 <!--chtml if pinemode="function_key"-->
10953 (F10)
10954 <!--chtml else-->
10956 <!--chtml endif--></DT>
10957 <DD>Send the full information for the selected entry as an 
10958 email message to someone else.
10960 <DT>Save
10961 <!--chtml if pinemode="function_key"-->
10962 (F11)
10963 <!--chtml else-->
10965 <!--chtml endif-->
10966 </DT>
10967 <DD>Save to your address book:
10968 <UL>
10969 <LI>the result of the search (as just found through your query) for the 
10970 selected entry; or 
10971 <LI>the selected entry for repeated Directory Server searching when used 
10972 in the future.
10973 </UL>
10974 or<BR>
10975 Export to a file (external to Alpine):
10976 <UL>
10977 <LI>the full information for the selected entry; or
10978 <LI>the email address from the selected entry; or
10979 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
10980 </UL>
10981 <DT>WhereIs
10982 <!--chtml if pinemode="function_key"-->
10983 (F12)
10984 <!--chtml else-->
10986 <!--chtml endif-->
10987 </DT>
10988 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10989 displayed text, not the full records for each entry.)  
10990 </DL>
10991 &lt;End of help on this topic&gt;
10992 </BODY>
10993 </HTML>
10994 ============= h_address_select ========================
10995 <HTML>
10996 <HEAD>
10997 <TITLE>SEARCH RESULTS INDEX</TITLE>
10998 </HEAD>
10999 <BODY>
11000 <H1>SEARCH RESULTS INDEX</H1>
11001 This screen shows the results, if any, of your Directory Server search.  
11002 Commands (besides those for screen navigation) are:
11003 <DL>
11004 <DT>Select
11005 </DT>
11006 <DD>Select this entry for use.
11008 <DT>ExitSelect
11009 <DD>Exit without selecting any of the entries.
11011 <DT>WhereIs
11012 </DT>
11013 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
11014 displayed text, not the full records for each entry.)  
11015 </DL>
11016 &lt;End of help on this topic&gt;
11017 </BODY>
11018 </HTML>
11019 ===== h_folder_maint =====
11020 <HTML>
11021 <HEAD>
11022 <TITLE>Help for Folder List</TITLE>
11023 </HEAD>
11024 <BODY>
11025 <H1>FOLDER LIST COMMANDS</H1>
11026 <!--chtml if pinemode="function_key"-->
11027 <PRE>
11028 Available Commands -- Group 1        Available Commands -- Group 2
11029 -------------------------------      ------------------------------
11030 F1  Show Help Text                    F1  Show Help Text               
11031 F2  See commands in next group        F2  See commands in next group  
11032 F3  MAIN MENU Screen                  F3  Quit Alpine                    
11033 F4  Select folder and view it         F4  MAIN MENU Screen
11034 F5  Move to previous folder
11035 F6  Move to next folder               F6  Specify a folder to go to
11036 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
11037 F8  Show next screen of listing       F8  Compose a message
11038 F9  Add a new folder                  F9  Print folder listing
11039 F10 Delete selected folder
11040 F11 Rename selected folder
11041 F12 Whereis (search folder names)
11043 Available Commands -- Group 3
11044 F1  Show Help Text
11045 F2  See commands in next group
11046 F5  Go to next new message
11047     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
11048 F8  Compose a message using roles
11049 F9  Export folder to a file
11050 F10 Import the file back to a folder
11051 </PRE>
11052 <!--chtml else-->
11053 <PRE>
11054 Navigating the Folder Screen            Operations on the Selected Folder
11055 ----------------------------            ---------------------------------
11056  P   Move to previous folder              V  View Index of selected folder
11057  N   Move to next folder                  D  Delete
11058  -   Show previous page of listing        R  Rename
11059 Spc  (space bar) Show next page           E  Export to file
11060                                           U  Import from file to folder
11062 FOLDER LIST Screen Commands              General Alpine Command
11063 ---------------------------              -----------------------
11064  A  Add a folder                          O  Show all other available commands
11065  G  Specify a folder to go to             ?  Show Help text
11066  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
11067  W  Whereis (search folder names)         Q  Quit Alpine
11068  %  Print folder listing                  C  Compose a message
11069                                           #  Compose a message using roles
11070 </PRE>
11071 <!--chtml endif-->
11073 These commands are only available in the FOLDER LIST screen when the 
11074 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
11075 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
11076 <DT>Select:</DT>
11077 <DD>Select folders by certain criteria:<UL>
11078 <LI>All: of limited use, since there is no Apply command.
11079 <LI>by Property: <UL>
11080         <LI>folder contains messages not yet seen 
11081         <LI>folder contains new messages
11082         <LI>folder contains exactly as many, more, or fewer messages 
11083 than a given number
11084         </UL>
11085 <LI>by Text: <UL>
11086         <LI>contained in name of folder (Name Select)
11087         <LI>contained in messages in folder (Content Select)
11088         </UL>
11089 </UL></DD>
11091 <DT>Select current:</DT>
11092 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
11093 add one or more folders to a set created with the Select command described 
11094 above.)</DD>
11095 <DT>Zoom mode:</DT>
11096 <DD>Toggles display of only selected folders or all folders on and off.</DD>
11097 </DL>
11099 If the feature
11100 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
11101 is set then the TAB key will display the number of recent messages and
11102 the total number of messages in the highlighted folder.
11104 The &quot;Export&quot; command causes the lowest common denominator style
11105 mailbox to be written to a file.
11106 If the file already exists, you are asked if you want to delete it.
11107 If you say No, then the operation is aborted.
11108 Export might be a reasonable way to store a backup or an archival copy of
11109 a folder.
11110 The exported-to file is a local file on the system where you are running Alpine.
11111 The &quot;Import&quot; command is the opposite of the Export command.
11112 It reads a file created by Export and asks where it should save it in your
11113 folders.
11114 This could be a new folder or an existing folder.
11115 If the folder already exists, the messages from the exported file will be
11116 appended to the folder.
11118 <CENTER>Description of the FOLDER LIST Screen</CENTER>
11120 The purpose of the FOLDER LIST screen is to help you browse and manage
11121 the folders and directories (also known as &quot;hierarchy&quot;)
11122 contained within a collection.
11125 Folders and directories are arranged alphabetically across lines of
11126 the screen.  Directories, if present, are denoted by a special
11127 character at the end of the name known as the hierarchy delimiter
11128 (typically, &quot;/&quot;).  By default, folders and directories are
11129 mixed together.  The
11130 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
11131 configuration option can be used to group directories toward the 
11132 beginning or end of the list.
11135 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
11136 commands change the &quot;selected&quot; (i.e., highlighted) folder or
11137 directory, and the View Fldr/Dir commands will &quot;open&quot; the
11138 selected item.  Folder and directory management is provided via the
11139 Rename, Delete and Add commands.
11141 <P><CENTER>About Folders</CENTER>
11142 What are Folders?<P>
11144 Folders are simply files where messages are kept.  Every message has to be
11145 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
11146 folder for sent mail and a folder for saved messages.<P>
11148 You may create as many other folders as you wish.  They must be given
11149 names that can be filenames on the filesystem.  
11152 You can move messages from one folder to another by opening the original
11153 folder and saving messages into the other folder just as you can save
11154 message from your INBOX to any other folder.<P>
11156 Folders are typically just files in the filesystem.  However, the files
11157 that are
11158 folders have some special formatting in them (so that Alpine knows where one
11159 message ends and another begins) and should <EM>not</EM> be edited outside of
11160 Alpine.  If you want copies of your messages in text files that you can edit
11161 or otherwise manipulate, use the Export command to copy them from Alpine into
11162 your regular file area.
11165 FOR MORE INFORMATION: See the section on
11166 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11168 <CENTER>About Directories</CENTER>
11170 A directory is simply a container used to group folders within a
11171 folder list.  You can create as many directories as you like.  And 
11172 directories can even contain directories themselves.
11175 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
11176 to note that not all IMAP servers support directories.  If you find that
11177 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
11178 then it's likely that directories are not supported by the server serving
11179 in that collection.
11182 Similarly, servers that do provide for directories may not do so in
11183 the same way.  On some servers, for example, each folder name you
11184 create is at the same time capable of being a directory.  When this
11185 happens, Alpine will display both the folder name and the name of the
11186 directory (with trailing hierarchy delimiter) in the folder list.
11189 Another issue with IMAP access, though with a much smaller set of servers,
11190 is that not all servers accept the request to list out the available
11191 folders and directories in the same way.  If you find yourself having
11192 trouble viewing folders on your server, you might investigate the
11193 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
11194 feature.
11196 <UL>
11197 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11198 </UL>
11200 &lt;End of help on this topic&gt;
11201 </BODY>
11202 </HTML>
11203 ========= h_valid_folder_names ========
11204 <HTML>
11205 <HEAD>
11206 <TITLE>Explanation of Valid Folder Names</TITLE>
11207 </HEAD>
11208 <BODY>
11209 <H1>Folder Name Syntax Explained</H1>
11211 Once your folder collections are defined, you can usually refer to
11212 folders by their simple (unqualified) name, or pick from a FOLDER LIST
11213 display.  However, understanding the complete syntax for folder names,
11214 both local and remote, is handy when using the Goto command and when
11215 you are adding new folder collections via the Setups/collectionList screen.
11217 An Alpine folder name looks like
11220 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
11223 The square brackets ([]) mean that the part is optional.
11226 If there is no remote-specification, then the folder name is interpreted
11227 locally on the computer running Alpine.
11228 Local folder names depend on the operating system used by the computer 
11229 running Alpine, as well as the configuration of that system.  For example,
11230 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
11231 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
11232 system running Unix.
11235 Alpine users have the option of using folders that are stored on some other
11236 computer.  Alpine accesses remote folders via IMAP (the Internet Message
11237 Access Protocol), or in the case of news, via NNTP (the Network News
11238 Transport Protocol).  To be able to access remote folders in Alpine, the
11239 remote host must be running the appropriate server software (imapd or
11240 nntpd) and you must correctly specify the name of the folder to Alpine,
11241 including the domain name of the remote machine. For example,
11243 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
11245 could be a remote folder specification, and so could
11247 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
11250 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
11252 Note that in the case of remote folders, the directory/file path in the specification is 
11253 determined by the operating system of the remote computer, <B>not</B> by
11254 the operating system of the computer on which you are running Alpine.
11256 As you can tell, the name of the computer is in &#123;} brackets
11257 followed immediately by the name of the folder.  (In each of these cases the
11258 optional namespace is missing.)  If, as in these
11259 examples, there is no remote access protocol specified, then IMAP is
11260 assumed.  Check
11261 <A HREF="h_folder_server_syntax">here</A>
11262 for a more detailed look at what options can be placed between the brackets.
11263 If there are no brackets at all, then the folder name is interpreted locally
11264 on the computer on which you are running Alpine.
11267 To the right of the brackets when a server name is present, or at the
11268 start of the foldername if no server is present, the sharp sign,
11269 &quot;#&quot;, holds special meaning.  It indicates a folder name
11270 outside the area reserved for your personal folders.  In fact, it's
11271 used to indicate both the name of the folder, and a special phrase
11272 telling Alpine how to interpret the name that follows.
11275 So, for example, Alpine can be used to access a newsgroup that might be 
11276 available on your computer using:
11278 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
11280 The sharp sign indicates the folder name is outside your personal
11281 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
11282 interpret the remainder of the name as a newsgroup.
11285 Similarly, to access a newsgroup on your IMAP server, you might
11286 use something like:
11288 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
11291 There are a number of such special phrases (or &quot;namespaces&quot;)
11292 available.  For a more detailed explanation read about
11293 <A HREF="h_folder_name_namespaces">Namespaces</A>.
11296 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
11297 names.  The name INBOX refers to your &quot;principal incoming
11298 message folder&quot; and will be mapped to the actual file name used for your
11299 INBOX on any given host.  Therefore, a name like
11300 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
11301 store incoming mail for you on that particular host.
11304 &lt;End of help on this topic&gt;
11305 </BODY>
11306 </HTML>
11307 ======= h_folder_name_namespaces =======
11308 <HTML>
11309 <HEAD>
11310 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
11311 </HEAD>
11312 <BODY>
11313 <H1>Folder Name Namespaces Explained</H1>
11315 An Alpine folder name looks like
11318 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
11321 The local part of a folder name has an optional &quot;Namespace&quot; which
11322 tells Alpine how to interpret the rest of the name.
11324 <P> 
11325 By default the folder name is interpreted as defining a section of your personal
11326 folder area.  This area and how you specify it are defined by the
11327 server, if one is specified, or, typically, the home
11328 directory, if no server is defined.
11331 If a namespace is specified, it begins with the
11332 sharp, &quot;#&quot;, character followed by the name of the namespace
11333 and then the namespace's path-element-delimiter.  Aside from the
11334 path's format, namespaces can also imply access rights, content
11335 policy, audience, location, and, occasionally, access methods.
11338 Each server exports its own set (possibly of size one) of 
11339 namespaces.  Hence, it's likely communication with your server's
11340 administrator will be required for specific configurations.  Some of
11341 the more common namespaces, however, include:
11343 <DL>
11344 <DT>#news.</DT>
11345 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
11346 names are hierarchically defined with each level delimited by a period.
11348 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
11350 </DD>
11351 <DT>#public/</DT>
11352 <DD>This specifies a folder area that the server may export to the general
11353 public.
11354 </DD>
11355 <DT>#shared/</DT>
11356 <DD>This specifies a folder area that the server may export to groups
11357 of users.
11358 </DD>
11359 <DT>#ftp/</DT>
11360 <DD>This specifies a folder area that is the same as that it may have 
11361 exported via the &quot;File Transfer Protocol&quot;.
11362 </DD>
11363 <DT>#mh/</DT>
11364 <DD>This specifies the personal folder area associated with folders
11365 and directories that were created using the MH message handling system.
11366 </DD>
11367 <DT>#move/</DT>
11368 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
11370 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
11372 The #move namespace is followed by two folder names separated by a delimiter
11373 character.
11374 The delimiter character may be any character that does not appear in
11375 the MailDropFolder name.
11376 The meaning of #move is that mail will be copied from the MailDropFolder to
11377 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
11378 Periodic checks at frequency
11379 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
11380 time between checks set by
11381 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
11382 are made for new mail arriving in the MailDropFolder.
11383 An example that copies mail from a POP inbox to a local folder follows
11385 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
11387 To you it appears that mail is being delivered to the local folder when it
11388 is copied from the MailDropFolder, and you read mail from the local folder.
11390 Note that if the DestinationFolder does not exist then the messages are not
11391 copied from the MailDropFolder.
11392 A #move folder may only be used as an
11393 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
11394 an Inbox.
11395 When you are in the FOLDER LIST of Incoming Message Folders (after turning
11396 on the
11397 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
11398 option)
11399 the Add command has a subcommand &quot;Use Mail Drop&quot;
11400 which may be helpful for defining the folder in your Alpine configuration.
11401 The same is true when you edit the
11402 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
11403 option in Setup/Config.
11404 Each of these configuration methods will also create the DestinationFolder
11405 if it doesn't already exist.
11406 If you are having problems, make sure the DestinationFolder exists.
11407 You may find some more useful information about Mail Drops at
11408 <A HREF="h_maildrop">What is a Mail Drop?</A>.
11409 </DD>
11410 </DL>
11413 In addition, the server may support access to other user's folders,
11414 provided you have suitable permissions.  Common methods use a prefix
11415 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
11416 indicate the root of the other user's folder area.
11419 No, nothing's simple.
11422 &lt;End of help on this topic&gt;
11423 </BODY>
11424 </HTML>
11425 ============= h_whatis_vcard ========================
11426 <HTML>
11427 <HEAD>
11428 <TITLE>VCARD EXPLAINED</TITLE>
11429 </HEAD>
11430 <BODY>
11431 <H1>What is the vCard format?</H1>
11432 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
11433 information about and among people and organizations electronically.  
11434 More information about vCard can be found (as of May 1998) on the WWW site 
11435 of the Internet Mail Consortium at the URL:
11437 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
11439 &lt;End of help on this topic&gt;
11440 </BODY>
11441 </HTML>
11442 ===== h_folder_open =====
11443 <HTML>
11444 <HEAD>
11445 <TITLE>Explanation of Folder Selection</TITLE>
11446 </HEAD>
11447 <BODY>
11448 <BR>
11449 <BR>
11450 This screen is designed to allow you to quickly and easily survey your
11451 folders and select one to open.
11452 <!--chtml if pinemode="function_key"-->
11453 <PRE>
11454 Navigating the List of Folders             General Alpine Commands
11455 ------------------------------             -----------------------
11456  P   Move to previous folder               ?   Show this help text
11457  N   Move to next folder
11458  -   Show previous screen of folders
11459 Spc  (space bar) Show next screen
11460  W   WhereIs (search folder names)
11462 Folder Selection Commands
11463 -------------------------
11464  E   Exit the Folder Select menu (without selecting a folder)
11465  S   Select the currently highlighted folder
11466 </PRE>
11467 <!--chtml else-->
11468 <PRE>
11469 Navigating the List of Folders             General Alpine Commands
11470 ------------------------------             -----------------------
11471 F5   Move to previous folder               F1  Show this help text
11472 F6   Move to next folder
11473 F7   Show previous screen of folders
11474 F8   Show next screen of folders
11475 F12  WhereIs (search folder names)
11477 Folder Selection Commands
11478 -------------------------
11479 F3   Exit the Folder Select menu (without selecting a folder)
11480 F4   Select the currently highlighted folder
11481 </PRE>
11482 <!--chtml endif-->
11484 FOR MORE INFORMATION: See the section on
11485 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11487 &lt;End of help on this topic&gt;
11488 </BODY>
11489 </HTML>
11490 ===== h_folder_subscribe =====
11491 <HTML>
11492 <HEAD>
11493 <TITLE>Newsgroup Subcribe Screen explained</TITLE>
11494 </HEAD>
11495 <BODY>
11496 <H1>FOLDER SUBSCRIBE HELP</H1>
11498 This screen is designed to help you subscribe to newsgroups you are
11499 not currently subscribed to.  The screen display is a list of all
11500 available newsgroups (or possibly a partial list if you specified a
11501 partial name when entering the screen).  Groups you have already
11502 subscribed to have the letters &quot;SUB&quot; next to them.  You may
11503 select a single new group to subscribe to by moving the cursor to that
11504 group and pressing &quot;S&quot; or carriage return.  Alternatively,
11505 you may change into ListMode with the &quot;ListMode&quot; command.
11506 The display will change slightly so that each group has a checkbox in
11507 front of it.  Use the cursor and the Set/Unset command to place an
11508 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
11511 When you are finished marking groups, the &quot;Subscribe&quot;
11512 command will subscribe you to those groups you have marked.  Note, you
11513 may not unsubscribe to groups with this command.  Instead of the
11514 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
11515 UnSbscrbe command.
11518 <!--chtml if pinemode="function_key"-->
11519 <PRE>
11520 Navigating the List of Newsgroups          General Alpine Commands
11521 ---------------------------------          -----------------------
11522 F5   Move to previous group                F1   Show this help text
11523 F6   Move to next group
11524 F7   Show previous screen of groups
11525 F8   Show next screen of groups
11526 F12  WhereIs (search group names)
11527 F9   Use ListMode
11529 Group Selection Commands
11530 -------------------------
11531 F3  Exit the News Subscribe menu (without selecting any groups)
11532 F4  Subscribe to the currently highlighted newsgroup
11533 </PRE>
11534 <!--chtml else-->
11535 <PRE>
11536 Navigating the List of Newsgroups          General Alpine Commands
11537 ---------------------------------          -----------------------
11538  P   Move to previous group                ?   Show this help text
11539  N   Move to next group
11540  -   Show previous screen of groups
11541 Spc  (space bar) Show next screen
11542  W   WhereIs (search group names)
11543  L   Use ListMode
11545 Group Selection Commands
11546 -------------------------
11547  E   Exit the News Subscribe menu (without selecting any groups)
11548  S   Subscribe to the currently highlighted newsgroup
11549 </PRE>
11550 <!--chtml endif-->
11552 When in ListMode, there is an additional command for marking groups to
11553 subscribe to:
11555 <!--chtml if pinemode="function_key"-->
11556 <PRE>
11557 ListMode Commands
11558 -------------------------
11559 F9  Set or unset the highlighted group
11560 </PRE>
11561 <!--chtml else-->
11562 <PRE>
11563 ListMode Commands
11564 -------------------------
11565 X   Set or unset the highlighted group
11566 </PRE>
11567 <!--chtml endif-->
11569 &lt;End of help on this topic&gt;
11570 </BODY>
11571 </HTML>
11572 ===== h_folder_postnews =====
11573 <HTML>
11574 <HEAD>
11575 <TITLE>Newsgroup selecting for Posting explained</TITLE>
11576 </HEAD>
11577 <BODY>
11578 This screen is designed to allow you to quickly and easily survey
11579 the available newsgroups and select one to post news to.
11581 <!--chtml if pinemode="function_key"-->
11582 <PRE>
11583 Navigating the List of Newsgroups          General Alpine Commands
11584 ---------------------------------          -----------------------
11585 F5   Move to previous group                F1  Show this help text
11586 F6   Move to next group
11587 F7   Show previous screen of groups
11588 F8   Show next screen of groups
11589 F12  WhereIs (search group names)
11591 Group Selection Commands
11592 -------------------------
11593 F3   Exit the Selection menu (without selecting a group)
11594 F4   Select the currently highlighted newsgroup
11595 </PRE>
11596 <!--chtml else-->
11597 <PRE>
11598 Navigating the List of Newsgroups          General Alpine Commands
11599 ---------------------------------          -----------------------
11600  P   Move to previous group                ?  Show this help text
11601  N   Move to next group
11602  -   Show previous screen of groups
11603 Spc  (space bar) Show next screen of groups
11604  W   WhereIs (search group names)
11606 Group Selection Commands
11607 -------------------------
11608  E   Exit the Selection menu (without selecting a group)
11609  S   Select the currently highlighted newsgroup
11610 </PRE>
11611 <!--chtml endif-->
11613 &lt;End of help on this topic&gt;
11614 </BODY>
11615 </HTML>
11616 ===== h_folder_save =====
11617 <HTML>
11618 <HEAD>
11619 <TITLE>Folder Select for Save Explained</TITLE>
11620 </HEAD>
11621 <BODY>
11622 This screen is designed to allow you to quickly and easily survey your
11623 folders and select one to use for saving the current message.
11626 <!--chtml if pinemode="function_key"-->
11627 <PRE>
11628 Navigating the List of Folders             General Alpine Commands
11629 ------------------------------             -----------------------
11630 F5   Move to previous folder               F1  Show this help text
11631 F6   Move to next folder
11632 F7   Show previous screen of folders
11633 F8   Show next screen of folders
11634 F12  WhereIs (search folder names)
11636 Folder Selection Commands
11637 -------------------------
11638 F3   Exit the Folder Select menu (without selecting a folder)
11639 F4   Select the currently highlighted folder
11640 F11  AddNew folder (just like Select, but you type in a new folder name)
11641 </PRE>
11642 <!--chtml else-->
11643 <PRE>
11644 Navigating the List of Folders             General Alpine Commands
11645 ------------------------------             -----------------------
11646  P   Move to previous folder               ?  Show this help text
11647  N   Move to next folder
11648  -   Show previous screen of folders
11649 Spc  (space bar) Show next screen of folders
11650  W   WhereIs (search folder names)
11652 Folder Selection Commands
11653 -------------------------
11654  E   Exit the Folder Select menu (without selecting a folder)
11655  S   Select the currently highlighted folder
11656  A   AddNew folder (just like Select, but you type in a new folder name)
11657 </PRE>
11658 <!--chtml endif-->
11660 FOR MORE INFORMATION: See the section on
11661 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11663 &lt;End of help on this topic&gt;
11664 </BODY>
11665 </HTML>
11666 ===== h_folder_fcc =====
11667 <HTML>
11668 <HEAD>
11669 <TITLE>Folder Select for Fcc Explained</TITLE>
11670 </HEAD>
11671 <BODY>
11672 This screen is designed to allow you to quickly and easily survey your
11673 folders and select one to use as the file carbon copy (fcc) for the
11674 current message.
11677 <!--chtml if pinemode="function_key"-->
11678 <PRE>
11679 Navigating the List of Folders             General Alpine Commands
11680 ------------------------------             -----------------------
11681 F5   Move to previous folder               F1  Show this help text
11682 F6   Move to next folder
11683 F7   Show previous screen of folders
11684 F8   Show next screen of folders
11685 F12  WhereIs (search folder names)
11687 Folder Selection Commands
11688 -------------------------
11689 F3   Exit the Folder Select menu (without selecting a folder)
11690 F4   Select the currently highlighted folder
11691 F11  AddNew folder (just like Select, but you type in a new folder name)
11692 </PRE>
11693 <!--chtml else-->
11694 <PRE>
11695 Navigating the List of Folders             General Alpine Commands
11696 ------------------------------             -----------------------
11697  P   Move to previous folder               ?  Show this help text
11698  N   Move to next folder
11699  -   Show previous screen of folders
11700 Spc  (space bar) Show next screen of folders
11701  W   WhereIs (search folder names)
11703 Folder Selection Commands
11704 -------------------------
11705  E   Exit the Folder Select menu (without selecting a folder)
11706  S   Select the currently highlighted folder
11707  A   AddNew folder (just like Select, but you type in a new folder name)
11708 </PRE>
11709 <!--chtml endif-->
11711 FOR MORE INFORMATION: See the section on
11712 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11714 &lt;End of help on this topic&gt;
11715 </BODY>
11716 </HTML>
11717 ===== h_folder_pattern_roles =====
11718 <HTML>
11719 <HEAD>
11720 <TITLE>Folder Select for Current Folder Explained</TITLE>
11721 </HEAD>
11722 <BODY>
11723 This screen is designed to allow you to quickly and easily survey your
11724 folders and select one to use as the specific Current Folder
11725 in a Pattern.
11728 <!--chtml if pinemode="function_key"-->
11729 <PRE>
11730 Navigating the List of Folders             General Alpine Commands
11731 ------------------------------             -----------------------
11732 F5   Move to previous folder               F1  Show this help text
11733 F6   Move to next folder
11734 F7   Show previous screen of folders
11735 F8   Show next screen of folders
11736 F12  WhereIs (search folder names)
11738 Folder Selection Commands
11739 -------------------------
11740 F3   Exit the Folder Select menu (without selecting a folder)
11741 F4   Select the currently highlighted folder
11742 F11  AddNew folder (just like Select, but you type in a new folder name)
11743 </PRE>
11744 <!--chtml else-->
11745 <PRE>
11746 Navigating the List of Folders             General Alpine Commands
11747 ------------------------------             -----------------------
11748  P   Move to previous folder               ?  Show this help text
11749  N   Move to next folder
11750  -   Show previous screen of folders
11751 Spc  (space bar) Show next screen of folders
11752  W   WhereIs (search folder names)
11754 Folder Selection Commands
11755 -------------------------
11756  E   Exit the Folder Select menu (without selecting a folder)
11757  S   Select the currently highlighted folder
11758  A   AddNew folder (just like Select, but you type in a new folder name)
11759 </PRE>
11760 <!--chtml endif-->
11762 FOR MORE INFORMATION: See the section on
11763 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11765 &lt;End of help on this topic&gt;
11766 </BODY>
11767 </HTML>
11768 ===== h_folder_stayopen_folders =====
11769 <HTML>
11770 <HEAD>
11771 <TITLE>Folder Select Explained</TITLE>
11772 </HEAD>
11773 <BODY>
11774 This screen is designed to allow you to quickly and easily survey your
11775 folders and select one to use as a Stay-Open folder.
11778 <!--chtml if pinemode="function_key"-->
11779 <PRE>
11780 Navigating the List of Folders             General Alpine Commands
11781 ------------------------------             -----------------------
11782 F5   Move to previous folder               F1  Show this help text
11783 F6   Move to next folder
11784 F7   Show previous screen of folders
11785 F8   Show next screen of folders
11786 F12  WhereIs (search folder names)
11788 Folder Selection Commands
11789 -------------------------
11790 F3   Exit the Folder Select menu (without selecting a folder)
11791 F4   Select the currently highlighted folder
11792 F11  AddNew folder (just like Select, but you type in a new folder name)
11793 </PRE>
11794 <!--chtml else-->
11795 <PRE>
11796 Navigating the List of Folders             General Alpine Commands
11797 ------------------------------             -----------------------
11798  P   Move to previous folder               ?  Show this help text
11799  N   Move to next folder
11800  -   Show previous screen of folders
11801 Spc  (space bar) Show next screen of folders
11802  W   WhereIs (search folder names)
11804 Folder Selection Commands
11805 -------------------------
11806  E   Exit the Folder Select menu (without selecting a folder)
11807  S   Select the currently highlighted folder
11808  A   AddNew folder (just like Select, but you type in a new folder name)
11809 </PRE>
11810 <!--chtml endif-->
11812 FOR MORE INFORMATION: See the section on
11813 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11815 &lt;End of help on this topic&gt;
11816 </BODY>
11817 </HTML>
11818 ===== h_folder_action_roles =====
11819 <HTML>
11820 <HEAD>
11821 <TITLE>Folder Select Explained</TITLE>
11822 </HEAD>
11823 <BODY>
11824 This screen is designed to allow you to quickly and easily survey your
11825 folders and select one to use as the folder into which messages
11826 matching this filter will be moved.
11829 <!--chtml if pinemode="function_key"-->
11830 <PRE>
11831 Navigating the List of Folders             General Alpine Commands
11832 ------------------------------             -----------------------
11833 F5   Move to previous folder               F1  Show this help text
11834 F6   Move to next folder
11835 F7   Show previous screen of folders
11836 F8   Show next screen of folders
11837 F12  WhereIs (search folder names)
11839 Folder Selection Commands
11840 -------------------------
11841 F3   Exit the Folder Select menu (without selecting a folder)
11842 F4   Select the currently highlighted folder
11843 F11  AddNew folder (just like Select, but you type in a new folder name)
11844 </PRE>
11845 <!--chtml else-->
11846 <PRE>
11847 Navigating the List of Folders             General Alpine Commands
11848 ------------------------------             -----------------------
11849  P   Move to previous folder               ?  Show this help text
11850  N   Move to next folder
11851  -   Show previous screen of folders
11852 Spc  (space bar) Show next screen of folders
11853  W   WhereIs (search folder names)
11855 Folder Selection Commands
11856 -------------------------
11857  E   Exit the Folder Select menu (without selecting a folder)
11858  S   Select the currently highlighted folder
11859  A   AddNew folder (just like Select, but you type in a new folder name)
11860 </PRE>
11861 <!--chtml endif-->
11863 FOR MORE INFORMATION: See the section on
11864 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11866 &lt;End of help on this topic&gt;
11867 </BODY>
11868 </HTML>
11869 ===== h_abook_config =====
11870 <HTML>
11871 <HEAD>
11872 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
11873 </HEAD>
11874 <BODY>
11875 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
11876 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
11877 <!--chtml if pinemode="function_key"-->
11878 <PRE>
11879 Available  Commands                        
11880 -------------------------------            
11881 F1  Show Help Text                         
11882 F3  Back to MAIN Alpine menu                 
11883 F4  Change configuration for address book  
11884 F5  Move to previous address book          
11885 F6  Move to next address book              
11886 F7  Previous page of address books         
11887 F8  Next page of address books             
11888 F9  Add new address book                   
11889 F10 Delete existing address book           
11890 F11 Shuffle the order of address books     
11891 F12 Whereis (search address book titles)   
11892 </PRE>
11893 <!--chtml else-->
11894 <PRE>
11895 Navigation                     General Alpine Commands
11896 -----------------------        -----------------------
11897  P  Prev Address Book           ?  Display this help text
11898  N  Next Address Book           E  Back to MAIN Alpine menu
11899  -  Previous page
11900 Spc (space bar) Next page
11901  W  WhereIs (search for word in address book titles)
11903 Setup Address Books Commands
11904 ------------------------------------------------
11905  A  Add new address book          $  Shuffle the order of address books
11906  D  Delete existing address book  C  Change configuration for address book
11907 </PRE>
11908 <!--chtml endif-->
11910 <H2>Description of the Setup Address Books Screen</H2>
11912 This screen lets you add, delete, modify, or change the order of your
11913 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
11914 fill in.  If you are adding a remote address book on an IMAP server
11915 you should fill in the name of the IMAP server.  Otherwise, leave
11916 that field blank.  (Note that remote IMAP address books are an Alpine
11917 concept and are unlikely to interoperate with other mail clients.)
11918 For a remote address book, fill in the name of the remote folder
11919 in the Folder field.  This should be a folder that is used only for
11920 this one purpose, not a general purpose folder you expect to store
11921 messages in.
11922 <P>If you are adding a local address book, fill in the
11923 Folder Name field with a local file name (e.g., .addressbook).
11925 <B>Please note:</B> Remote address books stored on an IMAP server are 
11926 of an entirely different format (namely, a special-purpose 
11927 &quot;mail folder&quot;) than that of the local addressbook familiar 
11928 to Alpine users.  Therefore, 
11929 you cannot use &quot;add a remote address book&quot; to make an existing 
11930 Alpine .addressbook file you may have on a remote IMAP server accessible to 
11931 Alpine running on a different host.  
11934 The &quot;Del Abook&quot; command allows you to remove an address book
11935 from your configuration.  It will also ask you if you wish to remove
11936 the data for that address book, which would erase all traces of the
11937 address book if you answer Yes.
11940 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
11941 The difference is that instead of adding a new address book to your
11942 configuration, you are changing the configuration of an existing entry.
11943 For example, you might want to correct a typing error or change a
11944 nickname.  The &quot;Change&quot; command is not a move command.  If you
11945 change the folder name or server name the data will not be moved for you.
11948 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
11949 an address book toward another address book in the same group then
11950 the order of those two address books will be swapped.  If you shuffle
11951 the last Personal address book down towards the Global address book
11952 section, it will become a Global address book.  If you shuffle
11953 the first Global address book up it will become a Personal address
11954 book.  The main difference between Personal and Global address
11955 books is that Global address books are forced read-only.
11956 <P><UL>
11957 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11958 </UL>
11960 &lt;End of help on this topic&gt;
11961 </BODY>
11962 </HTML>
11963 ===== h_abook_top =====
11964 <HTML>
11965 <HEAD>
11966 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
11967 </HEAD>
11968 <BODY>
11969 <H1>ADDRESS BOOK LIST COMMANDS</H1>
11970 <!--chtml if pinemode="function_key"-->
11971 <PRE>
11972 Available  Commands -- Group 1         Available Commands -- Group 2
11973 -------------------------------        ------------------------------
11974 F1  Show Help Text                      F1  Show Help Text
11975 F2  See commands in next group          F2  See commands in next group
11976 F3  Exit to MAIN MENU                   F3  Quit Alpine
11977 F4  View/Edit selected address book
11978 F5  Move to previous address book       F5  FOLDER LIST screen
11979 F6  Move to next address book           F6  Specify a folder to go to
11980 F7  Previous page                       F7  MESSAGE INDEX screen
11981 F8  Next page                           F9  Print list of address books
11982 F12 Whereis (search for word)
11983 </PRE>
11984 <!--chtml else-->
11985 <PRE>
11986 Navigation                       General Alpine Commands
11987 -----------------------          -----------------------
11988  P  Previous Entry                ?  Display this help text
11989  N  Next Entry                    O  Show all other available commands
11990  -  Previous page                 &lt;  Back to MAIN Alpine menu
11991 Spc (space bar) Next page         Q  Quit Alpine
11992  W  WhereIs (search for word)     L  FOLDER LIST screen
11993                                   G  Specify a folder to go to
11994 Address Book Commands             I  MESSAGE INDEX screen
11995 ------------------------------------------------
11996  &gt;  View/Edit selected address book
11997               or
11998  &gt;  Search on selected directory server
12000  %  Print list of address books and directory servers
12001 </PRE>
12002 <!--chtml endif-->
12004 <H2>Description of the Address Book List Screen</H2>
12006 From this screen you may choose which address book you wish to view
12007 or edit. For more information on address books, view one of your
12008 address books (with
12009 <!--chtml if pinemode="function_key"-->
12011 <!--chtml else-->
12012 &quot;&gt;&quot;
12013 <!--chtml endif-->)
12014 and see the Help Text there.<P>
12016 You may also choose a directory server on which to search for entries.
12017 You do that by highlighting the directory server line and using
12018 <!--chtml if pinemode="function_key"-->
12020 <!--chtml else-->
12021 &quot;&gt;&quot;
12022 <!--chtml endif-->.<P>
12024 If you wish to define new address books or directory servers go to the Main
12025 menu and choose Setup. You may then either choose to setup AddressBooks or
12026 Directory (among other things). It's possible that the Directory option
12027 will not be there if the Alpine you are using does not contain LDAP directory
12028 lookup functionality.
12030 <P><UL>
12031 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12032 </UL><P>
12033 &lt;End of help on this topic&gt;
12034 </BODY>
12035 </HTML>
12036 ===== h_abook_opened =====
12037 <HTML>
12038 <HEAD>
12039 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
12040 </HEAD>
12041 <BODY>
12042 <H1>THE ALPINE ADDRESS BOOK</H1>
12043 <H2>ADDRESS BOOK COMMANDS</H2>
12044 <PRE>
12045 <!--chtml if pinemode="function_key"-->
12046 Available  Commands -- Group 1         Available Commands -- Group 2   
12047 -------------------------------        ------------------------------  
12048 F1  Show Help Text                      F1  Show Help Text             
12049 F2  See commands in next group          F2  See commands in next group
12050 F3  Exit this screen                    F3  Quit Alpine                  
12051 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
12052 F5  Move to previous entry              F5  FOLDER LIST screen         
12053 F6  Move to next entry                  F6  Specify a folder to go to  
12054 F7  Previous page of address book       F7  MESSAGE INDEX screen        
12055 F8  Next page of address book           F8  Compose to entry using roles
12056 F9  Add new entry to address book       F9  Print address book         
12057 F10 Delete selected entry               F10 TakeAddr to another addrbook
12058 F11 Compose to selected entry           F11 Save or Export addrbook selections
12059 F12 Whereis (search address book)       F12 Forward entry by mail       
12061 Available Commands -- Group 3                                           
12062 ------------------------------                                          
12063 F3  Select                              F6  Zoom (or unZoom)            
12064 F5  Select Current                      F7  Apply Command to Selection  
12065 <!--chtml else-->
12066 Address Book Navigation        General Alpine Commands
12067 -----------------------        -----------------------
12068  P  Prev Address                  ?  Display this help text
12069  N  Next Address                  O  Show all other available commands
12070  -  Previous page of address book M  Back to MAIN MENU
12071 Spc (space bar) Next page         Q  Quit Alpine
12072  W  WhereIs (search for word      C  Compose message to selected addr
12073      or name in address book)     #  Compose to addr using roles
12074  &lt;  To List of Address Books if   L  FOLDER LIST screen
12075      more than one, else to MAIN  G  Specify a folder to go to
12076                                   I  MESSAGE INDEX screen
12078 Address Book Commands
12079 ----------------------------------------------------
12080  &gt;  View/Update selected entry    D  Delete selected entries
12081  %  Print address book            S  Save or Export address book selections
12082  F  Forward entries by mail       @  Add new entry to address book
12084  ;  Select command                Z  Toggle Zoom Mode
12085  :  Select highlighted entry      A  Apply command to selected entries
12087 <!--chtml endif-->
12088 </PRE>
12089 Note:  The presence or absence of the final four commands above is
12090 controlled by the option 
12091 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
12094 <H2>Description of the Address Book Screen</H2>
12096 This screen lets you edit and manage entries in your address book.  It
12097 also acts as a short-cut for composing messages to people in the address
12098 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
12099 message starts &quot;pre-addressed&quot; to whatever address book entry is
12100 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
12101 role to use in your composition.
12103 Alpine's address book helps you keep a list of addresses you send email to so
12104 you do not have to remember addresses that are often complex.  Each entry
12105 in the address book has five fields, all of them optional.  The three
12106 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
12108         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
12109         This is what you type in as you are addressing the message in the
12110         composer.  If there is a matching entry in your address book(s),
12111         Alpine will extract the corresponding FullName and Address fields to
12112         generate the actual address for your message.
12114         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
12115 of the
12116         person or organization.  Usually the full names are put in last
12117         name first so they sort nicely in alphabetical order.  Whatever
12118         you put as the name here will appear on the message when it is
12119         finally delivered.  Examples:<PRE>
12120            Garcia Marquez, Gabriel
12121            Henscheid, Eckhard
12122            Alpine-Info mailing list
12123            Library materials renewal requests
12124            Kim An-guk
12125            &quot;George III, King of Great Britain, 1738-1820&quot;
12126 </PRE>
12127 (In the second-to-last example, no comma is used in the name so that 
12128 the family name appears first in the address book and when the entry is 
12129 used in the composer.
12130 In the last example, retaining the commas is intended; 
12131 double-quotation marks surround the name to 
12132 prevent the transposition of its parts when the entry is used in 
12133 the composer.)
12135         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
12136         a valid Internet address that conforms to the Internet message
12137         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
12139 The two fields that aren't usually visible are:<DL>
12141   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
12142         message to this address to be saved in.  If this field is set, and
12143         this address is the first one in the message's To: header, then
12144         Alpine will use this folder name for the FCC in lieu of the normal
12145         FCC folder name.
12147   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
12148         </DL>
12150 Due to screen width limitations, these last two fields do not show up in
12151 the normal ADDRESS BOOK display.  You may select the 
12152 &quot;View/Update&quot; command to
12153 view or modify them.  You may use the configuration variable
12154 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
12155 to add these fields to your ADDRESS BOOK 
12156 display, or to modify the format of the display.
12158 <H2>Sorting the Address book</H2>
12160 By default, address book entries are sorted alphabetically on the full
12161 name with distribution lists sorted to the end.  Sorting can be changed by
12162 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
12163 --assuming you have &quot;write&quot; permission for the address book file.
12165 Unlike the sorting of folders (which only changes presentation), sorting an
12166 address book actually changes the file as it is kept on the computer.  For
12167 this reason you won't be able to sort a shared or system-wide address
12168 book.
12170 <H2>Adding New Entries</H2>
12172 The easiest way to add new entries to your address book is to use the
12173 &quot;TakeAddr&quot; command when viewing a message.
12174 This command allows you to take addresses from the header and body of the
12175 message and put them into your address book, without having to type
12176 them in.
12179 To manually add a new entry from within the address book screen, use the AddNew
12180 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
12181 Use this command both for adding a simple alias and for adding a
12182 distribution list.
12184 <H2>Distribution Lists</H2>
12186 Address book entries can be simple cases of aliases (a single nickname is linked
12187 to a single email address) or distribution lists (a single nickname
12188 pointing at more than one email address).  Each distribution list has a
12189 nickname, a full name and a list of addresses.  The addresses may be
12190 actual addresses or they may be other nicknames in your address book.
12191 They may even refer to other distribution lists.
12192 There's really no difference between a simple alias and a distribution list,
12193 other than the number of addresses.
12194 Therefore, you can turn a simple alias with one address into a distribution
12195 list simply by adding more addresses.
12196 To add entries to an existing list or alias
12197 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
12198 a single address from the list if the cursor is placed on the address;
12199 it will delete the entire distribution list if the cursor is on the
12200 nickname/fullname line.  View/Update may also be used to delete addresses
12201 from a list.
12203 Address field entries in distribution lists may take any one of three
12204 forms: a nickname existing in any of the defined address books, a normal
12205 address of the form &quot;jsmith@art.example.com&quot;, or a complete
12206 fullname/address combination, e.g. &quot;John Smith
12207 &lt;jsmith@art.example.com&gt;&quot;.
12209 Distribution lists in Alpine address books can only be used by the person or
12210 people who have access to that address book.  They are not usually used to
12211 implement discussion groups, but can be used to facilitate small
12212 discussion groups if all the participants have access to the same shared
12213 address book.
12215 <H2>FCC and Comments</H2>
12217 As mentioned above, each entry in the address book also has two other optional
12218 fields, Fcc and Comments.  The command to look at or change either of these
12219 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
12220 Comments field is just for your own use.  The Fcc field overrides the
12221 default Fcc if this address is the first one on the To line.  The WhereIs
12222 command may be used to search for particular strings in the address book,
12223 including fields that are not visible (like Comment and Fcc by default).
12225 <H2>Aggregate Operations</H2>
12227 If the feature
12228 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
12229 is turned on (the default), then the four commands &quot;Select&quot;,
12230 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
12231 are available.  The two selection commands allow you to mark a set of
12232 address book entries as being selected.  If you have more than one address
12233 book, the selections may be in more than one of those address books.
12234 The &quot;Zoom&quot; command will toggle between displaying only the selected
12235 entries and all of the entries.  The &quot;Apply&quot; command allows you to
12236 apply one of the regular address book commands to all of the selected
12237 entries.  Usually the address book commands apply to only the entry
12238 highlighted by the cursor.  The &quot;Apply&quot; command works with the
12239 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
12240 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
12242 <H2>Exporting and Forwarding Address book entries</H2>
12244 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
12245 address book entry is placed in a plain text file in your home directory
12246 <!--chtml if pinemode="running"-->
12247 (which, in the present configuration of your system, is
12248  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12249 <!--chtml endif-->
12250 or current working directory
12251 <!--chtml if pinemode="running"-->
12252 (which, at least for your current Alpine &quot;session,&quot; 
12253 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12254 <!--chtml endif-->, depending on the 
12255 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12256 configuration setting.  If you have some entries selected and use the
12257 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
12258 placed in the text file.
12260 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
12261 address book entry is placed in a special attachment and you are put into
12262 the composer.  You can fill in some comments in the body of the message,
12263 if you'd like, and send it to somebody else who uses Alpine.  The recipient
12264 may use the TakeAddr command on that message to insert the address book
12265 entry you sent in their own address book.  If you have some entries
12266 selected and use the Apply Forward command all of the selected entries
12267 will be forwarded in a single message.  You may
12268 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.
12269 The recipient must be using Alpine in order to receive this correctly.
12270 One way for the recipient to handle this might be to create an empty
12271 address book and then &quot;Take&quot; your forwarded address book entries into
12272 that empty address book.
12274 <H2>Multiple and/or Site-Wide Address books</H2>
12276 You may have more than one personal address book.  In addition, there may
12277 be one or more global address books.  This capability allows you to have
12278 multiple personal address books (some of which may be shared) and it also
12279 allows system administrators to implement site-wide address books that
12280 contain entries for users on multiple machines within the organization.
12281 <P><DL>
12282 <DT>Searching
12283   <DD> If you enter a nickname when composing a message, your
12284   personal address books will be searched through in order, and then the
12285   global address book(s) searched. If more than one address book has an entry
12286   for the nickname, Alpine uses the first one that it finds, so an entry in
12287   your personal address book would override a global address book entry. If
12288   after searching all the address books there is still no match, (Unix) Alpine
12289   then searches the local host password file on the assumption that you have
12290   entered a local user name rather than an address book nickname.
12291   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
12292   command, but global address books are always searched after personal
12293   address books.
12295   <P><DT>Tab completion
12296   <DD> If the
12297   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
12298   feature is turned on (the default) then the Tab key may be used
12299   in the composer to complete partially typed nicknames in the To
12300   or Cc lines. You type the first few letters of a nickname and then
12301   press the Tab key. It there is only one nickname that matches it will
12302   be filled in by Alpine. If there is more than one the unambiguous part
12303   of the nicknames will be filled in. For example, if your address book or
12304   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
12305   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
12306   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
12307   If you then type a second Tab character you will be presented with a list
12308   of matching nicknames to select from. Alternatively, you could type another
12309   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
12310   in the entire &quot;barbecue&quot; entry.
12312   <P><DT>Defining
12313   <DD> You define multiple personal address books in the 
12314   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
12315   from the MAIN MENU.  
12316   You may add as many as you like.  Global address books are usually
12317   site-wide address books defined by the System administrator, but
12318   you may define global address books of your own just like you define
12319   personal address books.
12321   <P><DT>Creating and updating
12322   <DD> Personal address books are normally created empty
12323   and populated by explicit additions from within Alpine, e.g. via the
12324   TakeAddr command.  Unlike personal address books, global address books may
12325   not be modified/updated from within Alpine; that is, they are Read-Only.
12326   Thus, global address books are created, populated and updated outside of
12327   Alpine. They might be hand-edited, generated by a program from another
12328   database, or by copying an existing address book.  They might also be
12329   some other user's personal address book, and so be modified normally by
12330   that user but accessed Read-Only by you.  See the Alpine Technical
12331   Notes document (included in the Alpine distribution) for more information on
12332   this.
12334   <P><DT>Accessing
12335   <DD>There are two different types of address books in Alpine.
12336   A local address book is stored in a regular file and the normal file
12337   access permissions apply.  A remote address book is stored on an IMAP
12338   server in a special folder that contains only messages pertaining to
12339   that address book.  The last message in the remote folder contains a
12340   copy of the address book data, and that data is copied to a local cache
12341   file in your home directory.  From there it is accessed just like a local
12342   address book.  The name of the cache file is kept track of in a special
12343   file called the
12344   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
12345   the name of which is stored in
12346   your Alpine configuration file the first time you use a remote address book.
12347   Just as local Alpine address books use a format that only Alpine understands,
12348   remote Alpine address books do the same and other mail reading programs
12349   are unlikely to be able to understand them.<P>
12350   While global address books are explicitly intended to be shared, there is
12351   nothing to prevent you from sharing a personal address book with other
12352   Alpine users. This might be useful in the case of a small workgroup.
12353   However, it is recommended that updates to shared personal address books
12354   be done when other Alpine users are not accessing the address book. Alpine
12355   does not do any file-locking to manage concurrent updates to the
12356   addressbook, but it does check to see if the file has been modified before
12357   making any changes.  Consequently, inadvertent concurrent updates will
12358   only cause other Alpine users to have to restart their address book
12359   operation, which will cause Alpine to reopen the updated file.
12361   <P><DT>Converting to Remote
12362   <DD>The easiest way to convert an existing local
12363   address book into a remote address book is to create an empty new remote
12364   personal address book by typing &quot;A&quot; to execute the
12365   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
12366   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
12367   address book.
12368   After you have added the empty
12369   remote address book, go into the screen for the address book you wish
12370   to copy and &quot;Select&quot; &quot;All&quot;.
12371   This selects every entry in that
12372   address book.  Then type the command &quot;Apply Save&quot;.
12373   You will be asked for the address book to save to.  You may use ^P and ^N
12374   to get to the new empty address book, then hit RETURN and the addresses
12375   will be copied.
12376   At this point you'll probably want to unselect all the entries in the local
12377   address book before proceeding. You do that with
12378   &quot;Select&quot; &quot;unselect All&quot;.
12380 </DL>
12381 <UL>
12382 <LI><A HREF="h_address_format">Explanation of Address formats</A>
12383 </UL>
12384 <P><UL>
12385 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12386 </UL>
12388 &lt;End of help on this topic&gt;
12389 </BODY>
12390 </HTML>
12391 ===== h_abook_select_addr =====
12392 <HTML>
12393 <HEAD>
12394 <TITLE>Addressbook Selection Explained</TITLE>
12395 </HEAD>
12396 <BODY>
12397 <H1>SELECT ADDRESS</H1>
12398 <!--chtml if pinemode="function_key"-->
12399 <PRE>
12400 Navigating the List of Messages               General Alpine Commands
12401 -------------------------------               -----------------------
12402 F5   Move to previous entry                   F1  Show this help text
12403 F6   Move to next entry
12404 F7   Show previous screen of address book
12405 F8   Show next screen of address book
12406 F12  WhereIs (search through address book)
12408 Address Selection Commands
12409 --------------------------
12410 F3   Exit the Address Select screen (without selecting an address)
12411 F4   Select the currently highlighted entry
12412 </PRE>
12413 <!--chtml else-->
12414 <PRE>
12415 Navigating the List of Messages               General Alpine Commands
12416 -------------------------------               -----------------------
12417  P   Move to previous entry                    ?  Show this help text
12418  N   Move to next entry
12419  -   Show previous screen of address book
12420 Spc  (space bar) Show next screen of address book
12421  W   WhereIs (search through address book)
12423 Address Selection Commands
12424 --------------------------
12425  E   Exit the Address Select screen (without selecting an address)
12426  S   Select the currently highlighted entry
12427 </PRE>
12428 <!--chtml endif-->
12431 This screen is designed to let you easily scan your address book(s) in
12432 order to select an entry for the message you are composing.  You cannot
12433 edit your address book in any way at this time, for address book
12434 maintenance, select the address book command when not composing a message.
12437 If you are composing a message and know the nickname of the person/list you
12438 want, you can bypass this screen by simply typing in the nickname on the
12439 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12440 selecting an entry does not cancel your message.
12443 FOR MORE INFORMATION on addressing see
12444 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12445 <A HREF="h_abook_opened">Address Book Screen's</A>
12446 help text.
12448 &lt;End of help on this topic&gt;
12449 </BODY>
12450 </HTML>
12451 ===== h_abook_select_top =====
12452 <HTML>
12453 <HEAD>
12454 <TITLE>Addressbook Selection Navigation Explained</TITLE>
12455 </HEAD>
12456 <BODY>
12457 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
12458 <!--chtml if pinemode="function_key"-->
12459 <PRE>
12460 Navigating the List of Address Books       General Alpine Commands
12461 ------------------------------------       -----------------------
12462 F4   View the highlighted address book
12463 F5   Move to previous address book         F1  Show this help text
12464 F6   Move to next address book
12465 F7   Show previous screen of address books
12466 F8   Show next screen of address books
12467 F12  WhereIs (search through address books)
12469 Address Selection Commands
12470 --------------------------
12471 F3   Exit the Address Select screen (without selecting an address)
12472 F4   Select the currently selected entries (if using ListMode)
12473 F9   Change to ListMode
12474 </PRE>
12475 <!--chtml else-->
12476 <PRE>
12477 Navigating the List of Address Books       General Alpine Commands
12478 ------------------------------------       -----------------------
12479  &gt;   View the highlighted address book
12480  P   Move to previous address book         ?  Show this help text
12481  N   Move to next address book
12482  -   Show previous screen of address books
12483 Spc  (space bar) Show next screen of address books
12484  W   WhereIs (search through address books)
12486 Address Selection Commands
12487 --------------------------
12488  E   Exit the Address Select screen (without selecting an address)
12489  S   Select the currently selected entries (if using ListMode)
12490  L   Change to ListMode
12491 </PRE>
12492 <!--chtml endif-->
12495 This screen is designed to let you easily scan your address book(s) in
12496 order to select entries for the message you are composing.  You cannot
12497 edit your address book in any way at this time.  For address book
12498 maintenance, select the address book command when not composing a message.
12501 If you are composing a message and know the nickname of the person/list you
12502 want, you can bypass this screen by simply typing in the nickname on the
12503 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12504 selecting an entry does not cancel your message.
12507 The ListMode command will add a column at the left edge of the screen.
12508 You mark the entries that you wish to select with the &quot;X&quot; command.
12509 This allows you to choose more than one entry at a time.
12512 An alternative method of composing a message to entries in your
12513 address book(s) is to first use the &quot;Select&quot; command from
12514 the address book maintenance screen and then the &quot;Apply&quot;
12515 &quot;ComposeTo&quot; command to start the composer composing to the
12516 selected entries.
12519 FOR MORE INFORMATION on addressing see
12520 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12521 <A HREF="h_abook_opened">Address Book Screen's</A>
12522 help text.
12524 &lt;End of help on this topic&gt;
12525 </BODY>
12526 </HTML>
12527 ===== h_abook_select_listmode =====
12528 <HTML>
12529 <HEAD>
12530 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
12531 </HEAD>
12532 <BODY>
12533 <H1>COMPOSER: SELECT ADDRESSES</H1>
12534 <!--chtml if pinemode="function_key"-->
12535 <PRE>
12536 Navigating the List of Messages                 General Alpine Commands
12537 -------------------------------                 -----------------------
12538 F5   Move to previous entry                     F1  Show this help text
12539 F6   Move to next entry
12540 F7   Show previous screen of address book
12541 F8   Show next screen of address book
12542 F12  WhereIs (search through address book)
12544 Address Selection Commands
12545 --------------------------
12546 F3   Exit the Address Select screen (without selecting an address)
12547 F4   Select the currently highlighted entry
12548 F9   Change to ListMode
12549 </PRE>
12550 <!--chtml else-->
12551 <PRE>
12552 Navigating the List of Messages                 General Alpine Commands
12553 -------------------------------                 -----------------------
12554  P   Move to previous entry                     ?  Show this help text
12555  N   Move to next entry
12556  -   Show previous screen of address book
12557 Spc  (space bar) Show next screen of address book
12558  W   WhereIs (search through address book)
12560 Address Selection Commands
12561 --------------------------
12562  E   Exit the Address Select screen (without selecting an address)
12563  S   Select the currently highlighted entry
12564  L   Change to ListMode
12565 </PRE>
12566 <!--chtml endif-->
12569 This screen is designed to let you easily scan your address book(s) in
12570 order to select entries for the message you are composing.  You cannot
12571 edit your address book in any way at this time, for address book
12572 maintenance, select the address book command when not composing a message.
12575 If you are composing a message and know the nickname of the person/list you
12576 want, you can bypass this screen by simply typing in the nickname on the
12577 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12578 selecting an entry does not cancel your message.
12581 The ListMode command will add a column at the left edge of the screen.
12582 You mark the entries that you wish to select with the &quot;X&quot; command.
12583 This allows you to choose more than one entry at a time.
12586 An alternative method of composing a message to entries in your
12587 address book(s) is to first use the &quot;Select&quot; command from
12588 the address book maintenance screen and then the &quot;Apply&quot;
12589 &quot;ComposeTo&quot; command to start the composer composing to the
12590 selected entries.
12593 FOR MORE INFORMATION on addressing see
12594 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12595 <A HREF="h_abook_opened">Address Book Screen's</A>
12596 help text.
12598 &lt;End of help on this topic&gt;
12599 </BODY>
12600 </HTML>
12601 ===== h_abook_select_checks =====
12602 <HTML>
12603 <HEAD>
12604 <TITLE>Address Selection from Composer Explained</TITLE>
12605 </HEAD>
12606 <BODY>
12607 <H1>COMPOSER: SELECT ADDRESSES</H1>
12608 <!--chtml if pinemode="function_key"-->
12609 <PRE>
12610 Navigating the List of Messages                 General Alpine Commands
12611 -------------------------------                 -----------------------
12612 F5   Move to previous entry                     F1  Show this help text
12613 F6   Move to next entry
12614 F7   Show previous screen of address book
12615 F8   Show next screen of address book
12616 F12  WhereIs (search through address book)
12618 Address Selection Commands
12619 --------------------------
12620 F3   Exit the Address Select screen (without selecting an address)
12621 F4   Select the currently highlighted entry
12622 F8   Either Sets or Unsets all entries in this address book
12623 F9   Set or Unset the highlighted entry
12624 </PRE>
12625 <!--chtml else-->
12626 <PRE>
12627 Navigating the List of Messages                 General Alpine Commands
12628 -------------------------------                 -----------------------
12629  P   Move to previous entry                     ?  Show this help text
12630  N   Move to next entry
12631  -   Show previous screen of address book
12632 Spc  (space bar) Show next screen of address book
12633  W   WhereIs (search through address book)
12635 Address Selection Commands
12636 --------------------------
12637  E   Exit the Address Select screen (without selecting an address)
12638  S   Select the currently highlighted entry
12639  X   Set or Unset the highlighted entry
12640  A   Either Sets or Unsets all entries in this address book
12641 </PRE>
12642 <!--chtml endif-->
12645 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
12646 command.  Type &quot;S Select&quot; to select all of the entries you
12647 have marked, just as if you had typed them in by hand.
12650 An alternative method of composing a message to entries in your
12651 address book(s) is to first use the &quot;Select&quot; command from
12652 the address book maintenance screen and then the &quot;Apply&quot;
12653 &quot;ComposeTo&quot; command to start the composer composing to the
12654 selected entries.
12657 FOR MORE INFORMATION on addressing see
12658 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12659 <A HREF="h_abook_opened">Address Book Screen's</A>
12660 help text.
12662 &lt;End of help on this topic&gt;
12663 </BODY>
12664 </HTML>
12665 ===== h_abook_select_nicks_take =====
12666 <HTML>
12667 <HEAD>
12668 <TITLE>Take Address Nickname Selection Explained</TITLE>
12669 </HEAD>
12670 <BODY>
12671 <H1>TAKEADDR: SELECT NICKNAME</H1>
12672 <!--chtml if pinemode="function_key"-->
12673 <PRE>
12674 Navigating the List of Messages                 General Alpine Commands
12675 -------------------------------                 -----------------------
12676 F5   Move to previous entry                     F1  Show this help text
12677 F6   Move to next entry
12678 F7   Show previous screen of address book
12679 F8   Show next screen of address book
12680 F12  WhereIs (search through address book)
12682 Message Selection Commands
12683 --------------------------
12684 F3   Exit the Nickname Select screen (without selecting an address)
12685 F4   Select the currently highlighted entry
12686 </PRE>
12687 <!--chtml else-->
12688 <PRE>
12689 Navigating the List of Messages                 General Alpine Commands
12690 -------------------------------                 -----------------------
12691  P   Move to previous entry                     ?  Show this help text
12692  N   Move to next entry
12693  -   Show previous screen of address book
12694 Spc  (space bar) Show next screen of address book
12695  W   WhereIs (search through address book)
12697 Message Selection Commands
12698 --------------------------
12699  E   Exit the Nickname Select screen (without selecting an address)
12700  S   Select the currently highlighted entry
12701 </PRE>
12702 <!--chtml endif-->
12705 This screen is designed to let you modify or add to an existing
12706 address book entry.  You have already selected the name(s) and
12707 address(es) through &quot;Take Address&quot;.  This screen simply lets
12708 you scan your address books and select the nickname to be
12709 changed/augmented.  If you want to add a new entry, then you are in
12710 the wrong place-- Select &quot;Exit&quot; command.
12713 FOR MORE INFORMATION on addressing see
12714 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12715 <A HREF="h_abook_opened">Address Book Screen's</A>
12716 help text.
12718 &lt;End of help on this topic&gt;
12719 </BODY>
12720 </HTML>
12721 ===== h_abook_select_nick =====
12722 <HTML>
12723 <HEAD>
12724 <TITLE>Nickname Selection Explained</TITLE>
12725 </HEAD>
12726 <BODY>
12727 <H1>SELECT NICKNAME</H1>
12728 <!--chtml if pinemode="function_key"-->
12729 <PRE>
12730 Navigating the List of Messages                 General Alpine Commands
12731 -------------------------------                 -----------------------
12732 F5   Move to previous entry                     F1  Show this help text
12733 F6   Move to next entry
12734 F7   Show previous screen of address book
12735 F8   Show next screen of address book
12736 F12  WhereIs (search through address book)
12738 Message Selection Commands
12739 --------------------------
12740 F3   Exit the Nickname Select screen (without selecting an address)
12741 F4   Select the currently highlighted entry
12742 </PRE>
12743 <!--chtml else-->
12744 <PRE>
12745 Navigating the List of Messages                 General Alpine Commands
12746 -------------------------------                 -----------------------
12747  P   Move to previous entry                     ?  Show this help text
12748  N   Move to next entry
12749  -   Show previous screen of address book
12750 Spc  (space bar) Show next screen of address book
12751  W   WhereIs (search through address book)
12753 Message Selection Commands
12754 --------------------------
12755  E   Exit the Nickname Select screen (without selecting an address)
12756  S   Select the currently highlighted entry
12757 </PRE>
12758 <!--chtml endif-->
12761 This screen is designed to let you look at the nicknames in your address
12762 books before choosing a new one.
12765 FOR MORE INFORMATION on addressing see
12766 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12767 <A HREF="h_abook_opened">Address Book Screen's</A>
12768 help text.
12770 &lt;End of help on this topic&gt;
12771 </BODY>
12772 </HTML>
12773 ===== h_takeaddr_screen =====
12774 <HTML>
12775 <HEAD>
12776 <TITLE>Take Address Screen Explained</TITLE>
12777 </HEAD>
12778 <BODY>
12779 <H1>TAKE ADDRESS COMMANDS</H1>
12780 <!--chtml if pinemode="function_key"-->
12781 <PRE>
12782 Navigating the List of Addresses       Address Selection Commands        
12783 --------------------------------       --------------------------        
12784  F5  Move to previous entry            F3  Exit without taking address
12785  F6  Move to next entry                F4  Take current address(es)
12786  F7  Show previous page of address list
12787  F8  Show next page of address list
12788  F2  WhereIs (search list)
12789                                --------------
12790 Mode Toggle            F9  Set/Unset current address
12791 -----------            F10 Set all
12792  F12 Toggle between List and single mode       F11 Unset all
12793 </PRE>
12794 <!--chtml else-->
12795 <PRE>
12796 Navigating the List of Addresses       Address Selection Commands
12797 --------------------------------       --------------------------
12798  P  Move to previous entry              &lt;  Exit without taking address
12799  N  Move to next entry                  T  Take address
12800  -  Show previous page of address list
12801 Spc (space bar) Show next page of address list
12802  W  WhereIs (search list)              List Mode
12803                                        ---------
12804 Single Mode                             X  Set/Unset current address
12805 -----------                             A  Set all addresses
12806  L  Switch to list mode                 U  Unset all addresses
12807                                         S  Switch to single mode
12808 </PRE>
12809 <!--chtml endif-->
12811 <H2>Description of the Take Address Screen</H2>
12813 This screen is designed to let you select one or more address/name
12814 combinations from the current message and put them into your address book.
12815 The cursor is initially placed on the line with the message author.
12816 Other lines include the names of people and/or mailing lists who also
12817 received the message.  Other people &quot;involved&quot; in the
12818 message (e.g. the person named as Reply-To:) are also listed here.
12821 The simple case is adding a new, single entry into your address book. To
12822 do this, simply highlight the correct line and press 
12823 <!--chtml if pinemode="function_key"-->
12825 <!--chtml else-->
12826 &quot;T&quot;.
12827 <!--chtml endif-->
12828 To create a new list or add to an existing list, switch the screen display
12829 into List Mode by pressing
12830 <!--chtml if pinemode="function_key"-->
12831 F12.
12832 <!--chtml else-->
12833 &quot;L&quot;.
12834 <!--chtml endif-->
12835 In List Mode, you select the
12836 group of addresses you wish to manipulate by marking them with an
12837 &quot;X&quot;.
12838 The Set/Unset
12839 <!--chtml if pinemode="function_key"-->
12840 (F9)
12841 <!--chtml else-->
12842 (&quot;X&quot;)
12843 <!--chtml endif-->
12844 command will turn the &quot;X&quot; on for the
12845 highlighted address if it was off or turn it off if it was previously on.
12846 The SetAll command will select all of the addresses, and the UnSetAll
12847 command will turn off all the selections.  Once you've gotten the
12848 selection the way you want it, you may create a new list by pressing
12849 <!--chtml if pinemode="function_key"-->
12851 <!--chtml else-->
12852 &quot;T&quot;.
12853 <!--chtml endif-->
12856 In both the simple and list cases, after choosing to take the address,
12857 you will be asked for the nickname of the entry.  Typing in a new name
12858 creates the new entry/list.  Entering an existing nickname will replace
12859 the entry (simple case) or add to the list (list case).  Alternatively,
12860 you can press Ctrl-T at the nickname prompt and select an existing
12861 nickname from your address book.
12864 You will normally start in Single Mode, unless you used the Apply command
12865 to startup the TakeAddr screen, in which case you will start in List Mode.
12866 You may switch between the two modes at any time.  If you've already
12867 selected several addresses in List Mode, those will be remembered when you
12868 switch to Single Mode and then back to List Mode.  The set of addresses
12869 that are pre-selected when you start in List Mode are the From addresses
12870 of all of the messages you are operating on.  You may, of course, easily
12871 erase those selections with the UnSetAll command.
12874 If you have more than one writable address book, you will be prompted for
12875 the name of the address book you wish to add the new entry to before
12876 anything else. You can use ^N and ^P to choose among the defined address
12877 books, or type in the address book name.
12880 FOR MORE INFORMATION on addressing see
12881 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12882 <A HREF="h_abook_opened">Address Book Screen's</A>
12883 help text.
12885 &lt;End of help on this topic&gt;
12886 </BODY>
12887 </HTML>
12888 ===== h_takeexport_screen =====
12889 <HTML>
12890 <HEAD>
12891 <TITLE>Take Export Screen Explained</TITLE>
12892 </HEAD>
12893 <BODY>
12894 <H1>TAKE EXPORT COMMANDS</H1>
12895 <!--chtml if pinemode="function_key"-->
12896 <PRE>
12897 Navigating the List of Addresses       Address Selection Commands        
12898 --------------------------------       --------------------------        
12899  F5  Move to previous entry            F3  Exit without taking address
12900  F6  Move to next entry                F4  Take current address(es)
12901  F7  Show previous page of address list
12902  F8  Show next page of address list
12903  F2  WhereIs (search list)
12904                                --------------
12905 Mode Toggle            F9  Set/Unset current address
12906 -----------            F10 Set all
12907  F12 Toggle between List and single mode       F11 Unset all
12908 </PRE>
12909 <!--chtml else-->
12910 <PRE>
12911 Navigating the List of Addresses       Address Selection Commands
12912 --------------------------------       --------------------------
12913  P  Move to previous entry              &lt;  Exit without taking address
12914  N  Move to next entry                  T  Take address
12915  -  Show previous page of address list
12916 Spc (space bar) Show next page of address list
12917  W  WhereIs (search list)              List Mode
12918                                        ---------
12919 Single Mode                             X  Set/Unset current address
12920 -----------                             A  Set all addresses
12921  L  Switch to list mode                 U  Unset all addresses
12922                                         S  Switch to single mode
12923 </PRE>
12924 <!--chtml endif-->
12926 <H2>Description of the Take Export Screen</H2>
12928 This screen is designed to let you select one or more addresses
12929 from the current message and put them into a file.
12930 Only the user@domain_name part of each address is put into the file.
12933 To put a single entry into a file simply highlight the correct line and press 
12934 <!--chtml if pinemode="function_key"-->
12936 <!--chtml else-->
12937 &quot;T&quot;.
12938 <!--chtml endif-->
12939 To put more than one entry into a file
12940 switch the screen display
12941 into List Mode by pressing
12942 <!--chtml if pinemode="function_key"-->
12943 F12.
12944 <!--chtml else-->
12945 &quot;L&quot;.
12946 <!--chtml endif-->
12947 In List Mode, you select the
12948 group of addresses you wish to manipulate by marking them with an
12949 &quot;X&quot;.
12950 The Set/Unset
12951 <!--chtml if pinemode="function_key"-->
12952 (F9)
12953 <!--chtml else-->
12954 (&quot;X&quot;)
12955 <!--chtml endif-->
12956 command will turn the &quot;X&quot; on for the
12957 highlighted address if it was off or turn it off if it was previously on.
12958 The SetAll command will select all of the addresses, and the UnSetAll
12959 command will turn off all the selections.  Once you've gotten the
12960 selection the way you want it, you may put the addresses in a file by typing
12961 <!--chtml if pinemode="function_key"-->
12963 <!--chtml else-->
12964 &quot;T&quot;.
12965 <!--chtml endif-->
12968 You will be asked for the name of a file to put the addresses in.
12969 If the file already exists, you will be asked whether you want to Overwrite
12970 (replace) the contents of the file or Append to the contents of the file.
12973 &lt;End of help on this topic&gt;
12974 </BODY>
12975 </HTML>
12976 ============= h_abook_view ========================
12977 <HTML>
12978 <HEAD>
12979 <TITLE>Address Book View Explained</TITLE>
12980 </HEAD>
12981 <BODY>
12982 This function allows you to view the contents of an address book entry. You
12983 can only view one entry at a time.
12985 <DL>
12986 <DT>Help
12987 <!--chtml if pinemode="function_key"-->
12988 (F1)
12989 <!--chtml else-->
12991 <!--chtml endif-->
12992 </DT>
12993 <DD>
12994 Display this help text.
12996 <DT>Abook
12997 <!--chtml if pinemode="function_key"-->
12998 (F3)
12999 <!--chtml else-->
13000 (&lt;)
13001 <!--chtml endif-->
13002 </DT>
13003 <DD>
13004 Go back to index of address book entries.
13006 <DT>Update
13007 <!--chtml if pinemode="function_key"-->
13008 (F4)
13009 <!--chtml else-->
13011 <!--chtml endif-->
13012 </DT>
13013 <DD>
13014 Update (modify) this entry.
13016 <DT>ComposeTo
13017 <!--chtml if pinemode="function_key"-->
13018 (F5)
13019 <!--chtml else-->
13021 <!--chtml endif-->
13022 </DT>
13023 <DD>Compose a message to the address(es) in this entry.
13025 <DT>Role
13026 <!--chtml if pinemode="function_key"-->
13027 (F6)
13028 <!--chtml else-->
13030 <!--chtml endif-->
13031 </DT>
13032 <DD>Compose a message to the address(es) in this entry using roles.
13034 <DT>Prev Page
13035 <!--chtml if pinemode="function_key"-->
13036 (F7)
13037 <!--chtml else-->
13039 <!--chtml endif-->
13040 </DT>
13041 <DD>
13042 Show the previous page of the current entry.
13044 <DT>Next Page
13045 <!--chtml if pinemode="function_key"-->
13046 (F8)
13047 <!--chtml else-->
13048 (Space)
13049 <!--chtml endif-->
13050 </DT>
13051 <DD>
13052 Show the next page of the current entry.
13054 <DT>Print
13055 <!--chtml if pinemode="function_key"-->
13056 (F9)
13057 <!--chtml else-->
13059 <!--chtml endif-->
13060 </DT>
13061 <DD>Print the current entry.  You can select the
13062 printer or the print command via the &quot;Setup&quot; command
13063 on the MAIN MENU.
13065 <DT>WhereIs
13066 <!--chtml if pinemode="function_key"-->
13067 (F10)
13068 <!--chtml else-->
13070 <!--chtml endif-->
13071 </DT>
13072 <DD>Search the entry for a string of letters.  If it is
13073 found, move to it.  The string can be one word or a phrase.
13074 If there are multiple occurrences, the cursor moves to the
13075 first occurrence beyond the current cursor position.
13077 <DT>Fwd Email
13078 <!--chtml if pinemode="function_key"-->
13079 (F11)
13080 <!--chtml else-->
13082 <!--chtml endif-->
13083 </DT>
13084 <DD>Begin composition of a new mail message with the displayed
13085 text already inserted in the message body.
13087 </DL>
13089 &lt;End of help on this topic&gt;
13090 </BODY>
13091 </HTML>
13092 ============= h_ldap_view ========================
13093 <HTML>
13094 <HEAD>
13095 <TITLE>LDAP Response View Explained</TITLE>
13096 </HEAD>
13097 <BODY>
13098 This function allows you to view the contents of a directory entry. You
13099 can only view one entry at a time.
13101 <DL>
13102 <DT>Help
13103 <!--chtml if pinemode="function_key"-->
13104 (F1)
13105 <!--chtml else-->
13107 <!--chtml endif-->
13108 </DT>
13109 <DD>
13110 Display this help text.
13112 <DT>Results Index
13113 <!--chtml if pinemode="function_key"-->
13114 (F3)
13115 <!--chtml else-->
13116 (&lt;)
13117 <!--chtml endif-->
13118 </DT>
13119 <DD>Go back to index of search results.
13121 <DT>ComposeTo
13122 <!--chtml if pinemode="function_key"-->
13123 (F5)
13124 <!--chtml else-->
13126 <!--chtml endif-->
13127 </DT>
13128 <DD>Compose a message to the address(es) in this entry.
13130 <DT>Role
13131 <!--chtml if pinemode="function_key"-->
13132 (F6)
13133 <!--chtml else-->
13135 <!--chtml endif-->
13136 </DT>
13137 <DD>Compose a message to the address(es) in this entry using roles.
13139 <DT>Prev Page
13140 <!--chtml if pinemode="function_key"-->
13141 (F7)
13142 <!--chtml else-->
13144 <!--chtml endif-->
13145 </DT>
13146 <DD>
13147 Show the previous page of the current entry.
13149 <DT>Next Page
13150 <!--chtml if pinemode="function_key"-->
13151 (F8)
13152 <!--chtml else-->
13153 (Space)
13154 <!--chtml endif-->
13155 </DT>
13156 <DD>
13157 Show the next page of the current entry.
13159 <DT>Print
13160 <!--chtml if pinemode="function_key"-->
13161 (F9)
13162 <!--chtml else-->
13164 <!--chtml endif-->
13165 </DT>
13166 <DD>Print the current entry on paper.  You can select the
13167 printer or the print command via the &quot;Setup&quot; command
13168 on the MAIN MENU.
13170 <DT>WhereIs
13171 <!--chtml if pinemode="function_key"-->
13172 (F10)
13173 <!--chtml else-->
13175 <!--chtml endif-->
13176 </DT>
13177 <DD>Search the entry for a string of letters.  If it is
13178 found, move to it.  The string can be one word or a phrase.
13179 If there are multiple occurrences, the cursor moves to the
13180 first occurrence beyond the current cursor position.
13182 <DT>Fwd Email
13183 <!--chtml if pinemode="function_key"-->
13184 (F11)
13185 <!--chtml else-->
13187 <!--chtml endif-->
13188 </DT>
13189 <DD>Begin composition of a new mail message with the displayed
13190 text already inserted in the message body.
13192 <DT>Save
13193 <!--chtml if pinemode="function_key"-->
13194 (F12)
13195 <!--chtml else-->
13197 <!--chtml endif-->
13198 </DT>
13199 <DD>Save the displayed entry to one of your address books or export
13200 it to a file.
13201 </DL>
13203 &lt;End of help on this topic&gt;
13204 </BODY>
13205 </HTML>
13206 ===== h_attachment_screen =====
13207 <HTML>
13208 <HEAD>
13209 <TITLE>Attachment Index Screen Explained</TITLE>
13210 </HEAD>
13211 <BODY>
13212 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
13213 message's attachments, and allows various operations on them.  The
13214 first attachment is usually the message text, but does not include the
13215 header portion of the message.
13217 Available commands include:
13219 <DL>
13221 <DT>Help</DT>
13222 <DD>Show this help text.
13224 <DT>Msg #<I>num</I></DT>
13225 <DD>Leave this screen without displaying or saving any attachments.
13227 <DT>View</DT>
13228 <DD>View the currently selected attachment.
13230 <DT>Prev Attach</DT>
13231 <DD>Move to previous attachment.
13233 <DT>Next Attach</DT>
13234 <DD>Move to next attachment.
13236 <DT>Prev Page</DT>
13237 <DD>Previous page of the listed attachments.
13239 <DT>Next Page</DT>
13240 <DD>Next page of the listed attachments.
13242 <DT>Delete</DT>
13243 <DD>Mark the currently selected attachment for Deletion.
13244 This does not modify the current message by deleting the attachment from
13245 it, but instead the delete flag <EM>only</EM> has an effect when saving
13246 the message to a folder.
13247 Attachments marked for deletion are not copied to the destination folder
13248 along with the rest of the message when it is saved.
13249 It is ok for the destination folder to be the same as the current folder.
13250 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
13252 <DT>Undelete</DT>
13253 <DD>Turn off the Delete flag for the selected attachment.
13255 <DT>Save</DT>
13256 <DD>Save the selected attachment to a file.  If the attachment is of
13257 type &quot;RFC822/Message&quot;, then the attachment will be saved to
13258 the specified mail folder.
13260 <DT>Export</DT>
13261 <DD>If the attachment is of
13262 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
13263 copy the message to a file in the same way this command works on 
13264 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
13266 <DT>Pipe</DT>
13267 <DD>Pipe the attachment contents into a UNIX command (if enabled).
13268 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
13270 <DT>WhereIs</DT>
13271 <DD>Find a matching string in the attachment list.
13273 <DT>AboutAttch</DT>
13274 <DD>Examine various aspects of the selected attachment.
13276 <DT>Print</DT>
13277 <DD>Print the selected attachment.
13279 <DT>Forward</DT>
13280 <DD>Forward the selected attachment as an attachment.
13281 </DL>
13285 All attachments can be saved or piped into a UNIX command, but some may
13286 not be readily displayed by either Alpine or an external tool.  In such
13287 cases, the reason why the message cannot be displayed is displayed on
13288 Alpine's message line.
13290 &lt;End of help on this topic&gt;
13291 </BODY>
13292 </HTML>
13293 ============= h_mail_text_att_view ========================
13294 <HTML>
13295 <HEAD>
13296 <TITLE>Attachment View Screen Explained</TITLE>
13297 </HEAD>
13298 <BODY>
13299 This function allows you to view the contents of a text attachment. You
13300 can only view one attachment at a time.
13302 Available commands include:
13304 <DL>
13306 <DT>Help</DT>
13307 <DD>Display this help text
13309 <DT>AttchIndex</DT>
13310 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
13312 <DT>Prev Page</DT>
13313 <DD>Show the previous page of the current attachment.
13315 <DT>Next Page</DT>
13316 <DD>Show the next page of the current attachment by pressing the space bar.
13318 <DT>Delete</DT>
13319 <DD>Mark the viewed attachment for Deletion.  The delete
13320 flag <EM>only</EM> has affect when saving the message to a folder.
13321 Attachments marked for deletion are exluded from the messsage when
13322 it is saved.  In addition, the delete mark <EM>only</EM> applies to
13323 this Alpine session.
13325 <DT>Undelete</DT>
13326 <DD>Turn off the Delete flag for the selected attachment.
13328 <DT>Save</DT>
13329 <DD>Copy the current attachment to a file.  If you just enter
13330 a filename, the attachment will be saved with that name in
13331 your home directory 
13332 <!--chtml if pinemode="running"-->
13333 (which, in the present configuration of your system, is
13334  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13335 <!--chtml endif-->
13336 or current working directory
13337 <!--chtml if pinemode="running"-->
13338 (which, at least for your current Alpine &quot;session,&quot; 
13339 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13340 <!--chtml endif-->, depending on the
13341 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13342 configuration setting.  You may enter the full
13343 path and filename to save it in another directory instead.
13345 <DT>Export</DT>
13346 <DD>If the attachment is of
13347 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
13348 copy the message to a file in the same way this command works on 
13349 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
13350 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
13351 defined, they may affect the contents of the exported file.)
13353 <DT>Pipe</DT>
13354 <DD>Pipe the attachment contents into a UNIX command (if enabled)
13356 <DT>WhereIs</DT>
13357 <DD>Search the attachment for a string of letters.  If it is
13358 found, move to it.  The string can be one word or a phrase.
13359 If there are multiple occurrences, the cursor moves to the
13360 first occurrence beyond the current cursor position.
13362 <DT>Print</DT>
13363 <DD>Print the current attachment on paper.  You can select the
13364 printer or the print command via the &quot;Setup&quot; command
13365 on the MAIN MENU.
13367 <DT>Forward</DT>
13368 <DD>Forward the selected attachment as an attachment.
13369 </DL>
13371 &lt;End of help on this topic&gt;
13372 </BODY>
13373 </HTML>
13374 ============= h_journal ==============
13375 <HTML>
13376 <HEAD>
13377 <TITLE>Recent Message Journal Explained</TITLE>
13378 </HEAD>
13379 <BODY>
13381 The following commands are available on this screen:
13383 <DL>
13384 <DT>Help</DT>
13385 <DD>Show this help text
13387 <DT>Exit</DT>
13388 <DD>Exit Viewer, and go back to mail processing
13390 <DT>Prev Page</DT>
13391 <DD>Show the previous page text
13393 <DT>Next Page</DT>
13394 <DD>Show the next page of text by pressing the space bar
13396 <DT>Print</DT>
13397 <DD>Print the displayed text on paper.  You can select the
13398 printer or the print command via the &quot;Setup&quot; command
13399 on the MAIN MENU.
13401 <DT>Fwd Email</DT>
13402 <DD>Begin composition of a new mail message with the displayed
13403 text already inserted in the message body.
13405 <DT>Save</DT>
13406 <DD>Copy the displayed text to a file.  If you just enter
13407 a filename, the text will be saved with that name in
13408 your 
13409 home directory 
13410 <!--chtml if pinemode="running"-->
13411 (which, in the present configuration of your system, is
13412  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13413 <!--chtml endif-->
13414 or current working directory
13415 <!--chtml if pinemode="running"-->
13416 (which, at least for your current Alpine &quot;session,&quot; 
13417 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13418 <!--chtml endif-->, depending on the
13419 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13420 configuration setting.   You may enter the full
13421 path and filename to save it in another directory instead.
13423 <DT>WhereIs</DT>
13424 <DD>Search the text for a string of letters.  If it is
13425 found, move to it.  The string can be one word or a phrase.
13426 If there are multiple occurrences, the cursor moves to the
13427 first occurrence beyond the current cursor position.
13428 </DL>
13430 &lt;End of help on this topic&gt;
13431 </BODY>
13432 </HTML>
13433 ============= h_debugjournal ==============
13434 <HTML>
13435 <HEAD>
13436 <TITLE>Debug Journal Explained</TITLE>
13437 </HEAD>
13438 <BODY>
13440 The following commands are available on this screen:
13442 <DL>
13443 <DT>Help</DT>
13444 <DD>Show this help text
13446 <DT>Exit</DT>
13447 <DD>Exit Viewer, and go back to mail processing
13449 <DT>Timestamps</DT>
13450 <DD>Turn on or off timestamps.
13452 <DT>DebugView</DT>
13453 <DD>Set the level of debugging you want to see. The level may be any number
13454 in the range 0-9. Higher numbers show more debugging detail. Note that the
13455 debugging information has already been captured. This setting just causes the
13456 debugging information that you see to be filtered. If you set this to
13457 the number &quot;5&quot; then you will be shown all of the debugging information
13458 at levels 5 and below.
13459 It's actually a bit more complicated than that. A fixed amount of memory
13460 is used to store the debug information.
13461 Since the amount of memory used is limited the debugging information
13462 has to be trimmed back when it gets too large.
13464 <DT>Prev Page</DT>
13465 <DD>Show the previous page text
13467 <DT>Next Page</DT>
13468 <DD>Show the next page of text by pressing the space bar
13470 <DT>Print</DT>
13471 <DD>Print the displayed text on paper.  You can select the
13472 printer or the print command via the &quot;Setup&quot; command
13473 on the MAIN MENU.
13475 <DT>Fwd Email</DT>
13476 <DD>Begin composition of a new mail message with the displayed
13477 text already inserted in the message body.
13479 <DT>Save</DT>
13480 <DD>Copy the displayed text to a file.  If you just enter
13481 a filename, the text will be saved with that name in
13482 your 
13483 home directory 
13484 <!--chtml if pinemode="running"-->
13485 (which, in the present configuration of your system, is
13486  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13487 <!--chtml endif-->
13488 or current working directory
13489 <!--chtml if pinemode="running"-->
13490 (which, at least for your current Alpine &quot;session,&quot; 
13491 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13492 <!--chtml endif-->, depending on the
13493 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13494 configuration setting.   You may enter the full
13495 path and filename to save it in another directory instead.
13497 <DT>WhereIs</DT>
13498 <DD>Search the text for a string of letters.  If it is
13499 found, move to it.  The string can be one word or a phrase.
13500 If there are multiple occurrences, the cursor moves to the
13501 first occurrence beyond the current cursor position.
13502 </DL>
13504 &lt;End of help on this topic&gt;
13505 </BODY>
13506 </HTML>
13507 ============= h_simple_text_view ==============
13508 <HTML>
13509 <HEAD>
13510 <TITLE>Simple Text View Screen Explained</TITLE>
13511 </HEAD>
13512 <BODY>
13514 The following commands are available on this screen:
13516 <DL>
13517 <DT>Help</DT>
13518 <DD>Show this help text
13520 <DT>Exit</DT>
13521 <DD>Exit Viewer, and go back to mail processing
13523 <DT>Prev Page</DT>
13524 <DD>Show the previous page text
13526 <DT>Next Page</DT>
13527 <DD>Show the next page of text by pressing the space bar
13529 <DT>Print</DT>
13530 <DD>Print the displayed text on paper.  You can select the
13531 printer or the print command via the &quot;Setup&quot; command
13532 on the MAIN MENU.
13534 <DT>Fwd Email</DT>
13535 <DD>Begin composition of a new mail message with the displayed
13536 text already inserted in the message body.
13538 <DT>Save</DT>
13539 <DD>Copy the displayed text to a file.  If you just enter
13540 a filename, the attachment will be saved with that name in
13541 your 
13542 home directory 
13543 <!--chtml if pinemode="running"-->
13544 (which, in the present configuration of your system, is
13545  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13546 <!--chtml endif-->
13547 or current working directory
13548 <!--chtml if pinemode="running"-->
13549 (which, at least for your current Alpine &quot;session,&quot; 
13550 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13551 <!--chtml endif-->, depending on the
13552 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13553 configuration setting.   You may enter the full
13554 path and filename to save it in another directory instead.
13556 <DT>WhereIs</DT>
13557 <DD>Search the attachment for a string of letters.  If it is
13558 found, move to it.  The string can be one word or a phrase.
13559 If there are multiple occurrences, the cursor moves to the
13560 first occurrence beyond the current cursor position.
13561 </DL>
13563 &lt;End of help on this topic&gt;
13564 </BODY>
13565 </HTML>
13566 ======= h_pine_for_windows ========
13567 <HTML>
13568 <HEAD>
13569 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
13570 </HEAD>
13571 <BODY>
13572 <H1>Getting Help In PC-Alpine</H1>
13575 PC-Alpine offers general and specific help text. From the <A
13576 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
13577 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
13578 specific help for that screen is available from the toolbar Help menu or
13579 with the 
13580 <!--chtml if pinemode="function_key"-->
13581 &quot;F1&quot; key.
13582 <!--chtml else-->
13583 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
13584 typing &quot;?&quot; would be mistaken as entering text.
13585 <!--chtml endif-->
13588 Although this version of Alpine is for Microsoft Windows, it is not
13589 considered a full &quot;Graphical User Interface&quot; application. 
13590 Yet, many of the controls that Windows users are accustomed to seeing, 
13591 such as scrollbars and toolbars, are available.
13594 PC-Alpine offers considerable mouse support.  You can view what is
13595 &quot;click-able&quot; by dragging your mouse over any screen; when the
13596 arrow cursor changes into a hand, you found something. Mouse-click
13597 possibilities include navigating between screens and folders and
13598 double-clicking on hyperlinks to open your Web browser.
13599 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
13600 screen.  Examples of right-click options include &quot;copy&quot; after
13601 selecting text to copy and &quot;View in New Window&quot; when you click
13602 on a particular message in the Message Index. The menu choices available
13603 to you will vary based upon what screen is open, where on the screen your
13604 cursor is located, and even what action you have already taken.
13607 &lt;End of help on this topic&gt;
13608 </BODY>
13609 </HTML>
13610 ===== h_composer =====
13611 <HTML>
13612 <HEAD>
13613 <TITLE>COMPOSER COMMANDS</TITLE>
13614 </HEAD>
13615 <BODY>
13616 <H1>COMPOSER COMMANDS</H1>
13618 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>
13619 &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>
13620 &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>
13621 &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>
13622 &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>
13623 &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>
13624 &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>
13625 &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>
13626 &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>
13627 &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>
13628 ---------------------------------------|&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>
13629 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>
13630 &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>
13631 &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>
13632 &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>
13635 NOTE:
13636 <OL>
13637  <LI>For help on a particular command, highlight the bold text associated
13638 with it above and hit Return.
13639  <LI> The availability of certain commands
13640 is determined by Alpine configuration files and system capabilities.
13641 At some sites, certain commands may not be available due to security or
13642 support concerns.
13643  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
13644 Ctrl-&#92;, ESC.
13645  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
13646 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
13647 </OL>
13650 HINT: To move rapidly to the bottom of a message you are composing,
13651 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
13652 with the Mark and Cut commands to eliminate large amounts of unwanted
13653 text in a Reply.
13655 <H2>Description of Composer</H2>
13657 Alpine has a built-in editing program that allows you to compose messages
13658 without having to leave Alpine.  The editor is designed to be very simple to
13659 use so that you can get started writing email right away.
13662 Messages are usually just text, about 80 columns wide.  Using upper and
13663 lower case is encouraged.  On some systems the size limit of the message
13664 is about 100,000 characters, which is about 2,000 lines.  You can include
13665 punctuation and special characters found on most keyboards, but you can't
13666 include characters with diacritical marks and certain special symbols.
13669 Text automatically wraps as you type past the end of a line so you do not
13670 have to hit return.  Using the
13671 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
13672 you can also reformat text explicitly, perhaps after you have
13673 deleted some text.
13676 You can include other text files with the 
13677 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
13678 which will prompt you for the name of the file to insert at the
13679 current cursor postion.
13682 <UL>
13683 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13684 </UL>
13686 &lt;End of help on this topic&gt;
13687 </BODY>
13688 </HTML>
13689 ====== h_composer_browse =====
13690 <HTML>
13691 <HEAD>
13692 <TITLE>BROWSER</TITLE>
13693 </HEAD>
13694 <BODY>
13695 <H1>BROWSER</H1>
13696 This screen lets you browse your files and directories.  To go to another 
13697 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
13698 choose &quot;Select&quot; (the default choice on the menu); 
13699 or choose &quot;Goto&quot; and enter the name of the directory.
13700 <!--chtml if pinemode="os_windows"-->
13701 <!--chtml else--> 
13702 In Unix Alpine, you may use 
13703 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
13704 to another's home directory.  
13705 <!--chtml endif--><P>
13706 To select a file, move the cursor to it and 
13707 choose &quot;Select&quot; (the default choice on the menu).  
13709 <UL>
13710 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
13711 inclusion in the 
13712 message body (that is, you chose &quot;Read File&quot; with the cursor under 
13713 the 
13714 &quot;----- Message Text -----&quot; line
13715 while composing, then &quot;To Files&quot;):  Since the file 
13716 selected will become part of the message text, it must be in a format 
13717 suitable for that (Alpine does not check!), such as a plain text file.
13718 Files of other formats (for example, graphics, databases, software 
13719 programs) should be 
13720 <B>attached</B> to the message instead --
13721 by moving the cursor in the COMPOSE MESSAGE screen into the 
13722 message header area and pressing 
13723 <!--chtml if pinemode="function_key"-->
13725 <!--chtml else-->
13726 Ctrl-J.
13727 <!--chtml endif--> 
13729 <P><LI>
13730 Note <B>if</B> you are currently using the BROWSER for saving a message 
13731 attachment, or exporting a message, to a file: You can use the Add command to 
13732 provide the name for a new file to save/export to, and then select that name 
13733 to use it for the save/export operation.  Back at the prompt 
13734 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
13735 either Overwrite or Append (it doesn't make a difference, since the file is 
13736 so far empty).  Note: If you cancel the 
13737 operation at that point, the file created with the Add command will remain 
13738 0 bytes in size.
13740 </UL>
13741 <P><UL>
13742 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13743 </UL>
13745 &lt;End of help on this topic&gt;
13746 </BODY>
13747 </HTML>
13748 ====== h_composer_ins =====
13749 <HTML>
13750 <HEAD>
13751 <TITLE>INSERT TEXT FILE</TITLE>
13752 </HEAD>
13753 <BODY>
13754 <H1>INSERT TEXT FILE</H1>
13756 Use this function to insert a text file. The file name
13757 given can be an absolute file path name for your system
13758 <!--chtml if pinemode="os_windows"-->
13759 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13760 with a relative pathname, or simply a file name without
13761 drive or directory specification.  
13762 <!--chtml else-->
13763 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13764 a file in your home directory, or a file path relative to your 
13765 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13766 your home directory or &quot;~user&quot; to refer to another
13767 account's home directory.
13768 <!--chtml endif-->
13770 No wild card characters may be used.  
13771 The file must reside on the system running Alpine.
13773 If the 
13774 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13775 feature is set, names are relative to your current working directory 
13776 <!--chtml if pinemode="running"-->
13777 (which, at least for your current Alpine &quot;session,&quot; 
13778 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13779 <!--chtml endif-->
13780 rather than your home directory
13781 <!--chtml if pinemode="running"-->
13782 (which, in the present configuration of your system, is
13783  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13784 <!--chtml endif-->
13786 <P><UL>
13787 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13788 </UL>
13790 &lt;End of help on this topic&gt;
13791 </BODY>
13792 </HTML>
13793 ====== h_composer_ins_m =====
13794 <HTML>
13795 <HEAD>
13796 <TITLE>INSERT MESSAGE</TITLE>
13797 </HEAD>
13798 <BODY>
13799 <H1>INSERT MESSAGE</H1>
13801 Type in the number of a message in the currently open folder to insert it
13802 into your message.
13803 <P><UL>
13804 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13805 </UL>
13807 &lt;End of help on this topic&gt;
13808 </BODY>
13809 </HTML>
13810 ====== h_composer_search =====
13811 <HTML>
13812 <HEAD>
13813 <TITLE>Explanation of Composer Whereis Command </TITLE>
13814 </HEAD>
13815 <BODY>
13816 <H1>Help For Whereis Command</H1>
13818 Whereis is used to search the message for a word or part of a word.
13819 When searching in the composer, only the message part of your mail is
13820 searched, and the cursor is put on the first occurrence appearing
13821 after the location of the cursor.  The search will wrap to the
13822 beginning of the message when it no longer finds matches in the
13823 remainder of the message.
13825 To search for the same string a second time, press 
13826 <!--chtml if pinemode="function_key"-->
13827 &quot;F6&quot;
13828 <!--chtml else-->
13829 &quot;^W&quot;
13830 <!--chtml endif-->
13831 to begin search and then just press RETURN to accept the previous
13832 search string shown in square brackets rather than entering a new
13833 search string.<P>
13835 The &quot;Search&quot; prompt has several sub-command available:
13837 <DL>
13838 <DT>Get Help</DT>
13839 <DD> Takes you to this help page.
13841 <DT>Cancel</DT>
13842 <DD> Cancels the prompt.  No search takes place.
13844 <DT>First Line</DT>
13845 <DD> Takes you back to the composer with the cursor on the first character
13846 of the first line of text.
13848 <DT>Last Line</DT>
13849 <DD> Takes you back to the composer with the cursor on the last character
13850 of the last line of text.
13852 <DT>Replace (Optional)</DT>
13853 <DD> This sub-command is enabled by the 
13854 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13855 feature (which is on by default); see its help screen for details on how replacing works.
13857 </DL>
13859 &lt;End of help on this topic&gt;
13860 </BODY>
13861 </HTML>
13862 ====== h_sigedit_search =====
13863 <HTML>
13864 <HEAD>
13865 <TITLE>Explanation of Whereis Command </TITLE>
13866 </HEAD>
13867 <BODY>
13868 <H1>Help For Whereis Command</H1>
13870 Whereis is used to search for a word or part of a word.
13871 When searching the cursor is put on the first occurrence appearing
13872 after the location of the cursor.  The search will wrap to the
13873 beginning of the signature when it no longer finds matches in the
13874 remainder of the signature.
13876 To search for the same string a second time, press 
13877 <!--chtml if pinemode="function_key"-->
13878 &quot;F6&quot;
13879 <!--chtml else-->
13880 &quot;^W&quot;
13881 <!--chtml endif-->
13882 to begin search and then just press RETURN to accept the previous
13883 search string shown in square brackets rather than entering a new
13884 search string.<P>
13886 The &quot;Search&quot; prompt has several sub-command available:
13888 <DL>
13889 <DT>Get Help</DT>
13890 <DD> Takes you to this help page.
13892 <DT>Cancel</DT>
13893 <DD> Cancels the prompt.  No search takes place.
13895 <DT>First Line</DT>
13896 <DD> Takes you back to the composer with the cursor on the first character
13897 of the first line of text.
13899 <DT>Last Line</DT>
13900 <DD> Takes you back to the composer with the cursor on the last character
13901 of the last line of text.
13903 <DT>Replace (Optional)</DT>
13904 <DD> This sub-command is enabled by the 
13905 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13906 feature (which is on by default); see its help screen for details on how replacing works.
13908 </DL>
13910 &lt;End of help on this topic&gt;
13911 </BODY>
13912 </HTML>
13913 ======= h_composer_to ====
13914 <HTML>
13915 <HEAD>
13916 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
13917 </HEAD>
13918 <BODY>
13919 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
13921 <H2>The &quot;To:&quot; field</H2>
13922 The address you enter here must be a valid email address that is reachable
13923 from your site. 
13925 <H2>Email Address Format</H2>
13926 You may enter a full name and email address, 
13927 <!--chtml if pinemode="os_windows"-->
13928 <!--chtml else-->
13929 a local (meaning, on the same 
13930 host as the one you are running Alpine on) username that Alpine will
13931 complete for you, 
13932 <!--chtml endif-->
13933 the nickname of someone in a 
13934 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
13935 mail alias defined by your system administrator.  When you move the cursor
13936 out of this field, the nicknames will be expanded to the addresses in your
13937 address book, and the local usernames will be expanded to include the 
13938 persons' actual names.  You may enter as many addresses as you wish, but they 
13939 must be separated by commas.  You can move around this and other header fields
13940 with the arrow keys and use many of the usual composer editing keys.
13942 <UL>
13943 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13944 </UL>
13947 <H2>MESSAGE HEADER COMMANDS</H2>
13948 <!--chtml if pinemode="function_key"-->
13949 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13950 ^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>
13951 ^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>
13952 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
13953 ^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>
13954 ^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>
13955 ^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>
13956 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>
13957 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>
13958 ^@&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>
13959 ----------------------------------------|<BR>
13960 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
13961 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>
13962 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>
13963 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>
13964 <!--chtml else-->
13965 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13966 ^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>
13967 ^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>
13968 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
13969 ^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>
13970 ^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>
13971 ^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>
13972 ^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>
13973 ^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>
13974 ^@&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>
13975 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
13976 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>
13977 ^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>
13978 ^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>
13979 ^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>
13980 <!--chtml endif-->
13983 NOTE:
13984 <OL>
13985  <LI>For help on a particular command, highlight the bold text associated
13986 with it above and hit Return.
13987  <LI> The availability of certain commands 
13988 is determined by Alpine configuration files and system capabilities.
13989 At some sites, certain commands may not be available due to security or
13990 support concerns.
13991 </OL>
13994 <UL>   
13995 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13996 </UL><P>
13997 &lt;End of help on this topic&gt;
13998 </BODY>
13999 </HTML>
14000 ======= h_composer_cc ====
14001 <HTML>
14002 <HEAD>
14003 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
14004 </HEAD>
14005 <BODY>
14006 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
14007 The Cc: field is just like the To: field, except it is used for addressees
14008 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
14009 not directly meant directly &quot;for&quot; these recipients, but you wanted 
14010 them to see the message.  The only difference the recipients see is that their 
14011 name is in the Cc: field, rather than the To: field.
14013 For help with Cc: field editing
14014 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14016 <UL>
14017 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14018 </UL>
14020 <UL>   
14021 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14022 </UL><P>
14023 &lt;End of help on this topic&gt;
14024 </BODY>
14025 </HTML>
14026 ======= h_composer_bcc ====
14027 <HTML>
14028 <HEAD>
14029 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
14030 </HEAD>
14031 <BODY>
14032 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
14033 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
14034 a copy of the message to one or more people whose addresses you do not
14035 wish disclosed, either to reduce clutter or for confidentiality.
14037 The format of the Bcc: field is just the same as the To: and Cc: fields in
14038 the way the addresses are entered.  The recipients listed here will
14039 receive a copy of the message, but --assuming your site's mail transport
14040 software is properly configured-- their addresses will not show up in the
14041 headers of the message, as delivered to all of the recipients.  The To:
14042 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
14044 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
14045 will automatically generate and place in the To: field a pseudo-address of 
14046   &quot;undisclosed-recipients: ;&quot;
14047 or whatever string has been specified in the 
14048 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
14049 variable.
14051 The reason for this is to avoid embarrassment caused by some Internet
14052 mail transfer software that interprets a &quot;missing&quot; To: header as 
14053 an error and replaces it with an Apparently-to: header that may contain
14054 the addresses you entered on the Bcc: line.  In addition, it may be
14055 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
14057 You can manipulate what text ends up on the (originally) empty To:
14058 field.  Just remember to put a colon and semicolon at the end of the
14059 field, which is a special notation denoting that it is not a real address.
14061 For information on message header editing
14062 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14064 <UL>
14065 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14066 </UL>
14068 <UL>   
14069 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14070 </UL><P>
14071 &lt;End of help on this topic&gt;
14072 </BODY>
14073 </HTML>
14074 ======= h_composer_lcc ====
14075 <HTML>
14076 <HEAD>
14077 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
14078 </HEAD>
14079 <BODY>
14080 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
14081 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
14082 you wish to send a message to a list of people but avoid having all
14083 of their addresses visible, in order to reduce clutter when the
14084 message is received.
14086 It is similar to the 
14087 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
14088 in that individual
14089 addressees are hidden, but Lcc is designed to work specifically with
14090 distribution lists you have created in your 
14091 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
14092 the nickname of the list on the Lcc line will result in the full name of
14093 your Alpine Address Book list being placed on the To: line of the message,
14094 using a special notation that distinguishes it from a real address. You
14095 must leave the To: line blank for your list name to appear there.
14097 For example, if you have this list entered in your Address Book:<PRE>
14099         largo         Key Largo List       DISTRIBUTION LIST:
14100                                            bogie@mgm.com
14101                                            lauren@mgm.com
14102                                            walter@mgm.com</PRE>
14105 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
14106 the result is:<PRE>
14108         To      : Key Largo List: ;
14109         Cc      :
14110         Bcc     :
14111         Fcc     : sent-mail
14112         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
14113                   lauren@mgm.com,
14114                   walter@mgm.com
14115         Subject :</PRE>
14117 Each recipient listed on the Lcc: line receives a copy of the message
14118 without their address being visible (as though they were listed on the
14119 Bcc: line). The colon-semicolon notation used to put the full-name of the
14120 list on the To: line is a special address format that doesn't specify any
14121 actual addressees, but does give some information to the recipients of the
14122 message.
14124 Note: if after entering an LCC, you delete the list name that is placed
14125 on the To: line, then recipients will see <PRE>
14126        To: undisclosed-recipients: ;</PRE>
14128 (or whatever string is defined in the 
14129 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
14130 variable) just as in the BCC case. 
14132 For help with Lcc: field editing
14133 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14135 <UL>
14136 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14137 </UL>
14139 <UL>   
14140 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14141 </UL><P>
14142 &lt;End of help on this topic&gt;
14143 </BODY>
14144 </HTML>
14145 ======= h_composer_from =======
14146 <HTML>
14147 <HEAD>
14148 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
14149 </HEAD>
14150 <BODY>
14151 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
14153 This header carries your return address.  It is the address toward which
14154 replies (and often, future unrelated correspondence) will be directed,
14155 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
14156 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
14157 sure this address is correct.
14159 For help with message header editing
14160 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14162 <UL>
14163 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14164 </UL>
14166 <UL>   
14167 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14168 </UL><P>
14169 &lt;End of help on this topic&gt;
14170 </BODY>
14171 </HTML>
14172 ======= h_composer_reply_to =======
14173 <HTML>
14174 <HEAD>
14175 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
14176 </HEAD>
14177 <BODY>
14178 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
14180 Most people should not need this header. The Reply-To: header is used in
14181 cases where you would like replies to your messages to be directed to an
14182 address other than your normal &quot;From:&quot; address.  This is atypical, 
14183 but can happen when you use multiple machines and do not have the same account
14184 name on each one, or when you wish to direct certain replies to accounts
14185 or folders designated for specific classes of correspondence.
14187 For help with message header editing
14188 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14190 <UL>
14191 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14192 </UL>
14195 <UL>   
14196 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14197 </UL><P>
14198 &lt;End of help on this topic&gt;
14199 </BODY>
14200 </HTML>
14201 ======= h_composer_custom_addr ====
14202 <HTML>
14203 <HEAD>
14204 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
14205 </HEAD>
14206 <BODY>
14207 <H1>CUSTOMIZED HEADER FIELD</H1>
14208 This is a customized header, i.e. not one that is part of Alpine's normal
14209 set of Compose headers.
14211 For help with message header editing
14212 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14214 <UL>
14215 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14216 </UL>
14218 <UL>   
14219 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14220 </UL><P>
14221 &lt;End of help on this topic&gt;
14222 </BODY>
14223 </HTML>
14224 ======= h_composer_custom_free ====
14225 <HTML>
14226 <HEAD>
14227 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
14228 </HEAD>
14229 <BODY>
14230 <H1>CUSTOMIZED HEADER FIELD</H1>
14231 This is a customized header, i.e. not one that is part of Alpine's normal
14232 set of Compose headers.
14234 This field consists of arbitrary text.
14236 For help with message header editing
14237 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14239 <UL>   
14240 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14241 </UL><P>
14242 &lt;End of help on this topic&gt;
14243 </BODY>
14244 </HTML>
14245 ====== h_composer_news =====
14246 <HTML>
14247 <HEAD>
14248 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
14249 </HEAD>
14250 <BODY>
14251 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
14252 Use the newsgroups line to specify any and all USENET newsgroups to which
14253 your message should be posted.  When composing a message from scratch, this
14254 line may be hidden.  If so, just press the rich headers command
14255 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
14256 to make it visible.
14258 <EM>Be aware</EM> that when you post to a newsgroup thousands of
14259 people will be reading your message.  Also, you or your system manager
14260 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
14261 in order for you to be able to post.
14263 For help with message header editing
14264 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14265 <P><UL>
14266 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14267 </UL>
14269 &lt;End of help on this topic&gt;
14270 </BODY>
14271 </HTML>
14272 ======= h_composer_fcc ====
14273 <HTML>
14274 <HEADER>
14275 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
14276 </HEADER>
14277 <BODY>
14278 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
14279 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
14280 each outgoing message.  The default value can be configured with the
14281 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
14282 the file carbon copy on any message you send by editing the FCC header.<p>
14284 You may type ^T to get a list of all your folders and select one to use as
14285 the FCC for this message.<P>
14287 For help with message header editing
14288 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14290 <UL>   
14291 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14292 </UL><P>
14293 &lt;End of help on this topic&gt;
14294 </BODY>
14295 </HTML>
14296 ======= h_composer_subject ====
14297 <HTML>
14298 <HEADER>
14299 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
14300 </HEADER>
14301 <BODY>
14302 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
14304 The subject header provides a place to enter a few words that summarize
14305 the topic of the message you are sending.  You may leave this line blank,
14306 but it is considered a courtesy to use a meaningful subject.<p>
14308 For help with message header editing
14309 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14311 <UL>   
14312 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14313 </UL><P>
14314 &lt;End of help on this topic&gt;
14315 </BODY>
14316 </HTML>
14317 ======= h_composer_attachment ====
14318 <HTML>
14319 <HEAD>
14320 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
14321 </HEAD>
14322 <BODY>
14323 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
14325 The &quot;Attchmnt:&quot; field is where you specify what file or
14326 files you'd like attached to
14327 the message you are composing.  Those files must reside on the machine
14328 running Alpine. If your file is on a PC or Mac and you run Alpine with an
14329 account on a Unix machine, you'll have to transfer it before attaching it.
14330 Contact local computer support people for assistance with transferring.
14333 The file name
14334 given can be an absolute file path name for your system
14335 <!--chtml if pinemode="os_windows"-->
14336 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
14337 with a relative pathname, or simply a file name without
14338 drive or directory specification.  
14339 <!--chtml else-->
14340 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
14341 a file in your home directory, or a file path relative to your 
14342 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
14343 your home directory or &quot;~user&quot; to refer to another
14344 account's home directory.
14345 <!--chtml endif--><P>
14346 No wild card characters may be used.
14347 <P>If the 
14348 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14349 feature is set, names are relative to your current working directory 
14350 <!--chtml if pinemode="running"-->
14351 (which, at least for your current Alpine &quot;session,&quot; 
14352 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14353 <!--chtml endif-->
14354 rather than your home directory
14355 <!--chtml if pinemode="running"-->
14356 (which, in the present configuration of your system, is
14357  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14358 <!--chtml endif-->
14361 Alpine uses MIME encoding for attachments, so binaries and files of any
14362 length can safely be delivered to any MIME-capable mail reading program.
14363 If you send an attachment to someone who does not have a MIME-capable mail
14364 reading program yet, then the main message text will be readable, but
14365 attachments (even attachments that are just plain text) are not.
14368 Typing the filename on the Attchmnt: line achieves the same
14369 result as using the 
14370 <!--chtml if pinemode="function_key"-->
14372 <!--chtml else-->
14373 Ctrl-J
14374 <!--chtml endif--> command.
14377 If you Forward a message with attachments, you may delete them from your
14378 Forwarded message by editing the Attchmnt header line.
14381 For help with message header editing
14382 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14384 <UL>   
14385 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14386 </UL><P>
14387 &lt;End of help on this topic&gt;
14388 </BODY>
14389 </HTML>
14390 ======= h_composer_ctrl_j ====
14391 <HTML>
14392 <HEAD>
14393 <TITLE>COMPOSER ATTACH</TITLE>
14394 </HEAD>
14395 <BODY>
14396 After the
14397 <!--chtml if pinemode="function_key"-->
14399 <!--chtml else-->
14400 Ctrl-J
14401 <!--chtml endif--> command:
14402 At the &quot;File to attach:&quot; prompt, enter the name of the 
14403 existing file to attach to your message.  
14404 When the feature
14405 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
14406 is set
14407 you need only enter the beginning of the filename (enough of it to uniquely 
14408 identify the file) and press TAB to complete it.
14410 Or, press ^T to use the BROWSER screen for 
14411 selecting the file.  <P>
14412 For more information on attaching files, see the help screen for the 
14413 composer's 
14414 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
14415 but can be revealed using the 
14416 <!--chtml if pinemode="function_key"-->
14418 <!--chtml else-->
14419 Ctrl-R
14420 <!--chtml endif--> 
14421 command with the cursor positioned above the
14422 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
14424 &lt;End of help on this topic&gt;
14425 </BODY>
14426 </HTML>
14427 ======= h_edit_nav_cmds =========
14428 <HTML>
14429 <HEAD>
14430 <TITLE>Composer Editing Commands Explained</TITLE>
14431 </HEAD>
14432 <BODY>
14433 <H1>EDITING and NAVIGATION COMMANDS</H1>
14434 <!--chtml if pinemode="function_key"-->
14435 <PRE>
14436 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14437 ^B (Left Arrow)    Back character       | ^D       Delete current character
14438 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14439 ^P (Up Arrow)      Previous line        |
14440 ^N (Down Arrow)    Next line            | F9       Cut marked text or
14441 ^A                 Beginning of line    |            delete current line
14442 ^E                 End of line          | F10      Undelete line(s)
14443 F7                 Previous page        |
14444 F8                 Next page            |-------------------------------------
14445 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14446 ----------------------------------------|
14447 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
14448 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
14449 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
14450 </PRE>
14451 <!--chtml else-->
14452 <PRE>
14453 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14454 ^B (Left Arrow)    Back character       | ^D       Delete current character
14455 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14456 ^P (Up Arrow)      Previous line        |
14457 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
14458 ^A                 Beginning of line    |            delete current line
14459 ^E                 End of line          | ^U       Undelete line(s)
14460 ^Y                 Previous page        |
14461 ^V                 Next page            |-------------------------------------
14462 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14463 ----------------------------------------|
14464 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
14465 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
14466 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
14467 </PRE>
14468 <!--chtml endif-->
14469 &lt;End of help on this topic&gt;
14470 </BODY>
14471 </HTML>
14472 ===== h_composer_sigedit =====
14473 <HTML>
14474 <HEAD>
14475 <TITLE>Signature Editor Commands Explained</TITLE>
14476 </HEAD>
14477 <BODY>
14478 <H1>SIGNATURE EDITOR COMMANDS</H1>
14479 <!--chtml if pinemode="function_key"-->
14480 <PRE>
14481 CURSOR MOTION KEYS                     |EDITING KEYS
14482   ^B (Left Arrow)   Back character     | ^D       Delete current character
14483   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14484   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14485   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14486   ^A                Beginning of line  |           delete current line
14487   ^E                End of line        | F10       Paste text, undelete lines
14488   F7                Previous page      |           cut with ^K, or unjustify
14489   F8                Next page          |-------------------------------------
14490   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14491 ---------------------------------------| F6       Whereis (search for string)
14492 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14493  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14494                  |  ^Z    Suspend      | ^L       Redraw Screen
14495  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14496 </PRE>
14497 <!--chtml else-->
14498 <PRE>
14499 CURSOR MOTION KEYS                     |EDITING KEYS
14500   ^B (Left Arrow)   Back character     | ^D       Delete current character
14501   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14502   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14503   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14504   ^A                Beginning of line  |           delete current line
14505   ^E                End of line        | ^U        Paste text, undelete lines
14506   ^Y                Previous page      |           cut with ^K, or unjustify
14507   ^V                Next page          |-------------------------------------
14508   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14509 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14510 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14511  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14512                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14513  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14514 </PRE>
14515 <!--chtml endif-->
14517 NOTE: The presence or absence of the following commands is determined
14518 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14519 some of these commands may be administratively disabled by your system
14520 manager; if they don't work, please check with your local help desk
14521 before reporting a bug.
14523 <UL>
14524  <LI>Suspend (suspends Alpine and gives a system prompt)
14525  <LI>Alternate editor (allows you to compose with your own editor)
14526 </UL>
14529 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14530 Ctrl-&#92;, ESC
14533 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14534 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14536 &lt;End of help on this topic&gt;
14537 </BODY>
14538 </HTML>
14539 ===== h_composer_commentedit =====
14540 <HTML>
14541 <HEAD>
14542 <TITLE>Comment Editor Commands Explained</TITLE>
14543 </HEAD>
14544 <BODY>
14545 <H1>COMMENT EDITOR COMMANDS</H1>
14546 <!--chtml if pinemode="function_key"-->
14547 <PRE>
14548 CURSOR MOTION KEYS                     |EDITING KEYS
14549   ^B (Left Arrow)   Back character     | ^D       Delete current character
14550   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14551   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14552   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14553   ^A                Beginning of line  |           delete current line
14554   ^E                End of line        | F10       Paste text, undelete lines
14555   F7                Previous page      |           cut with ^K, or unjustify
14556   F8                Next page          |-------------------------------------
14557   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14558 ---------------------------------------| F6       Whereis (search for string)
14559 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14560  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14561                  |  ^Z    Suspend      | ^L       Redraw Screen
14562  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14563 </PRE>
14564 <!--chtml else-->
14565 <PRE>
14566 CURSOR MOTION KEYS                     |EDITING KEYS
14567   ^B (Left Arrow)   Back character     | ^D       Delete current character
14568   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14569   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14570   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14571   ^A                Beginning of line  |           delete current line
14572   ^E                End of line        | ^U        Paste text, undelete lines
14573   ^Y                Previous page      |           cut with ^K, or unjustify
14574   ^V                Next page          |-------------------------------------
14575   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14576 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14577 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14578  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14579                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14580  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14581 </PRE>
14582 <!--chtml endif-->
14584 NOTE: The presence or absence of the following commands is determined
14585 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14586 some of these commands may be administratively disabled by your system
14587 manager; if they don't work, please check with your local help desk
14588 before reporting a bug.
14590 <UL>
14591  <LI>Suspend (suspends Alpine and gives a system prompt)
14592  <LI>Alternate editor (allows you to compose with your own editor)
14593 </UL>
14596 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14597 Ctrl-&#92;, ESC
14600 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14601 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14603 &lt;End of help on this topic&gt;
14604 </BODY>
14605 </HTML>
14606 ======= h_composer_abook_nick =======
14607 <HTML>
14608 <HEAD>
14609 <TITLE>Addressbook Nickname Explained</TITLE>
14610 </HEAD>
14611 <BODY>
14612 This is a short nickname for this address book entry.  If it is used in
14613 place of an address from the composer, the composer will fill in the
14614 address(es) for the entry that matches the nickname. 
14617 Look <A HREF="h_edit_nav_cmds">here</A>
14618 to see the available Editing and Navigation commands.
14620 &lt;End of help on this topic&gt;
14621 </BODY>
14622 </HTML>
14623 ======= h_composer_abook_full =======
14624 <HTML>
14625 <HEAD>
14626 <TITLE>Addressbook Fullname Explained</TITLE>
14627 </HEAD>
14628 <BODY>
14629 This is the full name field for this entry.  If this is going to be a
14630 distribution list (more than one address), it should be a descriptive
14631 phrase describing the list.  It will be included in the mail header if you
14632 put the list in the To: or CC: field, or in the To: line if you put the
14633 list in the Lcc: field.  It's OK to leave this field blank (and OK to
14634 leave any of the other fields blank, too). If this address book entry is
14635 going to be a simple entry with just one address, then this field is the
14636 person's name. When you send mail to this entry, this is the field to the
14637 left of the brackets. That is, it is the most readable part of the 
14638 address. For example, in the sample address:
14639 <PRE>
14640        John Doe &lt;jdoe@some.domain&gt;
14641 </PRE>
14642 "John Doe" is the full name field. If you are sorting your address book
14643 with one of the options that uses full names, then it might be useful to
14644 enter the full name as "Last, First", for example:
14645 <PRE>
14646        Doe, John
14647 </PRE>
14648 so that it will be sorted using Doe instead of John. This will be changed
14649 back into John Doe when you use it.
14651 Look <A HREF="h_edit_nav_cmds">here</A>
14652 to see the available Editing and Navigation commands.
14654 &lt;End of help on this topic&gt;
14655 </BODY>
14656 </HTML>
14657 ======= h_composer_abook_fcc =======
14658 <HTML>
14659 <HEAD>
14660 <TITLE>Addressbook Fcc Explained</TITLE>
14661 </HEAD>
14662 <BODY>
14663 If this entry is the first one in the To: line of an outgoing message,
14664 this field will be used for the Fcc (File Carbon Copy) instead of whatever
14665 you would normally get (which depends on which
14666 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
14667 you've chosen). 
14669 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
14670 that you don't want any Fcc associated with this entry.
14672 Look <A HREF="h_edit_nav_cmds">here</A>
14673 to see the available Editing and Navigation commands.
14675 &lt;End of help on this topic&gt;
14676 </BODY>
14677 </HTML>
14678 ====== h_config_combined_abook_display =====
14679 <HTML>
14680 <HEAD>
14681 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
14682 </HEAD>
14683 <BODY>
14684 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
14686 This feature affects the address book display screens.
14687 Normally, expanding an address book from the ADDRESS BOOK LIST screen
14688 will cause the remaining address books and directory servers to disappear
14689 from the screen, leaving only the entries of the expanded address book.
14690 If this feature is set, then the other address books will remain on the screen,
14691 so that all of the address books can be present at once.
14694 The way that commands work won't be changed.
14695 For example, the Select All command will select all of the entries in the
14696 current address book, not all of the entries in all of the address books.
14697 The WhereIs command will change a little.
14698 It will search through all of the text on the screen plus all of the entries
14699 from expanded address books.
14702 When this feature is set, the setting of the feature
14703 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
14704 has an effect.
14706 &lt;End of help on this topic&gt;
14707 </BODY>
14708 </HTML>
14709 ====== h_config_titlebar_color_style =====
14710 <HTML>
14711 <HEAD>
14712 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
14713 </HEAD>
14714 <BODY>
14715 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
14717 This option affects the colors used to display the titlebar (the top
14718 line on the screen) when viewing a message.
14721 The available options include:
14724 <DL>
14725 <DT>default</DT>
14726 <DD>The color of the titlebar will be the color you set for the
14727 <A HREF="h_config_title_color">Title Color</A>.
14728 The Title Color may be set by using the
14729 <A HREF="h_color_setup">Setup Kolor</A> screen.
14730 </DD>
14732 <DT>indexline</DT>
14733 <DD>The color of the titlebar will be the same as the color of the
14734 index line corresponding to the message being viewed.
14735 The rules that determine what color the index line will be may be set
14736 up by going to the Setup/Rules/Indexcolor screen.
14737 If the index line for a message is not colored explicitly by the
14738 Indexcolor rules, then the titlebar will be colored the same as for
14739 the &quot;default&quot; option above (which is not the same color that
14740 the index line itself will have).
14741 </DD>
14743 <DT>reverse-indexline</DT>
14744 <DD>This is similar to the &quot;indexline&quot; option except the
14745 foreground and background colors from the corresponding index line will
14746 be reversed.
14747 For example, if the index line color is red letters on a white background,
14748 then the titlebar will be white letters on a red background.
14749 If the index line for a message is not colored explicitly by the
14750 Indexcolor rules, then the titlebar will be colored the same as for
14751 the &quot;default&quot; option above (which is not the same color that
14752 the index line itself will have).
14753 </DD>
14754 </DL>
14758 <UL>   
14759 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14760 </UL><P>
14761 &lt;End of help on this topic&gt;
14762 </BODY>
14763 </HTML>
14764 ====== h_config_index_color_style =====
14765 <HTML>
14766 <HEAD>
14767 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
14768 </HEAD>
14769 <BODY>
14770 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
14772 This option affects the colors used to display the current line in the
14773 MESSAGE INDEX screen.
14774 If you do not have Index Color Rules defined, then this option will
14775 have no effect in the index.
14776 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
14778 If the option
14779 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
14780 is turned on and the
14781 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
14782 is set to something other than the default, then
14783 this option also affects the color used to display the current folder
14784 in the Incoming FOLDER LIST screen.
14787 The available options include:
14790 <DL>
14791 <DT>flip-colors</DT>
14792 <DD>This is the default.
14793 If an index line is colored because it matches one of your
14794 Index Color Rules, then its colors will be reversed when it is the currently
14795 highlighted line.
14796 For example, if the line is normally red text on a blue background, then
14797 when it is the current line it will be drawn as blue text on a red background.
14799 The rest of the option values all revert to this flip-colors behavior if
14800 there is no Reverse Color defined.
14801 </DD>
14803 <DT>reverse</DT>
14804 <DD>With this option the Reverse color is always used to highlight the
14805 current line.
14806 </DD>
14808 <DT>reverse-fg</DT>
14809 <DD>The foreground part of the Reverse Color is used to highlight
14810 the current line.
14811 If this would cause the text to be unreadable (because the foreground and
14812 background colors are the same) or if it would cause no change in the
14813 color of the index line, then the colors are flipped instead.
14815 Some people think this works particularly well if you use different
14816 background colors to emphasize &quot;interesting&quot; lines,
14817 but always with the same Normal foreground color,
14818 and you use a different foreground color for the Reverse Color.
14819 </DD>
14821 <DT>reverse-fg-no-ambiguity</DT>
14822 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
14823 the resulting color will be exactly the same as the regular Reverse
14824 Color.
14825 That can lead to some possible confusion because an
14826 &quot;interesting&quot;
14827 line that is the current line will be displayed exactly the same as a
14828 non-interesting line that is current.
14829 You can't tell whether the line is just a regular current line or if it is
14830 an &quot;interesting&quot; current line by looking at the color.
14831 Setting the option to this value removes that ambiguity.
14832 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
14833 interesting current line would look just like a non-interesting current line.
14834 In that case, the interesting line's colors are simply flipped (like in the
14835 default behavior).
14837 As an alternative way to preserve the line's interestingness in this case,
14838 you may find that using both a different foreground and a different
14839 background color for the interesting line will help.
14840 </DD>
14842 <DT>reverse-bg</DT>
14843 <DD>The background part of the Reverse Color is used to highlight
14844 the current line.
14845 If this would cause the text to be unreadable (because the foreground and
14846 background colors are the same) or if it would cause no change in the
14847 color of the index line, then the colors are flipped instead.
14849 Some people think this works particularly well if you use different
14850 foreground colors to emphasize &quot;interesting&quot; lines,
14851 but always with the same Normal background color,
14852 and you use a different background color for the Reverse Color.
14853 </DD>
14855 <DT>reverse-bg-no-ambiguity</DT>
14856 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
14857 rule may also result in a color that is exactly the same as the regular
14858 Reverse Color.
14859 Setting the option to this value removes that ambiguity.
14860 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
14861 current line has the same color as the Reverse Color.
14862 In that case, the interesting line's colors are simply flipped (like in the
14863 default behavior).
14864 </DD>
14865 </DL>
14869 <UL>   
14870 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14871 </UL><P>
14872 &lt;End of help on this topic&gt;
14873 </BODY>
14874 </HTML>
14875 ====== h_config_expanded_addrbooks =====
14876 <HTML>
14877 <HEAD>
14878 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
14879 </HEAD>
14880 <BODY>
14881 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
14883 If multiple address books (either personal or global) are defined, and you
14884 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
14885 screen, then set this feature. This feature will have no effect unless the
14886 feature
14887 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
14888 is also set.
14890 &lt;End of help on this topic&gt;
14891 </BODY>
14892 </HTML>
14893 ====== h_config_combined_folder_display =====
14894 <HTML>
14895 <HEAD>
14896 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
14897 </HEAD>
14898 <BODY>
14899 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
14901 This feature affects the folder list display screens.
14902 Normally, each folder list is viewed within its collection only.  This
14903 command allows folder lists to be viewed within a single screen that
14904 combines the contents of all collections.
14907 The way that commands work won't be changed.
14908 For example, the Select All command will select all of the folders in the
14909 current collection, not all of the entries in all of the collections.
14910 The WhereIs command will change a little.
14911 It will search through all of the folders in the current collection as well
14912 as all the folder in any other expanded collection.
14915 When this feature is set, the setting of the feature
14916 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
14917 has an effect.
14919 &lt;End of help on this topic&gt;
14920 </BODY>
14921 </HTML>
14922 ====== h_config_combined_subdir_display =====
14923 <HTML>
14924 <HEAD>
14925 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
14926 </HEAD>
14927 <BODY>
14928 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
14930 This feature affects the Folder List screen when
14932 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14933 feature is enabled.  Normally, selecting a directory from the Folder
14934 List takes you into a new screen displaying only the contents of
14935 that directory.
14938 Enabling this feature will cause the contents of the selected
14939 directory to be
14940 displayed within the boundaries of the &quot;Collection&quot; it
14941 is a part of.  All previously displayed collections will remain
14942 in the screen.
14945 The way that commands work won't be changed.
14946 For example, the Select All command will select all of the folders in the
14947 directory, as opposed to all of the entries in all of the collections.
14948 The WhereIs command will change a little.
14949 It will search through all of the folders in the current collection as well
14950 as all the folder in any other expanded collection.
14953 &lt;End of help on this topic&gt;
14954 </BODY>
14955 </HTML>
14956 ====== h_config_separate_fold_dir_view =====
14957 <HTML>
14958 <HEAD>
14959 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
14960 </HEAD>
14961 <BODY>
14962 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
14964 This feature affects folder collections wherein a folder
14965 and directory can have the same name.  By default, Alpine displays them
14966 only once, denoting that it is both a folder and directory by appending
14967 the folder name with the hierarchy character enclosed
14968 in square brackets.
14972 Enabling this feature will cause Alpine to display such names
14973 separately marking the name representing a directory with a trailing
14974 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
14977 The feature also alters the command set slightly.  By default, the
14978 right-arrow descends into the directory, while hitting the Return key will
14979 cause the folder by that name to be opened.
14982 With this feature set, the Return key will open the highlighted folder, or
14983 enter the highlighted directory.
14986 &lt;End of help on this topic&gt;
14987 </BODY>
14988 </HTML>
14989 ====== h_config_expanded_folders =====
14990 <HTML>
14991 <HEAD>
14992 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
14993 </HEAD>
14994 <BODY>
14995 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
14997 If multiple folder collections are defined, and you
14998 wish to have them all expanded implicitly upon entering the FOLDER LIST
14999 screen, then set this feature. This feature will have no effect unless the
15000 feature
15001 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
15002 is also set.
15004 &lt;End of help on this topic&gt;
15005 </BODY>
15006 </HTML>
15007 ======= h_config_ldap_server =======
15008 <HTML>
15009 <HEAD>
15010 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
15011 </HEAD>
15012 <BODY>
15013 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
15014 This is the name of the host where an LDAP server is running.
15015 For redundancy, this may be a space-delimited set of server names, in which
15016 case the first server that answers is used.
15017 Each of the server names may be optionally followed by
15018 a colon and a port number.
15019 If this form is used then the port number configured below in the
15020 <EM>port</EM> field is not used.
15022 To find out whether your organization has its own LDAP server, 
15023 contact its computing support staff.
15024 <P><UL>
15025 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15026 </UL>
15028 &lt;End of help on this topic&gt;
15029 </BODY>
15030 </HTML>
15031 ======= h_config_ldap_base =======
15032 <HTML>
15033 <HEAD>
15034 <TITLE>LDAP OPTION: Search-Base</TITLE>
15035 </HEAD>
15036 <BODY>
15037 <H1>LDAP OPTION: Search-Base</H1>
15039 This is the search base to be used on this server.  It functions as a filter 
15040 by restricting your searches in the LDAP server database
15041 to the specified contents of the specified fields.  Without it, searches 
15042 submitted to this directory server may fail.  It might be something
15043 like:
15045 <PRE>
15046       O = &lt;Your Organization Name&gt;, C = US
15047 </PRE>
15048 or it might be blank.  
15049 (Some LDAP servers actually ignore anything specified here.)
15051 If in doubt what parameters you should specify here, 
15052 contact the maintainers of the LDAP server.
15053 <P><UL>
15054 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15055 </UL>
15057 &lt;End of help on this topic&gt;
15058 </BODY>
15059 </HTML>
15060 ======= h_config_ldap_port =======
15061 <HTML>
15062 <HEAD>
15063 <TITLE>LDAP OPTION: Port</TITLE>
15064 </HEAD>
15065 <BODY>
15066 <H1>LDAP OPTION: Port</H1>
15068 This is the TCP port number to be used with this LDAP server. If you leave
15069 this blank port 389 will be used.
15071 &lt;End of help on this topic&gt;
15072 </BODY>
15073 </HTML>
15074 ======= h_config_ldap_nick =======
15075 <HTML>
15076 <HEAD>
15077 <TITLE>LDAP OPTION: Nickname</TITLE>
15078 </HEAD>
15079 <BODY>
15080 <H1>LDAP OPTION: Nickname</H1>
15082 This is a nickname to be used in displays. If you don't supply a
15083 nickname the server name
15084 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
15085 will be used instead.  This option is strictly for your convenience.
15087 &lt;End of help on this topic&gt;
15088 </BODY>
15089 </HTML>
15090 ======= h_config_ldap_binddn =======
15091 <HTML>
15092 <HEAD>
15093 <TITLE>LDAP OPTION: Bind-DN</TITLE>
15094 </HEAD>
15095 <BODY>
15096 <H1>LDAP OPTION: Bind-DN</H1>
15098 You may need to authenticate to the LDAP server before you are able to use it.
15099 This is the Distinguished Name to bind to when authenticating to this server.
15100 Try leaving this blank until you know you need it.
15102 Alpine only knows about LDAP Simple authentication.
15103 It does not attempt LDAP SASL authentication.
15104 The DN and password will be sent in the clear unless TLS encryption is
15105 being used on this connection.
15106 Because of this, you may want to set the LDAP feature
15107 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
15108 or the feature
15109 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15110 if you are going to be providing a password.
15111 <P><UL>
15112 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15113 </UL>
15115 &lt;End of help on this topic&gt;
15116 </BODY>
15117 </HTML>
15118 ======= h_config_ldap_opts_impl =======
15119 <HTML>
15120 <HEAD>
15121 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
15122 </HEAD>
15123 <BODY>
15124 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
15126 Set this to have lookups done to this server implicitly from the composer.
15127 If an address doesn't look like a fully-qualified address, it will be looked
15128 up in your address books, and if it doesn't match a nickname there, then it
15129 will be looked up on the LDAP servers that have this feature set.
15130 The lookups will also be done when using the address completion feature
15131 (TAB command) in the composer if any of the serves have this feature set.
15132 Also see the LDAP feature
15133 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
15134 and the Setup/Config feature
15135 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
15137 &lt;End of help on this topic&gt;
15138 </BODY>
15139 </HTML>
15140 ======= h_config_ldap_opts_tls =======
15141 <HTML>
15142 <HEAD>
15143 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
15144 </HEAD>
15145 <BODY>
15146 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
15148 When connecting to this server Alpine will attempt to use TLS encryption
15149 on the connection.
15150 Also see the closely related feature
15151 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15153 Note that if this option is set, then 
15154 <A HREF="h_config_ldap_opts_ldaps">
15155 &quot;Require-LDAPS-On-Connection&quot;</A>
15156 can not be enabled for this server. You must disable this feature in
15157 order to use 
15158 <A HREF="h_config_ldap_opts_ldaps">
15159 &quot;Require-LDAPS-On-Connection&quot;</A>
15161 &lt;End of help on this topic&gt;
15162 </BODY>
15163 </HTML>
15164 ======= h_config_ldap_opts_tlsmust =======
15165 <HTML>
15166 <HEAD>
15167 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
15168 </HEAD>
15169 <BODY>
15170 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
15172 When connecting to this server Alpine will attempt to use TLS encryption
15173 on the connection.
15174 If the StartTLS operation fails then the connection will not be used.
15176 Note that if this option is set, then 
15177 <A HREF="h_config_ldap_opts_ldaps">
15178 &quot;Require-LDAPS-On-Connection&quot;</A>
15179 can not be enabled for this server. You must disable this feature in
15180 order to use 
15181 <A HREF="h_config_ldap_opts_ldaps">
15182 &quot;Require-LDAPS-On-Connection&quot;</A>
15184 &lt;End of help on this topic&gt;
15185 </BODY>
15186 </HTML>
15187 ======= h_config_ldap_opts_ldaps =======
15188 <HTML>
15189 <HEAD>
15190 <TITLE>LDAP FEATURE: Require-LDAPS-On-Connection</TITLE>
15191 </HEAD>
15192 <BODY>
15193 <H1>LDAP FEATURE: Require-LDAPS-On-Connection</H1>
15195 When connecting to this server Alpine will use LDAPS (LDAP over SSL/TLS) 
15196 on the connection.
15198 This feature can not be used along with 
15199 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15200  or
15201 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>.
15202 If you want to connect using StartTLS to this server, you must disable
15203 this feature first.
15205 &lt;End of help on this topic&gt;
15206 </BODY>
15207 </HTML>
15208 ====== h_config_ldap_opts_rhs =====
15209 <HTML>
15210 <HEAD>
15211 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
15212 </HEAD>
15213 <BODY>
15214 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
15216 Normally implicit LDAP lookups from the composer are done only for the
15217 strings you type in from the composer screen. In other words, you type in
15218 something in the To or CC field and press return, then the string is looked up.
15219 First that string is looked up in your address books. If a match is found
15220 there, then the results of that match are looked up again. If you place
15221 a string in your address book that you want to have looked up on the LDAP
15222 directory server, you need to turn on this feature. If you set this feature
15223 for a server, you almost always will also want to set the
15224 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
15225 feature. An example might serve to best illustrate this feature.
15227 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
15228 entry with an
15229 address of pres@whitehouse.gov, then you might put an entry in your address
15230 book that looks like:
15232 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
15233 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
15235 Now, when you type &quot;bill&quot; into an
15236 address field in the composer Alpine will
15237 find the &quot;bill&quot; entry in your address book.
15238 It will replace &quot;bill&quot; with
15239 &quot;William Clinton&quot;.
15240 It will then search for an entry with that nickname
15241 in your address book and not find one. If this feature
15242 is set, Alpine will then attempt to lookup
15243 &quot;William Clinton&quot; on the LDAP server and find the entry with address
15244 pres@whitehouse.gov.
15246 A better way to accomplish the same thing is probably to use the feature
15247 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
15249 &lt;End of help on this topic&gt;
15250 </BODY>
15251 </HTML>
15252 ====== h_config_ldap_opts_ref =====
15253 <HTML>
15254 <HEAD>
15255 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
15256 </HEAD>
15257 <BODY>
15258 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
15260 Normally when you save the results of an LDAP directory lookup to your
15261 address book the results of the lookup are saved. If this feature is set
15262 and the entry being saved was found on this directory server, then the
15263 search criteria is saved instead of the results of the search. When this
15264 address book entry is used in the future, instead of copying the results
15265 from the address book the directory lookup will be done again. This could
15266 be useful if the copied result might become stale because the data on
15267 the directory server changes (for example, the entry's email address changes).
15268 You probably don't want to set this feature if the server is at all slow or
15269 unreliable.
15271 The way this actually works is that instead of saving the email address
15272 in your address book, Alpine saves enough information to look up the same
15273 directory entry again. In particular, it saves the server name and the
15274 distinguished name of the entry. It's possible that the server administrators
15275 might change the format of distinguished names on the server, or that the
15276 entry might be removed from the server. If Alpine notices this, you will be warned
15277 and a backup copy of the email address will be used. You may want to create
15278 a new entry in this case, since you will get the annoying warning every
15279 time you use the old entry. You may do that by Saving the entry to a new
15280 nickname in the same address book. You will be asked whether or not you
15281 want to use the backup email address.
15283 A related feature in the Setup/Config screen is
15284 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
15286 &lt;End of help on this topic&gt;
15287 </BODY>
15288 </HTML>
15289 ======= h_config_ldap_opts_nosub =======
15290 <HTML>
15291 <HEAD>
15292 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
15293 </HEAD>
15294 <BODY>
15295 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
15297 Spaces in your input are normally handled specially.
15298 Each space character is replaced
15301 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
15303 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
15304 The reason this is done is so the input string
15306 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
15308 (which is converted to &quot;Greg* Donald&quot;) will match
15309 the names &quot;Greg Donald&quot;,
15310 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
15311 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
15312 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
15313 then it would also match the name &quot;Greg Donaldson&quot;.
15315 Turning on this feature will disable this substitution.
15317 &lt;End of help on this topic&gt;
15318 </BODY>
15319 </HTML>
15320 ====== h_config_ldap_searchtypes =======
15321 <HTML>
15322 <HEAD>
15323 <TITLE>LDAP OPTION: Search-Type</TITLE>
15324 </HEAD>
15325 <BODY>
15326 <H1>LDAP OPTION: Search-Type</H1>
15328 This affects the way that LDAP searches are done.
15329 In particular, this tells the server where to look for the string to be matched.
15330 If set to &quot;name&quot; then the string that is being searched for will
15331 be compared with the string in the
15332 &quot;Name&quot; field on the server
15333 (technically, it is the &quot;commonname&quot; field on the server).
15334 &quot;Surname&quot; means we're looking for a
15335 match in the &quot;Surname&quot; field on the
15336 server (actually the &quot;sn&quot; field).
15337 &quot;Givenname&quot; really is &quot;givenname&quot;
15338 and &quot;email&quot; is the electronic mail address (this is actually the field
15339 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
15340 The other three types are combinations of
15341 the types listed so far. &quot;Name-or-email&quot;
15342 means the string should appear
15343 in either the &quot;name&quot; field OR the &quot;email&quot; field.
15344 Likewise, &quot;surname-or-givenname&quot;
15345 means &quot;surname&quot; OR &quot;givenname&quot;
15346 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
15348 This search TYPE is combined with the
15349 search <A HREF="h_config_ldap_searchrules">RULE</A>
15350 to form the actual search query.
15352 The usual default value for this
15353 option is &quot;sur-or-given-or-name-or-email&quot;.
15354 This type of search may be slow on some servers.
15355 Try &quot;name-or-email&quot;, which is often
15356 faster, or just &quot;name&quot; if the performance seems to be a problem.
15358 Some servers have been configured with different attribute names for
15359 these four fields.
15360 In other words, instead of using the attribute name &quot;mail&quot;
15361 for the email address field, the server might be configured to use something
15362 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
15363 Alpine can be configured to use these different attribute names by using
15364 the four configuration options:
15365 <P><UL>
15366 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
15367 </UL>
15368 <P><UL>
15369 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
15370 </UL>
15371 <P><UL>
15372 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
15373 </UL>
15374 <P><UL>
15375 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
15376 </UL>
15378 &lt;End of help on this topic&gt;
15379 </BODY>
15380 </HTML>
15381 ====== h_config_ldap_searchrules =======
15382 <HTML>
15383 <HEAD>
15384 <TITLE>LDAP OPTION: Search-Rule</TITLE>
15385 </HEAD>
15386 <BODY>
15387 <H1>LDAP OPTION: Search-Rule</H1>
15389 This affects the way that LDAP searches are done.
15390 If set to &quot;equals&quot; then
15391 only exact matches count.
15392 &quot;Contains&quot; means that the string you type in
15393 is a substring of what you are matching against.
15394 &quot;Begins-with&quot; and &quot;ends-with&quot;
15395 mean that the string starts or ends with the string you type in.
15397 Spaces in your input are normally handled specially, but you can turn that
15398 special handling off with the
15399 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15400 feature.
15402 The usual default value for this option is &quot;begins-with&quot;.
15404 &lt;End of help on this topic&gt;
15405 </BODY>
15406 </HTML>
15407 ======= h_config_ldap_email_attr =======
15408 <HTML>
15409 <HEAD>
15410 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
15411 </HEAD>
15412 <BODY>
15413 <H1>LDAP OPTION: EmailAttribute</H1>
15415 This is the name of the attribute that is searched for when looking for
15416 an email address. The default value for this option is &quot;mail&quot; or
15417 &quot;electronicmail&quot;.
15418 If the server you are using uses a different attribute name for the email
15419 address, put that attribute name here.
15421 This will affect the search filter used if your Search-Type is one that
15422 contains a search for &quot;email&quot;.
15423 It will also cause the attribute value matching this attribute name to be used
15424 as the email address when you look up an entry from the composer.
15426 &lt;End of help on this topic&gt;
15427 </BODY>
15428 </HTML>
15429 ======= h_config_ldap_sn_attr =======
15430 <HTML>
15431 <HEAD>
15432 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
15433 </HEAD>
15434 <BODY>
15435 <H1>LDAP OPTION: SurnameAttribute</H1>
15437 This is the name of the attribute that is searched for when looking for
15438 the surname of the entry. The default value for this option is &quot;sn&quot;.
15439 If the server you are using uses a different attribute name for the surname,
15440 put that attribute name here.
15441 This will affect the search filter used if your Search-Type is one that
15442 contains a search for &quot;surname&quot;.
15444 &lt;End of help on this topic&gt;
15445 </BODY>
15446 </HTML>
15447 ======= h_config_ldap_gn_attr =======
15448 <HTML>
15449 <HEAD>
15450 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
15451 </HEAD>
15452 <BODY>
15453 <H1>LDAP OPTION: GivennameAttribute</H1>
15455 This is the name of the attribute that is searched for when looking for
15456 the given name of the entry. The default value for this option is &quot;givenname&quot;.
15457 If the server you are using uses a different attribute name for the given name,
15458 put that attribute name here.
15459 This will affect the search filter used if your Search-Type is one that
15460 contains a search for &quot;givenname&quot;.
15462 &lt;End of help on this topic&gt;
15463 </BODY>
15464 </HTML>
15465 ======= h_config_ldap_cn_attr =======
15466 <HTML>
15467 <HEAD>
15468 <TITLE>LDAP OPTION: NameAttribute</TITLE>
15469 </HEAD>
15470 <BODY>
15471 <H1>LDAP OPTION: NameAttribute</H1>
15473 This is the name of the attribute that is searched for when looking for
15474 the name of the entry. The default value for this option is &quot;cn&quot;, which
15475 stands for common name.
15476 If the server you are using uses a different attribute name for the name,
15477 put that attribute name here.
15478 This will affect the search filter used if your Search-Type is one that
15479 contains a search for &quot;name&quot;.
15481 &lt;End of help on this topic&gt;
15482 </BODY>
15483 </HTML>
15484 ======= h_config_ldap_time =======
15485 <HTML>
15486 <HEAD>
15487 <TITLE>LDAP OPTION: Timelimit</TITLE>
15488 </HEAD>
15489 <BODY>
15490 <H1>LDAP OPTION: Timelimit</H1>
15492 This places a limit on the number of seconds the LDAP search will continue.
15493 The default is 30 seconds. A value of 0 means no limit. Note that some servers
15494 may place limits of their own on searches.
15496 &lt;End of help on this topic&gt;
15497 </BODY>
15498 </HTML>
15499 ======= h_config_ldap_size =======
15500 <HTML>
15501 <HEAD>
15502 <TITLE>LDAP OPTION: Sizelimit</TITLE>
15503 </HEAD>
15504 <BODY>
15505 <H1>LDAP OPTION: Sizelimit</H1>
15507 This places a limit on the number of entries returned by the LDAP server.
15508 A value of 0 means no limit. The default is 0. Note that some servers
15509 may place limits of their own on searches.
15511 &lt;End of help on this topic&gt;
15512 </BODY>
15513 </HTML>
15514 ======= h_config_ldap_cust =======
15515 <HTML>
15516 <HEAD>
15517 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
15518 </HEAD>
15519 <BODY>
15520 <H1>LDAP OPTION: Custom-Search-Filter</H1>
15522 This one is for advanced users only! If you define this, then the
15523 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
15524 However, the feature
15525 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15526 is still in effect.
15527 That is, the space substitution will take place even in a custom filter unless
15528 you disable it.
15530 If your LDAP service stops working and you suspect it might be because
15531 of your custom filter, just delete this filter and try using the
15532 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
15533 Another option that sometimes causes trouble is the
15534 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
15536 This variable may be set to the string representation of an LDAP search
15537 filter (see RFC1960). In the places where you want the address string to be
15538 substituted in, put a '%s' in this filter string. Here are some examples:
15540 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
15541 is equivalent to the &quot;Custom-Search-Filter&quot;
15542 <PRE>
15543      (cn=%s*)
15544 </PRE>
15545 When you try to match against the string &quot;string&quot; the program replaces
15546 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
15547 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
15549 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
15550 of &quot;contains&quot; is equivalent to
15551 <PRE>
15552      (|(cn=*%s*)(mail=*%s*))
15553 </PRE>
15555 If your server uses a different attribute <EM>name</EM> than
15556 Alpine uses by default,
15557 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
15558 then you may be able to use one or more of the four attribute configuration
15559 options instead of defining a custom filter:
15560 <P><UL>
15561 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
15562 </UL>
15563 <P><UL>
15564 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
15565 </UL>
15566 <P><UL>
15567 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
15568 </UL>
15569 <P><UL>
15570 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
15571 </UL>
15573 &lt;End of help on this topic&gt;
15574 </BODY>
15575 </HTML>
15576 ======= h_composer_abook_comment =======
15577 <HTML>
15578 <HEAD>
15579 <TITLE>Addressbook Comment Explained</TITLE>
15580 </HEAD>
15581 <BODY>
15582 This is a comment to help you remember what this entry is. The WhereIs
15583 command searches comments so that it is easier to find an entry with a comment
15584 you know about attached to it. This field is not used in the outgoing message.
15586 Look <A HREF="h_edit_nav_cmds">here</A>
15587 to see the available Editing and Navigation commands.
15589 &lt;End of help on this topic&gt;
15590 </BODY>
15591 </HTML>
15592 ======= h_composer_abook_addrs =======
15593 <HTML>
15594 <HEAD>
15595 <TITLE>Addressbook Lists</TITLE>
15596 </HEAD>
15597 <BODY>
15598 <H1>Addressbook Lists</H1>
15600 This is a list of addresses to send to when sending to this address book
15601 entry.  Each member of the list may be an address or another nickname from
15602 any of your address books.  If it is an address, it is OK to include the
15603 full name field as well as the electronic address portion of that address.
15604 For example, the following are all legitimate entries in this field:
15606 <DL><DT>&nbsp;</DT>
15607 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
15608 <DD>jdoe@some.domain
15609 <DD>John Doe &lt;jdoe@some.domain&gt;
15610 </DL>
15612 The addresses should be listed separated by commas, just like you would
15613 enter them from the composer.
15617 The only difference between a distribution list and a simple entry with a
15618 single address, is that a distribution list has more than one address   
15619 listed in the Addresses: field, whereas a simple personal entry has just  
15620 one address.
15624 For individual address book entries, if there is a full name in the
15625 Fullname: field (filling in the Fullname: field is not required), it is
15626 used.  If the full name is specified in the Address: field and not in the
15627 Fullname: field, then the full name from the Address: field is used.
15631 If you type the nickname of a distribution list from one of your address 
15632 books in the Lcc: field, then the full name of that list is used in the  
15633 To: field.  If you put a list in the To: or Cc: fields, that list will be
15634 expanded into all of its addresses.  If the list has a full name, then
15635 that will appear at the beginning of the addresses.
15637 <DL><DT>&nbsp;</DT>
15638 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
15639 &lt;sal@here.there&gt;
15640 </DL>
15642 If the first address in the distribution list also has a full name, then
15643 the list full name and that full name are combined into something like the
15644 following:
15646 <DL><DT>&nbsp;</DT>
15647 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
15648 </DL>
15651 If you specify a list via Lcc, the full name is used in the To: line.  If
15652 you specify a list in the To: or Cc: fields, then it uses the same method
15653 as for individual entries for filling in the full name.
15657 For help with editing and navigation commands, check the Help for the
15658 Nickname: field.
15661 &lt;End of help on this topic&gt;
15662 </BODY>
15663 </HTML>
15664 ======= h_config_role_nick =======
15665 <HTML>
15666 <HEAD>
15667 <TITLE>Nickname Explained</TITLE>
15668 </HEAD>
15669 <BODY>
15670 <H1>Nickname Explained</H1>
15672 This is a nickname to help you.
15673 You should have a different nickname for each role you define.
15674 The nickname will be used in the SETUP ROLE RULES screen to allow you to
15675 pick a role to edit.
15676 It will also be used when you send a message to let you know you are
15677 sending with a different role than you use by default, and
15678 it will be useful for choosing a role when composing with the Role command
15679 or when composing with one of the Role Uses set to With Confirmation.
15680 This field is not used in the outgoing message.
15682 Look <A HREF="h_edit_nav_cmds">here</A>
15683 to see the available Editing and Navigation commands.
15685 &lt;End of help on this topic&gt;
15686 </BODY>
15687 </HTML>
15688 ======= h_config_role_comment =======
15689 <HTML>
15690 <HEAD>
15691 <TITLE>Comment Explained</TITLE>
15692 </HEAD>
15693 <BODY>
15694 <H1>Comment Explained</H1>
15696 This is a comment to help you.
15697 This comment does not play any functional role, it is simply an optional
15698 comment to help you remember what the rule is for.
15700 Look <A HREF="h_edit_nav_cmds">here</A>
15701 to see the available Editing and Navigation commands.
15703 &lt;End of help on this topic&gt;
15704 </BODY>
15705 </HTML>
15706 ======= h_config_other_nick =======
15707 <HTML>
15708 <HEAD>
15709 <TITLE>Nickname Explained</TITLE>
15710 </HEAD>
15711 <BODY>
15712 <H1>Nickname Explained</H1>
15714 This is a nickname to help you.
15715 You should have a different nickname for each rule you define.
15716 The nickname will be used in the SETUP OTHER RULES screen to allow you to
15717 pick a rule to edit.
15719 Look <A HREF="h_edit_nav_cmds">here</A>
15720 to see the available Editing and Navigation commands.
15722 &lt;End of help on this topic&gt;
15723 </BODY>
15724 </HTML>
15725 ======= h_config_score_nick =======
15726 <HTML>
15727 <HEAD>
15728 <TITLE>Nickname Explained</TITLE>
15729 </HEAD>
15730 <BODY>
15731 <H1>Nickname Explained</H1>
15733 This is a nickname to help you.
15734 You should have a different nickname for each scoring rule you define.
15735 The nickname will be used in the SETUP SCORING RULES screen to allow you to
15736 pick a rule to edit.
15738 Look <A HREF="h_edit_nav_cmds">here</A>
15739 to see the available Editing and Navigation commands.
15741 &lt;End of help on this topic&gt;
15742 </BODY>
15743 </HTML>
15744 ======= h_config_incol_nick =======
15745 <HTML>
15746 <HEAD>
15747 <TITLE>Nickname Explained</TITLE>
15748 </HEAD>
15749 <BODY>
15750 <H1>Nickname Explained</H1>
15752 This is a nickname to help you.
15753 You should have a different nickname for each color rule you define.
15754 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
15755 pick a rule to edit.
15757 Look <A HREF="h_edit_nav_cmds">here</A>
15758 to see the available Editing and Navigation commands.
15760 &lt;End of help on this topic&gt;
15761 </BODY>
15762 </HTML>
15763 ======= h_config_filt_nick =======
15764 <HTML>
15765 <HEAD>
15766 <TITLE>Nickname Explained</TITLE>
15767 </HEAD>
15768 <BODY>
15769 <H1>Nickname Explained</H1>
15771 This is a nickname to help you.
15772 You should have a different nickname for each filtering rule you define.
15773 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
15774 pick a rule to edit.
15776 Look <A HREF="h_edit_nav_cmds">here</A>
15777 to see the available Editing and Navigation commands.
15779 &lt;End of help on this topic&gt;
15780 </BODY>
15781 </HTML>
15782 ======= h_config_score_topat =======
15783 <HTML>
15784 <HEAD>
15785 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15786 </HEAD>
15787 <BODY>
15788 <H1>&quot;To:&quot; Pattern Explained</H1>
15790 Any text you enter as the &quot;To pattern&quot;
15791 will be compared to the recipients from the To: line of
15792 the message being scored.
15793 When the text you entered matches
15794 all or part of the To: line of a message, then the Score Value
15795 you have specified will be added to the score for the message.
15796 (Any other non-blank parts of the Pattern must match, too.)
15799 You may enter a complete email address, part of an address, or a
15800 list of addresses or partial addresses.
15801 For example:
15804 <PRE>
15805  To pattern = friend@public.com
15807  To pattern = rated.net
15809  To pattern = xxx@adults.com
15810               admin@msn.com
15811               fool@motleyfool.com
15812 </PRE>
15815 Each of those are valid To patterns.
15818 Messages match those patterns if any of the
15819 addresses in the To: line of the message contains the pattern.
15820 If the pattern is a list of patterns
15821 (like the last example above) then it is a match if any of the patterns in
15822 the list match any of the addresses in the To: line.
15823 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15824 present for a match.
15825 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15826 address2 must be present.
15827 That is exactly what using a list does.)
15830 Some messages may be &quot;bounced&quot; to you, and will
15831 have a &quot;Resent-To:&quot; header line.
15832 If the message contains a Resent-To: line
15833 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15834 Alpine will look for
15835 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15836 the original To: line.
15839 When entering a pattern, you may choose an address from your address book
15840 with the &quot;T&quot; command.
15843 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15844 &quot;!&quot; &quot;toggle NOT&quot; command.
15845 This changes the meaning of the To pattern so that it has the opposite meaning.
15846 It will be considered a match if there are no matches between the
15847 addresses in the To: line and the list of To patterns.
15849 Don't make the mistake of putting the &quot;!&quot; in the data field for
15850 the pattern.
15851 For example, if you type the characters &quot;!frizzle&quot; into the To
15852 pattern, the pattern will look like:
15854 <PRE>
15855  To pattern = !frizzle
15856 </PRE>
15858 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15859 In order to match messages that do not have &quot;frizzle&quot; in
15860 their To field, first type the characters &quot;frizzle&quot; followed
15861 by carriage return for the value of the To pattern, then negate it
15862 by typing the &quot;!&quot; command.
15863 It should end up looking like
15865 <PRE>
15866  ! To pattern = frizzle
15867 </PRE>
15869 You are not limited to using the six standard header patterns that are
15870 normally shown (To, From, Sender, Cc, News, and Subject).
15871 You may add any other header to a Pattern by
15872 using the &quot;eXtraHdr&quot; command to specify a different
15873 message header line; and then the Add or Change command to fill in
15874 a pattern for the new header line, just like you would for a standard header.
15876 A technicality: Since comma is the character used to separate multiple
15877 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15878 you want to include a literal comma in the field.
15879 In other words, if you type a backslash followed by a comma it will
15880 be interpreted as a comma by Alpine, instead of as a separator between
15881 pattern values.
15882 All other backslashes are literal backslashes and should not be escaped.
15884 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15885 for more information on Patterns.
15887 Look <A HREF="h_edit_nav_cmds">here</A>
15888 to see the available Editing and Navigation commands.
15890 &lt;End of help on this topic&gt;
15891 </BODY>
15892 </HTML>
15893 ======= h_config_incol_topat =======
15894 <HTML>
15895 <HEAD>
15896 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15897 </HEAD>
15898 <BODY>
15899 <H1>&quot;To:&quot; Pattern Explained</H1>
15901 Any text you enter as the &quot;To pattern&quot;
15902 will be compared to the recipients from the To: lines of
15903 the messages in the index.
15904 When the text you entered matches
15905 all or part of the To: line of a message, then the Index Line Color you have
15906 specified will be used for that line in the index.
15907 (Any other non-blank parts of the Pattern must match, too.)
15910 You may enter a complete email address, part of an address, or a
15911 list of addresses or partial addresses.
15912 For example:
15915 <PRE>
15916  To pattern = friend@public.com
15917  To pattern = rated.net
15918  To pattern = xxx@adults.com
15919               admin@msn.com
15920               fool@motleyfool.com
15921 </PRE>
15924 Each of those are valid To patterns.
15927 Messages match those patterns if any of the
15928 addresses in the To: line of the message contains the pattern.
15929 If the pattern is a list of patterns
15930 (like the last example above) then it is a match if any of the patterns in
15931 the list match any of the addresses in the To: line.
15932 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15933 present for a match.
15934 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15935 address2 must be present.
15936 That is exactly what using a list does.)
15939 Some messages may be &quot;bounced&quot; to you, and will
15940 have a &quot;Resent-To:&quot; header line.
15941 If the message contains a Resent-To: line
15942 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15943 Alpine will look for
15944 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15945 the original To: line.
15948 When entering a pattern, you may choose an address from your address book
15949 with the &quot;T&quot; command.
15952 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15953 &quot;!&quot; &quot;toggle NOT&quot; command.
15954 This changes the meaning of the To pattern so that it has the opposite meaning.
15955 It will be considered a match if there are no matches between the
15956 addresses in the To: line and the list of To patterns.
15958 Don't make the mistake of putting the &quot;!&quot; in the data field for
15959 the pattern.
15960 For example, if you type the characters &quot;!frizzle&quot; into the To
15961 pattern, the pattern will look like:
15963 <PRE>
15964  To pattern = !frizzle
15965 </PRE>
15967 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15968 In order to match messages that do not have &quot;frizzle&quot; in
15969 their To field, first type the characters &quot;frizzle&quot; followed
15970 by carriage return for the value of the To pattern, then negate it
15971 by typing the &quot;!&quot; command.
15972 It should end up looking like
15974 <PRE>
15975  ! To pattern = frizzle
15976 </PRE>
15979 You are not limited to using the six standard header patterns that are
15980 normally shown (To, From, Sender, Cc, News, and Subject).
15981 You may add any other header to a Pattern by
15982 using the &quot;eXtraHdr&quot; command to specify a different
15983 message header line; and then the Add or Change command to fill in
15984 a pattern for the new header line, just like you would for a standard header.
15986 A technicality: Since comma is the character used to separate multiple
15987 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15988 you want to include a literal comma in the field.
15989 In other words, if you type a backslash followed by a comma it will
15990 be interpreted as a comma by Alpine, instead of as a separator between
15991 pattern values.
15992 All other backslashes are literal backslashes and should not be escaped.
15994 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15995 for more information on Patterns.
15997 Look <A HREF="h_edit_nav_cmds">here</A>
15998 to see the available Editing and Navigation commands.
16000 &lt;End of help on this topic&gt;
16001 </BODY>
16002 </HTML>
16003 ======= h_config_other_topat =======
16004 <HTML>
16005 <HEAD>
16006 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16007 </HEAD>
16008 <BODY>
16009 <H1>&quot;To:&quot; Pattern Explained</H1>
16011 For some of the OTHER RULES actions, there is no message that is being
16012 compared against.
16013 If that is the case, then only the Current Folder Type is checked.
16014 In particular, this To pattern is ignored.
16015 Actions that fall into this category include both
16016 Sort Order and Index Format.
16018 A technicality: Since comma is the character used to separate multiple
16019 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16020 you want to include a literal comma in the field.
16021 In other words, if you type a backslash followed by a comma it will
16022 be interpreted as a comma by Alpine, instead of as a separator between
16023 pattern values.
16024 All other backslashes are literal backslashes and should not be escaped.
16026 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16027 for more information on Patterns.
16029 Look <A HREF="h_edit_nav_cmds">here</A>
16030 to see the available Editing and Navigation commands.
16032 &lt;End of help on this topic&gt;
16033 </BODY>
16034 </HTML>
16035 ======= h_config_filt_topat =======
16036 <HTML>
16037 <HEAD>
16038 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16039 </HEAD>
16040 <BODY>
16041 <H1>&quot;To:&quot; Pattern Explained</H1>
16043 Any text you enter as the &quot;To pattern&quot;
16044 will be compared to the recipients from the To: line of
16045 messages when Alpine opens folders.
16046 When the text you entered matches
16047 all or part of the To: line of a message, then the Filter Action you have
16048 specified will be carried out.
16049 (Any other non-blank parts of the Pattern must match, too.)
16052 You may enter a complete email address, part of an address, or a
16053 list of addresses or partial addresses.
16054 For example:
16057 <PRE>
16058  To pattern = friend@public.com
16059  To pattern = rated.net
16060  To pattern = xxx@adults.com
16061               admin@msn.com
16062               fool@motleyfool.com
16063 </PRE>
16066 Each of those are valid To patterns.
16069 Messages match those patterns if any of the
16070 addresses in the To: line of the message contains the pattern.
16071 If the pattern is a list of patterns
16072 (like the last example above) then it is a match if any of the patterns in
16073 the list match any of the addresses in the To: line.
16074 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16075 present for a match.
16076 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16077 address2 must be present.
16078 That is exactly what using a list does.)
16081 Some messages may be &quot;bounced&quot; to you, and will
16082 have a &quot;Resent-To:&quot; header line.
16083 If the message contains a Resent-To: line
16084 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16085 Alpine will look for
16086 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16087 the original To: line.
16090 When entering a pattern, you may choose an address from your address book
16091 with the &quot;T&quot; command.
16094 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16095 &quot;!&quot; &quot;toggle NOT&quot; command.
16096 This changes the meaning of the To pattern so that it has the opposite meaning.
16097 It will be considered a match if there are no matches between the
16098 addresses in the To: line and the list of To patterns.
16100 Don't make the mistake of putting the &quot;!&quot; in the data field for
16101 the pattern.
16102 For example, if you type the characters &quot;!frizzle&quot; into the To
16103 pattern, the pattern will look like:
16105 <PRE>
16106  To pattern = !frizzle
16107 </PRE>
16109 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16110 In order to match messages that do not have &quot;frizzle&quot; in
16111 their To field, first type the characters &quot;frizzle&quot; followed
16112 by carriage return for the value of the To pattern, then negate it
16113 by typing the &quot;!&quot; command.
16114 It should end up looking like
16116 <PRE>
16117  ! To pattern = frizzle
16118 </PRE>
16121 You are not limited to using the six standard header patterns that are
16122 normally shown (To, From, Sender, Cc, News, and Subject).
16123 You may add any other header to a Pattern by
16124 using the &quot;eXtraHdr&quot; command to specify a different
16125 message header line; and then the Add or Change command to fill in
16126 a pattern for the new header line, just like you would for a standard header.
16128 A technicality: Since comma is the character used to separate multiple
16129 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16130 you want to include a literal comma in the field.
16131 In other words, if you type a backslash followed by a comma it will
16132 be interpreted as a comma by Alpine, instead of as a separator between
16133 pattern values.
16134 All other backslashes are literal backslashes and should not be escaped.
16136 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16137 for more information on Patterns.
16139 Look <A HREF="h_edit_nav_cmds">here</A>
16140 to see the available Editing and Navigation commands.
16142 &lt;End of help on this topic&gt;
16143 </BODY>
16144 </HTML>
16145 ======= h_config_role_topat =======
16146 <HTML>
16147 <HEAD>
16148 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16149 </HEAD>
16150 <BODY>
16151 <H1>&quot;To:&quot; Pattern Explained</H1>
16153 Any text you enter as the &quot;To pattern&quot;
16154 will be compared to the recipients from the To: line of
16155 the message being replied to or forwarded.
16156 (Any other non-blank parts of the Pattern must match, too.)
16157 In the case of the Compose command, this pattern and the other header
16158 patterns are ignored.
16161 You may enter a complete email address, part of an address, or a
16162 list of addresses or partial addresses.
16163 For example:
16166 <PRE>
16167  To pattern = friend@public.com
16168  To pattern = rated.net
16169  To pattern = xxx@adults.com
16170               admin@msn.com
16171               fool@motleyfool.com
16172 </PRE>
16175 Each of those are valid To patterns.
16178 Messages match those patterns if any of the
16179 addresses in the To: line of the message contains the pattern.
16180 If the pattern is a list of patterns
16181 (like the last example above) then it is a match if any of the patterns in
16182 the list match any of the addresses in the To: line.
16183 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16184 present for a match.
16185 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16186 address2 must be present.
16187 That is exactly what using a list does.)
16190 Some messages may be &quot;bounced&quot; to you, and will
16191 have a &quot;Resent-To:&quot; header line.
16192 If the message contains a Resent-To: line
16193 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16194 Alpine will look for
16195 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16196 the original To: line.
16199 When entering a pattern, you may choose an address from your address book
16200 with the &quot;T&quot; command.
16203 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16204 &quot;!&quot; &quot;toggle NOT&quot; command.
16205 This changes the meaning of the To pattern so that it has the opposite meaning.
16206 It will be considered a match if there are no matches between the
16207 addresses in the To: line and the list of To patterns.
16209 Don't make the mistake of putting the &quot;!&quot; in the data field for
16210 the pattern.
16211 For example, if you type the characters &quot;!frizzle&quot; into the To
16212 pattern, the pattern will look like:
16214 <PRE>
16215  To pattern = !frizzle
16216 </PRE>
16218 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16219 In order to match messages that do not have &quot;frizzle&quot; in
16220 their To field, first type the characters &quot;frizzle&quot; followed
16221 by carriage return for the value of the To pattern, then negate it
16222 by typing the &quot;!&quot; command.
16223 It should end up looking like
16225 <PRE>
16226  ! To pattern = frizzle
16227 </PRE>
16230 You are not limited to using the six standard header patterns that are
16231 normally shown (To, From, Sender, Cc, News, and Subject).
16232 You may add any other header to a Pattern by
16233 using the &quot;eXtraHdr&quot; command to specify a different
16234 message header line; and then the Add or Change command to fill in
16235 a pattern for the new header line, just like you would for a standard header.
16237 A technicality: Since comma is the character used to separate multiple
16238 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16239 you want to include a literal comma in the field.
16240 In other words, if you type a backslash followed by a comma it will
16241 be interpreted as a comma by Alpine, instead of as a separator between
16242 pattern values.
16243 All other backslashes are literal backslashes and should not be escaped.
16245 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16246 for more information on Patterns.
16248 Look <A HREF="h_edit_nav_cmds">here</A>
16249 to see the available Editing and Navigation commands.
16251 &lt;End of help on this topic&gt;
16252 </BODY>
16253 </HTML>
16254 ======= h_config_role_frompat =======
16255 <HTML>
16256 <HEAD>
16257 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
16258 </HEAD>
16259 <BODY>
16260 <H1>&quot;From:&quot; Pattern Explained</H1>
16262 This is just like the &quot;To pattern&quot; except that it is compared with
16263 the address in the From: line of the message
16264 instead of the addresses from the To: line.
16265 See the help for the To pattern for more information on header patterns.
16267 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16268 for more information on Patterns.
16270 Look <A HREF="h_edit_nav_cmds">here</A>
16271 to see the available Editing and Navigation commands.
16273 &lt;End of help on this topic&gt;
16274 </BODY>
16275 </HTML>
16276 ======= h_config_role_senderpat =======
16277 <HTML>
16278 <HEAD>
16279 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
16280 </HEAD>
16281 <BODY>
16282 <H1>&quot;Sender:&quot; Pattern Explained</H1>
16284 This is just like the &quot;To pattern&quot; except that it is compared with
16285 the address from the Sender: line of the message
16286 instead of the addresses from the To: line.
16287 See the help for the To pattern for more information on header patterns.
16289 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16290 for more information on Patterns.
16292 Look <A HREF="h_edit_nav_cmds">here</A>
16293 to see the available Editing and Navigation commands.
16295 &lt;End of help on this topic&gt;
16296 </BODY>
16297 </HTML>
16298 ======= h_config_role_ccpat =======
16299 <HTML>
16300 <HEAD>
16301 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
16302 </HEAD>
16303 <BODY>
16304 <H1>&quot;Cc:&quot; Pattern Explained</H1>
16306 This is just like the &quot;To pattern&quot; except that it is compared with
16307 the addresses from the Cc: line of the message
16308 instead of the addresses from the To: line.
16309 See the help for the To pattern for more information on header patterns.
16311 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16312 for more information on Patterns.
16314 Look <A HREF="h_edit_nav_cmds">here</A>
16315 to see the available Editing and Navigation commands.
16317 &lt;End of help on this topic&gt;
16318 </BODY>
16319 </HTML>
16320 ======= h_config_role_recippat =======
16321 <HTML>
16322 <HEAD>
16323 <TITLE>Recipient Pattern Explained</TITLE>
16324 </HEAD>
16325 <BODY>
16326 <H1>Recipient Pattern Explained</H1>
16328 This is just like the &quot;To pattern&quot; except that it is compared with
16329 the addresses from both the To: line and the Cc: line of the
16330 message instead of just the addresses from the To: line.
16331 In other words, it is considered a match if the pattern matches
16332 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
16333 in the Cc: line.
16334 (Notice that defining the Recipient pattern does not have the same
16335 effect as defining both the To and Cc patterns.
16336 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
16337 It is equivalent to having two different rules;
16338 one with a To pattern and the other with the same Cc pattern.)
16340 A technicality: Since comma is the character used to separate multiple
16341 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16342 you want to include a literal comma in the field.
16343 In other words, if you type a backslash followed by a comma it will
16344 be interpreted as a comma by Alpine, instead of as a separator between
16345 pattern values.
16346 All other backslashes are literal backslashes and should not be escaped.
16348 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16349 for more information on Patterns.
16351 Look <A HREF="h_edit_nav_cmds">here</A>
16352 to see the available Editing and Navigation commands.
16354 &lt;End of help on this topic&gt;
16355 </BODY>
16356 </HTML>
16357 ======= h_config_role_particpat =======
16358 <HTML>
16359 <HEAD>
16360 <TITLE>Participant Pattern Explained</TITLE>
16361 </HEAD>
16362 <BODY>
16363 <H1>Participant Pattern Explained</H1>
16365 This is just like the &quot;To pattern&quot; except that it is compared with
16366 the addresses from the From: line, the To: line, and the Cc: line of the
16367 message instead of just the addresses from the To: line.
16368 In other words, it is considered a match if the pattern matches
16369 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
16370 in the To: line, <EM>OR</EM> an address in the Cc: line.
16371 (Notice that defining the Participant pattern does not have the same
16372 effect as defining all of the From, To, and Cc patterns.
16373 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
16374 From <EM>AND</EM> To <EM>AND</EM> Cc.
16375 It is equivalent to having three different rules;
16376 one with a From pattern, another with the same To pattern, and a third with
16377 the same Cc pattern.)
16379 A technicality: Since comma is the character used to separate multiple
16380 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16381 you want to include a literal comma in the field.
16382 In other words, if you type a backslash followed by a comma it will
16383 be interpreted as a comma by Alpine, instead of as a separator between
16384 pattern values.
16385 All other backslashes are literal backslashes and should not be escaped.
16387 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16388 for more information on Patterns.
16390 Look <A HREF="h_edit_nav_cmds">here</A>
16391 to see the available Editing and Navigation commands.
16393 &lt;End of help on this topic&gt;
16394 </BODY>
16395 </HTML>
16396 ======= h_config_role_newspat =======
16397 <HTML>
16398 <HEAD>
16399 <TITLE>News Pattern Explained</TITLE>
16400 </HEAD>
16401 <BODY>
16402 <H1>News Pattern Explained</H1>
16404 If this pattern is non-blank, then for this rule to be considered a
16405 match, at least one of the newsgroups from
16406 the Newsgroups line of the message must match this pattern.
16407 If this pattern is a list of patterns, then at least one of the
16408 newsgroups must match at least one of the patterns.
16409 (Any other non-blank parts of the Pattern must match, too.)
16411 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
16412 &quot;!&quot; &quot;toggle NOT&quot; command.
16413 This changes the meaning of the News pattern so that it has the opposite meaning.
16414 It will be considered a match if there are no matches between the
16415 addresses in the Newsgroups: line and the list of News patterns.
16417 Don't make the mistake of putting the &quot;!&quot; in the data field for
16418 the pattern.
16419 For example, if you type the characters &quot;!frizzle&quot; into the News
16420 pattern, the pattern will look like:
16422 <PRE>
16423  News pattern = !frizzle
16424 </PRE>
16426 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16427 In order to match messages that do not have &quot;frizzle&quot; in
16428 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
16429 by carriage return for the value of the News pattern, then negate it
16430 by typing the &quot;!&quot; command.
16431 It should end up looking like
16433 <PRE>
16434  ! News pattern = frizzle
16435 </PRE>
16437 A technicality: Since comma is the character used to separate multiple
16438 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16439 you want to include a literal comma in the field.
16440 In other words, if you type a backslash followed by a comma it will
16441 be interpreted as a comma by Alpine, instead of as a separator between
16442 pattern values.
16443 All other backslashes are literal backslashes and should not be escaped.
16446 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16447 for more information on Patterns.
16449 Look <A HREF="h_edit_nav_cmds">here</A>
16450 to see the available Editing and Navigation commands.
16452 &lt;End of help on this topic&gt;
16453 </BODY>
16454 </HTML>
16455 ======= h_config_role_subjpat =======
16456 <HTML>
16457 <HEAD>
16458 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
16459 </HEAD>
16460 <BODY>
16461 <H1>&quot;Subject:&quot; Pattern Explained</H1>
16463 This is similar to the other parts of the Pattern.
16464 It is compared with
16465 the contents from the Subject of the message.
16467 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16468 for more information on Patterns.
16470 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
16471 &quot;!&quot; &quot;toggle NOT&quot; command.
16472 This changes the meaning of the Subject pattern so that it has the opposite meaning.
16473 It will be considered a match if there are no matches between the
16474 text in the Subject: line and the list of Subject patterns.
16477 If you wish to have a header pattern that is not one of the six standard
16478 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
16480 A technicality: Since comma is the character used to separate multiple
16481 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16482 you want to include a literal comma in the field.
16483 In other words, if you type a backslash followed by a comma it will
16484 be interpreted as a comma by Alpine, instead of as a separator between
16485 pattern values.
16486 All other backslashes are literal backslashes and should not be escaped.
16488 Look <A HREF="h_edit_nav_cmds">here</A>
16489 to see the available Editing and Navigation commands.
16491 &lt;End of help on this topic&gt;
16492 </BODY>
16493 </HTML>
16494 ======= h_config_role_alltextpat =======
16495 <HTML>
16496 <HEAD>
16497 <TITLE>AllText Pattern Explained</TITLE>
16498 </HEAD>
16499 <BODY>
16500 <H1>AllText Pattern Explained</H1>
16502 This is similar to the header patterns.
16503 Instead of comparing with text in a particular header field it 
16504 is compared with all of the text in the message header and body.
16506 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
16507 &quot;!&quot; &quot;toggle NOT&quot; command.
16508 This changes the meaning of the AllText pattern so that it has the opposite meaning.
16509 It will be considered a match if there are no matches between the
16510 text of the message and the list of AllText patterns.
16512 Don't make the mistake of putting the &quot;!&quot; in the data field for
16513 the pattern.
16514 For example, if you type the characters &quot;!frizzle&quot; into the AllText
16515 pattern, the pattern will look like:
16517 <PRE>
16518  AllText pattern = !frizzle
16519 </PRE>
16521 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16522 In order to match messages that do not have &quot;frizzle&quot; in
16523 the text of the message, first type the characters &quot;frizzle&quot; followed
16524 by carriage return for the value of the AllText pattern, then negate it
16525 by typing the &quot;!&quot; command.
16526 It should end up looking like
16528 <PRE>
16529  ! AllText pattern = frizzle
16530 </PRE>
16532 It is possible that you may notice degraded performance when using
16533 AllText Patterns.
16535 A technicality: Since comma is the character used to separate multiple
16536 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16537 you want to include a literal comma in the field.
16538 In other words, if you type a backslash followed by a comma it will
16539 be interpreted as a comma by Alpine, instead of as a separator between
16540 pattern values.
16541 All other backslashes are literal backslashes and should not be escaped.
16543 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16544 for more information on Patterns.
16546 Look <A HREF="h_edit_nav_cmds">here</A>
16547 to see the available Editing and Navigation commands.
16549 &lt;End of help on this topic&gt;
16550 </BODY>
16551 </HTML>
16552 ======= h_config_role_bodytextpat =======
16553 <HTML>
16554 <HEAD>
16555 <TITLE>BodyText Pattern Explained</TITLE>
16556 </HEAD>
16557 <BODY>
16558 <H1>BodyText Pattern Explained</H1>
16560 This is similar to the header patterns.
16561 Instead of comparing with text in a particular header field it 
16562 is compared with all of the text in the message body.
16564 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
16565 &quot;!&quot; &quot;toggle NOT&quot; command.
16566 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
16567 It will be considered a match if there are no matches between the
16568 text of the body of the message and the list of BodyText patterns.
16570 Don't make the mistake of putting the &quot;!&quot; in the data field for
16571 the pattern.
16572 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
16573 pattern, the pattern will look like:
16575 <PRE>
16576  BdyText pattern = !frizzle
16577 </PRE>
16579 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16580 In order to match messages that do not have &quot;frizzle&quot; in
16581 their BodyText, first type the characters &quot;frizzle&quot; followed
16582 by carriage return for the value of the BodyText pattern, then negate it
16583 by typing the &quot;!&quot; command.
16584 It should end up looking like
16586 <PRE>
16587  ! BodyText pattern = frizzle
16588 </PRE>
16590 It is possible that you may notice degraded performance when using
16591 BodyText Patterns.
16593 A technicality: Since comma is the character used to separate multiple
16594 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16595 you want to include a literal comma in the field.
16596 In other words, if you type a backslash followed by a comma it will
16597 be interpreted as a comma by Alpine, instead of as a separator between
16598 pattern values.
16599 All other backslashes are literal backslashes and should not be escaped.
16601 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16602 for more information on Patterns.
16604 Look <A HREF="h_edit_nav_cmds">here</A>
16605 to see the available Editing and Navigation commands.
16607 &lt;End of help on this topic&gt;
16608 </BODY>
16609 </HTML>
16610 ======= h_config_role_charsetpat =======
16611 <HTML>
16612 <HEAD>
16613 <TITLE>Character Set Pattern Explained</TITLE>
16614 </HEAD>
16615 <BODY>
16616 <H1>Character Set Pattern Explained</H1>
16618 A message may use one or more character sets.
16619 This part of the Pattern matches messages that make use of
16620 certain specified character sets.
16621 It will be considered a match if a message uses any of the character
16622 sets in the list you give here.
16625 When filling in a value for this field, you may use
16626 the &quot;T&quot; command, which presents you with a large list of
16627 possible character sets to choose from.
16628 You may also just type in the name of a character set, and it need not
16629 be one that Alpine knows about.
16632 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
16633 GB2312) you may also use some shorthand names that Alpine provides.
16634 These names are more understandable shorthand names for sets of 
16635 character set names.
16636 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
16637 Selecting one of these shorthand names is equivalent to selecting all of
16638 the character sets that make up the set.
16639 You can see all of these shorthand names and the lists of character sets
16640 they stand for by typing the &quot;T&quot; command.
16643 For the purposes of this Pattern,
16644 Alpine will search through a message for all of the text parts and
16645 collect the character sets declared for each part.
16646 It will also look in the Subject line for a character set used there.
16647 Alpine does not actually look at the text of the message or the text
16648 of the Subject to determine if a declared character set is actually
16649 used, it looks only at the declarations themselves in the MIME part headers
16650 and in the Subject.
16653 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
16654 &quot;!&quot; &quot;toggle NOT&quot; command.
16655 This changes the meaning of the Character Set pattern so that
16656 it has the opposite meaning.
16657 It will be considered a match if none of the character sets in the
16658 list are used in a message.
16660 Don't make the mistake of putting the &quot;!&quot; in the data field for
16661 the pattern.
16662 For example, if you type the characters &quot;!GB2312&quot; into the
16663 Character Set pattern, the pattern will look like:
16665 <PRE>
16666  Charset pattern = !GB2312
16667 </PRE>
16669 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
16670 In order to match messages that do not have the
16671 character set &quot;GB2312&quot;
16672 set, first type the characters &quot;GB2312&quot; followed
16673 by carriage return for the value of the Character Set pattern, then negate it
16674 by typing the &quot;!&quot; command.
16675 It should end up looking like
16677 <PRE>
16678  ! Charset pattern = GB2312
16679 </PRE>
16681 A technicality: Since comma is the character used to separate multiple
16682 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16683 you want to include a literal comma in the field.
16684 In other words, if you type a backslash followed by a comma it will
16685 be interpreted as a comma by Alpine, instead of as a separator between
16686 pattern values.
16687 All other backslashes are literal backslashes and should not be escaped.
16689 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16690 for more information on Patterns.
16692 Look <A HREF="h_edit_nav_cmds">here</A>
16693 to see the available Editing and Navigation commands.
16695 &lt;End of help on this topic&gt;
16696 </BODY>
16697 </HTML>
16698 ======= h_config_role_keywordpat =======
16699 <HTML>
16700 <HEAD>
16701 <TITLE>Keyword Pattern Explained</TITLE>
16702 </HEAD>
16703 <BODY>
16704 <H1>Keyword Pattern Explained</H1>
16706 A folder may have user-defined keywords.
16707 These are similar to the Important flag, which the user may set using the
16708 Flag command.
16709 The difference is that the Important flag is always present for each folder.
16710 User-defined keywords are picked by the user.
16711 You may add new keywords by defining them in the
16712 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
16713 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
16714 the Flag command may be used to set or clear the keyword on individual messages.
16715 If you have given a keyword a nickname when configuring it,
16716 that nickname may be used instead of the actual keyword.
16719 When filling in a value for this field, it may be easiest to use
16720 the &quot;T&quot; command, which presents you with a list of the keywords
16721 you have defined to choose from.
16724 This part of the Pattern matches messages with certain keywords set.
16725 It will be considered a match if a message has any of the keywords in the
16726 list set.
16727 A keyword that you have not defined using the
16728 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16729 will not be a match.
16732 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
16733 &quot;!&quot; &quot;toggle NOT&quot; command.
16734 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
16735 It will be considered a match if none of the keywords in the list are set
16736 for a message.
16737 A keyword that you have not defined using the
16738 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16739 will not be a match, so a <EM>NOT</EM> of that keyword does match.
16741 Don't make the mistake of putting the &quot;!&quot; in the data field for
16742 the pattern.
16743 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
16744 pattern, the pattern will look like:
16746 <PRE>
16747  Keyword pattern = !frizzle
16748 </PRE>
16750 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16751 In order to match messages that do not have the keyword &quot;frizzle&quot;
16752 set, first type the characters &quot;frizzle&quot; followed
16753 by carriage return for the value of the Keyword pattern, then negate it
16754 by typing the &quot;!&quot; command.
16755 It should end up looking like
16757 <PRE>
16758  ! Keyword pattern = frizzle
16759 </PRE>
16761 A technicality: Since comma is the character used to separate multiple
16762 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16763 you want to include a literal comma in the field.
16764 In other words, if you type a backslash followed by a comma it will
16765 be interpreted as a comma by Alpine, instead of as a separator between
16766 pattern values.
16767 All other backslashes are literal backslashes and should not be escaped.
16769 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16770 for more information on Patterns.
16772 Look <A HREF="h_edit_nav_cmds">here</A>
16773 to see the available Editing and Navigation commands.
16775 &lt;End of help on this topic&gt;
16776 </BODY>
16777 </HTML>
16778 ======= h_config_role_arbpat =======
16779 <HTML>
16780 <HEAD>
16781 <TITLE>Extra Header Patterns Explained</TITLE>
16782 </HEAD>
16783 <BODY>
16784 <H1>Extra Header Patterns Explained</H1>
16786 The header patterns that come after the Participant pattern but before the 
16787 AllText pattern are extra header patterns that you have added to a rule's
16788 Pattern. These are just like the other header patterns except that
16789 the contents of the particular header listed on the left hand side will
16790 be used for comparisons.
16792 The &quot;eXtraHdr&quot; command may be used to add more of these
16793 header patterns to the rule you are editing.
16795 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
16796 extra header pattern from the rule you are editing.
16798 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
16799 &quot;!&quot; &quot;toggle NOT&quot; command.
16800 This changes the meaning of the pattern so that it has the opposite meaning.
16801 It will be considered a match if there are no matches between the
16802 text in the header line and the list of patterns.
16804 Don't make the mistake of putting the &quot;!&quot; in the data field for
16805 the pattern.
16806 For example, if you type the characters &quot;!frizzle&quot; into the
16807 pattern, the pattern will look like:
16809 <PRE>
16810  Xyz pattern = !frizzle
16811 </PRE>
16813 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16814 In order to match messages that do not have &quot;frizzle&quot; in
16815 their Xyz field, first type the characters &quot;frizzle&quot; followed
16816 by carriage return for the value of the pattern, then negate it
16817 by typing the &quot;!&quot; command.
16818 It should end up looking like
16820 <PRE>
16821  ! Xyz pattern = frizzle
16822 </PRE>
16825 A technicality: Since comma is the character used to separate multiple
16826 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16827 you want to include a literal comma in the field.
16828 In other words, if you type a backslash followed by a comma it will
16829 be interpreted as a comma by Alpine, instead of as a separator between
16830 pattern values.
16831 All other backslashes are literal backslashes and should not be escaped.
16833 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16834 for more information on Patterns.
16836 Look <A HREF="h_edit_nav_cmds">here</A>
16837 to see the available Editing and Navigation commands.
16839 &lt;End of help on this topic&gt;
16840 </BODY>
16841 </HTML>
16842 ======= h_config_role_cat_cmd =======
16843 <HTML>
16844 <HEAD>
16845 <TITLE>Categorizer Command Explained</TITLE>
16846 </HEAD>
16847 <BODY>
16848 <H1>Categorizer Command Explained</H1>
16850 This is a command that is run with its standard input set to the message
16851 being checked and its standard output discarded.
16852 The full directory path should be specified.
16853 The command will be run and then its exit status will be checked against
16854 the Exit Status Interval, which defaults to just the value zero.
16855 If the exit status of the command falls in the interval, it is considered
16856 a match, otherwise it is not a match.
16859 This option may actually be a list of commands.
16860 The first one that exists and is executable is used.
16861 That makes it possible to use the same configuration with Unix Alpine and
16862 PC-Alpine.
16865 If none of the commands in the list exists and is executable then the rule
16866 is <EM>not</EM> a match.
16867 If it is possible that the command may not exist, you should be careful
16868 to structure your rules so that nothing destructive
16869 happens when the command does not exist.
16870 For example, you might have a filter that filters away spam when there is
16871 a match but does nothing when there is not a match.
16872 That would cause no harm if the command didn't exist.
16873 However, if you have a filter that filters away spam when there is not
16874 a match and keeps it when there is a match, that would filter everything
16875 if the categorizer command didn't exist.
16877 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
16878 setup for the bogofilter filter.
16881 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16882 for more information on Patterns.
16884 Look <A HREF="h_edit_nav_cmds">here</A>
16885 to see the available Editing and Navigation commands.
16887 &lt;End of help on this topic&gt;
16888 </BODY>
16889 </HTML>
16890 ======= h_config_role_cat_cmd_example =======
16891 <HTML>
16892 <HEAD>
16893 <TITLE>Categorizer Command Example</TITLE>
16894 </HEAD>
16895 <BODY>
16896 <H1>Categorizer Command Example</H1>
16898 Bogofilter
16899 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
16900 is a mail filter that attempts to classify mail as spam or
16901 non-spam using statistical analysis of the message content.
16902 When run with no arguments and a message as standard input, it exits with
16903 exit status 0 if it thinks a message is spam and 1 if it thinks
16904 it is not spam.
16905 To use bogofilter as your Categorizer Command you would simply set Command to
16906 the pathname of the bogofilter program.
16907 For example,
16909 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
16911 Exit status of zero is what you are interested in, so you'd set the
16912 Exit Status Interval to
16914 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
16917 In order to prevent downloading an entire huge message to check for spam, you
16918 might want to set the Character Limit to a few thousand characters (the
16919 assumption being that the spam will reveal itself in those characters)
16921 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
16924 You would probably use bogofilter in an Alpine Filter Rule, and have the action
16925 be to move the message to a spam folder.
16926 It would usually be wise to also check the &quot;Message is Recent&quot;
16927 part of the rule so that messages are only checked when they first arrive,
16928 and to restrict the Current Folder Type to just your INBOX.
16929 The reason for checking only Recent messages is to save the time it takes
16930 to run bogofilter on each message.
16931 As an experiment, you might start out by using this in an Indexcolor Rule
16932 instead of a Filter Rule.
16933 In that case, you probably wouldn't check the Recent checkbox.
16935 The use described above assumes that you are somehow maintaining bogofilter's
16936 database of words associated with spam and non-spam messages.
16937 One way to start your database would be to select a bunch of spam messages
16938 in Alpine (you might Save spam messages to a special folder or use Alpine's
16939 Select command to select several) and then Apply
16940 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
16941 a pipe command to the spam messages.
16942 For example, you could have a shell script or an alias
16943 called <EM>this_is_spam</EM>, which would simply be the command
16945 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
16948 It is probably best to use the pipe command's Raw Text, With Delimiter,
16949 and Free Output options,
16950 which are at the bottom of the screen when you type the pipe command.
16951 That's because bogofilter expects the raw message as input, and uses
16952 the Delimiters to tell when a new message starts.
16953 You would not need to use a separate pipe for each message, because
16954 bogofilter can handle multiple messages at once.
16956 Similarly, you would select a group of non-spam messages
16957 and run them through a <EM>this_is_nonspam</EM> script
16958 that was something like
16960 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
16963 For the more adventurous, the next step might be to automate the upkeep of
16964 the bogofilter database.
16965 It might make more sense to have bogofilter be part of the delivery process,
16966 but it is also possible to do it entirely from within Alpine.
16967 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
16968 the &quot;-u&quot; argument will cause bogofilter to update the database.
16970 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16972 You'd want a couple more aliases or shell scripts called something like
16973 <EM>change_to_spam</EM>
16975 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
16978 <EM>change_to_nonspam</EM>
16980 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
16982 When you run across a message in your INBOX that should have been
16983 classified as spam you would pipe it to the change_to_spam script, and
16984 when you run across a message in your spam folder that should have been
16985 left in your INBOX you would pipe it through change_to_nonspam.
16988 There is a technical problem with this approach.
16989 Alpine may check your filters more than once.
16990 In particular, every time you start Alpine the filters will be checked for
16991 each message.
16992 Also, if you have any filters that depend on message state (New, Deleted, etc.)
16993 then Alpine will recheck for matches in messages that have changed state
16994 at the time you close the folder and before expunging.
16995 This is usually ok.
16996 However, in this case it is a problem because the command
16998 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
17000 has the side effect of updating the database.
17001 So you run the risk of updating the database multiple times for a single
17002 message instead of updating it just once per message.
17003 There are some ways to work around this problem.
17004 What you need is a way to mark the message after you have run the filter.
17005 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
17006 Besides having the filter move the message to a spam folder, also have it
17007 set the Bogo keyword.
17008 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
17009 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
17010 This rule can only set the Bogo keyword for the messages that it matches.
17011 You will also need to add a second rule right after this one that
17012 matches all the messages that don't have the Bogo keyword set
17013 (put the keyword in the Keyword pattern and toggle
17014 the Not with the ! command)
17015 and takes the action of setting it.
17016 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
17017 (and so it won't re-run the bogofilter command) if the keyword is already
17018 set.
17020 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
17021 on all messages that don't have the Bogo keyword set.
17022 This will have the side effect of inserting that message in the bogofilter
17023 database, match or not.
17024 If this rule matches (it is spam), the Bogo keyword will be set and
17025 the message will be moved to a spam folder.
17026 If it does not match, the
17027 following rule will mark the message by turning on the keyword.
17028 This second rule should be a non-terminating
17029 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
17030 rule so that it doesn't stop the filtering process before the rest of
17031 your rules are consulted.
17034 In summary, the first rule is something like
17035 <PRE>
17036   Nickname          = bogofilter -u rule
17037   Current Folder Type =
17038                (*) Specific
17039                    Folder = INBOX
17041   ! Keyword pattern = Bogo
17043   External Categorizer Commands =
17044        Command              = /usr/local/bin/bogofilter -u
17045        Exit Status Interval = (0,0)
17046        Character Limit      = <No Value Set: using "-1">  (optionally set this)
17048   Filter Action =
17049        (*) Move
17050            Folder = spam
17051   
17052   Set These Keywords   = Bogo
17053 </PRE>
17055 and the following rule is
17056 <PRE>
17057   Nickname          = Set Bogo Keyword
17058   Current Folder Type =
17059                (*) Specific
17060                    Folder = INBOX
17062   ! Keyword pattern = Bogo
17064   Filter Action =
17065        (*) Just Set Message Status
17067   Set These Keywords   = Bogo
17069   Features =
17070       [X]  dont-stop-even-if-rule-matches
17071 </PRE>
17073 If it is possible for you to insert bogofilter in the delivery process instead
17074 of having it called from Alpine you could prevent having to wait
17075 for the bogofilter processing while you read your mail.
17076 You would have bogofilter add a header to the message at the time of delivery
17077 that identified it as spam or nonspam.
17078 With this method, you could avoid using a Categorizer Command while running Alpine,
17079 and just match on the header instead.
17080 You might still want to use the scripts mentioned above to initialize the
17081 database or to re-classify wrongly classified messages.
17084 Finally, it isn't for the faint-hearted,
17085 but it is also possible to run bogofilter from PC-Alpine.
17086 You can install Cygwin from
17087 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
17088 then compile bogofilter in the cygwin environment, and run it from
17089 within PC-Alpine.
17090 You would end up with a Categorizer command that looked something like
17092 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
17094 Note that the &quot;.exe&quot; extension is explicit,
17095 and that the bogofilter.exe executable should be in the same directory
17096 as cygwin1.dll.
17099 &lt;End of help on this topic&gt;
17100 </BODY>
17101 </HTML>
17102 ======= h_config_role_cat_status =======
17103 <HTML>
17104 <HEAD>
17105 <TITLE>Exit Status Interval Explained</TITLE>
17106 </HEAD>
17107 <BODY>
17108 <H1>Exit Status Interval Explained</H1>
17110 The categorizer command is run and the result is the exit status of
17111 that command.
17112 If that exit status falls in the Exit Status Interval
17113 then it is considered a match, otherwise it is not a match.
17114 Of course for the entire rule to match, it must also be checked against
17115 the other defined parts of the Pattern.
17117 The Exit Status Interval defaults to the single value 0 (zero).
17118 If you define it, it should be set to something like:
17120 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
17122 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
17123 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
17124 positive and negative integers.
17126 Actually, a list of intervals may be used if you wish.
17127 A list would look like
17129 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
17131 When there is an Exit Status Interval defined, it is a match if the exit status
17132 of the categorizer command is contained in any of the intervals.
17133 The intervals include both endpoints.
17135 The default interval is
17137 <CENTER><SAMP>(0,0)</SAMP></CENTER>
17139 and it matches only if the command exits with exit status equal to zero.
17142 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17143 for more information on Patterns.
17145 Look <A HREF="h_edit_nav_cmds">here</A>
17146 to see the available Editing and Navigation commands.
17148 &lt;End of help on this topic&gt;
17149 </BODY>
17150 </HTML>
17151 ======= h_config_role_cat_limit =======
17152 <HTML>
17153 <HEAD>
17154 <TITLE>Character Limit Explained</TITLE>
17155 </HEAD>
17156 <BODY>
17157 <H1>Character Limit Explained</H1>
17159 Setting this option makes it possible to limit how much of the message
17160 is made available to the categorizer command as input.
17161 The default value (-1) means that the entire message is fed to the
17162 command.
17163 A value of 0 (zero) means that only the headers of the message are
17164 made available.
17165 A positive integer means that the headers plus that many characters from
17166 the body of the message are passed to the categorizer.
17169 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17170 for more information on Patterns.
17172 Look <A HREF="h_edit_nav_cmds">here</A>
17173 to see the available Editing and Navigation commands.
17175 &lt;End of help on this topic&gt;
17176 </BODY>
17177 </HTML>
17178 ======= h_config_role_age =======
17179 <HTML>
17180 <HEAD>
17181 <TITLE>Age Interval Explained</TITLE>
17182 </HEAD>
17183 <BODY>
17184 <H1>Age Interval Explained</H1>
17186 The Age Interval, if defined, is part of the Pattern.
17187 If you use this, it should be set to something like:
17189 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
17191 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
17192 The special value &quot;INF&quot; may be used for the max value.
17193 It represents infinity.
17195 In rare cases it may be useful to use the more general form of the value,
17196 which is a comma-separated list of intervals.
17197 It would look something like:
17199 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
17201 When there is an Age Interval defined, it is a match if the age, in days, of
17202 the message is contained in the interval.
17203 The interval includes both endpoints.
17204 If the option is set to a list of intervals then it is a match if the
17205 age of the message is contained in any of the intervals.
17207 Even though this option is called Age, it isn't actually
17208 the <EM>age</EM> of the message.
17209 Instead, it is how many days ago the message arrived in one of your folders.
17210 If the current time is a little past midnight, then a message that arrived
17211 just before midnight arrived yesterday, even though the message is only
17212 a few minutes old.
17213 By default, the date being used is not the date in the Date
17214 header of the message.
17215 It is the date that the message arrived in one of your folders.
17216 When you Save a message from one folder to another that arrival date
17217 is preserved.
17218 If you would like to use the date in the Date header that is possible.
17219 Turn on the option
17220 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
17221 near the bottom of the rule definition.
17223 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
17224 The age interval
17226 <CENTER><SAMP>(2,2)</SAMP></CENTER>
17228 matches all messages that arrived on the day before yesterday.
17229 The interval
17231 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
17233 matches all messages that arrived at least 180 days before today.
17234 The interval
17236 <CENTER><SAMP>(0,1)</SAMP></CENTER>
17238 matches all messages that arrived today or yesterday.
17241 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17242 for more information on Patterns.
17244 Look <A HREF="h_edit_nav_cmds">here</A>
17245 to see the available Editing and Navigation commands.
17247 &lt;End of help on this topic&gt;
17248 </BODY>
17249 </HTML>
17250 ======= h_config_role_size =======
17251 <HTML>
17252 <HEAD>
17253 <TITLE>Size Interval Explained</TITLE>
17254 </HEAD>
17255 <BODY>
17256 <H1>Size Interval Explained</H1>
17258 The Size Interval, if defined, is part of the Pattern.
17259 If you use this, it should be set to something like:
17261 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
17263 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
17264 The special value &quot;INF&quot; may be used for the max value.
17265 It represents infinity.
17267 In rare cases it may be useful to use the more general form of the value,
17268 which is a comma-separated list of intervals.
17269 It would look something like:
17271 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
17273 When there is a Size Interval defined, it is a match if the size of
17274 the message is contained in the interval.
17275 The interval includes both endpoints.
17276 If the option is set to a list of intervals then it is a match if the
17277 size of the message is contained in any of the intervals.
17279 The size interval
17281 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
17283 matches all messages with sizes greater than or equal to 10000, and less
17284 than or equal to 50000.
17285 The interval
17287 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
17289 matches all messages with sizes greater than or equal to 100000.
17292 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17293 for more information on Patterns.
17295 Look <A HREF="h_edit_nav_cmds">here</A>
17296 to see the available Editing and Navigation commands.
17298 &lt;End of help on this topic&gt;
17299 </BODY>
17300 </HTML>
17301 ======= h_config_role_scorei =======
17302 <HTML>
17303 <HEAD>
17304 <TITLE>Score Interval Explained</TITLE>
17305 </HEAD>
17306 <BODY>
17307 <H1>Score Interval Explained</H1>
17309 The Score Interval, if defined, is part of the Pattern.
17310 If you use this, it should be set to something like:
17312 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
17314 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
17315 -32000 and 32000.
17316 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
17317 the min and max values.
17318 These represent negative and positive infinity.
17320 Actually, the value may be a list of intervals rather than just a
17321 single interval if that is useful.
17322 The elements of the list are separated by commas like:
17324 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
17326 When there is a Score Interval defined, it is a match if the score for
17327 the message is contained in any of the intervals.
17328 The intervals include both endpoints.
17329 The score for a message is calculated by looking at every scoring rule
17330 defined and adding up the Score Values for the rules that match the message.
17331 Scoring rules are created using the
17332 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
17335 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17336 for more information on Patterns.
17338 Look <A HREF="h_edit_nav_cmds">here</A>
17339 to see the available Editing and Navigation commands.
17341 &lt;End of help on this topic&gt;
17342 </BODY>
17343 </HTML>
17344 ======= h_config_role_fldr_type =======
17345 <HTML>
17346 <HEAD>
17347 <TITLE>Current Folder Type Explained</TITLE>
17348 </HEAD>
17349 <BODY>
17350 <H1>Current Folder Type Explained</H1>
17352 The Current Folder Type is part of the role's Pattern.
17353 It refers to the type of the currently open folder, which is the folder
17354 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
17355 In order for a role to be considered a match, the current folder must
17356 be of the type you set here.
17357 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17358 all what you might think.
17360 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
17361 example, then
17362 that role will only be a match if the current folder is a newsgroup and
17363 the rest of the Pattern matches.
17364 The value &quot;Specific&quot; may be used when you want to limit the match
17365 to a specific folder (not just a specific type of folder), or to a list of
17366 specific folders.
17368 In order to match a specific folder you Select the &quot;Specific&quot;
17369 button <EM>AND</EM> fill in
17370 the name (or list of names) of
17371 the folder in the &quot;Folder List&quot; field.
17372 If the current folder is any of the folders in the list, that is considered
17373 a match.
17374 The name of each folder in the list may be either &quot;INBOX&quot;,
17375 the technical specification
17376 of the folder (like what appears in your configuration file) or, if the
17377 folder is one of your incoming folders, it may be the nickname you've given
17378 the folder.
17379 Here are a couple samples of specific folder names:
17381 <CENTER><SAMP>{monet.art.example.com/user=vincent}mail/art-class</SAMP></CENTER>
17383 <CENTER><SAMP>{news.example.com/nntp/user=peter}#news.comp.mail.pine</SAMP></CENTER>
17385 Observe that in order for an external folder (IMAP, POP, News) to be a match,
17386 you must also add the /user= option in the definition of the incoming folder.
17388 The easiest way to fill in the &quot;Folder List&quot; field is to use
17389 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
17390 highlighted, or to use the &quot;Take&quot; command with the configuration
17391 feature
17392 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
17393 turned on.
17394 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17395 Current Folder Type is set to &quot;Specific&quot;, and any value that
17396 &quot;Folder List&quot; has is ignored unless the type
17397 is set to &quot;Specific&quot;.
17399 When reading a newsgroup, there may be a performance penalty
17400 incurred when collecting the information necessary to check a Pattern.
17401 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17403 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17404 for more information on Patterns.
17406 Look <A HREF="h_edit_nav_cmds">here</A>
17407 to see the available Editing and Navigation commands.
17409 &lt;End of help on this topic&gt;
17410 </BODY>
17411 </HTML>
17412 ======= h_config_filt_rule_type =======
17413 <HTML>
17414 <HEAD>
17415 <TITLE>Filter Action Explained</TITLE>
17416 </HEAD>
17417 <BODY>
17418 <H1>Filter Action Explained</H1>
17420 The Filter Action specifies the action to be taken when the Pattern is a
17421 match.
17422 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
17423 &quot;Just Set Message Status&quot;.
17425 If it is set to &quot;Delete&quot;, then the message that matches the
17426 Pattern will be deleted from the open folder.
17428 If it is set to &quot;Move&quot;, then the name of the folder to which
17429 the matching message should be moved is given in the &quot;Folder List&quot; field on the
17430 next line of the screen.
17431 A list of folders separated by commas may be given, in which case the
17432 message will be copied to all of the folders in the list before it is
17433 deleted.
17435 If it is set to neither of those two values (it is set to the value
17436 labeled &quot;Just Set Message Status&quot;) then the message status
17437 setting will happen
17438 but the message will not be deleted or moved.
17440 If you are Moving a message you may also set Message Status if you wish.
17442 The easiest way to fill in the &quot;Folder List&quot; field is to use
17443 the T command that is available when the &quot;Folder List&quot; line is
17444 highlighted.
17445 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17446 Filter Action is set to &quot;Move&quot;, and any value that
17447 &quot;Folder List&quot; has is ignored unless the type
17448 is set to &quot;Move&quot;.
17450 There are a few tokens that may be used in the names in the Folder List.
17451 They are all related to the date on which the filtering is taking place.
17452 The tokens are words surrounded by underscores.
17453 For example, if you want your filter to move messages to a folder named
17454 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
17455 you could specify the folder as
17456 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
17457 which would result in a file named something like
17458 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
17460 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
17461 which would result in a file named something like
17462 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
17463 The available tokens are listed
17464 <A HREF="h_index_tokens">here</A>.
17466 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17467 for more information on Patterns.
17469 Look <A HREF="h_edit_nav_cmds">here</A>
17470 to see the available Editing and Navigation commands.
17472 &lt;End of help on this topic&gt;
17473 </BODY>
17474 </HTML>
17475 ======= h_config_score_fldr_type =======
17476 <HTML>
17477 <HEAD>
17478 <TITLE>Current Folder Type Explained</TITLE>
17479 </HEAD>
17480 <BODY>
17481 <H1>Current Folder Type Explained</H1>
17483 The Current Folder Type is part of the scoring rule's Pattern.
17484 It refers to the type of the folder that
17485 the message being scored is in.
17486 In order for a rule to be considered a match, the current folder must
17487 be of the type you set here.
17488 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17489 all what you might think.
17491 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17492 example, then
17493 that Pattern will only match if the current folder is a newsgroup and
17494 the rest of the Pattern matches.
17495 The value &quot;Specific&quot; may be used when you want to limit the match
17496 to a specific folder (not just a specific type of folder), or to a list of
17497 specific folders.
17499 In order to match a specific folder you Select the &quot;Specific&quot;
17500 button <EM>AND</EM> fill in
17501 the name (or list of names) of
17502 the folder in the &quot;Folder List&quot; field.
17503 If the current folder is any of the folders in the list, that is considered
17504 a match.
17505 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17506 of the folder (like what appears in your configuration file) or, if the
17507 folder is one of your incoming folders, it may be the nickname you've given
17508 the folder.
17509 Here are a couple samples of specific folder names:
17511 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17513 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17515 The easiest way to fill in the &quot;Folder List&quot; field is to use
17516 the T command that is available when the &quot;Folder List&quot; line is
17517 highlighted.
17518 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17519 Current Folder Type is set to &quot;Specific&quot;, and any value that
17520 &quot;Folder List&quot; has is ignored unless the type
17521 is set to &quot;Specific&quot;.
17523 When reading a newsgroup, there may be a performance penalty
17524 incurred when collecting the information necessary to check a Pattern.
17525 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17526 For example, if you have Index Line Coloring rules that have Score Intervals
17527 defined then the scores for all the visible messages will need to be calculated.
17528 If some of your Scoring rules have 
17529 a Current Folder Type of
17530 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
17531 screen to draw more slowly when in a newsgroup.
17533 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17534 for more information on Patterns.
17536 Look <A HREF="h_edit_nav_cmds">here</A>
17537 to see the available Editing and Navigation commands.
17539 &lt;End of help on this topic&gt;
17540 </BODY>
17541 </HTML>
17542 ======= h_config_other_fldr_type =======
17543 <HTML>
17544 <HEAD>
17545 <TITLE>Current Folder Type Explained</TITLE>
17546 </HEAD>
17547 <BODY>
17548 <H1>Current Folder Type Explained</H1>
17550 The Current Folder Type is part of the rule's Pattern.
17551 It refers to the type of the folder being viewed.
17552 In order for a rule to be considered a match, the current folder must
17553 be of the type you set here.
17554 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17555 all what you might think.
17557 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17558 example, then
17559 that Pattern will only match if the current folder is a newsgroup.
17560 The value &quot;Specific&quot; may be used when you want to limit the match
17561 to a specific folder (not just a specific type of folder), or to a list of
17562 specific folders.
17564 In order to match a specific folder you Select the &quot;Specific&quot;
17565 button <EM>AND</EM> fill in
17566 the name (or list of names) of
17567 the folder in the &quot;Folder List&quot; field.
17568 If the current folder is any of the folders in the list, that is considered
17569 a match.
17570 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17571 of the folder (like what appears in your configuration file) or, if the
17572 folder is one of your incoming folders, it may be the nickname you've given
17573 the folder.
17574 Here are a couple samples of specific folder names:
17576 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17578 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17580 The easiest way to fill in the &quot;Folder List&quot; field is to use
17581 the T command that is available when the &quot;Folder List&quot; line is
17582 highlighted.
17583 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17584 Current Folder Type is set to &quot;Specific&quot;, and any value that
17585 &quot;Folder List&quot; has is ignored unless the type
17586 is set to &quot;Specific&quot;.
17588 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17589 for more information on Patterns.
17591 Look <A HREF="h_edit_nav_cmds">here</A>
17592 to see the available Editing and Navigation commands.
17594 &lt;End of help on this topic&gt;
17595 </BODY>
17596 </HTML>
17597 ======= h_config_incol_fldr_type =======
17598 <HTML>
17599 <HEAD>
17600 <TITLE>Current Folder Type Explained</TITLE>
17601 </HEAD>
17602 <BODY>
17603 <H1>Current Folder Type Explained</H1>
17605 The Current Folder Type is part of the Line Coloring rule's Pattern.
17606 It refers to the type of the folder for which the MESSAGE INDEX is
17607 being viewed.
17608 In order for a rule to be considered a match, the current folder must
17609 be of the type you set here.
17610 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17611 all what you might think.
17613 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17614 example, then
17615 that Pattern will only match if the current folder is a newsgroup and
17616 the rest of the Pattern matches.
17617 The value &quot;Specific&quot; may be used when you want to limit the match
17618 to a specific folder (not just a specific type of folder), or to a list of
17619 specific folders.
17621 In order to match a specific folder you Select the &quot;Specific&quot;
17622 button <EM>AND</EM> fill in
17623 the name (or list of names) of
17624 the folder in the &quot;Folder List&quot; field.
17625 If the current folder is any of the folders in the list, that is considered
17626 a match.
17627 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17628 of the folder (like what appears in your configuration file) or, if the
17629 folder is one of your incoming folders, it may be the nickname you've given
17630 the folder.
17631 Here are a couple samples of specific folder names:
17633 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17635 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17637 The easiest way to fill in the &quot;Folder List&quot; field is to use
17638 the T command that is available when the &quot;Folder List&quot; line is
17639 highlighted.
17640 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17641 Current Folder Type is set to &quot;Specific&quot;, and any value that
17642 &quot;Folder List&quot; has is ignored unless the type
17643 is set to &quot;Specific&quot;.
17645 When reading a newsgroup, there may be a performance penalty
17646 incurred when collecting the information necessary to check a Pattern.
17647 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17648 For example, a rule with a non-Normal Index Line Color
17649 and a Current Folder Type of
17650 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
17651 screen to draw more slowly when in a newsgroup.
17653 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17654 for more information on Patterns.
17656 Look <A HREF="h_edit_nav_cmds">here</A>
17657 to see the available Editing and Navigation commands.
17659 &lt;End of help on this topic&gt;
17660 </BODY>
17661 </HTML>
17662 ======= h_config_filt_fldr_type =======
17663 <HTML>
17664 <HEAD>
17665 <TITLE>Current Folder Type Explained</TITLE>
17666 </HEAD>
17667 <BODY>
17668 <H1>Current Folder Type Explained</H1>
17670 The Current Folder Type is part of the Filtering rule's Pattern.
17671 It refers to the type of the folder for which the filtering is being done.
17672 In order for a rule to be considered a match, the current folder must
17673 be of the type you set here.
17674 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17675 all what you might think.
17677 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17678 example, then
17679 that Pattern will only match if the current folder is a newsgroup and
17680 the rest of the Pattern matches.
17681 The value &quot;Specific&quot; may be used when you want to limit the match
17682 to a specific folder (not just a specific type of folder), or to a list of
17683 specific folders.
17685 In order to match a specific folder you Select the &quot;Specific&quot;
17686 button <EM>AND</EM> fill in
17687 the name (or list of names) of
17688 the folder in the &quot;Folder List&quot; field.
17689 If the current folder is any of the folders in the list, that is considered
17690 a match.
17691 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17692 of the folder (like what appears in your configuration file) or, if the
17693 folder is one of your incoming folders, it may be the nickname you've given
17694 the folder.
17695 Here are a couple samples of specific folder names:
17697 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17699 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17701 The easiest way to fill in the &quot;Folder List&quot; field is to use
17702 the T command that is available when the &quot;Folder List&quot; line is
17703 highlighted.
17704 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17705 Current Folder Type is set to &quot;Specific&quot;, and any value that
17706 &quot;Folder List&quot; has is ignored unless the type
17707 is set to &quot;Specific&quot;.
17709 When reading a newsgroup, there may be a performance penalty
17710 incurred when collecting the information necessary to check a Pattern.
17711 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17712 For example, a rule with a Current Folder Type of either
17713 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
17714 more slowly when opening a newsgroup.
17716 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17717 for more information on Patterns.
17719 Look <A HREF="h_edit_nav_cmds">here</A>
17720 to see the available Editing and Navigation commands.
17722 &lt;End of help on this topic&gt;
17723 </BODY>
17724 </HTML>
17725 ======= h_config_role_stat_imp =======
17726 <HTML>
17727 <HEAD>
17728 <TITLE>Message Important Status Explained</TITLE>
17729 </HEAD>
17730 <BODY>
17731 <H1>Message Important Status Explained</H1>
17733 This part of the Pattern may have one of three possible values.
17734 The default value is &quot;Don't care&quot;, which matches any message.
17735 The other two values are &quot;Yes&quot;, which means the message must be
17736 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
17737 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
17738 to be a match.
17740 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17741 for more information on Patterns.
17743 Look <A HREF="h_edit_nav_cmds">here</A>
17744 to see the available Editing and Navigation commands.
17746 &lt;End of help on this topic&gt;
17747 </BODY>
17748 </HTML>
17749 ======= h_config_role_stat_new =======
17750 <HTML>
17751 <HEAD>
17752 <TITLE>Message New Status Explained</TITLE>
17753 </HEAD>
17754 <BODY>
17755 <H1>Message New Status Explained</H1>
17757 This part of the Pattern may have one of three possible values.
17758 The default value is &quot;Don't care&quot;, which matches any message.
17759 The other two values are &quot;Yes&quot;, which means the message must be
17760 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
17761 means the message must <EM>not</EM> be &quot;New&quot; in order
17762 to be a match.
17763 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
17764 same as <EM>Seen</EM>.
17766 The nomenclature for New and Recent is a bit confusing:
17768 New means that the message is Unseen.
17769 It could have been in your mailbox for a long time but if you haven't looked
17770 at it, it is still considered New.
17771 That matches the default Alpine index display that shows an N for such a
17772 message.
17774 Recent means that the message was added to this folder since the last time
17775 you opened the folder.
17776 Alpine also shows an N by default for these types of messages.
17777 If you were to run two copies of Alpine that opened a folder one right after
17778 the other, a message would only show up as Recent in (at most) the first
17779 Alpine session.
17781 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17782 for more information on Patterns.
17784 Look <A HREF="h_edit_nav_cmds">here</A>
17785 to see the available Editing and Navigation commands.
17787 &lt;End of help on this topic&gt;
17788 </BODY>
17789 </HTML>
17790 ======= h_config_role_stat_recent =======
17791 <HTML>
17792 <HEAD>
17793 <TITLE>Message Recent Status Explained</TITLE>
17794 </HEAD>
17795 <BODY>
17796 <H1>Message Recent Status Explained</H1>
17798 This part of the Pattern may have one of three possible values.
17799 The default value is &quot;Don't care&quot;, which matches any message.
17800 The other two values are &quot;Yes&quot;, which means the message must be
17801 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
17802 means the message must <EM>not</EM> be &quot;Recent&quot; in order
17803 to be a match.
17804 &quot;Recent&quot; means that the message was added to the folder since
17805 the last time the folder was opened.
17806 If more than one mail client has the folder opened, the message will
17807 appear to be &quot;Recent&quot; to only one of the clients.
17809 The nomenclature for New and Recent is a bit confusing:
17811 New means that the message is Unseen.
17812 It could have been in your mailbox for a long time but if you haven't looked
17813 at it, it is still considered New.
17814 That matches the default Alpine index display that shows an N for such a
17815 message.
17817 Recent means that the message was added to this folder since the last time
17818 you opened the folder.
17819 Alpine also shows an N by default for these types of messages.
17820 If you were to run two copies of Alpine that opened a folder one right after
17821 the other, a message would only show up as Recent in (at most) the first
17822 Alpine session.
17824 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17825 for more information on Patterns.
17827 Look <A HREF="h_edit_nav_cmds">here</A>
17828 to see the available Editing and Navigation commands.
17830 &lt;End of help on this topic&gt;
17831 </BODY>
17832 </HTML>
17833 ======= h_config_role_stat_del =======
17834 <HTML>
17835 <HEAD>
17836 <TITLE>Message Deleted Status Explained</TITLE>
17837 </HEAD>
17838 <BODY>
17839 <H1>Message Deleted Status Explained</H1>
17841 This part of the Pattern may have one of three possible values.
17842 The default value is &quot;Don't care&quot;, which matches any message.
17843 The other two values are &quot;Yes&quot;, which means the message must be
17844 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
17845 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
17846 to be a match.
17848 If you are thinking of using this part of the Pattern as a way to prevent
17849 messages from being filtered more than once in a Filter Pattern,
17850 take a look at the Filter Option
17851 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
17852 instead.
17853 It should work better than using this field since it will hide the filtered
17854 messages even if they are already Deleted.
17855 That option is at the bottom of the Filter configuration screen.
17857 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17858 for more information on Patterns.
17860 Look <A HREF="h_edit_nav_cmds">here</A>
17861 to see the available Editing and Navigation commands.
17863 &lt;End of help on this topic&gt;
17864 </BODY>
17865 </HTML>
17866 ======= h_config_role_stat_ans =======
17867 <HTML>
17868 <HEAD>
17869 <TITLE>Message Answered Status Explained</TITLE>
17870 </HEAD>
17871 <BODY>
17872 <H1>Message Answered Status Explained</H1>
17874 This part of the Pattern may have one of three possible values.
17875 The default value is &quot;Don't care&quot;, which matches any message.
17876 The other two values are &quot;Yes&quot;, which means the message must be
17877 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
17878 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
17879 to be a match.
17881 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17882 for more information on Patterns.
17884 Look <A HREF="h_edit_nav_cmds">here</A>
17885 to see the available Editing and Navigation commands.
17887 &lt;End of help on this topic&gt;
17888 </BODY>
17889 </HTML>
17890 ======= h_config_role_abookfrom =======
17891 <HTML>
17892 <HEAD>
17893 <TITLE>Address in Address Book Explained</TITLE>
17894 </HEAD>
17895 <BODY>
17896 <H1>Address in Address Book Explained</H1>
17898 This option gives you a way to match messages that contain an address
17899 that is in one of your address books.
17900 Only the simple entries in your address books are searched.
17901 Address book distribution lists are ignored!
17903 This part of the Pattern may have one of five possible values.
17904 The default value is &quot;Don't care&quot;, which matches any message.
17905 The value &quot;Yes, in any address book&quot; means at least one of the addresses
17906 from the message must be in at least one of your
17907 address books in order to be a match.
17908 The value &quot;No, not in any address book&quot;
17909 means none of the addresses may
17910 be in any of your address books in order to be a match.
17912 The values &quot;Yes, in specific address books&quot; and
17913 &quot;No, not in any of specific address books&quot; are similar but instead
17914 of depending on all address books you are allowed to give a list of address
17915 books to look in.
17916 Usually this would be a single address book but it may be a
17917 list of address books as well.
17918 For each of these &quot;specific&quot; address book options you Select which
17919 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
17920 name (or list of names) of the address book in the
17921 &quot;Abook List&quot; field.
17922 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
17923 The easiest way to fill in the Abook List field it to use
17924 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
17925 line is highlighted.
17926 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
17927 option is set to one of the two &quot;Specific&quot;, values.
17929 The addresses from the message that are checked for are determined by the
17930 setting you have for &quot;Types of addresses to check for in address book&quot;.
17931 If you set this to &quot;From&quot; the From address from the message will
17932 be looked up in the address book.
17933 If you set it to &quot;To&quot; instead then the To addresses will be used.
17934 If any of the To addresses are in the address book then it is considered
17935 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
17936 You could set it to both From and To, in which case all of the From and To
17937 addresses are used.
17938 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
17939 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
17940 exists or the From address if there is no Reply-To address.
17941 Same for the Sender address.
17943 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17944 for more information on Patterns.
17946 Look <A HREF="h_edit_nav_cmds">here</A>
17947 to see the available Editing and Navigation commands.
17949 &lt;End of help on this topic&gt;
17950 </BODY>
17951 </HTML>
17952 ======= h_config_inabook_from =======
17953 <HTML>
17954 <HEAD>
17955 <TITLE>From</TITLE>
17956 </HEAD>
17957 <BODY>
17958 <H1>From</H1>
17960 Setting the From line will cause the address from the From header line
17961 of the message to be checked for in the address book.
17963 &lt;End of help on this topic&gt;
17964 </BODY>
17965 </HTML>
17966 ======= h_config_inabook_replyto =======
17967 <HTML>
17968 <HEAD>
17969 <TITLE>Reply-To</TITLE>
17970 </HEAD>
17971 <BODY>
17972 <H1>Reply-To</H1>
17974 Setting the Reply-To line will cause the address from the Reply-To header line
17975 of the message to be checked for in the address book.
17976 However, if there is no Reply-To header line in the message the From header
17977 line will be used instead.
17978 We understand this is dumb but we don't have an easy way around it.
17980 &lt;End of help on this topic&gt;
17981 </BODY>
17982 </HTML>
17983 ======= h_config_inabook_sender =======
17984 <HTML>
17985 <HEAD>
17986 <TITLE>Sender</TITLE>
17987 </HEAD>
17988 <BODY>
17989 <H1>Sender</H1>
17991 Setting the Sender line will cause the address from the Sender header line
17992 of the message to be checked for in the address book.
17993 However, if there is no Sender header line in the message the From header
17994 line will be used instead.
17995 We understand this is dumb but we don't have an easy way around it.
17997 &lt;End of help on this topic&gt;
17998 </BODY>
17999 </HTML>
18000 ======= h_config_inabook_to =======
18001 <HTML>
18002 <HEAD>
18003 <TITLE>To</TITLE>
18004 </HEAD>
18005 <BODY>
18006 <H1>To</H1>
18008 Setting the To line will cause the address from the To header line
18009 of the message to be checked for in the address book.
18011 &lt;End of help on this topic&gt;
18012 </BODY>
18013 </HTML>
18014 ======= h_config_inabook_cc =======
18015 <HTML>
18016 <HEAD>
18017 <TITLE>CC</TITLE>
18018 </HEAD>
18019 <BODY>
18020 <H1>CC</H1>
18022 Setting the CC line will cause the address from the CC header line
18023 of the message to be checked for in the address book.
18025 &lt;End of help on this topic&gt;
18026 </BODY>
18027 </HTML>
18028 ======= h_config_role_stat_8bitsubj =======
18029 <HTML>
18030 <HEAD>
18031 <TITLE>Raw 8-bit in Subject Explained</TITLE>
18032 </HEAD>
18033 <BODY>
18034 <H1>Raw 8-bit in Subject Explained</H1>
18036 It seems that lots of unwanted email contains unencoded 8-bit characters
18037 in the Subject.
18038 Normally, characters with the 8th bit set are not allowed in the Subject
18039 header unless they are MIME-encoded.
18040 This option gives you a way to match messages that have Subjects that
18041 contain unencoded 8-bit characters.
18043 This part of the Pattern may have one of three possible values.
18044 The default value is &quot;Don't care&quot;, which matches any message.
18045 The other two values are &quot;Yes&quot;, which means the Subject of
18046 the message must contain unencoded 8-bit characters (characters with the
18047 most significant bit set)
18048 in order to be a match; or &quot;No&quot;, which
18049 means the Subject must <EM>not</EM>
18050 contain unencoded 8-bit characters in order to be a match.
18052 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18053 for more information on Patterns.
18055 Look <A HREF="h_edit_nav_cmds">here</A>
18056 to see the available Editing and Navigation commands.
18058 &lt;End of help on this topic&gt;
18059 </BODY>
18060 </HTML>
18061 ======= h_config_role_bom =======
18062 <HTML>
18063 <HEAD>
18064 <TITLE>Beginning of Month</TITLE>
18065 </HEAD>
18066 <BODY>
18067 <H1>Beginning of Month</H1>
18069 This option gives you a limited ability to take different actions depending on whether
18070 this is the first time Alpine has been run this month or not.
18071 Though it would be nice to have such an option available, this is not the
18072 same as whether or not this is the first time a paricular folder has been
18073 opened this month.
18074 If you want some action (probably Filtering) to take place in a folder each
18075 month, then you will need to be sure that the folder is opened during the
18076 first Alpine session of the month in order for this option to be helpful.
18078 This part of the Pattern may have one of three possible values.
18079 The default value is &quot;Don't care&quot;, which matches any message.
18080 The other two values are &quot;Yes&quot;, which means this is the first
18081 time Alpine has been run this month;
18082 or &quot;No&quot;, which
18083 means this is not the first time Alpine has been run this month.
18085 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18086 for more information on Patterns.
18088 Here are some technical details.
18089 The way that Alpine decides if it is the beginning of the month or not is
18090 to compare today's date with the date stored in the
18091 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
18092 variable in the config file.
18093 If the month of today's date is later than the month stored in the variable,
18094 then this is considered to be the first time you have run Alpine this month, and
18095 that turns the Beginning of the Month option on.
18097 Look <A HREF="h_edit_nav_cmds">here</A>
18098 to see the available Editing and Navigation commands.
18100 &lt;End of help on this topic&gt;
18101 </BODY>
18102 </HTML>
18103 ======= h_config_role_boy =======
18104 <HTML>
18105 <HEAD>
18106 <TITLE>Beginning of Year</TITLE>
18107 </HEAD>
18108 <BODY>
18109 <H1>Beginning of Year</H1>
18111 This option gives you a limited ability to take different actions depending on whether
18112 this is the first time Alpine has been run this year or not.
18113 Though it would be nice to have such an option available, this is not the
18114 same as whether or not this is the first time a paricular folder has been
18115 opened this year.
18116 If you want some action (probably Filtering) to take place in a folder each
18117 year, then you will need to be sure that the folder is opened during the
18118 first Alpine session of the year in order for this option to be helpful.
18120 This part of the Pattern may have one of three possible values.
18121 The default value is &quot;Don't care&quot;, which matches any message.
18122 The other two values are &quot;Yes&quot;, which means this is the first
18123 time Alpine has been run this year;
18124 or &quot;No&quot;, which
18125 means this is not the first time Alpine has been run this year.
18127 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18128 for more information on Patterns.
18130 Here are some technical details.
18131 The way that Alpine decides if it is the beginning of the year or not is
18132 to compare today's date with the date stored in the
18133 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
18134 variable in the config file.
18135 If the year of today's date is later than the year stored in the variable,
18136 then this is considered to be the first time you have run Alpine this year, and
18137 that turns the Beginning of the Year option on.
18139 Look <A HREF="h_edit_nav_cmds">here</A>
18140 to see the available Editing and Navigation commands.
18142 &lt;End of help on this topic&gt;
18143 </BODY>
18144 </HTML>
18145 ======= h_config_role_inick =======
18146 <HTML>
18147 <HEAD>
18148 <TITLE>Initialize Values From Role Explained</TITLE>
18149 </HEAD>
18150 <BODY>
18151 <H1>Initialize Values From Role Explained</H1>
18153 This is a power user feature.
18154 You will usually want to leave this field empty.
18155 The value of this field is the nickname of another one of your roles.
18156 The Action values from that other role
18157 are used as the initial values of the Action items for this role.
18158 If you put something in any of the action fields for this role, that will
18159 override whatever was in the corresponding field of the initializer role.
18161 You might use this field if the &quot;Action&quot; part of one of your roles
18162 is something you want to use in more than one role.
18163 Instead of filling in those action values again for each role, you
18164 may give the nickname of the role where the values are filled in.
18165 It's just a shortcut way to define Role Actions.
18167 Here's an example to help explain how this works.
18168 Suppose you have a role with nickname &quot;role1&quot; and role1 has
18169 (among other things)
18171 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
18173 set.
18174 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
18175 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
18176 from role1 by default (and any of the other inheritable action values
18177 that are set).
18178 So if role2 had
18180 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
18182 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
18183 However, if role2 had
18185 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
18187 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
18189 If you wish,
18190 you may choose a nickname from your list of roles by using the
18191 &quot;T&quot; command.
18192 If the role you are using to initialize also has a role it initializes from,
18193 then that initialization happens first.
18194 That is, inheritance works as expected with the grandparent and
18195 great-grandparent (and so on) roles having the expected effect.
18197 Look <A HREF="h_edit_nav_cmds">here</A>
18198 to see the available Editing and Navigation commands.
18200 &lt;End of help on this topic&gt;
18201 </BODY>
18202 </HTML>
18203 ======= h_config_role_setfrom =======
18204 <HTML>
18205 <HEAD>
18206 <TITLE>Set From Explained</TITLE>
18207 </HEAD>
18208 <BODY>
18209 <H1>Set From Explained</H1>
18211 This describes part of the action to be taken if the Pattern for this
18212 role is a match.
18213 This field consists of a single address that will be used as the From
18214 address on the message you are sending.
18215 This should be a fully-qualified address like
18217 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
18219 or just
18221 <CENTER><SAMP>user@domain</SAMP></CENTER>
18223 If you wish,
18224 you may choose an address from your address book with the
18225 &quot;T&quot; command.
18227 If this is left blank, then your normal From address will be used.
18229 You may also find it useful to add the changed From address to the
18230 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
18231 configuration option.
18233 Look <A HREF="h_edit_nav_cmds">here</A>
18234 to see the available Editing and Navigation commands.
18236 &lt;End of help on this topic&gt;
18237 </BODY>
18238 </HTML>
18239 ======= h_config_role_setreplyto =======
18240 <HTML>
18241 <HEAD>
18242 <TITLE>Set Reply-To Explained</TITLE>
18243 </HEAD>
18244 <BODY>
18245 <H1>Set Reply-To Explained</H1>
18247 This describes part of the action to be taken if the Pattern for this
18248 role is a match.
18249 This field consists of a single address that will be used as the Reply-To
18250 address on the message you are sending.
18251 This may be a fully-qualified address like
18253 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
18255 or just
18257 <CENTER><SAMP>user@domain</SAMP></CENTER>
18259 If you wish,
18260 you may choose an address from your address book with the
18261 &quot;T&quot; command.
18263 If this is left blank, then there won't be a Reply-To address unless
18264 you have configured one specially with the
18265 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
18266 configuration option.
18268 Look <A HREF="h_edit_nav_cmds">here</A>
18269 to see the available Editing and Navigation commands.
18271 &lt;End of help on this topic&gt;
18272 </BODY>
18273 </HTML>
18274 ======= h_config_role_setfcc =======
18275 <HTML>
18276 <HEAD>
18277 <TITLE>Set Fcc Explained</TITLE>
18278 </HEAD>
18279 <BODY>
18280 <H1>Set Fcc Explained</H1>
18282 This describes part of the action to be taken if the Pattern for this
18283 role is a match.
18284 This field consists of a single folder name that will be used in
18285 the Fcc field of the message you are sending.
18286 You may put anything here that you would normally type into the Fcc
18287 field from the composer.
18289 In addition, an fcc of &quot;&quot; (two double quotation marks) means
18290 no Fcc.
18292 A blank field here means that Alpine will use its normal rules for deciding
18293 the default value of the Fcc field.
18294 For many roles, perhaps most, it may make more sense for you to use the
18295 other Alpine facilities for setting the Fcc.
18296 In particular, if you want the Fcc to depend on who you are sending the
18297 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
18298 is probably more useful.
18299 In that case, you would want to leave the Fcc field here blank.
18300 However, if you have a role that depends on who the message you are replying
18301 to was From, or what address that message was sent to;
18302 then it might make sense to set the Fcc for that role here.
18304 If you wish,
18305 you may choose a folder from your folder collections by using the
18306 &quot;T&quot; command.
18308 Look <A HREF="h_edit_nav_cmds">here</A>
18309 to see the available Editing and Navigation commands.
18311 &lt;End of help on this topic&gt;
18312 </BODY>
18313 </HTML>
18314 ======= h_config_role_usesmtp =======
18315 <HTML>
18316 <HEAD>
18317 <TITLE>Use SMTP Server Explained</TITLE>
18318 </HEAD>
18319 <BODY>
18320 <H1>Use SMTP Server Explained</H1>
18322 This describes part of the action to be taken if the Pattern for this
18323 role is a match.
18324 If this field has a value, then it will be used as the SMTP server
18325 to send mail when this role is being used (unless the SMTP server variable
18326 is set in the system-wide fixed configuration file).
18327 It has the same semantics as the
18328 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
18329 variable in the Setup/Config screen.
18331 If you are using this to post from home when you are at home and from
18332 work when you are at work you need to be careful about postponing messages.
18333 When you postpone a composition that was using a role with this variable
18334 set, the SMTP server list will be saved
18335 with the postponed composition.
18336 It cannot be changed later.
18337 Because of this, you may want to make this a list of SMTP servers
18338 with the preferred server at the front of the list and alternate servers
18339 later in the list.
18340 In your &quot;Home&quot; role you would put the home SMTP server first and
18341 the work SMTP server last.
18342 In your &quot;Work&quot; role you would put the work SMTP server first and
18343 the home SMTP server last.
18344 Then if you start a composition as &quot;Work&quot;, postpone
18345 it, and then later resume it from home the work SMTP server will fail but
18346 the home SMTP server later in the list will succeed.
18348 You may be able to simplify things by making the regular
18349 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
18350 variable in the Setup/Config screen a list instead of using roles
18351 to set the SMTP server.
18354 Look <A HREF="h_edit_nav_cmds">here</A>
18355 to see the available Editing and Navigation commands.
18357 &lt;End of help on this topic&gt;
18358 </BODY>
18359 </HTML>
18360 ======= h_config_role_usenntp =======
18361 <HTML>
18362 <HEAD>
18363 <TITLE>Use NNTP Server Explained</TITLE>
18364 </HEAD>
18365 <BODY>
18366 <H1>Use NNTP Server Explained</H1>
18368 This describes part of the action to be taken if the Pattern for this
18369 role is a match.
18370 If this field has a value, then it will be used as the NNTP server
18371 to post to newsgroups when this role is being used (unless the NNTP server
18372 variable
18373 is set in the system-wide fixed configuration file).
18374 It has the same semantics as the
18375 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
18376 variable in the Setup/Config screen.
18378 This role setting can facilitate posting to the right nntp server for someone
18379 who reads news from various news sources.  The feature
18380 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
18381 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
18382 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
18383 nntp servers for roles may be more desirable for some people.
18385 If you are using this to post from home when you are at home and from
18386 work when you are at work you need to be careful about postponing messages.
18387 When you postpone a composition that was using a role with this variable
18388 set, the NNTP server list will be saved
18389 with the postponed composition.
18390 It cannot be changed later.
18391 Because of this, you may want to make this a list of NNTP servers
18392 with the preferred server at the front of the list and alternate servers
18393 later in the list.
18394 In your &quot;Home&quot; role you would put the home NNTP server first and
18395 the work NNTP server last.
18396 In your &quot;Work&quot; role you would put the work NNTP server first and
18397 the home NNTP server last.
18398 Then if you start a composition as &quot;Work&quot;, postpone
18399 it, and then later resume it from home the work NNTP server will fail but
18400 the home NNTP server later in the list will succeed.
18402 You may be able to simplify things by making the regular
18403 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
18404 variable in the Setup/Config screen a list instead of using roles
18405 to set the NNTP server.
18408 Look <A HREF="h_edit_nav_cmds">here</A>
18409 to see the available Editing and Navigation commands.
18411 &lt;End of help on this topic&gt;
18412 </BODY>
18413 </HTML>
18414 ======= h_config_role_setotherhdr =======
18415 <HTML>
18416 <HEAD>
18417 <TITLE>Set Other Headers Explained</TITLE>
18418 </HEAD>
18419 <BODY>
18420 <H1>Set Other Headers Explained</H1>
18422 This describes part of the action to be taken if the Pattern for this
18423 role is a match.
18424 This field gives you a way to set values for headers besides
18425 &quot;From&quot; and &quot;Reply-To&quot;.
18426 If you want to set either of those, use the specific
18427 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
18429 This field is similar to the
18430 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
18431 Each header you specify here must include the header tag 
18432 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
18433 and may optionally include a value for that header.
18434 In order to see these headers when you compose using this role you 
18435 must use the rich header
18436 <!--chtml if pinemode="function_key"-->(F5)
18437 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
18438 Here's an example that shows how you might set the To address.
18440 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
18442 Headers set in this way are different from headers set with the
18443 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
18444 will replace any value that already exists.
18445 For example, if you are Replying to a message there will already be at
18446 least one address in the To header (the address you are Replying to).
18447 However, if you Reply using a role that sets the To header, that role's
18448 To header value will be used instead.
18450 Limitation: Because commas are used to separate the list of
18451 Other Headers, it is not possible to have the value of a
18452 header contain a comma;
18453 nor is there currently an &quot;escape&quot; mechanism provided
18454 to make this work.
18456 Look <A HREF="h_edit_nav_cmds">here</A>
18457 to see the available Editing and Navigation commands.
18459 &lt;End of help on this topic&gt;
18460 </BODY>
18461 </HTML>
18462 ======= h_config_role_setlitsig =======
18463 <HTML>
18464 <HEAD>
18465 <TITLE>Set Literal Signature Explained</TITLE>
18466 </HEAD>
18467 <BODY>
18468 <H1>Set Literal Signature Explained</H1>
18470 This describes part of the action to be taken if the Pattern for this
18471 role is a match.
18472 This field contains the actual text for your signature, as opposed to
18473 the name of a file containing your signature.
18474 If this is defined it takes precedence over any value set in the
18475 &quot;Set Signature&quot; field.
18477 This is simply a different way to store the signature.
18478 The signature is stored inside your Alpine configuration file instead of in
18479 a separate file.
18480 Tokens work the same way they do with
18481 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
18482 help text there for more information.
18485 The two character sequence &#92;n (backslash followed by
18486 the character n) will be used to signify a line-break in your signature.
18487 You don't have to enter the &#92;n, but it will be visible in the
18488 CHANGE THIS ROLE RULE window after you are done editing the signature.
18490 Look <A HREF="h_edit_nav_cmds">here</A>
18491 to see the available Editing and Navigation commands.
18493 &lt;End of help on this topic&gt;
18494 </BODY>
18495 </HTML>
18496 ======= h_config_role_setsig =======
18497 <HTML>
18498 <HEAD>
18499 <TITLE>Set Signature Explained</TITLE>
18500 </HEAD>
18501 <BODY>
18502 <H1>Set Signature Explained</H1>
18504 This describes part of the action to be taken if the Pattern for this
18505 role is a match.
18507 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
18508 option from Setup/Config
18509 or the &quot;Set LiteralSig&quot; option for this role are defined,
18510 then this option will be ignored.
18511 You can tell that that is the case because the value of this
18512 option will show up as
18514 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
18516 You may either use all Literal Signatures (signatures stored in your
18517 configuration file) throughout Alpine, or all signature files.
18518 You can't mix the two.
18520 This field consists of a filename that will be used as the signature
18521 file when using this role.
18523 If the filename is followed by a vertical bar (|) then instead
18524 of reading the contents of the file the file is assumed to be a
18525 program that will produce the text to be used on its standard output.
18526 The program can't have any arguments and doesn't receive any input from Alpine,
18527 but the rest of the processing works as if the contents came from a file.
18529 Instead of storing the data in a local file, the
18530 signature data may be stored remotely in an IMAP folder.
18531 In order to do this, 
18532 you must use a remote name for the signature.
18533 A remote signature name might look like:
18535 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
18538 The syntax used here is the same as the syntax used for a remote
18539 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18540 Note that you may not access an existing signature file remotely,
18541 you have to create a new <EM>folder</EM> that contains the signature data.
18542 If the name you use here for the signature data is a remote name, then when
18543 you edit the file using the &quot;F&quot; command the data will
18544 be saved remotely in the folder.
18545 You aren't required to do anything special to create the folder, it
18546 gets created if you use a remote name.
18549 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18550 the name of the file) you have specified.
18551 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18553 Besides containing regular text, a signature file may also
18554 contain (or a signature program may produce) tokens that are replaced with text
18555 that depends on the message you are replying to or forwarding.
18556 The tokens all look like _word_ (a word surrounded by underscores).
18557 For example, if the token
18559 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18561 is included in the text of the signature file, then when you reply to
18562 or forward a message, the token will be replaced with the actual date
18563 the message you are replying to or forwarding was sent.
18565 If you use a role that has a signature file for a plain composition
18566 (that is, not a reply or forward) then there is no original message, so
18567 any tokens that depend on the message will be replaced with nothing.
18568 So if you want a signature file to be useful for new compositions it
18569 shouldn't include any of the tokens that depend on the message being
18570 replied to or forwarded.
18572 The list of available tokens is
18573 <A HREF="h_index_tokens">here</A>.
18575 Actually, for the adventurous, there is a way to conditionally include text based
18576 on whether or not a token would result in specific replacement text.
18577 For example, you could include some text based on whether or not
18578 the _NEWS_ token would result in any newsgroups if it was used.
18579 It's explained in detail
18580 <A HREF="h_reply_token_conditionals">here</A>.
18582 In the very unlikely event that you want to include a literal token in
18583 a signature file, you must precede it with a backslash character.
18584 For example, to include the literal text _DATE_ you must actually use
18585 &#92;_DATE_.
18586 It is not possible to have a literal backslash followed by an expanded token.
18588 A blank field here means that Alpine will use its normal rules for deciding
18589 which file (if any) to use for the signature file.
18591 An alternate method for storing the signature is available in
18592 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
18594 Look <A HREF="h_edit_nav_cmds">here</A>
18595 to see the available Editing and Navigation commands.
18597 &lt;End of help on this topic&gt;
18598 </BODY>
18599 </HTML>
18600 ======= h_config_role_settempl =======
18601 <HTML>
18602 <HEAD>
18603 <TITLE>Set Template Explained</TITLE>
18604 </HEAD>
18605 <BODY>
18606 <H1>Set Template Explained</H1>
18608 This describes part of the action to be taken if the Pattern for this
18609 role is a match.
18610 This field consists of a filename that will be used as the template
18611 file when using this role.
18612 The template file is a file that is included at the top of the message you
18613 are composing.
18615 If the filename is followed by a vertical bar (|) then instead
18616 of reading the contents of the file the file is assumed to be a
18617 program that will produce the text to be used on its standard output.
18618 The program can't have any arguments and doesn't receive any input from Alpine,
18619 but the rest of the processing works as if the contents came from a file.
18621 Instead of storing the data in a local file, the
18622 template may be stored remotely in an IMAP folder.
18623 In order to do this, 
18624 you must use a remote name for the template.
18625 A remote template name might look like:
18627 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
18630 The syntax used here is the same as the syntax used for a remote
18631 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18632 Note that you may not access an existing template file remotely,
18633 you have to create a new <EM>folder</EM> that contains the template data.
18634 If the name you use here for the template is a remote name, then when
18635 you edit the file using the &quot;F&quot; command the data will
18636 be saved remotely in the folder.
18637 You aren't required to do anything special to create the folder, it
18638 gets created if you use a remote name.
18640 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18641 the name of the file) you have specified.
18642 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18644 Besides containing regular text, the template file may also
18645 contain (or a template file program may produce) tokens that are replaced with text
18646 that depends on the message you are replying to or forwarding.
18647 The tokens all look like _word_ (a word surrounded by underscores).
18648 For example, if the token
18650 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18652 is included in the text of the template file, then when you reply to
18653 or forward a message, the token will be replaced with the actual date
18654 the message you are replying to or forwarding was sent.
18656 If you use a role that has a template file for a plain composition
18657 (that is, not a reply or forward) then there is no original message, so
18658 any tokens that depend on the message will be replaced with nothing.
18659 So if you want a template file to be useful for new compositions it
18660 shouldn't include any of the tokens that depend on the message being
18661 replied to or forwarded.
18663 The list of available tokens is
18664 <A HREF="h_index_tokens">here</A>.
18666 Actually, for the adventurous, there is a way to conditionally include text based
18667 on whether or not a token would result in specific replacement text.
18668 For example, you could include some text based on whether or not
18669 the _NEWS_ token would result in any newsgroups if it was used.
18670 It's explained in detail
18671 <A HREF="h_reply_token_conditionals">here</A>.
18673 In the very unlikely event that you want to include a literal token in
18674 a template file, you must precede it with a backslash character.
18675 For example, to include the literal text _DATE_ you must actually use
18676 &#92;_DATE_.
18677 It is not possible to have a literal backslash followed by an expanded token.
18679 A blank template field means that Alpine will not use a template file when
18680 this role is being used.
18682 Look <A HREF="h_edit_nav_cmds">here</A>
18683 to see the available Editing and Navigation commands.
18685 &lt;End of help on this topic&gt;
18686 </BODY>
18687 </HTML>
18688 ======= h_config_filt_stat_imp =======
18689 <HTML>
18690 <HEAD>
18691 <TITLE>Set Important Status Explained</TITLE>
18692 </HEAD>
18693 <BODY>
18694 <H1>Set Important Status Explained</H1>
18696 This describes part of the action to be taken if the Pattern for this
18697 filter is a match.
18698 If set to &quot;Don't change it&quot; then this does nothing.
18699 If set to &quot;Set this state&quot; then the Important flag is set
18700 for the matching message.
18701 If set to &quot;Clear this state&quot; then the Important flag is cleared
18702 for the matching message.
18703 The important flag usually causes an asterisk to show up in the MESSAGE
18704 INDEX.
18705 It may also be useful when selecting a set of messages
18706 with the Select command.
18708 Look <A HREF="h_edit_nav_cmds">here</A>
18709 to see the available Editing and Navigation commands.
18711 &lt;End of help on this topic&gt;
18712 </BODY>
18713 </HTML>
18714 ======= h_config_filt_stat_new =======
18715 <HTML>
18716 <HEAD>
18717 <TITLE>Set New Status Explained</TITLE>
18718 </HEAD>
18719 <BODY>
18720 <H1>Set New Status Explained</H1>
18722 This describes part of the action to be taken if the Pattern for this
18723 filter is a match.
18724 If set to &quot;Don't change it&quot; then this does nothing.
18725 If set to &quot;Set this state&quot; then the
18726 matching message is marked New.
18727 If set to &quot;Clear this state&quot; then the
18728 matching message is marked Seen.
18730 Look <A HREF="h_edit_nav_cmds">here</A>
18731 to see the available Editing and Navigation commands.
18733 &lt;End of help on this topic&gt;
18734 </BODY>
18735 </HTML>
18736 ======= h_config_filt_stat_ans =======
18737 <HTML>
18738 <HEAD>
18739 <TITLE>Set Answered Status Explained</TITLE>
18740 </HEAD>
18741 <BODY>
18742 <H1>Set Answered Status Explained</H1>
18744 This describes part of the action to be taken if the Pattern for this
18745 filter is a match.
18746 If set to &quot;Don't change it&quot; then this does nothing.
18747 If set to &quot;Set this state&quot; then the Answered flag is set
18748 for the matching message.
18749 If set to &quot;Clear this state&quot; then the Answered flag is cleared
18750 for the matching message.
18752 Look <A HREF="h_edit_nav_cmds">here</A>
18753 to see the available Editing and Navigation commands.
18755 &lt;End of help on this topic&gt;
18756 </BODY>
18757 </HTML>
18758 ======= h_config_filt_stat_del =======
18759 <HTML>
18760 <HEAD>
18761 <TITLE>Set Deleted Status Explained</TITLE>
18762 </HEAD>
18763 <BODY>
18764 <H1>Set Deleted Status Explained</H1>
18766 This describes part of the action to be taken if the Pattern for this
18767 filter is a match.
18768 If set to &quot;Don't change it&quot; then this does nothing.
18769 If set to &quot;Set this state&quot; then the
18770 matching message is marked Deleted.
18771 If set to &quot;Clear this state&quot; then the
18772 matching message is marked UnDeleted.
18774 You should not use this option unless you are prepared to have matching
18775 messages expunged from the folder permanently.
18776 For example, if you type the Expunge command, this filter is applied
18777 before the expunge, so matching messages will be marked Deleted and then
18778 will be permanently expunged from the folder.
18779 However, since the index isn't redrawn in between the time that the message
18780 is marked Deleted and the time that you are asked to expunge, the only
18781 indication that you are expunging the message comes in the number of messages
18782 being expunged.
18783 The same thing may happen when you close a folder.
18784 It is also possible that an expunge not initiated by you will
18785 delete matching messages.
18787 Look <A HREF="h_edit_nav_cmds">here</A>
18788 to see the available Editing and Navigation commands.
18790 &lt;End of help on this topic&gt;
18791 </BODY>
18792 </HTML>
18793 ======= h_config_role_scoreval =======
18794 <HTML>
18795 <HEAD>
18796 <TITLE>Score Value Explained</TITLE>
18797 </HEAD>
18798 <BODY>
18799 <H1>Score Value Explained</H1>
18801 A message's score is the sum of the Score Values from all of the Scoring rules
18802 with Patterns that match the message.
18803 The value you give here is the Score Value associated with this rule.
18804 A Score Value is an integer between -100 and 100, with the default
18805 value of zero.
18807 Alternatively, if the
18808 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
18809 field is defined
18810 (on the line right below the &quot;Score Value&quot; field)
18811 then the &quot;Score Value&quot; is ignored and
18812 the &quot;Score From Header&quot; field is used instead.
18814 Look <A HREF="h_edit_nav_cmds">here</A>
18815 to see the available Editing and Navigation commands.
18817 &lt;End of help on this topic&gt;
18818 </BODY>
18819 </HTML>
18820 ======= h_config_role_scorehdrtok =======
18821 <HTML>
18822 <HEAD>
18823 <TITLE>Score Value From Header Explained</TITLE>
18824 </HEAD>
18825 <BODY>
18826 <H1>Score Value From Header Explained</H1>
18828 This option provides a way to use a number that appears in the headers of your
18829 messages as the message's score, or as a component of that score.
18830 If this field is defined then it is used instead of the &quot;Score Value&quot;.
18831 The idea behind this option is that there may be a score embedded in the
18832 headers of messages that has already been calculated outside of Alpine.
18833 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
18834 somewhere in that header there is a score.
18836 The value for this option is the name of the header followed by parentheses
18837 with two arguments inside:
18839 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
18841 No space is allowed between the comma and the start of the field_separators.
18842 It would be interpreted as the first separator if it was there.
18843 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
18844 starts after that and goes to the second separator, and so on.
18845 It's easier to explain with examples.
18847 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
18849 In the above example the header that is used is the &quot;X-Spam&quot; header.
18850 The value of that header (the part after the colon and the space) is split
18851 into fields separated by spaces.
18853 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
18855 The second field is selected and converted to an integer. It only makes sense
18856 if Field2 really is an integer.
18858 Here's an example of a SpamAssassin header.
18859 The exact look of the header will vary, but if your incoming mail
18860 contains headers that look like the following
18862 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
18864 you might want to use the hits value as a score.
18865 Since the score is an integer value you can't make use of the decimal part of
18866 the number, but
18867 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
18868 and &quot;.&quot; as your separators.
18870 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
18872 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
18873 hits.
18874 The second field is &quot;10&quot; so the score value would be 10.
18876 Another example we've seen has headers that look like
18878 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
18880 Because there are two equals before the 7% the value
18882 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
18884 should capture the probability as the score.
18886 The Score From Header scoring value actually works just like the
18887 regular Score Value in that the rest of the pattern has to match before
18888 it is used and the scores from all the different scoring rules that
18889 match for a particular message are added together.
18890 When using the Score From Header method it may (or may not) make sense to
18891 use only a single scoring rule with a pattern that matches every message.
18893 Look <A HREF="h_edit_nav_cmds">here</A>
18894 to see the available Editing and Navigation commands.
18896 &lt;End of help on this topic&gt;
18897 </BODY>
18898 </HTML>
18899 ======= h_config_role_replyuse =======
18900 <HTML>
18901 <HEAD>
18902 <TITLE>Reply Use Explained</TITLE>
18903 </HEAD>
18904 <BODY>
18905 <H1>Reply Use Explained</H1>
18907 This option determines how this particular role will be used when Replying
18908 to a message.
18909 There are three possible values for this option.
18910 The value &quot;Never&quot;
18911 means that this role will not be a candidate for use when Replying.
18912 The role's Pattern will not be checked for a match, however the role will
18913 be available to be manually switched to if there is a confirmation prompt.
18916 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18917 mean that you do want to consider this role when Replying.
18918 For either of these settings, the role's Pattern will be compared with
18919 the message being replied to.
18920 If there is a match then this role will either be used without confirmation
18921 or will be the default when confirmation is asked for, depending on
18922 which of the two options is selected.
18923 If confirmation is requested, you will also have a chance to
18924 manually change the role to any one of your other roles.
18927 You won't be prompted for confirmation if none of your role Patterns
18928 match the message being replied to.
18929 This is independent of the value of the current option.
18930 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18931 feature may be used to change this behavior.
18933 &lt;End of help on this topic&gt;
18934 </BODY>
18935 </HTML>
18936 ======= h_config_role_forwarduse =======
18937 <HTML>
18938 <HEAD>
18939 <TITLE>Forward Use Explained</TITLE>
18940 </HEAD>
18941 <BODY>
18942 <H1>Forward Use Explained</H1>
18944 This option determines how this particular role will be used when Forwarding
18945 a message.
18946 There are three possible values for this option.
18947 The value &quot;Never&quot;
18948 means that this role will not be a candidate for use when Forwarding.
18949 The role's Pattern will not be checked for a match, however the role will
18950 be available to be manually switched to if there is a confirmation prompt.
18953 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18954 mean that you do want to consider this role when Forwarding.
18955 For either of these settings, the role's Pattern will be compared with
18956 the message being forwarded.
18957 If there is a match then this role will either be used without confirmation
18958 or will be the default when confirmation is asked for, depending on
18959 which of the two options is selected.
18960 If confirmation is requested, you will also have a chance to
18961 manually change the role to any one of your other roles.
18964 You won't be prompted for confirmation if none of your role Patterns
18965 match the message being forwarded.
18966 This is independent of the value of the current option.
18967 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18968 feature may be used to change this behavior.
18970 &lt;End of help on this topic&gt;
18971 </BODY>
18972 </HTML>
18973 ======= h_config_role_composeuse =======
18974 <HTML>
18975 <HEAD>
18976 <TITLE>Compose Use Explained</TITLE>
18977 </HEAD>
18978 <BODY>
18979 <H1>Compose Use Explained</H1>
18981 This option determines how this particular role will be used when Composing
18982 a new message using the &quot;Compose&quot; command.
18983 This does not affect what happens when using the &quot;Role&quot; command
18984 to compose a new message.
18985 The &quot;Role&quot; command allows you to select a role from all of the
18986 roles you have defined, regardless of what Uses you've assigned to those
18987 roles.
18990 There are three possible values for this option.
18991 The value &quot;Never&quot;
18992 means that this role will not be a candidate for use when Composing.
18993 The role's Current Folder Type will not be checked for a match, however the role
18994 will be available to be manually switched to if there is a confirmation prompt.
18997 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18998 mean that you do want to consider this role when Composing.
18999 For either of these settings,
19000 the role's Current Folder Type will be checked (since there is no message
19001 to compare with, the rest of the Pattern is considered a match).
19002 If there is a match then this role will either be used without confirmation
19003 or will be the default when confirmation is asked for, depending on
19004 which of the two options is selected.
19005 If confirmation is requested, you will also have a chance to
19006 manually change the role to any one of your other roles.
19009 When using the Compose command the role checking is a little different
19010 because there is no message being replied to or forwarded.
19011 Because of this the Current Folder Type is checked but the header pattern
19012 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
19013 A role is considered to be a match if it is a candidate for Compose Use and
19014 its Current Folder Type matches the currently open folder.
19015 This could be useful if you want to set a role based on the folder you
19016 are reading, or the type of folder you are reading.
19019 You won't be prompted for confirmation if none of your role Patterns
19020 are a match.
19021 This is independent of the value of the current option.
19022 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
19023 feature may be used to change this behavior.
19025 &lt;End of help on this topic&gt;
19026 </BODY>
19027 </HTML>
19028 ======= h_config_filter_folder =======
19029 <HTML>
19030 <HEAD>
19031 <TITLE>Filter Folder Explained</TITLE>
19032 </HEAD>
19033 <BODY>
19034 <H1>Filter Folder Explained</H1>
19036 When the Filter Action is set to &quot;Move&quot;,
19037 the folder or folders specified here will be used to store messages matching
19038 the provided pattern.
19041 If you set the Filter Action to &quot;Move&quot; you must give a folder name
19042 here.
19045 If you wish,
19046 you may choose a folder from your folder collections by using the
19047 &quot;T&quot; command.
19049 Besides regular text, the folder name may also contain
19050 tokens that are replaced with text representing the current date
19051 when you run Alpine.
19052 For example, if the folder name you use is
19054 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
19056 that is replaced with something like
19058 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
19062 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
19064 becomes
19066 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
19068 The token names must be surrounded by underscores in order to be recognized
19069 as tokens.
19070 The tokens that may be used are those that are derived from the current date.
19071 They're listed near the bottom of the list of tokens give
19072 <A HREF="h_index_tokens">here</A>.
19074 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19075 for more information on Patterns.
19077 Look <A HREF="h_edit_nav_cmds">here</A>
19078 to see the available Editing and Navigation commands.
19080 &lt;End of help on this topic&gt;
19081 </BODY>
19082 </HTML>
19083 ======= h_config_filter_kw_set =======
19084 <HTML>
19085 <HEAD>
19086 <TITLE>Set These Keywords Explained</TITLE>
19087 </HEAD>
19088 <BODY>
19089 <H1>Set These Keywords Explained</H1>
19091 This describes part of the action to be taken if the Pattern for this
19092 filter is a match.
19093 Read a little about keywords in the help text for the
19094 <A HREF="h_common_flag">Flag</A> command.
19095 This option is a list of keywords that will be Set when there is a match.
19096 If you wish, you may choose keywords from the list of keywords you have
19097 defined with the &quot;T&quot; command.
19098 You may add new keywords by defining them in the
19099 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
19100 If you have given a keyword a nickname when configuring it,
19101 that nickname may be used instead of the actual keyword.
19104 Look <A HREF="h_edit_nav_cmds">here</A>
19105 to see the available Editing and Navigation commands.
19107 &lt;End of help on this topic&gt;
19108 </BODY>
19109 </HTML>
19110 ======= h_config_filter_kw_clr =======
19111 <HTML>
19112 <HEAD>
19113 <TITLE>Clear These Keywords Explained</TITLE>
19114 </HEAD>
19115 <BODY>
19116 <H1>Clear These Keywords Explained</H1>
19118 This describes part of the action to be taken if the Pattern for this
19119 filter is a match.
19120 Read a little about keywords in the help text for the
19121 <A HREF="h_common_flag">Flag</A> command.
19122 This option is a list of keywords that will be Cleared when there is a match.
19123 If you wish, you may choose keywords from the list of keywords you have
19124 defined with the &quot;T&quot; command.
19125 You may add new keywords by defining them in the
19126 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
19127 If you have given a keyword a nickname when configuring it,
19128 that nickname may be used instead of the actual keyword.
19131 Look <A HREF="h_edit_nav_cmds">here</A>
19132 to see the available Editing and Navigation commands.
19134 &lt;End of help on this topic&gt;
19135 </BODY>
19136 </HTML>
19137 ======= h_index_tokens =======
19138 <HTML>
19139 <HEAD>
19140 <TITLE>Tokens for Index and Replying</TITLE>
19141 </HEAD>
19142 <BODY>
19144 This set of special tokens may be used in the
19145 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
19146 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
19147 in signature files,
19148 in template files used in
19149 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
19150 that is the target of a Filter Rule.
19151 Some of them aren't available in all situations.
19153 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
19154 option, but they must be surrounded by underscores for the
19155 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
19156 and in the target of Filter Rules.
19160 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
19162 <DL>
19163 <DT>SUBJECT</DT>
19164 <DD>
19165 This token represents the Subject the sender gave the message.
19166 Alternatives for use in the index screen are SHORTSUBJECT,
19167 SUBJKEY, SHORTSUBJKEY, SUBJKEYINIT, SHORTSUBJKEYINIT, SUBJECTTEXT, 
19168 SUBJKEYTEXT, and SUBJKEYINITTEXT.
19169 You may color the subject text in the MESSAGE INDEX screen differently by using the
19170 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
19171 <A HREF="h_config_index_opening_color">Index Opening Color</A>
19172 options available from
19173 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19174 </DD>
19176 <DT>FROM</DT>
19177 <DD>
19178 This token represents the personal name (or email address if the name
19179 is unavailable) of the person specified in the message's &quot;From:&quot;
19180 header field.
19181 You may color the from text in the MESSAGE INDEX screen differently by using the
19182 <A HREF="h_config_index_from_color">Index From Color</A>
19183 option available from
19184 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19185 </DD>
19187 <DT>ADDRESS</DT>
19188 <DD>
19189 This is similar to the &quot;FROM&quot; token, only it is always the
19190 email address, never the personal name.
19191 For example, &quot;mailbox@domain&quot;.
19192 </DD>
19194 <DT>MAILBOX</DT>
19195 <DD>
19196 This is the same as the &quot;ADDRESS&quot; except that the 
19197 domain part of the address is left off.
19198 For example, &quot;mailbox&quot;.
19199 </DD>
19201 <DT>SENDER</DT>
19202 <DD>
19203 This token represents the personal name (or email address) of the person
19204 listed in the message's &quot;Sender:&quot; header field.
19205 </DD>
19207 <DT>TO</DT>
19208 <DD>
19209 This token represents the personal names (or email addresses if the names
19210 are unavailable) of the persons specified in the
19211 message's &quot;To:&quot; header field.
19212 </DD>
19214 <DT>NEWSANDTO</DT>
19215 <DD>
19216 This token represents the newsgroups from the
19217 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
19218 the personal names (or email addresses if the names
19219 are unavailable) of the persons specified in the
19220 message's &quot;To:&quot; header field.
19221 </DD>
19223 <DT>TOANDNEWS</DT>
19224 <DD>
19225 Same as &quot;NEWSANDTO&quot; except in the opposite order.
19226 </DD>
19228 <DT>NEWS</DT>
19229 <DD>
19230 This token represents the newsgroups from the
19231 message's &quot;Newsgroups:&quot; header field.
19232 </DD>
19234 <DT>CC</DT>
19235 <DD>
19236 This token represents the personal names (or email addresses if the names
19237 are unavailable) of the persons specified in the
19238 message's &quot;Cc:&quot; header field.
19239 </DD>
19241 <DT>RECIPS</DT>
19242 <DD>
19243 This token represents the personal names (or email addresses if the names
19244 are unavailable) of the persons specified in both the
19245 message's &quot;To:&quot; header field and
19246 the message's &quot;Cc:&quot; header field.
19247 </DD>
19249 <DT>NEWSANDRECIPS</DT>
19250 <DD>
19251 This token represents the newsgroups from the
19252 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
19253 the personal names (or email addresses if the names
19254 are unavailable) of the persons specified in the
19255 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
19256 </DD>
19258 <DT>RECIPSANDNEWS</DT>
19259 <DD>
19260 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
19261 </DD>
19263 <DT>INIT</DT>
19264 <DD>
19265 This token represents the initials from the personal name
19266 of the person specified in the message's &quot;From:&quot;
19267 header field.
19268 If there is no personal name, it is blank.
19269 </DD>
19271 <DT>DATE</DT>
19272 <DD>
19273 This token represents the date on which the message was sent, according
19274 to the &quot;Date&quot; header field.
19275 It has the format MMM DD. For example, &quot;Oct 23&quot;.
19276 The feature
19277 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
19278 which adjusts for the timezone the message was sent from,
19279 may have an effect on the value of this token as well as the values of
19280 all of the other DATE or TIME tokens.
19281 Some of the DATE and TIME tokens are displayed in a locale-specific
19282 way unless the option
19283 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
19284 </DD>
19286 <DT>SMARTDATE</DT>
19287 <DD>
19288 This token represents the date on which the message was sent, according
19289 to the &quot;Date&quot; header field.
19290 It is &quot;Today&quot; if the message was sent today,
19291 &quot;Yesterday&quot; for yesterday,
19292 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
19293 message is from last year and is more than six months old it includes the year, as well.
19294 See the SMARTDATE alternatives below, as well.
19295 </DD>
19297 <DT>SMARTTIME</DT>
19298 <DD>
19299 This token represents the most relevant elements of the date on which
19300 the message was sent (according to the &quot;Date&quot; header field),
19301 in a compact form. If the message was sent today, only the time is used
19302 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
19303 the past week, the day of the week and the hour are used
19304 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
19305 given as date, month, and year (e.g. &quot;23Aug00&quot;,
19306 &quot;9Apr98&quot;).
19307 </DD>
19309 <DT>SMARTTIME24</DT>
19310 <DD>
19311 This token has the structure &quot;day hour:minute&quot;
19312 (e.g. &quot;Sun 19:03&quot;) for messages dated less than a week
19313 from the current date, or &quot;month day&quot; (e.g.
19314 &quot;Nov 23&quot;) for messages dated less than 6 months
19315 ago, or &quot;day/month/year&quot; (e.g &quot;06/Jan/16&quot;)
19316 for messages dated more than 6 months ago. It uses 9 characters
19317 of the width of the screen, and it left aligned.
19318 </DD>
19320 <DT>SMARTDATETIME</DT>
19321 <DD>
19322 This is a combination of SMARTDATE and SMARTTIME.
19323 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
19324 case it is SMARTTIME.
19325 See the SMARTDATETIME alternatives below, as well.
19326 </DD>
19328 <DT>DATEISO</DT>
19329 <DD>
19330 This token represents the date on which the message was sent, according
19331 to the &quot;Date&quot; header field.
19332 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
19333 </DD>
19335 <DT>SHORTDATEISO</DT>
19336 <DD>
19337 This token represents the date on which the message was sent, according
19338 to the &quot;Date&quot; header field.
19339 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
19340 </DD>
19342 <DT>SHORTDATE1</DT>
19343 <DD>
19344 This token represents the date on which the message was sent, according
19345 to the &quot;Date&quot; header field.
19346 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
19347 </DD>
19349 <DT>SHORTDATE2</DT>
19350 <DD>
19351 This token represents the date on which the message was sent, according
19352 to the &quot;Date&quot; header field.
19353 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
19354 </DD>
19356 <DT>SHORTDATE3</DT>
19357 <DD>
19358 This token represents the date on which the message was sent, according
19359 to the &quot;Date&quot; header field.
19360 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
19361 </DD>
19363 <DT>SHORTDATE4</DT>
19364 <DD>
19365 This token represents the date on which the message was sent, according
19366 to the &quot;Date&quot; header field.
19367 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
19368 </DD>
19370 <DT>LONGDATE</DT>
19371 <DD>
19372 This token represents the date on which the message was sent, according
19373 to the &quot;Date&quot; header field.
19374 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
19375 </DD>
19377 <DT>SMARTDATE alternatives</DT>
19378 <DD>
19379 There are several versions of SMARTDATE that are all the same except
19380 for the way they format dates far in the past.
19381 SMARTDATE formats the date using the information from your locale settings
19382 to format the date string. It may end up formatting dates so that they look
19383 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
19384 The feature
19385 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
19386 may have an effect on the values of these tokens.
19387 If you want more control you may use one of the following.
19388   <DL>
19389   <DT>SMARTDATE</DT> <DD>If the option
19390 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
19391 then this will be locale specific. Control this with the
19392 LC_TIME locale setting on a UNIX system. On Windows
19393 the Regional Options control panel may be used to set the Short date
19394 format. At the programming level, the strftime routine is what Alpine
19395 uses to print the date.
19396 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
19397 to SMARTDATES1.</DD>
19398   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
19399   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
19400   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
19401   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
19402   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
19403   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
19404   </DL>
19405 </DD>
19407 <DT>SMARTDATETIME alternatives</DT>
19408 <DD>
19409 There are several versions of SMARTDATETIME that are all very similar.
19410 The ones that end in 24 use a 24-hour clock for Today's messages instead
19411 of a 12-hour clock.
19412 The other variation is
19413 for the way they format dates far in the past.
19414 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
19415 to format the date string. It may end up formatting dates so that they look
19416 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
19417 The feature
19418 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
19419 may have an effect on the values of these tokens.
19420 The possible choices are:
19421   <DL>
19422   <DT>SMARTDATETIME</DT> <DD>If the option
19423 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
19424 then this will be locale specific. Control this with the
19425 LC_TIME locale setting on a UNIX system. On Windows
19426 the Regional Options control panel may be used to set the Short date
19427 format. At the programming level, the strftime routine is what Alpine
19428 uses to print the date.
19429 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
19430 to SMARTDATETIMES1.</DD>
19431   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
19432   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
19433   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
19434   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
19435   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
19436   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
19437   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
19438   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
19439   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
19440   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
19441   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
19442   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
19443   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
19444   </DL>
19445 </DD>
19447 <DT>DAYDATE</DT>
19448 <DD>
19449 This token represents the date on which the message was sent, according
19450 to the &quot;Date&quot; header field.
19451 It looks like &quot;Sat, 23 Oct 1998&quot;.
19452 This token is never converted in any locale-specific way.
19453 </DD>
19455 <DT>PREFDATE</DT>
19456 <DD>
19457 This token represents the date on which the message was sent, according
19458 to the &quot;Date&quot; header field.
19459 It is your operating system's idea of the preferred date representation for the current locale.
19460 Internally it uses the %x version of the date from the strftime routine.
19461 </DD>
19463 <DT>PREFTIME</DT>
19464 <DD>
19465 This token represents the time at which the message was sent, according
19466 to the &quot;Date&quot; header field.
19467 It is the preferred time representation for the current locale.
19468 Internally it uses the %X version of the time from the strftime routine.
19469 </DD>
19471 <DT>PREFDATETIME</DT>
19472 <DD>
19473 This token represents the date and time at which the message was sent, according
19474 to the &quot;Date&quot; header field.
19475 It is the preferred date and time representation for the current locale.
19476 Internally it uses the %c version of the time from the strftime routine.
19477 </DD>
19479 <DT>DAY</DT>
19480 <DD>
19481 This token represents the day of the month on which the message was sent,
19482 according to the &quot;Date&quot; header field.
19483 For example, &quot;23&quot; or &quot;9&quot;.
19484 </DD>
19486 <DT>DAY2DIGIT</DT>
19487 <DD>
19488 This token represents the day of the month on which the message was sent,
19489 according to the &quot;Date&quot; header field.
19490 For example, &quot;23&quot; or &quot;09&quot;.
19491 It is always 2 digits.
19492 </DD>
19494 <DT>DAYORDINAL</DT>
19495 <DD>
19496 This token represents the ordinal number that is the day of
19497 the month on which the message was sent,
19498 according to the &quot;Date&quot; header field.
19499 For example, &quot;23rd&quot; or &quot;9th&quot;.
19500 </DD>
19502 <DT>DAYOFWEEK</DT>
19503 <DD>
19504 This token represents the day of the week on which the message was sent,
19505 according to the &quot;Date&quot; header field.
19506 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19507 </DD>
19509 <DT>DAYOFWEEKABBREV</DT>
19510 <DD>
19511 This token represents the day of the week on which the message was sent,
19512 according to the &quot;Date&quot; header field.
19513 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19514 </DD>
19516 <DT>MONTHABBREV</DT>
19517 <DD>
19518 This token represents the month the message was sent, according
19519 to the &quot;Date&quot; header field.
19520 For example, &quot;Oct&quot;.
19521 </DD>
19523 <DT>MONTHLONG</DT>
19524 <DD>
19525 This token represents the month in which the message was sent, according
19526 to the &quot;Date&quot; header field.
19527 For example, &quot;October&quot;.
19528 </DD>
19530 <DT>MONTH</DT>
19531 <DD>
19532 This token represents the month in which the message was sent, according
19533 to the &quot;Date&quot; header field.
19534 For example, &quot;10&quot; or &quot;9&quot;.
19535 </DD>
19537 <DT>MONTH2DIGIT</DT>
19538 <DD>
19539 This token represents the month in which the message was sent, according
19540 to the &quot;Date&quot; header field.
19541 For example, &quot;10&quot; or &quot;09&quot;.
19542 It is always 2 digits.
19543 </DD>
19545 <DT>YEAR</DT>
19546 <DD>
19547 This token represents the year the message was sent, according
19548 to the &quot;Date&quot; header field.
19549 For example, &quot;1998&quot; or &quot;2001&quot;.
19550 </DD>
19552 <DT>YEAR2DIGIT</DT>
19553 <DD>
19554 This token represents the year the message was sent, according
19555 to the &quot;Date&quot; header field.
19556 For example, &quot;98&quot; or &quot;01&quot;.
19557 It is always 2 digits.
19558 </DD>
19560 <DT>TIME24</DT>
19561 <DD>
19562 This token represents the time at which the message was sent, according
19563 to the &quot;Date&quot; header field.
19564 There is no adjustment made for different time zones, so you'll get
19565 the time the message was sent according to the time zone the sender
19566 was in.
19567 It has the format HH:MM. For example, &quot;17:28&quot;.
19568 </DD>
19570 <DT>TIME12</DT>
19571 <DD>
19572 This token represents the time at which the message was sent, according
19573 to the &quot;Date&quot; header field.
19574 This time is for a 12 hour clock.
19575 It has the format HH:MMpm.
19576 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19577 </DD>
19579 <DT>TIMEZONE</DT>
19580 <DD>
19581 This token represents the numeric timezone from
19582 the &quot;Date&quot; header field.
19583 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
19584 </DD>
19586 </DL>
19589 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
19591 <DL>
19592 <DT>MSGNO</DT>
19593 <DD>
19594 This token represents the message's current position in the folder that,
19595 of course, may change as the folder is sorted or new mail arrives.
19596 </DD>
19598 <DT>STATUS</DT>
19599 <DD>
19600 This token represents a three character wide field displaying various
19601 aspects of the message's state.
19602 The first character is either blank,
19603 a '*' for message marked Important, or a '+' indicating a message
19604 addressed directly to you (as opposed to your having received it via a
19605 mailing list, for example).
19606 When the feature
19607 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
19608 is set, if the first character would have been
19609 blank then it will instead be a '-' if the message is cc'd to you.
19610 The second character is typically blank,
19611 though the arrow cursor may occupy it if either the 
19612 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
19613 or the
19614 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
19615 is set (or you actually are on a slow link).
19616 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
19617 '<A HREF="h_flag_answered">A</A>' (Answered),
19618 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
19619 '<A HREF="h_flag_new">N</A>' (New), or blank.
19621 If you are using a threaded view of the index and this message is at the
19622 top of a collapsed portion of a thread,
19623 then this token refers to all of the messages in the collapsed portion of
19624 the thread instead of just the top message.
19625 The first character will be a '*' if <EM>any</EM> of the messages in the thread
19626 are marked Important, else a '+' if any of the messages are addressed
19627 to you, else a '-' if any of the messages are cc'd to you.
19628 The third character will be a 'D' if <EM>all</EM> of the messages
19629 in the collapsed thread are marked deleted,
19630 an 'A' if <EM>all</EM> of the messages
19631 in the collapsed thread are marked answered,
19632 it will be an 'N' if any of
19633 the messages are undeleted and unseen, and it will be blank otherwise.
19634 </DD>
19636 <DT>FULLSTATUS</DT>
19637 <DD>
19638 This token represents a less abbreviated alternative
19639 to the &quot;STATUS&quot; token.
19640 It is six characters wide.
19641 The first character is '+', '-', or blank, the
19642 second blank, the third either '*' or blank, the fourth
19643 '<A HREF="h_flag_new">N</A>' or blank,
19644 the fifth '<A HREF="h_flag_answered">A</A>'
19645 or blank, and the sixth character is
19646 either '<A HREF="h_flag_deleted">D</A>' or
19647 blank.
19649 If you are using a threaded view of the index and this message is at the
19650 top of a collapsed portion of a thread,
19651 then this token refers to all of the messages in the collapsed portion of
19652 the thread instead of just the top message.
19653 The first character is '+', '-', or blank depending on whether <EM>any</EM>
19654 of the messages in the collapsed thread are addressed to you or cc'd to you.
19655 The third character will be '*' if any of the messages are marked
19656 Important.
19657 The fourth character will be 'N' if all of the messages in the thread
19658 are New, else 'n' if some of the messages in the thread are New, else blank.
19659 The fifth character will be 'A' or 'a' or blank, and the sixth character
19660 will be 'D' or 'd' or blank.
19661 </DD>
19663 <DT>IMAPSTATUS</DT>
19664 <DD>
19665 This token represents an even less abbreviated alternative to the
19666 &quot;STATUS&quot; token.
19667 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
19668 an 'N' if the message is new to this folder since the last time
19669 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
19670 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
19671 new to the folder since it was last opened <EM>but</EM> has not been
19672 viewed, or a blank if the message has been in the folder since it was
19673 last opened and has been viewed.
19675 If you are using a threaded view of the index and this message is at the
19676 top of a collapsed portion of a thread,
19677 then the fourth character will be
19678 'N' if all of the messages in the thread are unseen and recent;
19679 else 'n' if some of the messages in the thread are unseen and recent;
19680 else 'U' if all of the messages in the thread are unseen and not recent;
19681 else 'u' if some of the messages in the thread are unseen and not recent;
19682 else 'R' if all of the messages in the thread are seen and recent;
19683 else 'r' if some of the messages in the thread are seen and recent;
19684 else blank.
19685 </DD>
19687 <DT>SHORTIMAPSTATUS</DT>
19688 <DD>
19689 This is the same as the last four of the six characters of IMAPSTATUS,
19690 so the '+' To Me information will be missing.
19691 </DD>
19693 <DT>SIZE</DT>
19694 <DD>
19695 This token represents the total size, in bytes, of the message.
19696 If a &quot;K&quot; (Kilobyte)
19697 follows the number, the size is approximately 1,000
19698 times that many bytes (rounded to the nearest 1,000).
19699 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19700 1,000,000 times that many bytes.
19701 Commas are not used in this field.
19702 This field is seven characters wide, including the enclosing parentheses.
19703 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19704 The progression of sizes used looks like:
19707 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
19709 </DD>
19711 <DT>SIZECOMMA</DT>
19712 <DD>
19713 This token represents the total size, in bytes, of the message.
19714 If a &quot;K&quot; (Kilobyte)
19715 follows the number, the size is approximately 1,000
19716 times that many bytes (rounded to the nearest 1,000).
19717 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19718 1,000,000 times that many bytes.
19719 Commas are used if the number shown is 1,000 or greater.
19720 The SIZECOMMA field is one character wider than the SIZE field.
19721 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19722 The progression of sizes used looks like:
19725 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
19727 </DD>
19729 <DT>KSIZE</DT>
19730 <DD>
19731 This token represents the total size of the message, expressed in
19732 kilobytes or megabytes, as most appropriate.
19733 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
19734 The progression of sizes used looks like:
19737 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
19739 </DD>
19741 <DT>SIZENARROW</DT>
19742 <DD>
19743 This token represents the total size, in bytes, of the message.
19744 If a &quot;K&quot; (Kilobyte)
19745 follows the number, the size is approximately 1,000
19746 times that many bytes.
19747 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19748 1,000,000 times that many bytes.
19749 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
19750 1,000,000,000 times that many bytes.
19751 This field uses only five characters of screen width, including the enclosing
19752 parentheses.
19753 The progression of sizes used looks like:
19756 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
19758 </DD>
19760 <DT>DESCRIPSIZE</DT>
19761 <DD>
19762 This token is intended to represent a more useful description of the
19763 message than just its size, but it isn't very useful at this point.
19764 The plus sign in this view means there are attachments.
19765 Note that including this token in
19766 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19767 display a little while Alpine collects the necessary information.
19768 </DD>
19770 <DT>SHORTSUBJECT</DT> 
19771 <DD> This token is the same as SUBJECT, but removes 
19772 text between &quot;[&quot; and &quot;]&quot;. Typically text enclosed 
19773 between these characters corresponds to mailing list names, and may be 
19774 unnecessary or unwanted in some instances. 
19775 </DD>
19777 <DT>SUBJKEY</DT>
19778 <DD>
19779 This token is the same as the SUBJECT token unless keywords are set for
19780 the message.
19781 In that case, a list of keywords enclosed in braces will be prepended to
19782 the subject of the message.
19783 Only those keywords that you have defined in your
19784 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19785 in Setup/Config are considered in the list.
19786 In other words, keywords that have been set by some other means, perhaps
19787 by another email program, won't show up unless included in
19788 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19789 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
19790 prepended to the subject in the MESSAGE TEXT screen.
19791 If you have given a keyword a nickname
19792 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19793 instead of the actual keyword.
19794 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19795 option may be used to modify this token slightly.
19796 It is also possible to color keywords in the index using the
19797 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19798 </DD>
19800 <DT>SHORTSUBJKEY</DT>
19801 <DD> This token is the same as SUBJKEY, but it is based on
19802 SHORTSUBJECT, instead of in SUBJECT.
19803 </DD>
19805 <DT>SUBJKEYINIT</DT>
19806 <DD>
19807 This token is the same as the SUBJKEY token except that instead of
19808 prepending a list of keywords to the subject, a list of first initials
19809 of keywords will be prepended instead.
19810 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
19811 set (or Work and Now are the Alpine nicknames of keywords that are set)
19812 then the SUBJKEY token would cause a result like
19814 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
19816 whereas the SUBJKEYINIT token would give
19818 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
19820 Only those keywords that you have defined in your
19821 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19822 in Setup/Config are considered in the list.
19823 In other words, keywords that have been set by some other means, perhaps
19824 by another email program, won't show up unless included in
19825 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19826 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19827 option may be used to modify this token slightly.
19828 It is also possible to color keywords in the index using the
19829 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19830 </DD>
19832 <DT>SHORTSUBJKEYINIT</DT>
19833 <DD> This token is the same as SUBJKEYINIT, but it is based on
19834 SHORTSUBJECT, instead of in SUBJECT.
19835 </DD>
19837 <DT>SUBJECTTEXT</DT>
19838 <DD>
19839 Same as SUBJECT but if there is room in the Subject field for more text,
19840 the opening part of the text of the message is displayed after the subject.
19841 The time needed to fetch the text may cause a performance problem
19842 which can, of course, be avoided by using the SUBJECT version of
19843 the Subject instead.
19844 You may color this opening text differently by using the
19845 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19846 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19847 You may adjust the characters that are displayed between the Subject and the
19848 opening text with the option
19849 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
19850 </DD>
19852 <DT>SUBJKEYTEXT</DT>
19853 <DD>
19854 Same as SUBJKEY but with the opening message text.
19855 </DD>
19857 <DT>OPENINGTEXT</DT>
19858 <DD>
19859 This is similar to SUBJECTTEXT.
19860 Instead of combining the Subject and the opening text in a single
19861 field in the index screen this token allows you to allocate a
19862 separate column just for the opening text of the message.
19863 The time needed to fetch this text may cause a performance problem.
19864 You may color this opening text differently by using the
19865 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19866 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19867 </DD>
19869 <DT>OPENINGTEXTNQ</DT>
19870 <DD>
19871 This is very similar to OPENINGTEXT.
19872 The NQ stands for No Quotes.
19873 The only difference is that quoted text (lines beginning with &gt;) is deleted.
19874 For some messages this may be confusing.
19875 For example, a message might have a line preceding some quoted
19876 text that reads something like &quot;On May 8th person A said.&quot;
19877 That no longer makes sense after the quoted text is deleted and it
19878 will appear that person A said whatever the text after the quote
19879 is, even though that is really person B talking.
19880 </DD>
19882 <DT>SUBJKEYINITTEXT</DT>
19883 <DD>
19884 Same as SUBJKEYINIT but with the opening message text.
19885 </DD>
19887 <DT>KEY</DT>
19888 <DD>
19889 This is a space-delimited list of keywords that are set for the message.
19890 Only those keywords that you have defined in your
19891 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19892 in Setup/Config are considered in the list.
19893 In other words, keywords that have been set by some other means, perhaps
19894 by another email program, won't show up unless included in
19895 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19896 If you have given a keyword a nickname
19897 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19898 instead of the actual keyword.
19899 It is also possible to color keywords in the index using the
19900 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19901 This token defaults to an arbitrary width of 5.
19902 You should set it to whatever width suits you using something
19903 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
19904 </DD>
19906 <DT>KEYINIT</DT>
19907 <DD>
19908 This is a list of keyword initials that are set for the message.
19909 If you have given a keyword a nickname
19910 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
19911 is displayed instead of the initial of the actual keyword.
19912 It is also possible to color keyword initials in the index using the
19913 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19914 This token defaults to an arbitrary width of 2.
19915 You should set it to whatever width suits you using something
19916 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
19917 </DD>
19919 <DT>PRIORITY</DT>
19920 <DD>
19921 The X-Priority header is a non-standard header that is used in a
19922 somewhat standard way by many mail programs.
19923 Alpine expects the value of this header to be a digit with a value
19924 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
19925 Since this priority is something that the sender sets it is only an indication
19926 of the priority that the sender attaches to the mail and it is therefore almost
19927 totally unreliable for use as a filtering criterion.
19928 This token will display the numeric value of the priority if it is between
19929 1 and 5.
19930 It will be suppressed (blank) if the value is 3, which is normal priority.
19931 This token may be colored with the
19932 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19933 </DD>
19935 <DT>PRIORITYALPHA</DT>
19936 <DD>
19937 This is a more verbose interpretation of the X-Priority field.
19938 Once again nothing is displayed unless the value of the field
19939 is 1, 2, 4, or 5.
19940 The values displayed for those values are:
19942 <TABLE>
19943 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
19944 <TR> <TD>2</TD> <TD>High</TD> </TR>
19945 <TR> <TD>4</TD> <TD>Low</TD> </TR>
19946 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
19947 </TABLE>
19949 This token may be colored with the
19950 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19951 </DD>
19953 <DT>PRIORITY!</DT>
19954 <DD>
19955 This is a one character, non-numeric version of the X-Priority field.
19956 If the value of the X-Priority header is 1 or 2 an exclamation
19957 point is displayed.
19958 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
19959 This token may be colored with the
19960 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19961 </DD>
19963 <DT>ATT</DT>
19964 <DD>
19965 This is a one column wide field that represents the number of attachments
19966 a message has. It will be blank if there are no attachments, a single
19967 digit for one to nine attachments, or an asterisk for more than nine.
19968 Note that including this token in
19969 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19970 display a little while Alpine collects the necessary information.
19971 </DD>
19973 <DT>FROMORTO</DT>
19974 <DD>
19975 This token represents <EM>either</EM> the personal name (or email address) of
19976 the person listed in the message's &quot;From:&quot; header
19977 field, <EM>or</EM>, if that address is yours or one of your
19978 <A HREF="h_config_alt_addresses">alternate addresses</A>,
19979 the first person specified in the
19980 message's &quot;To:&quot; header field
19981 with the prefix &quot;To: &quot; prepended.
19982 If the from address is yours and there is also no &quot;To&quot; address,
19983 Alpine will use the address on the &quot;Cc&quot; line.
19984 If there is no address there, either, Alpine will look for a newsgroup name
19985 from the &quot;Newsgroups&quot; header field and put
19986 that after the &quot;To: &quot; prefix.
19987 </DD>
19989 <DT>FROMORTONOTNEWS</DT>
19990 <DD>
19991 This is almost the same as <EM>FROMORTO</EM>.
19992 The difference is that newsgroups aren't considered.
19993 When a message is from you, doesn't have a To or Cc, and does have
19994 a Newsgroups header; this token will be your name instead of the name
19995 of the newsgroup (like it would be with FROMORTO).
19996 </DD>
19998 <DT>TEXT</DT>
19999 <DD>
20000 This is a different sort of token.
20001 It allows you to display a label within each index line.
20002 It will be the same fixed text for each line.
20003 It is different from all the other tokens in that there is no space column
20004 displayed after this token.
20005 Instead, it is butted up against the following field.
20006 It also has a different syntax.
20007 The text to display is given following a colon after the
20008 word &quot;TEXT&quot;.
20009 For example,
20011 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
20013 would insert the literal text &quot;abc=&quot; (without the quotes)
20014 into the index display line.
20015 You must quote the text if it includes space characters, like
20017 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
20019 </DD>
20021 <DT>HEADER</DT>
20022 <DD>
20023 This allows you to display the text from a particular header line in the
20024 message.
20025 The syntax for this token is substantially different from all the others
20026 in order that you might be able to display a portion of the text following
20027 a particular header.
20028 The header name you are interested in is given following a colon
20029 after the word &quot;HEADER&quot;.
20030 For example,
20032 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
20034 would display the text of the X-Spam header, if any.
20035 Like for other index tokens a width field may (and probably should)
20036 follow this.
20038 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
20040 displays the first ten characters of the X-Spam header.
20041 Unlike other index tokens, the syntax for HEADER is more flexible.
20042 An optional second argument comes after a comma inside the parentheses.
20043 It specifies the &quot;field&quot; number.
20044 By default, the field separator is a space character.
20045 No extra space characters are allowed in the argument list.
20047 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
20049 would display the second field, left-justified, in a 10 character
20050 wide field.
20051 The second field would consist of all the text after the first space
20052 up to the next space or the end of the header.
20053 The default field number is zero, which stands for the entire line.
20054 There is also an optional third argument that is a list of field
20055 separators. It defaults to a space character.
20056 The example
20058 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
20060 would cause the field separators to be any of colon, percent,
20061 or space (there is a space character between the percent and the
20062 right parenthesis).
20063 The first field runs from the start of the header value up to the first
20064 colon, percent, or space; the second goes from there to the next; and so on.
20065 In order to use a comma character as a field separator you must escape
20066 it by preceding it with a backslash (&#92;).
20067 The same is true of the backslash character itself.
20068 There is one further optional argument.
20069 It is an R or an L to specify right or left adjustment of the text
20070 within the field.
20071 The default is to left justify, however if you are displaying numbers
20072 you might prefer to right justify.
20074 Here's an example of a SpamAssassin header.
20075 The exact look of the header will vary, but if your incoming mail
20076 contains headers that look like the following
20078 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
20080 you might want to display the hits value.
20081 The first field starts with the Y in Yes.
20082 To get what you're interested in you might use &quot;=&quot; and
20083 space as the field separators and display the third field, like
20085 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
20087 or maybe you would break at the dot instead
20089 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
20091 Another example we've seen has headers that look like
20093 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
20095 Because there are two equals and a comma before the 7% and a comma
20096 after it, the token
20098 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
20100 should display the probability (for example 7% or 83%) right justified
20101 in a 3-wide field.
20102 </DD>
20104 <DT>ARROW</DT>
20105 <DD>
20106 This gives an alternative way to display the current message in the
20107 MESSAGE INDEX screen.
20108 Usually the current message is indicated by the line being shown in
20109 reverse video.
20110 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
20111 the current line will include an &quot;arrow&quot; that
20112 looks like
20114 <CENTER><SAMP>-&gt;</SAMP></CENTER>
20116 in the ARROW token's field.
20117 For all of the non-current messages, the ARROW field will be filled
20118 with blanks.
20119 If you use the fixed-field width feature the length of the &quot;arrow&quot;
20120 may be adjusted.
20121 The arrow will be drawn as width-1 dashes followed by a greater than sign.
20122 For example, if you use ARROW(3) you will get
20124 <CENTER><SAMP>--&gt;</SAMP></CENTER>
20126 and ARROW(1) will give you just
20128 <CENTER><SAMP>&gt;</SAMP></CENTER>
20130 It is also possible to set the color of the ARROW field.
20131 By default (and for non-current messages) the arrow is colored the same
20132 as the index line it is part of.
20133 You may set it to be another color with the 
20134 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
20135 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20136 </DD>
20138 <DT>SCORE</DT>
20139 <DD>
20140 This gives the
20141 <a href="h_rules_score">score</a>
20142 of each message.
20143 This will be six columns wide to accomodate the widest possible score.
20144 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
20145 to limit the width of the field to the widest score that
20146 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
20147 If you have not defined any score rules the scores will all be zero.
20148 If any of your score rules contain AllText or BodyText patterns
20149 then including SCORE in the <!--#echo var="VAR_index-format"-->
20150 may slow down the display of the MESSAGE INDEX screen.
20151 </DD>
20152 </DL>
20155 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
20157 <DL>
20158 <DT>CURNEWS</DT>
20159 <DD>
20160 This token represents the current newsgroup if there is one.
20161 For example, &quot;comp.mail.pine&quot;.
20162 </DD>
20164 <DT>MSGID</DT>
20165 <DD>
20166 This token represents the message ID of the message.
20167 This token does not work with Filter Rule folder names.
20168 </DD>
20170 <DT>CURDATE</DT>
20171 <DD>
20172 This token represents the current date.
20173 It has the format MMM DD. For example, &quot;Oct 23&quot;.
20174 </DD>
20176 <DT>CURDATEISO</DT>
20177 <DD>
20178 This token represents the current date.
20179 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
20180 </DD>
20182 <DT>CURDATEISOS</DT>
20183 <DD>
20184 This token represents the current date.
20185 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
20186 </DD>
20188 <DT>CURPREFDATE</DT>
20189 <DD>
20190 This token represents the current date.
20191 It is your operating system's idea of the preferred date representation for the current locale.
20192 Internally it uses the %x version of the date from the strftime routine.
20193 </DD>
20195 <DT>CURPREFTIME</DT>
20196 <DD>
20197 This token represents the current time.
20198 It is the preferred time representation for the current locale.
20199 Internally it uses the %X version of the time from the strftime routine.
20200 </DD>
20202 <DT>CURPREFDATETIME</DT>
20203 <DD>
20204 This token represents the current date and time.
20205 It is the preferred date and time representation for the current locale.
20206 Internally it uses the %c version of the time from the strftime routine.
20207 </DD>
20209 <DT>CURTIME24</DT>
20210 <DD>
20211 This token represents the current time.
20212 It has the format HH:MM. For example, &quot;17:28&quot;.
20213 </DD>
20215 <DT>CURTIME12</DT>
20216 <DD>
20217 This token represents the current time.
20218 This time is for a 12 hour clock.
20219 It has the format HH:MMpm.
20220 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
20221 </DD>
20223 <DT>CURDAY</DT>
20224 <DD>
20225 This token represents the current day of the month.
20226 For example, &quot;23&quot; or &quot;9&quot;.
20227 </DD>
20229 <DT>CURDAY2DIGIT</DT>
20230 <DD>
20231 This token represents the current day of the month.
20232 For example, &quot;23&quot; or &quot;09&quot;.
20233 It is always 2 digits.
20234 </DD>
20236 <DT>CURDAYOFWEEK</DT>
20237 <DD>
20238 This token represents the current day of the week.
20239 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
20240 </DD>
20242 <DT>CURDAYOFWEEKABBREV</DT>
20243 <DD>
20244 This token represents the current day of the week.
20245 For example, &quot;Sun&quot; or &quot;Wed&quot;.
20246 </DD>
20248 <DT>CURMONTH</DT>
20249 <DD>
20250 This token represents the current month.
20251 For example, &quot;10&quot; or &quot;9&quot;.
20252 </DD>
20254 <DT>CURMONTH2DIGIT</DT>
20255 <DD>
20256 This token represents the current month.
20257 For example, &quot;10&quot; or &quot;09&quot;.
20258 It is always 2 digits.
20259 </DD>
20261 <DT>CURMONTHLONG</DT>
20262 <DD>
20263 This token represents the current month.
20264 For example, &quot;October&quot;.
20265 </DD>
20267 <DT>CURMONTHABBREV</DT>
20268 <DD>
20269 This token represents the current month.
20270 For example, &quot;Oct&quot;.
20271 </DD>
20273 <DT>CURYEAR</DT>
20274 <DD>
20275 This token represents the current year.
20276 For example, &quot;1998&quot; or &quot;2001&quot;.
20277 </DD>
20279 <DT>CURYEAR2DIGIT</DT>
20280 <DD>
20281 This token represents the current year.
20282 For example, &quot;98&quot; or &quot;01&quot;.
20283 It is always 2 digits.
20284 </DD>
20286 <DT>LASTMONTH</DT>
20287 <DD>
20288 This token represents last month.
20289 For example, if this is November (the 11th month),
20290 it is equal to &quot;10&quot; or if this is October (the 10th month),
20291 it is &quot;9&quot;.
20292 It is possible that this and the other tokens beginning with LASTMONTH
20293 below could be useful when used with a Filtering Rule that
20294 has the &quot;Beginning of Month&quot; option set.
20295 </DD>
20297 <DT>LASTMONTH2DIGIT</DT>
20298 <DD>
20299 This token represents last month.
20300 For example, if this is November (the 11th month),
20301 it is equal to &quot;10&quot; or if this is October (the 10th month),
20302 it is &quot;09&quot;.
20303 It is always 2 digits.
20304 </DD>
20306 <DT>LASTMONTHLONG</DT>
20307 <DD>
20308 This token represents last month.
20309 For example, if this is November the value is &quot;October&quot;.
20310 </DD>
20312 <DT>LASTMONTHABBREV</DT>
20313 <DD>
20314 This token represents last month.
20315 For example, if this is November the value is &quot;Oct&quot;.
20316 </DD>
20318 <DT>LASTMONTHYEAR</DT>
20319 <DD>
20320 This token represents what the year was a month ago.
20321 For example, if this is October, 1998, it is &quot;1998&quot;.
20322 If this is January, 1998, it is &quot;1997&quot;.
20323 </DD>
20325 <DT>LASTMONTHYEAR2DIGIT</DT>
20326 <DD>
20327 This token represents what the year was a month ago.
20328 For example, if this is October, 1998, it is &quot;98&quot;.
20329 If this is January, 1998, it is &quot;97&quot;.
20330 </DD>
20332 <DT>LASTYEAR</DT>
20333 <DD>
20334 This token represents last year.
20335 For example, if this is 1998, it equals &quot;1997&quot;.
20336 It is possible that this
20337 could be useful when used with a Filtering Rule that
20338 has the &quot;Beginning of Year&quot; option set.
20339 </DD>
20341 <DT>LASTYEAR2DIGIT</DT>
20342 <DD>
20343 This token represents last year.
20344 For example, if this is 1998, it equals &quot;97&quot;.
20345 It is always 2 digits.
20346 </DD>
20348 <DT>ROLENICK</DT>
20349 <DD>
20350 This token represents the nickname of the
20351 role currently being used.  If no role is being used,
20352 then no text will be printed for this token.
20353 This token does not work with Filter Rule folder names.
20354 </DD>
20355 </DL>
20358 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
20359 See the help for the
20360 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
20361 to see why you might want to use this.
20362 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
20363 must be surrounded by underscores when used.
20365 <DL>
20366 <DT>NEWLINE</DT>
20367 <DD>
20368 This is an end of line marker.
20369 </DD>
20370 </DL>
20373 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
20375 <DL>
20376 <DT>CURSORPOS</DT>
20377 <DD>
20378 This token is different from the others.
20379 When it is replaced it is replaced with nothing, but it sets an Alpine
20380 internal variable that tells the composer to start with the cursor
20381 positioned at the position where this token was.
20382 If both the template file and the signature file contain
20383 a &quot;CURSORPOS&quot; token, then the position in the template file
20384 is used.
20385 If there is a template file and neither it nor the signature file contains
20386 a &quot;CURSORPOS&quot; token, then the cursor is positioned
20387 after the end of the contents of the
20388 template file when the composer starts up.
20389 </DD>
20390 </DL>
20393 &lt;End of help on this topic&gt;
20394 </BODY>
20395 </HTML>
20396 ======= h_reply_token_conditionals =======
20397 <HTML>
20398 <HEAD>
20399 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
20400 </HEAD>
20401 <BODY>
20402 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
20404 Conditional text inclusion may be used with
20405 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
20406 in signature files, and in template files used in
20407 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
20408 It may <EM>not</EM> be used with the
20409 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
20412 There is a limited if-else capability for including text.
20413 The if-else condition is based
20414 on whether or not a given token would result in replacement text you
20415 specify.
20416 The syntax of this conditional inclusion is
20418 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
20420 The left parenthesis must follow the underscore immediately, with no
20421 intervening space.
20422 It means the token is expanded and the results of that expansion are
20423 compared against the &quot;match_this&quot; argument.
20424 If there is an exact match, then the &quot;if_matched&quot; text is used
20425 as the replacement text.
20426 Otherwise, the &quot;if_not_matched&quot; text is used.
20427 One of the most useful values for the &quot;match_this&quot; argument is
20428 the empty string, &quot;&quot;.
20429 In that case the expansion is compared against the empty string.
20431 Here's an example to make it clearer.
20432 This text could be included in one of your template files:
20434 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
20436 If that is included in a template file that you are using while replying
20437 to a message (because you chose to use the role it was part of),
20438 and that message has a newsgroup header and a newsgroup in that header,
20439 then the text
20441 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
20443 will be included in the message you are about to compose.
20444 On the other hand, if the message you are replying to does not have
20445 a newsgroup, then the text
20447 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
20449 would be included instead.
20450 This would also work in signature files and in
20451 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
20452 If the &quot;match_this&quot;, &quot;if_matched&quot;,
20453 or &quot;if_not_matched&quot; arguments contain
20454 spaces, parentheses, or commas;
20455 they have to be quoted with double quotation marks (like in the example
20456 above).
20457 If you want to include a literal quote (&quot;) in the text you must escape the
20458 quote by preceding it with a backslash (&#92;) character.
20459 If you want to include a literal backslash character you must escape it
20460 by preceding it with another backslash.
20462 The comma followed by &quot;if_not_matched&quot; is optional.
20463 If there is no &quot;if_not_matched&quot;
20464 present then no text is included if the not_matched case is true.
20465 Here's another example:
20467 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
20469 Here you can see that tokens may appear in the arguments.
20470 The same is true for tokens with the conditional parentheses.
20471 They may appear in arguments,
20472 though you do have to be careful to get the quoting and escaping of
20473 nested double quotes correct.
20474 If this was in the signature file being used and you were replying to a message
20475 sent to comp.mail.pine the resulting text would be:
20477 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
20479 If you were replying to a message that wasn't sent to any newsgroup the
20480 resulting text would be a single blank line.
20481 The reason you'd get a blank line is because the end of the line is
20482 outside of the conditional, so is always included.
20483 If you wanted to get rid of that blank line you could do so by moving
20484 the end of line inside the conditional.
20485 In other words, it's ok to have multi-line
20486 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
20487 template file.
20488 The text just continues until the next double quotation, even if it's not
20489 on the same line.
20491 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
20493 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
20495 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
20496 while reading the newsgroup comp.mail.pine the resulting text would be:
20498 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
20500 If you were replying to a message while reading an email folder instead
20501 of a newsgroup the resulting leadin text would be
20503 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
20505 Here's one more (contrived) example illustrating a matching argument
20506 that is not the empty string.
20508 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
20510 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
20511 were replying to
20512 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
20513 would be
20515 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
20517 But if you were replying to a message sent on Oct. 27 (and that wasn't
20518 today) you would get
20520 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
20523 &lt;End of help on this topic&gt;
20524 </BODY>
20525 </HTML>
20526 ======= h_composer_cntxt_nick =======
20527 <HTML>
20528 <HEAD>
20529 <TITLE>Collection Nickname Explained</TITLE>
20530 </HEAD>
20531 <BODY>
20532 <H1>Collection Edit Help -- Nickname Field</H1>
20534 This field is provided so you can add a short nickname to use when
20535 referring to this collection within Alpine.  Spaces are allowed, and
20536 you don't need to use double-quotes.  However, the double-quote
20537 character is not allowed.
20539 Look <A HREF="h_edit_nav_cmds">here</A>
20540 to see the available Editing and Navigation commands.
20542 &lt;End of help on this topic&gt;
20543 </BODY>
20544 </HTML>
20545 ======= h_folder_server_syntax =======
20546 <HTML>
20547 <HEAD>
20548 <TITLE>Server Name Syntax</TITLE>
20549 </HEAD>
20550 <BODY>
20551 <H1>Server Name Syntax</H1>
20553 This help describes the syntax that may be used for server names
20554 that may be associated with remote folders or SMTP servers.
20557 A server name is the hostname of the server.
20558 It's a good idea to use the host's fully-qualified network name.
20561 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
20564 However, IP addresses are allowed if surrounded
20565 with square-brackets.
20568 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
20571 An optional network port number may be supplied by appending
20572 a colon (:) followed by the port number
20573 to the server name.
20574 By default, the IMAP port number, 143, is used.
20577 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
20580 Besides server name and optional port number, various other optional
20581 parameters may be supplied that alter Alpine's interaction with the server.
20582 A parameter is supplied by appending a slash (/) character followed by
20583 the parameter's name and,
20584 depending on the particular parameter, the value assigned to that
20585 name, to the server name (and optional port number).
20586 Parameter names are <EM>not</EM> case sensitive.
20587 Currently supported parameters include:
20589 <DL>
20591 <DT>User</DT>
20592 <DD>This parameter requires an associated value, and is intended to
20593 provide the username identifier with which to establish the server
20594 connection.
20595 If your SMTP server offers SMTP AUTH authentication, adding this 
20596 parameter to the
20597 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
20598 option will cause Alpine to attempt to authenticate to the server using the
20599 supplied username.
20600 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
20601 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
20602 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
20603 option (or to the server name for any folder collection using NNTP)
20604 will cause Alpine to attempt
20605 to authenticate to the server using the supplied username.
20606 An example might be:
20609 <CENTER><SAMP>/user=katie</SAMP></CENTER>
20612 </DD>
20614 <DT>TLS</DT>
20615 <DD>
20616 Normally, when a new connection is made an attempt is made to 
20617 negotiate a secure (encrypted) session using Transport Layer Security (TLS).
20618 If that fails then a non-encrypted connection will be attempted instead.
20619 This is a unary parameter indicating communication with the server must 
20620 take place over a TLS connection. If the attempt to use TLS fails then
20621 this parameter will cause the connection to fail instead of falling
20622 back to an unsecure connection.
20625 <CENTER><SAMP>/tls</SAMP></CENTER>
20628 </DD>
20630 <DT>SSL</DT>
20631 <DD>
20632 This is a unary parameter indicating communication with the server should 
20633 take place over a Secure Socket Layer connection.  The server must support
20634 this method, and be prepared to accept connections on the appropriate
20635 port (993 by default).
20636 Alpine must be linked with an SSL library for this option to be operational.
20639 <CENTER><SAMP>/ssl</SAMP></CENTER>
20642 </DD>
20644 <DT>TLS1</DT>
20645 <DD>
20646 This parameter indicates that the connection to the server will be made
20647 over the SSL port, but using the TLSv1 protocol, instead of the usual
20648 SSLv3 or SSLv2 protocols.
20649 Alpine must be linked with an SSL library for this option to be operational.
20652 <CENTER><SAMP>/tls1</SAMP></CENTER>
20655 </DD>
20657 <DT>DTLS1</DT>
20658 <DD>
20659 This parameter indicates that the connection to the server will be made
20660 over the SSL port, but using the DTLSv1 protocol, instead of the usual
20661 SSLv3 or SSLv2 protocols.
20662 Alpine must be linked with an SSL library for this option to be operational.
20665 <CENTER><SAMP>/dtls1</SAMP></CENTER>
20668 </DD>
20670 <DT>TLS1_1</DT>
20671 <DD>
20672 This parameter indicates that the connection to the server will be made
20673 over the SSL port, but using the TLSv1.1 protocol, instead of the usual
20674 SSLv3 or SSLv2 protocols.
20675 Alpine must be linked with an SSL library for this option to be operational.
20678 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
20681 </DD>
20683 <DT>TLS1_2</DT>
20684 <DD>
20685 This parameter indicates that the connection to the server will be made
20686 over the SSL port, but using the TLSv1.2 protocol, instead of the usual
20687 SSLv3 or SSLv2 protocols.
20688 Alpine must be linked with an SSL library for this option to be operational.
20691 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
20694 </DD>
20697 <DT>NoValidate-Cert</DT>
20698 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
20699 This is needed if the server uses self-signed certificates or if Alpine
20700 cannot validate the certificate for some other known reason.
20702 </DD>
20704 <DT>Anonymous</DT>
20705 <DD>This is a unary parameter (that means it does not have a value)
20706 indicating that the connection be logged in as
20707 &quot;anonymous&quot; rather than a specific user.
20708 Not all servers offer anonymous
20709 access; those which do generally only offer read-only access to certain
20710 &quot;public&quot; folders.
20713 <CENTER><SAMP>/anonymous</SAMP></CENTER>
20716 </DD>
20718 <DT>Secure</DT>
20719 <DD>This is a unary parameter indicating that the connection use the
20720 most secure authentication method mutually supported by Alpine and the
20721 server.
20722 Alpine is capable of authenticating connections to 
20723 the server using several methods.
20724 By default, Alpine will attempt each
20725 method until either a connection is established or the
20726 list of methods is exhausted.
20727 This parameter causes Alpine to instead fail 
20728 the connection if the first (generally most &quot;secure&quot;) method fails.
20731 <CENTER><SAMP>/secure</SAMP></CENTER>
20734 </DD>
20736 <DT>Submit</DT>
20737 <DD>This is a unary parameter for use with the
20738 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
20739 It indicates that the connection should be made to the Submit server
20740 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
20741 (port 587) instead of the SMTP port (25).
20742 At the time this help was written the submit option was equivalent to
20743 specifying port 587.
20746 <CENTER><SAMP>/submit</SAMP></CENTER>
20750 <CENTER><SAMP>host:587</SAMP></CENTER>
20753 </DD>
20755 <DT>Debug</DT>
20756 <DD>This is a unary parameter indicating that the connection be established
20757 in a verbose mode.  Basically, it causes Alpine to log the communication with
20758 the server in Alpine's debug file.
20759 Normally, the pine -d command-line flag would be used instead.
20761 </DD>
20763 <DT>NoRsh</DT>
20764 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
20765 the UNIX remote shell program.
20766 Including &quot;NoRsh&quot; will cause connections to this server to skip
20767 the &quot;rsh&quot; attempt.
20768 This might be useful to avoid long timeouts caused by rsh firewalls, for
20769 example.
20771 </DD>
20773 <DT>Loser</DT>
20774 <DD>This option makes sense only for IMAP servers that do not perform
20775 a SEARCH command correctly. If your filtering rules
20776 fail to filter some messages, that should have been filtered, then this
20777 option will make Alpine download all data necessary data to perform that 
20778 search. There is a performance penalty when using this option. Downloading 
20779 the data to perfom the search will take longer than requesting the IMAP
20780 server to perform the filtering, but the filtering will be done correctly.
20782 </DD>
20785 <DT>Service</DT>
20786 <DD>This parameter requires an associated value.  The default value is
20787 &quot;IMAP&quot; which indicates communication with the server based
20788 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
20789 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
20791 Other service values include:
20792  <DL>
20793  <DT>NNTP</DT>
20794  <DD>This value indicates communication with the server takes place via
20795 the Network News Transfer Protocol.  Use this to define a collection
20796 of newsgroups on a remote news server.  So
20799 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
20801 or just
20803 <CENTER><SAMP>/NNTP</SAMP></CENTER>
20806 is the way to specify NNTP access.
20808  </DD>
20810  <DT>POP3</DT>
20811  <DD>This value indicates communication with the server takes place via the
20812 Post Office Protocol 3 protocol.
20815 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
20817 or just
20819 <CENTER><SAMP>/POP3</SAMP></CENTER>
20822 Note that there are several important issues
20823 to consider when selecting this option:
20824 <OL>
20825  <LI> POP3 provides access to only your INBOX.  In other words,
20826 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
20827  <LI> Alpine's implementation of POP3 does not follow the traditional POP
20828 model and will leave your mail on the server. Refer to the
20829 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
20830  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
20831 </OL>
20832 </DD>
20833 </DL>
20834 </DL>
20837 Note that it is possible to include more than one parameter in a server
20838 specification by concatenating the parameters. For example:
20841 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
20845 &lt;End of help on this topic&gt;
20846 </BODY>
20847 </HTML>
20848 ======= h_composer_cntxt_server =======
20849 <HTML>
20850 <HEAD>
20851 <TITLE>Collection Server: Explained</TITLE>
20852 </HEAD>
20853 <BODY>
20854 <H1>Collection Edit Help -- Server Field</H1>
20856 This collection's &quot;Server:&quot; definition indicates the
20857 hostname of the server providing access to the folders in this
20858 collection.
20859 The syntax of this server name is the same as for other server names used
20860 in remote folder names in
20861 Alpine and is described
20862 <A HREF="h_folder_server_syntax">here</A>.
20865 &lt;End of help on this topic&gt;
20866 </BODY>
20867 </HTML>
20868 ======= h_composer_cntxt_path =======
20869 <HTML>
20870 <HEAD>
20871 <TITLE>Collection Path: Explained</TITLE>
20872 </HEAD>
20873 <BODY>
20874 <H1>Collection Edit Help -- Path Field</H1>
20876 The collection's &quot;Path:&quot; definition indicates the location
20877 of the folders in this collection.  If the path or any of its components
20878 do not exist, Alpine will prompt you for their creation when exiting the
20879 Add/Change screen.
20881 <P> 
20882 By default the path is interpreted as defining a section of your personal
20883 folder area.  This area and how you specify it are defined by the
20884 server, if one is specified in the collection, or, typically, the home
20885 directory if no server is defined.
20888 To define a collection outside the default &quot;area&quot;, prefix
20889 the path with the &quot;namespace&quot; to use when interpreting the
20890 given path.  If a namespace is specified, the Path begins with the
20891 sharp, &quot;#&quot;, character followed by the name of the namespace
20892 and then the namespace's path-element-delimiter.  Aside from the
20893 path's format, namespaces can also imply access rights, content
20894 policy, audience, location, and, occasionally, access methods.
20897 Each server exports its own set (possibly of size one) of 
20898 namespaces.  Hence, it's likely communication with your server's
20899 administrator will be required for specific configurations.  Some of
20900 the more common namespaces, however, include:
20902 <DL>
20903 <DT>#news.</DT>
20904 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
20905 names are hierarchically defined with each level delimited by a period.
20906 </DD>
20907 <DT>#public/</DT>
20908 <DD>This specifies a folder area that the server may export to the general
20909 public.
20910 </DD>
20911 <DT>#shared/</DT>
20912 <DD>This specifies a folder area that the folder may export to groups
20913 of users.
20914 </DD>
20915 <DT>#ftp/</DT>
20916 <DD>This specifies a folder area that is the same as that it may have 
20917 exported via the &quot;File Transfer Protocol&quot;.
20918 </DD>
20919 <DT>#mh/</DT>
20920 <DD>This specifies the personal folder area associated with folders
20921 and directories that were created using the MH message handling system.
20922 </DD>
20923 </DL>
20926 In addition, the server may support access to other user's folders,
20927 provided you have suitable permissions.  Common methods use a prefix
20928 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
20929 indicate the root of the other user's folder area.
20932 No, nothing's simple.
20935 &lt;End of help on this topic&gt;
20936 </BODY>
20937 </HTML>
20938 ======= h_composer_cntxt_view =======
20939 <HTML>
20940 <HEAD>
20941 <TITLE>Collection View: Explained</TITLE>
20942 </HEAD>
20943 <BODY>
20944 <H1>Collection Edit Help -- View Field</H1>
20946 The collection's &quot;View:&quot; definition provides a way to limit
20947 the displayed list of folders within a collection.  By default, only
20948 folders that contain the specified characters anywhere in their name
20949 are shown in the collection's folder list.
20952 Additionally, you can use a wildcard character to better control
20953 the list of folders selected for display.  The wildcard specifier is
20954 the star, &quot;*&quot;, character.
20957 So, for example, to define a collection of all folders ending with
20958 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
20959 quote characters!).  Or, similarly, to define a collection of folders
20960 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
20961 specify a view of &quot;a*z&quot;.
20964 &lt;End of help on this topic&gt;
20965 </BODY>
20966 </HTML>
20967 ======= h_composer_abook_add_server =======
20968 <HTML>
20969 <HEAD>
20970 <TITLE>Addressbook Server Name Field Explained</TITLE>
20971 </HEAD>
20972 <BODY>
20973 This field should be left blank if the address book is stored in a regular
20974 file on this system.  If it is a remote address book stored on an IMAP
20975 server then this is the name of that IMAP server.
20977 Look <A HREF="h_edit_nav_cmds">here</A>
20978 to see the available Editing and Navigation commands.
20980 &lt;End of help on this topic&gt;
20981 </BODY>
20982 </HTML>
20983 ======= h_composer_abook_add_folder =======
20984 <HTML>
20985 <HEAD>
20986 <TITLE>Addressbook Folder Name Field Explained</TITLE>
20987 </HEAD>
20988 <BODY>
20989 For a remote address book (one for which the Server Name is filled in)
20990 this is the name of a folder on the remote server. The address book data
20991 will be stored in this folder. This folder should be used only for
20992 storing this single address book, not for other address books or for
20993 other messages.
20995 For a local address book (one for which the Server Name is not filled in)
20996 this is the name of a file in which the address book will be stored.
20997 The file is in the same directory as the Alpine configuration file if the
20998 configuration file is local.
20999 If the configuration file is remote, then this will be in the home directory
21000 for Unix Alpine and in the directory specified by the
21001 &quot;-aux local_directory&quot; command line argument.
21003 Look <A HREF="h_edit_nav_cmds">here</A>
21004 to see the available Editing and Navigation commands.
21006 &lt;End of help on this topic&gt;
21007 </BODY>
21008 </HTML>
21009 ======= h_composer_abook_add_nick =======
21010 <HTML>
21011 <HEAD>
21012 <TITLE>Addressbook NickName Field Explained</TITLE>
21013 </HEAD>
21014 <BODY>
21015 This is just an optional nickname for this address book. If present, it
21016 is used in some of the displays and error messages in the address book
21017 maintenance screens. It is for your convenience only and serves no
21018 other purpose.
21020 Look <A HREF="h_edit_nav_cmds">here</A>
21021 to see the available Editing and Navigation commands.
21023 &lt;End of help on this topic&gt;
21024 </BODY>
21025 </HTML>
21026 ======= h_composer_qserv_cn =======
21027 <HTML>
21028 <HEAD>
21029 <TITLE>Directory Query Form Explained</TITLE>
21030 </HEAD>
21031 <BODY>
21033 Fill in as many of these fields as you wish to narrow down your
21034 search. All the fields you fill in must match in order for an entry
21035 to be returned. You may use the wildcard character &quot;*&quot; in
21036 any of the fields, it matches any zero or more characters at that
21037 point in the string. There are no implicit wildcards, so the match is
21038 exact unless you include wildcards.
21041 Note that if an attribute isn't present at all, then the match will fail.
21042 For example, if a server doesn't support the Locality attribute, then no
21043 matter what you put in the Locality field (other than leaving it empty)
21044 the search will fail.
21047 This field, the Common Name field, is typically a person's full name.
21050 <H1>EDITING and NAVIGATION COMMANDS</H1>
21051 <!--chtml if pinemode="function_key"-->
21052 <PRE>
21053 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
21054 ^B (Left Arrow)    Back character       | ^D       Delete current character
21055 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
21056 ^P (Up Arrow)      Previous line        |
21057 ^N (Down Arrow)    Next line            | F9       Cut marked text or
21058 ^A                 Beginning of line    |            delete current line
21059 ^E                 End of line          | F10      Undelete line(s)
21060 F7                 Previous page        |
21061 F8                 Next page            |-------------------------------------
21062 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
21063 ----------------------------------------|
21064 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
21065 F2   Cancel      |   F1    Get help     |
21066 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
21067 </PRE>
21068 <!--chtml else-->
21069 <PRE>
21070 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
21071 ^B (Left Arrow)    Back character       | ^D       Delete current character
21072 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
21073 ^P (Up Arrow)      Previous line        |
21074 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
21075 ^A                 Beginning of line    |            delete current line
21076 ^E                 End of line          | ^U       Undelete line(s)
21077 ^Y                 Previous page        |
21078 ^V                 Next page            |-------------------------------------
21079 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
21080 ----------------------------------------|
21081 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
21082 ^C   Cancel      |   ^G    Get help     |
21083 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
21084 </PRE>
21085 <!--chtml endif-->
21086 <P><UL>
21087 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21088 </UL><P>
21089 &lt;End of help on this topic&gt;
21090 </BODY>
21091 </HTML>
21092 ======= h_composer_qserv_sn =======
21094 The Surname is usually the family name of a person.
21096 <End of help on this topic>
21097 ======= h_composer_qserv_gn =======
21099 This is the part of a person's name that isn't the surname or initials.
21101 <End of help on this topic>
21102 ======= h_composer_qserv_mail =======
21104 This is the email address of a person.
21106 <End of help on this topic>
21107 ======= h_composer_qserv_org =======
21109 This is the organization a person belongs to.
21111 <End of help on this topic>
21112 ======= h_composer_qserv_unit =======
21114 This is the organizational unit a person belongs to.
21116 <End of help on this topic>
21117 ======= h_composer_qserv_country =======
21119 This is the country a person belongs to.
21121 <End of help on this topic>
21122 ======= h_composer_qserv_state =======
21124 This is the state a person belongs to.
21126 <End of help on this topic>
21127 ======= h_composer_qserv_locality =======
21129 This is the locality a person belongs to.
21131 <End of help on this topic>
21132 ======= h_composer_qserv_custom =======
21134 This one is for advanced users only! If you put something in this field,
21135 then the rest of the fields are ignored.
21137 This field may be set to the string representation of an LDAP search
21138 filter (see RFC1960). Here are some examples:
21140 To search for an entry with a surname equal to "clinton" you could set
21141 the custom filter to:
21143      (sn=clinton)
21144     
21145 This is equivalent to putting "clinton" in the SurName field.
21146 To search for an entry that has a surname that begins with "clint" and
21147 has a givenname equal to "william" you could use:
21149      (&(sn=clint*)(givenname=william))
21150     
21151 This is equivalent to setting the SurName field to "clint*" and the
21152 GivenName field to "william".
21153 To search for an entry where either the common name OR the email address
21154 contains "abcde" you could use:
21156      (|(cn=*abcde*)(mail=*abcde*))
21158 That isn't equivalent to anything you can do by setting the other fields
21159 because of the OR.
21161 <End of help on this topic>
21162 ======= h_composer_qserv_qq =======
21164 This one is a little different from the rest of the categories.  It causes
21165 a search to be formed from the configured search filter that you filled
21166 in when you added the directory server to your configuration. It can also
21167 be combined with the other fields if you'd like.
21169 <End of help on this topic>
21170 ======= h_address_format =======
21171 <HTML>
21172 <HEAD>
21173 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
21174 </HEAD>
21175 <BODY>
21176 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
21178 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
21179 and then a domain, with no spaces.  
21180 For example, jsmith@art.example.com might be the email address
21181 of a person  
21182 with the username &quot;jsmith&quot; who has an account in the domain
21183 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
21184 right of the &quot;@&quot; sign can vary - a shorter example would be 
21185 isabelle@elsewhere.edu (the shortest possible form: here, only the 
21186 organization's domain is specified after the &quot;@&quot; sign); a longer 
21187 example would be 
21188  jsingh@shakti.edutech.example.com
21189 (here, the name of the host &quot;shakti&quot; in the domain 
21190 edutech.example.com is also specified).  
21191 <P>  
21192 If you do not know the exact email address of someone you want to write 
21193 to, ask them what it is using other means of communication than email; or 
21194 use the tools for 
21195 finding people's addresses that are available on the Internet.
21197 If you are sending to someone on the same system as you are, you can leave
21198 the &quot;@&quot; sign and all the information to its right off of the 
21199 address, and Alpine will fill it in automatically, 
21200 unless the feature 
21201 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
21204 When an email address you send a message to is not reachable -- either because 
21205 it is simply an incorrect address, or because email can temporarily not be 
21206 delivered to it due to a technical problem on the way to or at the recipient's 
21207 end -- you will almost always get an error notification email message back.
21209 If you encounter problems with, or have questions about, email delivery or
21210 email address syntax, contact your local network computing consultants.
21211 <P><UL>
21212 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21213 </UL>
21215 &lt;End of help on this topic&gt;
21216 </BODY>
21217 </HTML>
21218 ======= h_flag_user_flag =======
21219 <HTML>
21220 <HEAD>
21221 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
21222 </HEAD>
21223 <BODY>
21224 <H1>STATUS FLAG: User Defined Keyword</h1>
21226 This is a keyword that is defined for this folder.
21227 It was most likely defined by the owner of the folder.
21228 Alpine will not set or clear this flag on its own.
21230 <P><UL>
21231 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21232 </UL><P>
21233 &lt;End of help on this topic&gt;
21234 </BODY>
21235 </HTML>
21236 ======= h_flag_important =======
21237 <html>
21238 <title>STATUS FLAG: Important</title>
21239 <body>
21240 <h1>STATUS FLAG: Important</h1>
21243 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
21244 MESSAGE&nbsp;INDEX
21245 screen, can only be set by the user, and is intended to be used in
21246 whatever fashion makes sense to you.  You are the only one that can set or
21247 clear it. 
21250 &lt;End of help on this topic&gt;
21251 </BODY>
21252 </HTML>
21253 ======= h_flag_new =======
21254 <html>
21255 <title>STATUS FLAG: New</title>
21256 <body>
21257 <h1>STATUS FLAG: New</h1>
21260 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
21261 MESSAGE&nbsp;INDEX screen,
21262 is automatically set when messages are delivered to your Inbox (or other
21263 folder specified outside of Alpine).  Likewise, it is cleared automatically
21264 the first time you read the message it is associated with.
21267 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
21268 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
21269 you'd like to be reminded of it next time you read mail.  This can be done
21270 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
21274 &lt;End of help on this topic&gt;
21275 </BODY>
21276 </HTML>
21277 ======= h_flag_answered =======
21278 <html>
21279 <title>STATUS FLAG: Answered</title>
21280 <body>
21281 <h1>STATUS FLAG: Answered</h1>
21283 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
21284 MESSAGE&nbsp;INDEX
21285 screen, is automatically set when you reply to a message.  This flag is not
21286 automatically cleared.
21289 &lt;End of help on this topic&gt;
21290 </BODY>
21291 </HTML>
21292 ======= h_flag_forwarded =======
21293 <html>
21294 <title>STATUS FLAG: Forwarded</title>
21295 <body>
21296 <h1>STATUS FLAG: Forwarded</h1>
21298 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
21299 MESSAGE&nbsp;INDEX
21300 screen, is automatically set when you forward a message.  This flag is not
21301 automatically cleared.
21304 &lt;End of help on this topic&gt;
21305 </BODY>
21306 </HTML>
21307 ======= h_flag_deleted =======
21308 <html>
21309 <title>STATUS FLAG: Deleted</title>
21310 <body>
21311 <h1>STATUS FLAG: Deleted</h1>
21313 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
21314 MESSAGE&nbsp;INDEX
21315 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
21316 It is cleared
21317 when you use the &quot;U&nbsp;Undelete&quot; command.
21320 Messages marked with this flag will be permanently removed from
21321 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
21322 command, or
21323 when you indicate acceptance of their removal upon leaving the folder.
21326 Note, there can be other actions implicit in the
21327 &quot;D&nbsp;Delete&quot; command,
21328 such as advancing to the next message, that may be momentarily undesirable.
21329 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
21330 flag <A HREF="h_common_flag">explicitly</A>.
21333 &lt;End of help on this topic&gt;
21334 </BODY>
21335 </HTML>
21336 ====== h_config_incoming_timeo ======
21337 <HTML>
21338 <HEAD>
21339 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
21340 </HEAD>
21341 <BODY>
21342 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
21344 This option has no effect unless the feature
21345 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21346 is set, which in turn has no effect unless
21347 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21348 is set.
21350 Sets the time in seconds that Alpine will
21351 attempt to open a network connection used for monitoring for Unseen
21352 messages in Incoming Folders. The default is 5.
21353 If a connection has not completed within this many seconds Alpine will
21354 give up and consider it a failed connection.
21356 <UL>   
21357 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21358 </UL><P>
21359 &lt;End of help on this topic&gt;
21360 </BODY>
21361 </HTML>
21362 ====== h_config_psleep ======
21363 <HTML>
21364 <HEAD>
21365 <TITLE>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</TITLE>
21366 </HEAD>
21367 <BODY>
21368 <H1>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</H1>
21371 In the good old days a mailcap viewer was used to examine an 
21372 attachment before saving it, and after viewing the attachment control 
21373 would return to the operating system when the viewer was closed. Therefore, 
21374 when the mailcap viewer returned control to the operating system, it 
21375 could be assumed that the user who opened the attachment was done
21376 examining it, and the copy of the attachment that was used, could be removed.
21379 However, today this assumption is not longer valid. Some viewers return 
21380 control to the operating system before they actually read the attachment
21381 to be examined. This causes Alpine to delete the attachment before it 
21382 is read by the viewer, causing the viewer to fail opening the attachment.
21385 In order to work around this problem, Alpine checks, after the viewer has 
21386 returned control to the operating system, if there is any process that is 
21387 using the attachment. This variable controls the number of seconds that 
21388 must elapse between checks. Once it is found that no process is using the 
21389 attachment, this is removed.
21392 The minimum value for this variable is 60 (checks will be made once per 
21393 minute), and the maximum value is 600 (checks will be made once every 10 
21394 minutes). The default value is 60.
21397 <UL>   
21398 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21399 </UL><P>
21400 &lt;End of help on this topic&gt;
21401 </BODY>
21402 </HTML>
21403 ====== h_config_incoming_interv ======
21404 <HTML>
21405 <HEAD>
21406 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
21407 </HEAD>
21408 <BODY>
21409 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
21411 This option has no effect unless the feature
21412 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21413 is set, which in turn has no effect unless
21414 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21415 is set.
21417 This option specifies, in seconds, how often Alpine will check
21418 for new mail and state changes in Incoming Folders when Incoming Folders
21419 Checking is turned on.
21420 The default is 3 minutes (180).
21421 This value applies only to folders that are local to the system that
21422 Alpine is running on or that are accessed using the IMAP protocol.
21423 The similar option
21424 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
21425 applies to all other monitored folders.
21427 <UL>   
21428 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21429 </UL><P>
21430 &lt;End of help on this topic&gt;
21431 </BODY>
21432 </HTML>
21433 ====== h_config_incoming_second_interv ======
21434 <HTML>
21435 <HEAD>
21436 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
21437 </HEAD>
21438 <BODY>
21439 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
21441 This option has no effect unless the feature
21442 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21443 is set, which in turn has no effect unless
21444 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21445 is set.
21447 This option together with the option
21448 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
21449 specifies, in seconds, how often Alpine will check
21450 for new mail and state changes in Incoming Folders when Incoming Folders
21451 Checking is turned on.
21452 The default for this option is 3 minutes (180).
21453 For folders that are local to this system or
21454 that are accessed using the IMAP protocol
21455 the value of the option
21456 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
21457 is used.
21458 For all other monitored folders, the value of this option is used.
21460 The reason there are two separate options is because it is usually
21461 less expensive to check local and IMAP folders than it is to check
21462 other types, like POP or NNTP folders.
21463 You may want to set this secondary value to a higher number than
21464 the primary check interval.
21466 <UL>   
21467 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21468 </UL><P>
21469 &lt;End of help on this topic&gt;
21470 </BODY>
21471 </HTML>
21472 ====== h_config_incoming_list ======
21473 <HTML>
21474 <HEAD>
21475 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
21476 </HEAD>
21477 <BODY>
21478 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
21480 This option has no effect unless the feature
21481 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21482 is set, which in turn has no effect unless
21483 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21484 is set.
21486 When monitoring the Incoming Message Folders for Unseen messages Alpine will
21487 normally monitor all Incoming Folders.
21488 You may use this option to restrict the list of monitored folders to a
21489 subset of all Incoming Folders.
21491 <UL>   
21492 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21493 </UL><P>
21494 &lt;End of help on this topic&gt;
21495 </BODY>
21496 </HTML>
21497 ====== h_config_pers_name ======
21498 <HTML>
21499 <HEAD>
21500 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
21501 </HEAD>
21502 <BODY>
21503 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
21505 This value is used to determine the full name part of the "From" address
21506 on messages you send.
21507 <!--chtml if pinemode="os_windows"-->
21508  PC-Alpine requires that this be set in order to properly construct the "From" address.
21509 <!--chtml else-->
21510  If unset, Unix Alpine will obtain your full name from
21511  the system password file. PC-Alpine, on the other hand, requires that this be set.
21512 <!--chtml endif-->
21514 If you want to change the value of what gets included in the From header
21515 in messages you send (other than just the Personal Name)
21516 look <A HREF="h_config_change_your_from">here</A> for a description.
21517 <P><UL>
21518 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21519 </UL><P>
21520 &lt;End of help on this topic&gt;
21521 </BODY>
21522 </HTML>
21523 ====== h_config_pruned_folders ======
21524 <html>
21525 <header>
21526 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
21527 </header>
21528 <body>
21529 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
21531 This variable allows you to define a list of one or more folders that
21532 Alpine will offer to prune for you in the same way it automatically offers
21533 to prune your "sent-mail" folder each month.
21534 Each folder in this list must be a folder in your default folder collection
21535 (the first folder collection if you have more than one), and it is just
21536 the relative name of the folder in the collection, not the fully-qualified name.
21537 It is similar to sent-mail.
21538 Instead of something like
21540 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
21542 the correct value to use would be
21544 <CENTER><SAMP>folder</SAMP></CENTER>
21546 There is an assumption here that your first collection is the folders in
21548 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
21551 Once a month, for each folder listed, Alpine will offer to move
21552 the contents of the folder to a new folder of the same name but with
21553 the previous month's date appended.  Alpine will then look for any such
21554 date-appended folder names created for a previous month, and offer each
21555 one it finds for deletion.
21558 If you decline the first offer, no mail is moved and no new folder is
21559 created.
21562 The new folders will be created
21563 in your default folder collection.
21566 <UL>   
21567 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21568 </UL><P>
21569 &lt;End of help on this topic&gt;
21570 </body>
21571 </html>
21572 ====== h_config_upload_cmd ======
21573 <HTML>
21574 <HEAD>
21575 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
21576 </HEAD>
21577 <BODY>
21578 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
21580 This option affects the behavior of the Composer's &quot;Read File&quot; 
21581 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
21582 commands.  It specifies
21583 a Unix program name, and any necessary command line arguments, that Alpine can
21584 use to transfer files from your personal computer into messages that you are
21585 composing.<P>
21587 <B>Note:</B> this facility is intended for use with serial line transfer 
21588 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21589 to work with TCP/IP file transfer programs such as ftp.<P>
21591 If a program is specified, the commands listed above are modified to offer a
21592 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
21593 specified here must match the transfer program or protocol available on the
21594 personal computer.<P>
21596 Alpine expects to exchange uploaded data via a file on your Unix system.  When
21597 the specified upload program finishes, Alpine expects the uploaded data to be
21598 contained in this file.<P>
21600 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
21601 generates a
21602 temporary file name that it will pass to the specified Unix program.  Alpine
21603 will read the resulting uploaded text from this file and then delete it when
21604 the upload command is finished.<P>
21606 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
21607 prompt
21608 you for the name of the file that is to contain the uploaded information that
21609 it is to attach.  Alpine will attach this file to the composition, but will
21610 <B>not</B> delete this file after the upload command is finished.<P>
21612 The special token &quot;_FILE_&quot; may be included among the Unix program's 
21613 command
21614 line arguments.  Alpine will replace this symbol with the name of the file
21615 being used to exchange the uploaded information.  This token allows you to
21616 position the file name where it is required in the Unix program's command
21617 line arguments.<P>
21619 If the &quot;_FILE_&quot; token is not present in the specified command, the
21620 temporary file's name is automatically appended to the specified Unix
21621 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21622 <B>last</B> command line argument.
21623 <P><UL>
21624 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21625 </UL><P>
21626 &lt;End of help on this topic&gt;
21627 </BODY>
21628 </HTML>
21629 ====== h_config_upload_prefix ======
21630 <HTML>
21631 <HEAD>
21632 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
21633 </HEAD>
21634 <BODY>
21635 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
21637 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
21638 It defines text to be written to the terminal emulator (via standard output)
21639 immediately prior to starting upload command.  This is useful for
21640 integrated serial line file transfer agents that permit command passing
21641 (e.g., Kermit's APC method).<P>
21643 The special token &quot;_FILE_&quot; may be included in the string specification.
21644 That symbol will be replaced with the (Alpine-created) name of the temporary
21645 file in which Alpine will expect to find the uploaded file.
21646 <P><UL>
21647 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21648 </UL><P>
21649 &lt;End of help on this topic&gt;
21650 </BODY>
21651 </HTML>
21652 ====== h_config_download_cmd ======
21653 <HTML>
21654 <HEAD>
21655 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
21656 </HEAD>
21657 <BODY>
21658 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
21660 This option affects the behavior of the Export command.  It specifies a Unix
21661 program name, and any necessary command line arguments, that Alpine can use to
21662 transfer the exported message to your personal computer's disk.<P>
21663 Note: this facility is intended for use with serial line transfer 
21664 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21665 to work with TCP/IP file transfer programs such as ftp.<P>
21666 If a program is specified, the Export command is modified to offer a
21667 subcommand (^V) to activate the transfer (in lieu of saving it to
21668  the machine where Alpine is running).  Obviously, the Unix program
21669 specified here must match the transfer program or protocol available on the
21670 personal computer.<P>
21672 When this subcommand is selected and before Alpine invokes the specified Unix
21673 program, Alpine will create a temporary file containing the text of the
21674 exported message.  Alpine uses this file to pass the exported message text to
21675 the specified Unix program.<P>
21677 The special token &quot;_FILE_&quot; may be included among the Unix program's command
21678 line arguments.  Alpine will replace this symbol with the temporary file's name
21679 before executing the Unix program.  This token allows you to position the
21680 file name where it is required in the Unix program's command line arguments.
21682 If the &quot;_FILE_&quot; token is not present in the specified command, the
21683 temporary file's name is automatically appended to the specified Unix
21684 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21685 <B>last</B> command line argument.
21686 <P><UL>
21687 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21688 </UL><P>
21689 &lt;End of help on this topic&gt;
21690 </BODY>
21691 </HTML>
21692 ====== h_config_download_prefix ======
21693 <HTML>
21694 <HEAD>
21695 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
21696 </HEAD>
21697 <BODY>
21698 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
21700 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
21701 It defines text to be written to the terminal emulator (via standard output)
21702 immediately prior to starting the download command.  This is useful for
21703 integrated serial line file transfer agents that permit command passing
21704 (e.g., Kermit's APC method).
21706 The special token &quot;_FILE_&quot; may be included in the string 
21707 specification.
21708 That symbol will be replaced with the (Alpine-created) name of the temporary
21709 file into which Alpine will place the message to be downloaded.
21710 <P><UL>
21711 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21712 </UL><P>
21713 &lt;End of help on this topic&gt;
21714 </BODY>
21715 </HTML>
21716 ====== h_config_mailcap_path ======
21717 <HTML>
21718 <HEAD>
21719 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
21720 </HEAD>
21721 <BODY>
21722 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
21723 This variable is used to replace Alpine's default mailcap file search path.
21724 It takes one or more file names (full paths must be specified) in which to
21725 look for mail capability data.  The default search path can be found in this
21726 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
21727 If there is more than one file name listed, list members should be delimited
21728 by 
21729 <!--chtml if pinemode="os_windows"-->
21730 a semi-colon (;) under Windows; for example:<PRE>
21731         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
21732 </PRE>
21733 <!--chtml else-->
21734 a colon (:) under UNIX; for example:<PRE>
21735         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
21736 </PRE>
21737 <!--chtml endif-->
21738 <P><UL>
21739 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21740 </UL>
21742 &lt;End of help on this topic&gt;
21743 </BODY>
21744 </HTML>
21745 ====== h_config_mimetype_path ======
21746 <HTML>
21747 <HEAD>
21748 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
21749 </HEAD>
21750 <BODY>
21751 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
21753 This variable is used to replace Alpine's default mime.types file search path.
21754 It takes one or more file names (full paths must be specified) in which to
21755 look for file-name-extension to MIME type mapping data.  The default search
21756 path can be found in this
21757 <A HREF="h_news_config">Alpine Configuration</A> help.
21761 If there is more than one file name listed, list members should be delimited
21762 by a colon (:) under UNIX and a semi-colon (;) under Windows.
21764 &lt;End of help on this topic&gt;
21765 </BODY></HTML>
21766 ====== h_config_set_att_ansi ======
21767 <HTML><HEAD>
21768 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
21769 </HEAD>
21770 <BODY>
21771 <H1>OPTION: Set printer to attached ansi printer</H1>
21773 Type "S" to set your printer to "attached-to-ansi".<BR>
21774 It is OK to include "attached-to-ansi" in your personal list below.
21776 &lt;End of help on this topic&gt;
21777 </BODY></HTML>
21778 ====== h_config_set_att_ansi2 ======
21779 <HTML><HEAD>
21780 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
21781 </HEAD>
21782 <BODY>
21783 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
21785 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
21786 It is OK to include "attached-to-ansi-no-formfeed" in your personal
21787 list below.
21791 This is the same as the "attached-to-ansi" option except that a
21792 formfeed character will not be appended to the end of the print job.
21793 If your printer already ejects the paper by itself at the end of the
21794 job, you may prefer the "no-formfeed" form of this printer so that you
21795 don't get an extra blank page between print jobs.
21798 &lt;End of help on this topic&gt;
21799 </BODY></HTML>
21800 ====== h_config_set_att_wyse ======
21801 <HTML><HEAD>
21802 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
21803 </HEAD>
21804 <BODY>
21805 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
21807 Type "S" to set your printer to "attached-to-wyse".<BR>
21808 It is OK to include "attached-to-wyse" in your personal list below.
21810 This is very similar to "attached-to-ansi".
21811 The only difference is in the control characters sent to turn the printer
21812 on and off.
21813 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
21814 to turn on the printer and ESC LEFT_BRACKET 4 i
21815 to turn it off.
21816 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
21817 &lt;End of help on this topic&gt;
21818 </BODY></HTML>
21819 ====== h_config_set_att_wyse2 ======
21820 <HTML><HEAD>
21821 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
21822 </HEAD>
21823 <BODY>
21824 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
21826 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
21827 It is OK to include "attached-to-wyse-no-formfeed" in your personal
21828 list below.
21832 This is the same as the "attached-to-wyse" option except that a
21833 formfeed character will not be appended to the end of the print job.
21834 If your printer already ejects the paper by itself at the end of the
21835 job, you may prefer the "no-formfeed" form of this printer so that you
21836 don't get an extra blank page between print jobs.
21839 &lt;End of help on this topic&gt;
21840 </BODY></HTML>
21841 ====== h_config_set_stand_print ======
21842 <HTML>
21843 <HEAD>
21844 <TITLE>OPTION: Set default printer</TITLE>
21845 </HEAD>
21846 <H1>OPTION: Set default printer</H1>
21847 <BODY>
21848 Move to the printer you want and type "S" to set it to be your
21849 default printer.  This list is not modifiable by you and has been
21850 set up by the system administrators.  If there is more than one printer
21851 listed in the Command List, you will be able to cycle through that
21852 whole list at the time you print, starting with your default.
21853 It is OK to include entries from this Standard list in your personal
21854 list below.
21856 &lt;End of help on this topic&gt;
21857 </BODY>
21858 </HTML>
21859 ====== h_config_set_custom_print ======
21860 <HTML>
21861 <HEAD>
21862 <TITLE>OPTION: Set default printer</TITLE>
21863 </HEAD>
21864 <H1>OPTION: Set default printer</H1>
21865 <BODY>
21866 You may add as many print commands as you want to your personal list.
21867 Specify one of them as your default printer by moving to the printer
21868 you want and typing "S".  If there is more than one printer listed
21869 in the Command List, you will be able to cycle through that list at
21870 the time you print, starting with your default.  It is OK to include
21871 entries from the Standard list above or to include the command
21872 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
21873 "attached-to-wyse-no-formfeed" as one of the entries here.
21875 &lt;End of help on this topic&gt;
21876 </BODY>
21877 </HTML>
21878 ====== h_config_user_id =====
21879 <HTML>
21880 <HEAD>
21881 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
21882 </HEAD>
21883 <BODY>
21884 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
21886 This value is used as part of the "From" address on messages you send.
21887 It is also the default login name for remote IMAP server access.  Set this
21888 to the username part you want to appear on outgoing email.
21890 If you want to change the value of what gets included in the From header
21891 in messages you send (other than just the User ID)
21892 look <A HREF="h_config_change_your_from">here</A> for a description.
21894 <P><UL>   
21895 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21896 </UL><P>
21897 &lt;End of help on this topic&gt;
21898 </BODY>
21899 </HTML>
21900 ====== h_config_user_dom =====
21901 <HTML>
21902 <HEAD>
21903 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
21904 </HEAD>
21905 <BODY>
21906 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
21908 This value specifies the domain part (right-hand side) of your return
21909 address on outgoing email and is also used as the default domain for email
21910 composed to a local user.
21911 <!--chtml if pinemode="os_windows"-->
21912  This value is required for PC-Alpine. If you are unsure as to what this should be,
21913  contact your local help desk, system administrator, or Internet Service Provider.
21914 <!--chtml else-->
21915  If unset, Unix Alpine will obtain the domain from
21916  the system.  Often this value will be set for your whole site by the
21917  system administrator.<P>
21918 <!--chtml endif-->
21919 If you set this, see also the <A HREF="h_config_quell_local_lookup">
21920 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
21922 If you want to change the value of what gets included in the From header
21923 in messages you send (other than just the User Domain)
21924 look <A HREF="h_config_change_your_from">here</A> for a description.
21925 <P><UL>
21926 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21927 </UL><P>
21928 &lt;End of help on this topic&gt;
21929 </BODY>
21930 </HTML>
21931 ====== h_config_smtp_server =====
21932 <HTML>
21933 <HEAD>
21934 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
21935 </HEAD>
21936 <BODY>
21937 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
21938 This value specifies the name of one or more SMTP 
21939 (Simple Mail Transfer Protocol) servers for sending mail. 
21940 <!--chtml if pinemode="os_windows"-->
21941 You must have an SMTP server for use with PC-Alpine.
21942 SMTP servers are
21943 normally set up by a system administrator for use by all members of a given
21944 campus or department.
21945 Contact your local help desk to ask what SMTP
21946 servers you should use.  
21947 <!--chtml else-->
21948 Unix Alpine users may not need to set an SMTP server.
21949 Alpine will attempt to execute the program (usually sendmail) that is used
21950 to insert mail into the mail system.
21951 If this works for you, you may leave this option blank.
21952 If there is an SMTP server running on the Unix host you may be able to
21953 improve sending performance slightly by setting the SMTP server option
21954 to &quot;localhost&quot; or to the actual name of the Unix host.
21956 If the Unix host doesn't work the way Alpine was expecting you will need to
21957 set the value of this option.
21958 SMTP servers are
21959 normally set up by a system administrator for use by all members of a given
21960 campus or department.
21961 Contact your local help desk to ask what SMTP
21962 servers you should use.  
21963 <!--chtml endif-->
21965 Your SMTP server may offer SMTP AUTH authentication.
21966 It may even require it.
21967 If your SMTP server offers SMTP AUTH authentication you may specify a
21968 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
21969 This parameter requires an associated value,
21970 the username identifier with which to establish the server
21971 connection.
21972 An example might be:
21975 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
21978 If AUTH authentication is offered by the server, this will cause Alpine to
21979 attempt to use it.
21980 If AUTH authentication is not offered by the server, this will cause Alpine
21981 to fail sending with an error similar to:
21984 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
21987 Another type of authentication that is used by some ISPs is called
21988 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
21989 which means that you have to authenticate
21990 yourself to the POP or IMAP server by opening a mailbox before you
21991 can send mail.
21992 To do this, you usually only have to open your INBOX.
21995 You may tell Alpine to use the
21996 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
21997 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
21998 parameter
21999 in this option.
22000 At this time &quot;/submit&quot; is simply equivalent to specifying
22001 port 587, though it may imply more than that at some point in the future.
22002 Some ISPs are blocking port 25 in order to reduce the amount of spam
22003 being sent to their users.
22004 You may find that the submit option allows you to get around such a block.
22007 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
22010 To specify any non-standard port number on the SMTP server you may follow
22011 the hostname with a colon followed by the portnumber.
22014 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
22017 Normally, when a connection is made to the Smtp-Server Alpine will attempt
22018 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
22019 If that fails then a non-encrypted connection will be attempted instead.
22020 You may specify that a TLS connection is required if you wish.
22021 If you append &quot;/tls&quot; to the name then the connection will fail
22022 instead of falling back to a non-secure connection.
22025 <CENTER><SAMP>smtpserver.example.com/tls</SAMP></CENTER>
22029 For more details about server name possibilities see
22030 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
22033 <UL>
22034 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22035 </UL>
22037 &lt;End of help on this topic&gt;
22038 </BODY>
22039 </HTML>
22040 ====== h_config_nntp_server =====
22041 <HTML>
22042 <HEAD>
22043 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
22044 <BODY>
22045 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
22047 This value specifies the name of one or more NNTP
22048 (Network News Transfer Protocol)
22049 servers for reading and posting USENET news.
22050 NNTP servers are normally
22051 set up by a system administrator for use by all members of a given campus
22052 or department.
22053 Contact your local help desk to ask what NNTP servers you should use.  
22054 <!--chtml if pinemode="os_windows"--><!--chtml else-->
22055 Often Unix Alpine users will find that this variable has been
22056 set for the whole system (and they don't have to worry about it).  
22057 <!--chtml endif-->
22058 When you define an NNTP server here, Alpine implicitly defines a news
22059 collection for you, assuming that server as the news server and assuming
22060 that you will use the NNTP protocol and a local newsrc configuration file
22061 for reading news.
22062 For more about reading news with Alpine, see
22063 <A HREF="h_reading_news">how to use Alpine to read news</A>.
22065 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
22066 or &quot;AUTHINFO USER&quot; authentication.
22067 It may even require it.
22068 If your NNTP server does offer such authentication you may specify a user name
22069 parameter to cause Alpine to attempt to authenticate.
22070 The same is true for the server name in a folder collection that uses NNTP.
22071 This parameter requires an associated value,
22072 the username identifier with which to establish the server connection.
22073 An example might be:
22076 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
22079 If authentication is offered by the server, this will cause Alpine to
22080 attempt to use it.
22081 If authentication is not offered by the server, this will cause Alpine
22082 to fail with an error similar to:
22085 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
22087 For more details about the server name possibilities see
22088 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
22089 <P><UL>
22090 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22091 </UL><P>
22092 &lt;End of help on this topic&gt;
22093 </BODY>
22094 </HTML>
22095 ====== h_config_inbox_path =====
22096 <HTML>
22097 <HEAD>
22098 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
22099 </HEAD>
22100 <BODY>
22101 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
22103 This value overrides the default value of your INBOX name/path/location.
22104 <!--chtml if pinemode="os_windows"-->
22105 PC-Alpine users must specify an inbox path and it must be a folder on an
22106 IMAP server.  
22107 <!--chtml else-->
22108 Unix and VMS Alpine users will often find that this variable
22109 has been pre-configured by your system administrator.  
22110 <!--chtml endif-->
22111 You may be able to specify an alternate INBOX that is either a local folder 
22112 or a folder on an IMAP server.
22114 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
22115 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
22116 mail server.
22118 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22119 details on the syntax of folder definitions.
22121 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
22122 mail is disappearing.
22123 <P><UL>
22124 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22125 </UL><P>
22126 &lt;End of help on this topic&gt;
22127 </BODY>
22128 </HTML>
22129 ====== h_config_change_your_from =====
22130 <HTML>
22131 <HEAD>
22132 <TITLE>How to Change your From Address</TITLE>
22133 </HEAD>
22134 <BODY>
22135 <H1>How to Change your From Address</H1>
22137 If the From address that Alpine includes in mail that you send is not correct,
22138 you may want to configure a different default value for the From address.
22139 You may follow these directions to change the default:
22142 <UL>
22143   <LI> Go to the Main Alpine Menu
22144   <LI> From there type the Setup Command
22145   <LI> From there type the Config Command
22146 </UL>
22149 You've probably already seen this SETUP CONFIGURATION screen.
22150 If not, there are many options you may want to set here.
22151 To set the value of the From header you may use the
22152 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
22153 Find it by scrolling down a few pages or use the WhereIs command to
22154 search for &quot;customized&quot;.
22155 You may want to read the help text associated with the option.
22157 To add a custom From header, type the Add command and enter the
22158 full header line, including the leading &quot;From:&nbsp;&quot;.
22159 For example:
22161 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
22163 Now exit the Setup command and try sending mail to yourself to see
22164 what the From line looks like.
22166 When you are in the composer you may edit the custom From line by typing
22167 Ctrl-R while your cursor is in the headers of the message and then moving
22168 to the From line and editing.
22169 If you want to leave the default value the same but add the possibility
22170 of being able to edit the header when you compose, add just the header
22171 name without a value.
22172 For example:
22174 <CENTER><SAMP>From:</SAMP></CENTER>
22176 If you change your From address you may also find it useful to add the
22177 changed From address to the
22178 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
22179 configuration option.
22181 <UL>   
22182 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22183 </UL><P>
22184 &lt;End of help on this topic&gt;
22185 </BODY>
22186 </HTML>
22187 ====== h_config_default_fcc =====
22188 <HTML>
22189 <HEAD>
22190 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
22191 </HEAD>
22192 <BODY>
22193 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
22195 This value specifies where a copy of outgoing mail should be saved.  If
22196 this is not a path name, it will be in the default collection for saves.
22197 Any valid folder specification, local or IMAP, is allowed.  This default
22198 folder carbon copy only applies when the 
22199 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
22200 is set to use the default folder.  
22201 <!--chtml if pinemode="os_windows"-->
22202 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
22203 <!--chtml else-->
22204 Unix Alpine default
22205 is normally &quot;sent-mail&quot; in the default folder collection. 
22206 <!--chtml endif-->
22208 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
22209 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
22210 IMAP server (remember that in order to later access this remote folder through Alpine, it
22211 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
22212 for more information). An example:<p>
22213 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
22215 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
22217 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22218 details on the syntax of folder definitions.
22220 <UL>   
22221 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22222 </UL><P>
22223 &lt;End of help on this topic&gt;
22224 </BODY>
22225 </HTML>
22226 ====== h_config_def_save_folder =====
22227 <HTML>
22228 <HEAD>
22229 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
22230 </HEAD>
22231 <BODY>
22232 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
22234 This option determines the default folder name for save-message operations 
22235 (&quot;saves&quot;).
22237 If this is not a path name, it will be in the default collection for saves.
22238 Any valid folder specification, local or IMAP, is allowed.  This default
22239 folder only applies when the
22240 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
22241 doesn't override it.  
22242 <!--chtml if pinemode="os_windows"-->
22243 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
22244 <!--chtml else-->
22245 Unix Alpine default
22246 is normally &quot;saved-messages&quot; in the default folder collection.
22247 <!--chtml endif-->
22248 If you access your email through an IMAP server, especially if you often switch between Unix
22249 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
22250 IMAP server (remember that in order to later access this remote folder through Alpine, it
22251 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
22252 for more information). An example:<p>
22253 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
22255 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22256 details on the syntax of folder definitions.
22258 <UL>   
22259 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22260 </UL><P>
22261 &lt;End of help on this topic&gt;
22262 </BODY>
22263 </HTML>
22264 ====== h_config_postponed_folder =====
22265 <HTML>
22266 <HEAD>
22267 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
22268 </HEAD>
22269 <BODY>
22270 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
22272 This value overrides the default name for the folder where postponed
22273 messages are saved.  If this is not a path name, it will be in the default
22274 collection for message Saves.  Any valid folder specification, local or
22275 remote, is allowed. 
22276 PC-Alpine default
22277 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
22278 The Unix Alpine default is normally &quot;postponed-msgs&quot;
22279 in the default collection. 
22281 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
22282 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
22283 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
22284 in all Alpine copies you use. 
22285 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
22286 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
22287 for more information). An
22288 example:<p> 
22289 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
22291 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22292 details on the syntax of folder definitions.
22294 <UL>   
22295 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22296 </UL><P>
22297 &lt;End of help on this topic&gt;
22298 </BODY>
22299 </HTML>
22300 ====== h_config_read_message_folder =====
22301 <HTML>
22302 <HEAD>
22303 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
22304 </HEAD>
22305 <BODY>
22306 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
22308 By virtue of specifying a folder name here, Alpine will be configured to
22309 save all messages that you have read during a session into the designated
22310 &quot;read messages&quot; folder.  This allows you to more easily distinguish
22311 between your really new email (in your INBOX) and those that you have
22312 already read.  Depending on how you define the 
22313 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
22314 setting, you may or may not be asked when you quit
22315 Alpine if you want read messages to be moved to this folder.  In either
22316 case, moving the messages means they will be deleted from your INBOX.
22318 If this is not a path name, it will be in the default collection for
22319 saves.  Any valid folder specification, local or remote (via IMAP), is
22320 allowed.  There is no default for the name of the read message folder.
22322 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22323 details on the syntax of folder definitions.
22325 <UL>   
22326 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22327 </UL><P>
22328 &lt;End of help on this topic&gt;
22329 </BODY>
22330 </HTML>
22331 ====== h_config_form_folder =====
22332 <HTML>
22333 <HEAD>
22334 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
22335 </HEAD>
22336 <BODY>
22337 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
22339 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
22340 contain messages that you have composed and that are intended to be
22341 sent in their original form repeatedly.
22344 Setting this variable will alter Alpine's usual behavior when you
22345 execute the Compose command.  Normally, Alpine offers a chance to
22346 continue a postponed or interrupted message should one or the other
22347 exist.  When this variable is set to a folder name that exists, Alpine
22348 will also offer the chance to select a message from the folder to
22349 insert into the composer (much like when continuing a postponed message).
22350 The difference, however, is that Alpine will not automatically delete
22351 the selected message from the Form Letter Folder.
22353 Setting this variable will also affect Alpine's behavior when you
22354 Postpone a message from the composer.  Normally, Alpine simply stashes
22355 the message away in your
22356 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
22357 Regardless of the specified folder's existence, Alpine will ask which
22358 folder you intend the message to be stored in.  Choose the
22359 &quot;F&quot; option to store the message in your Form Letter Folder.
22360 This is the most common way to add a message to the folder.
22363 Another method of adding messages to the folder is via the Alpine
22364 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
22365 you expect to send in the same form again, you can enter the Form
22366 Letter Folder's name in this field.  Alpine, as usual, will copy the
22367 message as it's sent.  Note, when you later select this message from 
22368 your Form Letter Folder, it will have the same recipients as the original
22369 message.
22372 To delete a message from the Form Letter Folder, you can either select
22373 the folder from a suitable FOLDER LIST screen, or use the Delete
22374 command in the MESSAGE INDEX offered when selecting from the folder as
22375 part of the Compose command.  You can delete a Form Letter Folder just
22376 as any other folder from a suitable FOLDER LIST screen.
22379 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
22380 facility can be used
22381 to replace the Form Letter Folder.
22384 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22385 details on the syntax of folder definitions.
22388 <UL>   
22389 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22390 </UL><P>
22391 &lt;End of help on this topic&gt;
22392 </BODY>
22393 </HTML>
22394 ====== h_config_archived_folders =====
22395 <HTML>
22396 <HEAD>
22397 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
22398 </HEAD>
22399 <BODY>
22400 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
22402 This is like
22403 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
22404 only more general.  You may archive
22405 any of the folders in your incoming collection.  This is a list of folder
22406 pairs, with the first separated from the second in the pair by a space.
22407 The first folder in a pair is the folder you want to archive, and the
22408 second folder is the folder that read messages from the first should be
22409 moved to.  Depending on how you define the
22410 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
22411 setting, you may or may not be asked when you
22412 leave the first folder if you want read messages to be moved to the
22413 second folder.  In either case, moving the messages means they will be
22414 deleted from the first folder.
22416 The name of the first folder in each pair can be either the technical
22417 specification of the folder (like what appears in your configuration file)
22418 or (much easier) the nickname that you gave the folder when you made it
22419 an incoming folder.
22421 For example:<p>
22422 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
22423 <p>or, using nicknames:<p>
22424 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
22426 If these are not path names, they will be in the default collection for
22427 saves. Any valid folder specification, local or remote (via IMAP), is
22428 allowed. There is no default.
22430 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22431 details on the syntax of folder definitions.
22433 <UL>   
22434 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22435 </UL><P>
22436 &lt;End of help on this topic&gt;
22437 </BODY>
22438 </HTML>
22439 ====== h_config_newsrc_path ======
22440 <HTML>
22441 <HEAD>
22442 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
22443 </HEAD>
22444 <BODY>
22445 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
22447 This option overrides the default name Alpine uses for your "newsrc" news
22448 status and subscription file.  If set, Alpine will take this value as the
22449 full pathname for the desired newsrc file.<P>
22451 If this option is <B>not</B> set, 
22452 <!--chtml if pinemode="os_windows"-->
22453 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
22454 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
22455 directory as your pinerc file for NEWSRC.
22456 <!--chtml else-->
22457 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
22458 your account's home directory).
22459 <!--chtml endif-->
22460 <P><UL>
22461 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22462 </UL>
22464 &lt;End of help on this topic&gt;
22465 </BODY>
22466 </HTML>
22467 ====== h_config_literal_sig =====
22468 <HTML>
22469 <HEAD>
22470 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
22471 </HEAD>
22472 <BODY>
22473 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
22475 With this option your actual signature, as opposed to
22476 the name of a file containing your signature,
22477 is stored in the Alpine configuration file.
22478 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
22481 This is simply a different way to store the signature.
22482 The signature is stored inside your Alpine configuration file instead of in
22483 a separate file.
22484 Tokens work the same way they do with the
22485 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
22486 help.
22489 The Setup/Signature command on Alpine's MAIN MENU will edit
22490 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
22491 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
22492 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
22493 instead.
22496 The two character sequence &#92;n (backslash followed by
22497 the character n) will be used to signify a line-break in your signature.
22498 You don't have to enter the &#92;n, but it will be visible in the
22499 SETUP CONFIGURATION window after you are done editing the signature.
22502 <UL>   
22503 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22504 </UL><P>
22505 &lt;End of help on this topic&gt;
22506 </BODY>
22507 </HTML>
22508 ====== h_config_signature_file =====
22509 <HTML>
22510 <HEAD>
22511 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
22512 </HEAD>
22513 <BODY>
22514 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
22516 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
22517 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
22518 You can tell that that is the case because the value of the
22519 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
22521 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
22523 You may either use all Literal Signatures (signatures stored in your
22524 configuration file) throughout Alpine, or all signature files.
22525 You can't mix the two.
22527 This is the name of a file that will be automatically inserted into
22528 outgoing messages.
22529 It typically contains information such as your
22530 name, email address and organizational affiliation.
22531 Alpine adds the
22532 signature into the message as soon as you enter the composer so you
22533 can choose to remove it or edit it on a message by message basis.
22534 Signature file placement in message replies is controlled by the
22535 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
22536 setting in the feature list.
22539 The default file name is
22540 <!--chtml if pinemode="os_windows"-->
22541 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
22542 PINERC file is a local file.
22543 If your PINERC file is remote, then it will be in the directory specified
22544 by the &quot;-aux local_directory&quot; command line option.
22545 <!--chtml else-->
22546 &quot;.signature&quot;.
22547 <!--chtml endif-->
22550 To create or edit your signature file choose Setup from the MAIN MENU
22551 and then select S for Signature (Main/Setup/Signature).  This puts you
22552 into the Signature Editor where you can enter a <EM>few</EM> lines of
22553 text containing your identity and affiliation.
22556 If the filename is followed by a vertical bar (|) then instead
22557 of reading the contents of the file the file is assumed to be a
22558 program that will produce the text to be used on its standard output.
22559 The program can't have any arguments and doesn't receive any input from Alpine,
22560 but the rest of the processing works as if the contents came from a file.
22563 Instead of storing the data in a local file, the
22564 signature data may be stored remotely in an IMAP folder.
22565 In order to do this, 
22566 you must use a remote name for the file.
22567 A remote <!--#echo var="VAR_signature-file"--> name might look like:
22569 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
22572 The syntax used here is the same as the syntax used for remote configuration
22573 files from the command line.
22574 Note that you may not access an existing signature file remotely,
22575 you have to create a new <EM>folder</EM> that contains the signature data.
22576 If the name you use here for the signature file is a remote name, then when
22577 you edit the file from the Setup/Signature command the data will be stored
22578 remotely in the folder.
22579 You aren't required to do anything special to create the folder, it
22580 gets created automatically if you use a remote name.
22583 Besides regular text, the signature file may also contain
22584 (or a signature program may produce) tokens that
22585 are replaced with text that usually depends on the message you are replying
22586 to or forwarding.
22587 For example, if the signature file contains the token
22589 <CENTER><SAMP>_DATE_</SAMP></CENTER>
22591 anywhere in the text, then that token is replaced by the date
22592 the message you are replying to or forwarding was sent.
22593 If it contains
22595 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
22597 that is replaced with the current date.
22598 The first is an example of a token that depends on the message you
22599 are replying to (or forwarding) and the second is an example which
22600 doesn't depend on anything other than the current date.
22601 You have to be a little careful with this facility since tokens that
22602 depend on the message you are replying to or forwarding will be replaced
22603 by nothing in the case where you are composing a new message from scratch.
22604 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
22605 in this respect.
22606 It allows you to use different signature files in different cases.
22609 The list of tokens available for use in the signature file is
22610 <A HREF="h_index_tokens">here</A>.
22613 Instead of, or along with the use of &quot;roles&quot; to give you
22614 different signature files in different situations, there is also
22615 a way to conditionally include text based
22616 on whether or not a token would result in specific replacement text.
22617 For example, you could include some text based on whether or not
22618 the _NEWS_ token would result in any newsgroups if it was used.
22619 This is explained in detail
22620 <A HREF="h_reply_token_conditionals">here</A>.
22621 This isn't for the faint of heart.
22623 In the very unlikely event that you want to include a literal token
22624 in the signature you must precede it with a backslash character.
22625 For example,
22627 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
22629 would produce something like
22631 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
22633 It is not possible to have a literal backslash followed by an expanded token.
22635 An alternate method for storing the signature data is available by using the
22636 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
22637 This variable will be used by default.
22639 <UL>   
22640 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22641 </UL><P>
22642 &lt;End of help on this topic&gt;
22643 </BODY>
22644 </HTML>
22645 ====== h_config_init_cmd_list =====
22646 <HTML>
22647 <HEAD>
22648 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
22649 </HEAD>
22650 <BODY>
22651 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
22653 The initial keystroke--or command--list option lets you start Alpine at
22654 any place you like.
22655 Whatever keystrokes you specify here will be executed
22656 by Alpine upon startup as a macro.
22657 The words SPACE, TAB, DOWN, UP, LEFT, and
22658 RIGHT indicate the pressing of those keys.
22659 CR indicates the pressing of the RETURN key.
22660 F1 through F12 represent the function keys, and ^ followed
22661 by a character indicates that key pressed along with the control key (in
22662 other words, ^P means Ctrl-P).
22663 As a shortcut notation, an element of the list may be several characters
22664 surrounded by double-quotes (").
22665 That will be expanded into the individual keystrokes
22666 (excluding the double-quote characters).
22667 For example, the quoted-string
22669 <P><CENTER>"ABC"</CENTER>
22672 is interpreted the same as the three separate list members
22674 <P><CENTER>A and B and C</CENTER>
22677 which is also the same as
22679 <P><CENTER>A,B,C</CENTER>
22682 An example: To view message 1 on startup,
22683 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
22685 <P><CENTER>I,J,1,CR,V</CENTER>
22688 An equivalent version of this is
22690 <P><CENTER>"IJ1",CR,V</CENTER>
22693 Restrictions: You cannot pre-type into the composer with the initial
22694 keystroke list, and you cannot mix function key commands with letter
22695 commands.
22697 <P><UL>   
22698 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22699 </UL>
22701 &lt;End of help on this topic&gt;
22702 </BODY>
22703 </HTML>
22704 ====== h_config_comp_hdrs =====
22705 <html>
22706 <header>
22707 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
22708 </header>
22709 <body>
22710 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
22712 You can control which headers you want visible when composing outgoing
22713 email using this option.
22714 You can specify any of the regular set, any
22715 <A HREF="h_compose_richhdr">Rich Header</A>,
22716 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22717 that you have already defined.
22718 If you use this setting at all, you must specify all the
22719 headers you want to see, you can't just add to the regular header set.
22720 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
22722 Note that the "Newsgroups:" header will be abbreviated in the Composer
22723 display, but should be spelled out in full here.<p>
22724 <UL>   
22725 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22726 </UL><P>
22727 &lt;End of help on this topic&gt;
22728 </body>
22729 </html>
22730 ====== h_config_custom_hdrs =====
22731 <HTML>
22732 <HEAD>
22733 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
22734 </HEAD>
22735 <BODY>
22736 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
22738 You may add your own custom headers to outgoing messages.
22739 Each header you specify here must include the header tag 
22740 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
22741 and may optionally include a value for that header.
22742 If you want to see these custom headers each time you compose a message,
22743 you must add them to your
22744 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
22745 otherwise they become part
22746 of the rich header set that you only see when you press the
22747 <A HREF="h_compose_richhdr">Rich Header</A>
22748 <!--chtml if pinemode="function_key"-->(F5)
22749 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
22750 (If you are looking for a way to change which headers are <EM>displayed</EM>
22751 when you view a message, take a look at the
22752 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
22753 option instead.)
22754 Here's an example that shows how you might set your From address
22756 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
22758 and another showing how you might set a Reply-To address
22760 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
22762 You may also set non-standard header values here.
22763 For example, you could add
22765 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
22767 or even
22769 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
22771 If you include a value after the colon then that header will be included
22772 in your outgoing messages unless you delete it before sending.
22773 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
22774 it will not be included in outgoing messages unless you edit a value
22775 in manually.
22776 For example, if
22778 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
22780 is in the list, then the Reply-To header will be available for editing
22781 but won't be included unless a value is added while in the composer.
22783 It's actually a little more complicated than that.
22784 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
22785 defaults.
22786 If the message you are about to compose already has a value for a header,
22787 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
22788 For example, if you are Replying to a message the Subject field
22789 will already be filled in.
22790 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
22791 custom subject will <EM>NOT</EM> be used.
22792 The subject derived from the subject of the message you are Replying
22793 to will be used instead.
22795 It is also possible to make header setting even more complicated and more
22796 automatic by using
22797 <A HREF="h_rules_roles">Roles</A>,
22798 but if all you want to do is set a default value for a header, you don't
22799 need to think about Roles.
22801 If you change your From address you may also find it useful to add the
22802 changed From address to the
22803 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
22804 configuration option.
22806 Limitation: Because commas are used to separate the list of
22807 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
22808 header contain a comma.
22809 Nor is there currently an &quot;escape&quot; mechanism provided
22810 to make this work.
22811 <P><UL>
22812 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22813 </UL>
22815 &lt;End of help on this topic&gt;
22816 </BODY>
22817 </HTML>
22818 ====== h_config_viewer_headers =====
22819 <HTML>
22820 <HEAD>
22821 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
22822 </HEAD>
22823 <BODY>
22824 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
22826 You may change the default list of headers that are viewed by listing
22827 the headers you want to view here.  If the headers in your
22828 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
22829 will be shown.  The order of the headers you list will be honored.  If
22830 the special value &quot;all-except&quot; is included as the first
22831 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
22832 message except those in the list will be shown.  The values are all
22833 case insensitive.
22836 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
22837 then the original default headers are ignored.  So, if you just wanted
22838 to add the header Organization to the list, you would have to list
22839 Organization plus all of the other headers originally in the default
22840 list.  If you just included Organization and nothing else, then you
22841 would see only the Organization header, nothing else.
22844 The default list of headers includes:
22845 <UL>
22846   <LI>From
22847   <LI>Resent-From
22848   <LI>To
22849   <LI>Resent-To
22850   <LI>Cc
22851   <LI>Resent-cc
22852   <LI>Bcc
22853   <LI>Newsgroups
22854   <LI>Followup-To
22855   <LI>Date
22856   <LI>Resent-Date
22857   <LI>Subject
22858   <LI>Resent-Subject
22859   <LI>Reply-To
22860 </UL>
22863 If you are looking for a way to control which headers are included in
22864 outgoing mail and are visible or not in the composer, take a look at the
22865 options
22866 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22867 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
22868 this option.
22870 <UL>   
22871 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22872 </UL><P>
22873 &lt;End of help on this topic&gt;
22874 </BODY>
22875 </HTML>
22876 ====== h_config_viewer_margin_left =====
22877 <HTML>
22878 <HEAD>
22879 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
22880 </HEAD>
22881 <BODY>
22882 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
22884 This variable controls the left-hand vertical margin's width in
22885 Alpine's Message Viewing screen.
22886 Its value is the number of space characters preceding each displayed line.
22887 For consistency with
22888 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
22889 you may specify the column number to start in
22890 (column numbering begins with number 1)
22891 instead of the width of the margin by appending a lower case letter
22892 &quot;c&quot; to the number.
22893 For example, a value of &quot;2c&quot; means to start the text in column two,
22894 which is entirely equivalent to a value of &quot;1&quot;, which means to
22895 leave a margin of 1 space.
22897 The default is a left margin of 0 (zero).
22898 Misconfigurations (for example, negative values or values with starting
22899 left columns greater than the ending right column)
22900 are silently ignored.
22901 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
22902 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22903 instead.
22906 &lt;End of help on this topic&gt;
22907 </BODY>
22908 </HTML>
22909 ====== h_config_viewer_margin_right =====
22910 <HTML>
22911 <HEAD>
22912 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
22913 </HEAD>
22914 <BODY>
22915 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
22917 This variable controls the right-hand vertical margin's width in
22918 Alpine's Message Viewing screen.
22919 Its value is the number of space characters following each displayed line.
22920 You may specify the column number to end the text in
22921 (column numbering begins with number 1)
22922 instead of the width of the margin by appending a lower case letter
22923 &quot;c&quot; to the number.
22924 For example, a value of &quot;76c&quot; means to end the text in column 76.
22925 If the screen is 80 characters wide, this is equivalent to a value
22926 of &quot;4&quot;, which means to leave a margin of 4 spaces.
22927 However, if you use different size screens at different times, then these
22928 two values are not equivalent.
22930 The default right margin is 4.
22931 Misconfigurations (for example, negative values or values with starting
22932 left columns greater than the ending right column)
22933 are silently ignored.
22934 If the number of columns for text between the
22935 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
22936 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22937 instead.
22940 &lt;End of help on this topic&gt;
22941 </BODY>
22942 </HTML>
22943 ====== h_config_quote_suppression =====
22944 <HTML>
22945 <HEAD>
22946 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
22947 </HEAD>
22948 <BODY>
22949 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
22951 This option should be used with care.
22952 It will cause some of the quoted text to be eliminated from the
22953 display when viewing a message in the MESSAGE TEXT screen.
22954 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
22955 value &quot;5&quot;,
22956 this will cause quoted text that is longer than five lines to be truncated.
22957 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
22958 Quoted text of more than six lines will have the first five lines displayed
22959 followed by a line that looks something like
22961 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
22963 As a special case, if exactly one line of quoted text would be hidden, the
22964 entire quote will be shown instead.
22965 So for the above example, quoted text that is exactly six lines long will
22966 will be shown in its entirety.
22967 (In other words, instead of hiding a single line and adding a line
22968 that announces that one line was hidden, the line is just shown.)
22970 If the sender of a message has carefully chosen the quotes that he or she
22971 includes, hiding those quotes may change the meaning of the message.
22972 For that reason, Alpine requires that when you want to set the value of this
22973 variable to something less than four lines, you actually have to set it
22974 to the negative of that number.
22975 So if you want to set this option to &quot;3&quot;, you actually have to
22976 set it to &quot;-3&quot;.
22977 The only purpose of this is to get you to think about whether or not you
22978 really want to do this!
22979 If you want to delete all quoted text you set the value of this option
22980 to the special value &quot;-10&quot;.
22982 The legal values for this option are
22984 <TABLE>   
22985 <TR>
22986   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22987   <TD> Default, don't hide anything </TD>
22988 </TR>
22989 <TR>
22990   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
22991   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
22992 </TR>
22993 <TR>
22994   <TD> &nbsp;4,5,6,...&nbsp; </TD>
22995   <TD> Suppress if more than that many lines </TD>
22996 </TR>
22997 <TR>
22998   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22999   <TD> Suppress all quoted lines </TD>
23000 </TR>
23001 </TABLE>
23003 If you set this option to a non-default value you may sometimes wish to
23004 view the quoted text that is not shown.
23005 When this is the case, the
23006 <A HREF="h_common_hdrmode">HdrMode Command</A>
23007 may be used to show the hidden text.
23008 Typing the &quot;H&quot; command once will show the hidden text.
23009 Typing a second &quot;H&quot; will also turn on Full Header mode.
23010 The presence or absence of the HdrMode command is determined by the
23011 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
23012 Feature-List option in your Alpine configuration, so you will want to
23013 be sure that is turned on if you use quote suppression.
23015 For the purposes of this option, a quote is a line that begins with the
23016 character &quot;&gt;&quot;.
23018 Quotes are only suppressed when displaying a message on the screen.
23019 The entire quote will be left intact when printing or forwarding or something
23020 similar.
23022 &lt;End of help on this topic&gt;
23023 </BODY>
23024 </HTML>
23025 ====== h_config_saved_msg_name_rule =====
23026 <HTML>
23027 <HEAD>
23028 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
23029 </HEAD>
23030 <BODY>
23031 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
23033 This option determines the default folder name when saving
23034 a message.
23037 The default option is &quot;default-folder&quot;, which is the folder
23038 called &quot;saved-messages&quot; in Unix Alpine and
23039 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
23040 the Alpine option called
23041 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
23044 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
23045 get the chosen option's value for the message being saved (or for the
23046 first message being saved if using an aggregrate save).
23047 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
23048 value of who the message came from (i.e. the from address).
23049 Alpine then attempts to save the message to a folder matching that value.
23050 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
23051 &quot;by-sender&quot;.
23052 The opposite is also true.
23053 If &quot;by-recipient&quot; is chosen and the message was posted to a
23054 newsgroup, Alpine will use the newsgroup name.
23055 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
23056 &quot;by-from&quot;.
23059 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
23060 to use the personal name part of the address instead of the mailbox part.
23061 If any of the &quot;by-nick&quot; options are chosen, the
23062 address is looked up in your address book and if found, the
23063 nickname for that entry is used.
23064 Only simple address book entries are checked, not distribution lists.
23065 Similarly, if any of the
23066 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
23067 address book entry is used.
23068 If by-realname, or the by-nick or by-fcc lookups result in no value,
23069 then if the chosen option ends with the &quot;then-from&quot;,
23070 &quot;then-sender&quot;, &quot;then-replyto&quot;,
23071 or &quot;then-recip&quot; suffix, Alpine
23072 reverts to the same behavior as &quot;by-from&quot;,
23073 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
23074 depending on which option was specified.
23075 If the chosen option doesn't end with one of
23076 the &quot;then-&quot; suffixes, then Alpine reverts to the default
23077 folder when no match is found in the address book.
23080 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
23081 to save to the folder that you saved to the last time you saved a
23082 message.  The first time you save a message in an Alpine session, Alpine
23083 attempts to save the message to the default folder.
23086 Here is an example to make some of the options clearer.
23087 If the message is From
23089 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
23091 and this rule is set to &quot;by-from&quot;, then the default folder offered
23092 in the save dialog would be &quot;flint&quot;.
23094 If this rule is set to &quot;by-realname-of-from&quot; then the default would
23095 be &quot;Fred Flintstone&quot;.
23097 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
23098 for the address &quot;flint@bedrock.org&quot; in your address book.
23099 If an entry is found and it has a nickname associated with it, that nickname
23100 will be offered as the default folder.
23101 If not, the default saved message folder will be offered as the default.
23103 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
23104 for the address &quot;flint@bedrock.org&quot; in your address book.
23105 If an entry is found and it has an Fcc associated with it, that Fcc
23106 will be offered as the default folder.
23107 If not, the default saved message folder will be offered as the default.
23109 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
23110 for the address &quot;flint@bedrock.org&quot; in your address book.
23111 If an entry is found and it has a nickname associated with it, that nickname
23112 will be offered as the default folder.
23113 If it is not found (or has no nickname) then the default offered will be
23114 the same as it would be for the &quot;by-from&quot; rule.
23115 That is, it would be &quot;flint&quot;
23117 <UL>   
23118 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23119 </UL><P>
23120 &lt;End of help on this topic&gt;
23121 </BODY>
23122 </HTML>
23123 ====== h_config_fcc_rule =====
23124 <HTML>
23125 <HEAD>
23126 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
23127 </HEAD>
23128 <BODY>
23129 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
23131 This option determines the default name for folder carbon copy. Choose
23132 one:
23134 <DL>
23135 <DT>default-fcc</DT>
23136 <DD>This is the normal default, the value of which is set in the
23137 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
23138 configuration.
23139 </DD>
23141 <DT>last-fcc-used</DT>
23142 <DD> Causes Alpine to use the folder that was last
23143 used in the fcc field
23144 </DD>
23146 <DT>by-nickname</DT>
23147 <DD>Means that Alpine will use the nickname
23148 from your address book that matches the first address in the To line.
23149 If there is no match, it will use the value of the
23150 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
23151 </DD>
23153 <DT>by-recipient</DT>
23154 <DD>Means Alpine will form a folder name
23155 based on the left hand side of the first address in the To line.
23156 </DD>
23158 <DT>by-nick-then-recip</DT>
23159 <DD>Means that it will use the
23160 matching nickname from your address book if there is one, otherwise it
23161 will extract the recipient name from the address and use that (like
23162 by-recipient).
23163 </DD>
23165 <DT>current-folder</DT>
23166 <DD>Causes a copy to be written to
23167 the currently open folder, unless that is the INBOX.  In the case
23168 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
23169 used instead.
23170 </DD>
23171 </DL>
23174 Note: Whatever the fcc specified by the rule here, it will be
23175 over-ridden by any fcc entries you have in your address book.
23178 <UL>   
23179 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23180 </UL><P>
23181 &lt;End of help on this topic&gt;
23182 </BODY>
23183 </HTML>
23184 ====== h_config_sort_key =====
23185 <HTML>
23186 <HEAD>
23187 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
23188 </HEAD>
23189 <BODY>
23190 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
23192 This option determines the order in which messages will be displayed in
23193 the MESSAGE INDEX screen.  Choose from:
23195 <UL>
23196  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
23197  <LI> <A HREF="h_index_sort_date">Date</A>
23198  <LI> <A HREF="h_index_sort_subj">Subject</A>
23199  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
23200  <LI> <A HREF="h_index_sort_thread">Thread</A>
23201  <LI> <A HREF="h_index_sort_from">From</A>
23202  <LI> <A HREF="h_index_sort_size">Size</A>
23203  <LI> <A HREF="h_index_sort_score">Score</A>
23204  <LI> <A HREF="h_index_sort_to">To</A>
23205  <LI> <A HREF="h_index_sort_cc">Cc</A>
23206 </UL>
23209 Each type of sort may also be reversed.
23210 Normal default is by &quot;Arrival&quot;.
23213 A possible point of confusion arises when you change the configuration
23214 of the <!--#echo var="VAR_sort-key"-->.
23215 The folder will normally be re-sorted when you go back to viewing the
23216 index.
23217 However, if you have manually sorted the folder with the
23218 Sort
23219 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
23220 command, then it will not be re-sorted until the next time it is opened.
23223 <UL>   
23224 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23225 </UL><P>
23226 &lt;End of help on this topic&gt;
23227 </BODY>
23228 </HTML>
23229 ====== h_config_other_startup =====
23230 <HTML>
23231 <HEAD>
23232 <TITLE>OPTION: Set Startup Rule</TITLE>
23233 </HEAD>
23234 <BODY>
23235 <H1>OPTION: Set Startup Rule</H1>
23237 This option determines which message will be the <EM>current message</EM> when
23238 the folder is first opened.
23239 It works the same way that the option
23240 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
23241 works, so look there for help.
23242 It may be used for any folder, not just incoming folders.
23245 <UL>   
23246 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23247 </UL><P>
23248 &lt;End of help on this topic&gt;
23249 </BODY>
23250 </HTML>
23251 ====== h_config_perfolder_sort =====
23252 <HTML>
23253 <HEAD>
23254 <TITLE>Set Sort Order</TITLE>
23255 </HEAD>
23256 <BODY>
23257 <H1>Set Sort Order</H1>
23259 This option determines the order in which messages will be displayed in
23260 the MESSAGE INDEX screen when the Current Folder Type set in the
23261 Pattern is a match. Choose from:
23263 <UL>
23264  <LI> <A HREF="h_index_sort_default">Default</A>
23265  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
23266  <LI> <A HREF="h_index_sort_date">Date</A>
23267  <LI> <A HREF="h_index_sort_subj">Subject</A>
23268  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
23269  <LI> <A HREF="h_index_sort_thread">Thread</A>
23270  <LI> <A HREF="h_index_sort_from">From</A>
23271  <LI> <A HREF="h_index_sort_size">Size</A>
23272  <LI> <A HREF="h_index_sort_score">Score</A>
23273  <LI> <A HREF="h_index_sort_to">To</A>
23274  <LI> <A HREF="h_index_sort_cc">Cc</A>
23275 </UL>
23278 Each type of sort may also be reversed.
23279 Normal default is by &quot;Arrival&quot;.
23282 A possible point of confusion arises when you change the configuration
23283 of the Sort Order for the currently open folder.
23284 The folder will normally be re-sorted when you go back to viewing the
23285 index.
23286 However, if you have manually sorted the folder with the
23287 Sort
23288 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
23289 command, then it will not be re-sorted until the next time it is opened.
23292 <UL>   
23293 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23294 </UL><P>
23295 &lt;End of help on this topic&gt;
23296 </BODY>
23297 </HTML>
23298 ====== h_config_fld_sort_rule =====
23299 <HTML>
23300 <HEAD>
23301 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
23302 </HEAD>
23303 <BODY>
23304 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
23306 This option controls the order in which folder list entries will be
23307 presented in the FOLDER LIST screen.  Choose one of the following:
23309 <DL>
23310 <DT>Alphabetical</DT>
23311 <DD>sort by alphabetical name independent of type
23312 </DD>
23314 <DT>Alpha-with-dirs-last</DT>
23315 <DD>sort by alphabetical name grouping directory entries
23316 to the end of the list
23317 </DD>
23319 <DT>Alpha-with-dirs-first</DT>
23320 <DD>sort by alphabetical name grouping directory entries
23321 to the start of the list
23322 </DD>
23323 </DL>
23325 The normal default is &quot;Alphabetical&quot;.
23328 <UL>   
23329 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23330 </UL><P>
23331 &lt;End of help on this topic&gt;
23332 </BODY>
23333 </HTML>
23334 ====== h_config_ab_sort_rule =====
23335 <HTML>
23336 <HEAD>
23337 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
23338 </HEAD>
23339 <BODY>
23340 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
23342 This option controls the order in which address book entries will be
23343 presented.  Choose one of the following:
23345 <DL>
23346 <DT>fullname</DT>
23347 <DD>use fullname field, lists mixed in
23348 </DD>
23350 <DT>fullname-with-lists-last</DT>
23351 <DD>use fullname field, but put lists at end
23352 </DD>
23354 <DT>nickname</DT>
23355 <DD>use nickname field, lists mixed in
23356 </DD>
23358 <DT>nickname-with-lists-last</DT>
23359 <DD>use nickname field, but put lists at end
23360 </DD>
23362 <DT>dont-sort</DT>
23363 <DD>don't change order of file
23364 </DD>
23365 </DL>
23368 The normal default is &quot;fullname-with-lists-last&quot;.
23369 If you use an address book from more than one computer and those
23370 computers sort the address book differently then the sort order
23371 will be the order where the last change to the address book was
23372 made.
23373 There are two reasons the sorting might be different on different
23374 systems.
23375 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
23376 places.
23377 Second, the collation rules on the two computers may be different.
23378 For example, one system might ignore special characters while the other
23379 doesn't or one may sort upper and lower case letters together while
23380 the other doesn't.
23381 In any case, the order you see is the order on the system where the
23382 last change was made, for example by an address book edit or a
23383 Take Address command.
23386 <UL>   
23387 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23388 </UL><P>
23389 &lt;End of help on this topic&gt;
23390 </BODY>
23391 </HTML>
23392 ====== h_config_post_char_set =====
23393 <HTML>
23394 <HEAD>
23395 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
23396 </HEAD>
23397 <BODY>
23398 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
23400 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
23401 when sending messages.
23405 When sending a message the text typed in the composer is
23406 labeled with the character set specified by this option.
23407 If the composed text is not fully representable in the 
23408 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
23409 instead;
23412 Attachments are labeled with your
23413 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
23416 Generally, there should be little need to set this option.
23417 If left unset, the
23418 default behavior is to label composed text as specifically as
23419 possible.  That is, if the composed text has no non-ASCII characters,
23420 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
23421 only ISO-8859-15 characters, it is labeled as such.  Alpine will
23422 attempt to automatically detect a number of character sets including ISO-8859-15,
23423 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
23424 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
23425 If the message contains a mix of character sets,
23426 it is labeled as &quot;UTF-8.&quot;
23430 This setting is provided to allow you to force a particular character set that
23431 Alpine does not automatically detect. For example, if a message is representable
23432 in more than one character set then Alpine may choose a different default
23433 than you want.
23434 Lastly, by setting this option explicitly to
23435 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
23436 &quot;UTF-8&quot; instead of something more specific.
23439 In the Setup/Config screen you may choose from a list of all the
23440 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23443 The options
23444 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23445 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23446 are closely related.
23447 Setting the feature
23448 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23449 should cause this option to be ignored.
23452 <UL>   
23453 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23454 </UL><P>
23455 &lt;End of help on this topic&gt;
23456 </BODY>
23457 </HTML>
23458 ====== h_config_unk_char_set =====
23459 <HTML>
23460 <HEAD>
23461 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
23462 </HEAD>
23463 <BODY>
23464 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
23466 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
23467 when reading or replying to messages.
23471 A text message should either be made up of all US-ASCII characters
23472 or it should contain a charset label which tells the software which
23473 character set encoding to use to interpret the message.
23474 Sometimes a malformed message may be unlabeled but contain non-ascii text.
23475 This message is outside of the standards so any attempt to read it could fail.
23476 When Alpine attempts to read such a message it will try to interpret the
23477 text in the character set you specify here.
23478 For example, if you have correspondents who send you unlabeled messages that
23479 are usually made up of characters from the WINDOWS-1251 character set, setting
23480 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
23481 allow you to read those messages.
23482 Of course, if the unlabeled message is actually in some other character set,
23483 then you may see garbage on your screen.
23485 Instead of just unlabeled text, this option also affects text which is labeled
23486 with the charsets &quot;X-Unknown&quot;, &quot;MISSING_PARAMETER_VALUE&quot;
23487 or &quot;US-ASCII&quot;.
23490 In the Setup/Config screen you may choose from a list of all the
23491 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23494 <UL>   
23495 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23496 </UL><P>
23497 &lt;End of help on this topic&gt;
23498 </BODY>
23499 </HTML>
23500 ====== h_config_char_set =====
23501 <HTML>
23502 <HEAD>
23503 <TITLE>OPTION: Display Character Set</TITLE>
23504 </HEAD>
23505 <BODY>
23506 <H1>OPTION: Display Character Set</H1>
23508 The Display Character Set configuration option is used when viewing messages.
23510 Alpine uses Unicode characters internally and 
23511 it is a goal for Alpine to handle email in many different languages.
23512 Alpine will properly display only left-to-right character sets
23513 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
23514 font is in use, in the sense that
23515 characters are assumed to take up zero, one, or two character cell
23516 widths from left to right on the screen. This is true even in PC-Alpine.
23519 Alpine recognizes some local character sets that are right-to-left
23520 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
23521 (Arabic) and properly converts texts in these character sets to/from
23522 Unicode; however, there are known display bugs with these character
23523 sets.
23526 There are three possible configuration character settings and some
23527 environment variable settings that can affect how Alpine
23528 handles international characters.
23529 The first two of these are only available in UNIX Alpine.
23530 The three configuration options are
23531 Display Character Set,
23532 Keyboard Character Set, and
23533 <!--#echo var="VAR_posting-character-set"-->.
23534 The Keyboard Character Set defaults to being the same value
23535 as the Display Character Set, and that is usually correct, because
23536 the keyboard almost always produces characters in the same character set
23537 as the display displays.
23538 The Display Character Set is the character set that Alpine
23539 will attempt to use when sending characters to the display.
23542 By default, the Display Character Set variable is not set and UNIX Alpine
23543 will attempt to get this information from the environment.
23544 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
23545 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
23546 An explicit configuration setting for Display Character Set will,
23547 of course, override any default setting.
23549 For PC-Alpine the Display Character Set
23550 and the Keyboard Character Set
23551 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
23554 It is probably best to use UNIX Alpine in a terminal emulator
23555 capable of displaying UTF-8 characters, since that will allow you to
23556 view just about any received text that is correctly formatted (note,
23557 however, the above comments about known index display bugs with certain
23558 character sets). You'll need to have an emulator that uses a UTF-8 font
23559 and you'll need to set up your environment to use a UTF-8 charmap. For
23560 example, on a Linux system you might include
23562 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
23565 or something similar in your UNIX startup files.
23566 You'd also have to select a UTF-8 font in your terminal emulator.
23569 The types of values that the character set variables may be set to are
23570 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
23571 The <CODE>ISO-2022</CODE> character sets are not supported for input or
23572 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
23573 for use only as a <!--#echo var="VAR_posting-character-set"-->.
23574 In the Setup/Config screen you may choose from a list of all the
23575 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23576 Here is a list of many of the possible character sets:
23579 <TABLE>
23580 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
23581 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
23582 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
23583 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
23584 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
23585 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
23586 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
23587 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
23588 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
23589 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
23590 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
23591 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
23592 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
23593 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
23594 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
23595 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
23596 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
23597 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
23598 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
23599 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukranian</TD> </TR>
23600 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
23601 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
23602 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
23603 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23604 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23605 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23606 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23607 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23608 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
23609 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
23610 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
23611 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
23612 </TABLE>
23615 When reading incoming email, Alpine understands many different
23616 character sets and is able to convert the incoming mail into Unicode.
23617 The Unicode will be converted to the Display Character Set
23618 for display on your terminal.
23619 Characters typed at the keyboard will be converted from the
23620 Keyboard Character Set to Unicode for Alpine's internal
23621 use.
23622 You may find that you can read some malformed messages that do not
23623 contain a character set label by setting the option
23624 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
23627 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
23628 The default behavior obtained by leaving this variable unset is usually
23629 what is wanted. In that default case, Alpine will attempt
23630 to label the message with the most specific character set from the
23631 rather arbitrary set
23633 US-ASCII, ISO-8859-15,
23634 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
23635 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
23638 For example, if the message is made up of only US-ASCII characters, it
23639 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
23640 that will be the label. If that doesn't work the same is tried for the
23641 remaining members of the list.
23644 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
23645 explicit value instead.
23646 For example, if you usually send messages in Greek, setting this
23647 option to ISO-8859-7 will result in messages being labeled as
23648 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
23649 are only Greek characters, or UTF-8 if there are some characters
23650 that aren't representable in ISO-8859-7.
23651 Another possibility is to set this option explicitly to UTF-8.
23652 In that case
23653 Alpine labels only ascii messages as US-ASCII and all other
23654 messages as UTF-8.
23657 The options
23658 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23659 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23660 are closely related to this option.
23661 Setting the feature
23662 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23663 should cause this option to be ignored.
23666 When displaying a message, Alpine compares this setting to the character
23667 set specified in the message.  If not all of the
23668 characters in the message can be displayed using the Display Character Set
23669 then Alpine places an editorial
23670 comment in the displayed text (enclosed in square-brackets) indicating
23671 that some characters may not be displayed correctly.
23672 This comment may be eliminated by turning on the option
23673 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
23676 <UL>   
23677 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23678 </UL><P>
23679 &lt;End of help on this topic&gt;
23680 </BODY>
23681 </HTML>
23682 ====== h_config_key_char_set =====
23683 <HTML>
23684 <HEAD>
23685 <TITLE>OPTION: Keyboard Character Set</TITLE>
23686 </HEAD>
23687 <BODY>
23688 <H1>OPTION: Keyboard Character Set</H1>
23690 UNIX Alpine only.
23692 The Keyboard Character Set identifies the character set of the characters
23693 coming from your keyboard.
23694 It defaults to having the same value as your
23695 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
23696 which in turn defaults to a value obtained from your environment.
23697 It is unlikely that you will need to use this option, because the keyboard
23698 almost always produces the same kind of characters as the display displays.
23701 This character set is also used when accessing files in your local
23702 file system.
23703 The names of the files are assumed to be in the same character set as
23704 what the keyboard produces, as well as the contents of the files.
23707 In the Setup/Config screen you may choose from a list of all the
23708 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23711 The options
23712 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23713 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23714 are closely related.
23715 Setting the feature
23716 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23717 should cause this option to be ignored.
23720 <UL>   
23721 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23722 </UL><P>
23723 &lt;End of help on this topic&gt;
23724 </BODY>
23725 </HTML>
23726 ====== h_config_editor =====
23727 <HTML>
23728 <HEAD>
23729 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
23730 </HEAD>
23731 <BODY>
23732 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
23734 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
23735 normally an alternative to Alpine's internal composer (Pico).  You could use
23736 this setting to specify an alternate editor to use occasionally or if you
23737 have a favorite editor and want to use it all the time (see the 
23738 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
23739 If you specify multiple editors for this option, ^_ will invoke the first one 
23740 of those specified that exists and is executable.  When specifying a program 
23741 for use here, make sure that the format of the text it saves -- which, when 
23742 you exit it, will become the message body in Alpine -- is appropriate 
23743 for the body of an email message; avoid proprietary formats that may result in 
23744 a message body that the recipient of your message will be unable to decipher.
23746 <!--chtml if pinemode="os_windows"-->
23747 <!--chtml else-->
23748 If you are in doubt about what editors are available on your system, or which 
23749 of them may be appropriate for specification here, ask your local computing 
23750 support staff.  
23751 <!--chtml endif-->
23753 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
23754 unset, outgoing text will be set as flowed.  In most cases this will be fine,
23755 but if the editor has a &quot;flowed text&quot; mode, it would be best to
23756 use that.
23758 <P><UL>
23759 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23760 </UL>
23762 &lt;End of help on this topic&gt;
23763 </BODY>
23764 </HTML>
23765 ====== h_config_speller =====
23766 <HTML>
23767 <HEAD>
23768 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
23769 </HEAD>
23770 <BODY>
23771 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
23773 UNIX Alpine only.
23775 For PC-Alpine, you must install the aspell library code that you
23776 may get from
23777 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
23779 This option affects the behavior of the ^T (spell check) command in the
23780 Composer.  It specifies the program invoked by ^T in the Composer.
23781 By default, Alpine uses
23783 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
23785 if it knows where to find &quot;aspell&quot;.
23786 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
23787 then the command used is
23789 <CENTER><SAMP>ispell -l</SAMP></CENTER>
23791 Otherwise, the ancient &quot;spell&quot; command is used.
23793 If you specify a value for this command (with full pathname) then that is what
23794 will be used instead of any of the defaults.
23795 When invoking this
23796 spell-checking program, Alpine appends a tempfile name (where the message is
23797 passed) to the command line. Alpine expects the speller to correct the
23798 spelling in that file. When you exit from that program Alpine will read the
23799 tempfile back into the composer.
23801 Don't set this speller option to the standard Unix spell command.
23802 That won't work because spell works in a different way.
23805 <UL>   
23806 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23807 </UL><P>
23808 &lt;End of help on this topic&gt;
23809 </BODY>
23810 </HTML>
23811 ====== h_config_aspell_dictionary =====
23812 <HTML>
23813 <HEAD>
23814 <TITLE>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></TITLE>
23815 </HEAD>
23816 <BODY>
23817 <H1>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></H1>
23819 PC Alpine only.
23821 This option specifies a list of dictionaries you will use with
23822 aspell. A sample entry is &quot;en_US&quot; for american english, or
23823 &quot;en_GB&quot; for brittish english.
23826 <UL>   
23827 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23828 </UL><P>
23829 &lt;End of help on this topic&gt;
23830 </BODY>
23831 </HTML>
23832 ====== h_config_display_filters =====
23833 <HTML>
23834 <HEAD>
23835 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
23836 </HEAD>
23837 <BODY>
23838 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
23840 This option defines a list of text-filtering commands (programs or
23841 scripts) that may be used to filter text portions of received messages
23842 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
23843 display screen, exporting to a text file).  
23844 For security reasons, the full path name of the
23845 filter command must be specified.
23848 The command is executed and the message is piped into its standard input. 
23849 The standard output of the command is read back by Alpine.  The
23850 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
23852 <P> 
23853 The filter's use is based on the configured &quot;trigger&quot; string.  The
23854 format of a filter definition is:
23856 <P>   
23857 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
23860 You can specify as many filters as you wish, separating them with a comma.  
23861 Each filter can have only one trigger and command.  Thus, two trigger 
23862 strings that invoke the same command require separate filter 
23863 specifications. 
23865 <P> 
23866 The &quot;trigger&quot; is simply text that, if found in the message,
23867 will invoke the associated command.  If the trigger contains any space
23868 characters, it must be placed within quotes.  Likewise, should you
23869 wish a filter to be invoked unconditionally, define the trigger as the
23870 null string, &quot;&quot; (two consecutive double-quote characters).  If the
23871 trigger string is found anywhere in the text of the message the filter
23872 is invoked.  Placing the trigger text within the tokens defined below
23873 changes where within the text the trigger must be before considering
23874 it a match.
23876 <P>  
23877 Trigger Modifying Tokens:
23878 <DL>
23879 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
23880 <DD>This token tells Alpine to invoke the supplied command
23881 if the text is in a character set matching <VAR>string</VAR>
23882 (e.g., ISO-8859-2 or ISO-2022-JP).
23883 </DD>
23886 <DT>_LEADING(<VAR>string</VAR>)_</DT>
23887 <DD>This token tells Alpine to invoke the supplied command
23888 if the enclosed <VAR>string</VAR> is found to be the first
23889 non-whitespace text.
23890 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23891 the space character.
23892 </DD>
23894 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
23895 <DD>This token tells Alpine to invoke the supplied command
23896 if the enclosed <VAR>string</VAR> is found at the beginning
23897 of any line in the text.
23898 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23899 the space character.
23900 </DD>
23901 </DL>
23904 The &quot;command&quot; and &quot;arguments&quot; portion is simply
23905 the command line to be invoked if the trigger string is found.  Below
23906 are tokens that Alpine will recognize and replace with special values
23907 when the command is actually invoked.
23910 Command Modifying Tokens:
23912 <DL>
23913 <DT>_TMPFILE_</DT>
23914 <DD>When the command is executed, this token is 
23915 replaced with the path and name of the temporary 
23916 file containing the text to be filtered.  Alpine 
23917 expects the filter to replace this data with the 
23918 filter's result.
23921 NOTE: Use of this token implies that the text to 
23922 be filtered is not piped into standard input of the 
23923 executed command and its standard output is ignored. 
23924 Alpine restores the tty modes before invoking the
23925 filter in case the filter interacts with the user
23926 via its own standard input and output.  
23927 </DD>
23928                         
23929 <DT>_RESULTFILE_</DT>
23930 <DD>When the command is executed, this token is 
23931 replaced with the path and name of a temporary 
23932 file intended to contain a status message from the 
23933 filter.  Alpine displays this in the message status 
23934 field. 
23935 </DD>
23937 <DT>_DATAFILE_</DT>
23938 <DD>When the command is executed, this token is 
23939 replaced with the path and name of a temporary 
23940 file that Alpine creates once per session and deletes 
23941 upon exit.  The file is intended to be used by the 
23942 filter to store state information between instances 
23943 of the filter.
23944 </DD>
23945    
23946 <DT>_PREPENDKEY_</DT>
23947 <DD>When the command is executed, this token indicates that a random
23948 number will be passed down the input stream before the message text.
23949 This number could be used as a session key.  It is sent in this way to
23950 improve security.  The number is unique to the current Alpine session
23951 and is only generated once per session.
23952 </DD>
23954 <DT>_SILENT_</DT>
23955 <DD>When the filter is executed, this token tells Alpine not to repaint
23956 the screen while the command is being executed. This can be used with 
23957 filters that do not interact with the user, and therefore repainting 
23958 the screen is not necessary. 
23959 </DD>
23960 </DL>
23963 The feature
23964 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
23966 Performance caveat/considerations:
23967 <BR>
23968 Testing for the trigger and invoking the filter doesn't come for free.
23969 There is overhead associated with searching for the trigger string, testing
23970 for the filter's existence and actually piping the text through the filter.
23971 The impact can be reduced if the Trigger Modifying Tokens above are 
23972 employed.
23974 &lt;End of help on this topic&gt;
23975 </BODY>
23976 </HTML>
23977 ====== h_config_sending_filter =====
23978 <HTML>
23979 <HEAD>
23980 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
23981 </HEAD>
23982 <BODY>
23983 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
23984       
23985 This option defines a list of text-filtering commands (programs and
23986 scripts) that may be selectively invoked to process a message just before
23987 it is sent.  If set, the Composer's ^X (Send) command will allow you to
23988 select which filter (or none) to apply to the message before it is sent. 
23989 For security reasons, the full path of the filter program must be
23990 specified.
23993 Command Modifying Tokens:
23995 <DL>
23996 <DT>_RECIPIENTS_</DT>
23997 <DD>When the command is executed, this token is replaced 
23998 with the space delimited list of recipients of the 
23999 message being sent. 
24000 </DD>
24001         
24002 <DT>_TMPFILE_</DT>
24003 <DD>
24004 When the command is executed, this token is 
24005 replaced with the path and name of the temporary 
24006 file containing the text to be filtered.  Alpine 
24007 expects the filter to replace this data with the 
24008 filter's result.
24011 NOTE: Use of this token implies that the text to 
24012 be filtered is not piped into standard input of the 
24013 executed command and its standard output is ignored. 
24014 Alpine restores the tty modes before invoking the
24015 filter in case the filter interacts with the user
24016 via its own standard input and output.  
24017 </DD>
24018                         
24019 <DT>_RESULTFILE_</DT>
24020 <DD>When the command is executed, this token is 
24021 replaced with the path and name of a temporary 
24022 file intended to contain a status message from the 
24023 filter.  Alpine displays this in the message status 
24024 field. 
24025 </DD>
24027 <DT>_DATAFILE_</DT>
24028 <DD>When the command is executed, this token is replaced 
24029 in the command line with the path and name of a 
24030 temporary file that Alpine creates once per session 
24031 and deletes upon exit.  The file is intended to be 
24032 used by the filter to store state information between 
24033 instances of the filter.
24034 </DD>
24035    
24036 <DT>_PREPENDKEY_</DT>
24037 <DD>When the command is executed, this token indicates 
24038 that a random number will be passed down the input 
24039 stream before the message text.  This number could 
24040 be used as a session key.  It is sent in this way 
24041 to improve security.  The number is unique to the 
24042 current Alpine session and is only generated once per 
24043 session. 
24044 </DD>
24046 <DT>_INCLUDEALLHDRS_</DT>
24047 <DD>When the command is executed, this token indicates 
24048 that the headers of the message will be passed down the input stream
24049 before the message text.
24050 </DD>
24052 <DT>_MIMETYPE_</DT>
24053 <DD>When the command is executed, this token is replaced in the
24054 command name with a temporary file name used to accept any new MIME
24055 Content-Type information necessitated by the output of the filter.
24056 Upon the filter's exit, if the file contains new MIME type
24057 information, Alpine verifies its format and replaces the outgoing
24058 message's MIME type information with that contained in the file. This
24059 is basically a cheap way of sending something other than Text/Plain.
24060 </DD>
24061 </DL>
24063 <P>   
24064 NOTE: Only the body text, which is visible in the Composer, is piped
24065 through this filter.  Attachments are not sent to the filter.
24066 <P>   
24067 Sending filters are not used if the feature
24068 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
24070 <UL>   
24071 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24072 </UL><P>
24073 &lt;End of help on this topic&gt;
24074 </BODY>
24075 </HTML>
24076 ====== h_config_keywords =====
24077 <HTML>
24078 <HEAD>
24079 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
24080 </HEAD>
24081 <BODY>
24082 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
24084 You may define your own set of keywords and optionally set them on a
24085 message by message basis.
24086 These are similar to the &quot;Important&quot; flag which the user
24087 may set using the Flag command.
24088 The difference is that the Important flag is always present for each folder.
24089 User-defined keywords are chosen by the user.
24090 You may set up the list of possible keywords here, or you may add keywords
24091 from the Flag Details screen that you
24092 can get to after typing the
24093 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
24094 command.
24095 After the keywords have been defined,
24096 then you use the <A HREF="h_common_flag">Flag command</A>
24097 to set or clear the keywords in each message.
24098 The behavior of the flag command may be modified by using the
24099 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
24100 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
24103 Keywords may be used when Selecting messages (Select Keyword).
24104 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
24105 Filter Rules may be used to set keywords automatically.
24106 Keywords may be displayed as part of the Subject of a message by using
24107 the SUBJKEY or SUBJKEYINIT tokens in the
24108 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
24109 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
24110 option may be used to modify the display of keywords using
24111 SUBJKEY and SUBJKEYINIT slightly.
24112 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
24113 screen by using the KEY or KEYINIT tokens.
24114 It is also possible to color keywords in the index using the
24115 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
24116 Keywords are not supported by all mail servers.
24119 You may give keywords nicknames if you wish.
24120 If the keyword definition you type in contains a SPACE character, then the
24121 actual value of the keyword is everything after the last SPACE and the
24122 nickname for that keyword is everything before the last SPACE.
24123 For example, suppose you are trying to interoperate with another email program
24124 that uses a particular keyword with an unpleasant name.
24125 Maybe it uses a keyword called
24127 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
24129 but for you that keyword means that the message is work-related.
24130 You could define a keyword to have the value
24132 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
24134 and then you would use the name &quot;Work&quot; when dealing with
24135 that keyword in Alpine.
24136 If you defined it as
24138 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
24140 the nickname would be everything before the last SPACE, that is the nickname
24141 would be &quot;My Work&quot;.
24143 Some commonly used keywords begin with dollar signs.
24144 This presents a slight complication, because the dollar sign is normally used
24145 to signify
24146 <A HREF="h_news_config">environment variable expansion</A>
24147 in the Alpine configuration.
24148 In order to specify a keyword that begins with a dollar sign you must
24149 precede the dollar sign with a second dollar sign to escape its special
24150 meaning.
24151 For example, if you want to include the keyword
24153 <CENTER><SAMP>$Label1</SAMP></CENTER>
24155 as one of your possible keywords, you must enter the text
24157 <CENTER><SAMP>$$Label1</SAMP></CENTER>
24160 instead.
24162 There are a couple limitations.
24163 First, not all servers support keywords.
24164 Second, some servers (including the IMAP server included with Alpine)
24165 have a per folder limit on the number of keywords that may be defined.
24166 This count commonly includes every keyword you have ever used in the
24167 folder, even if it is no longer being used.
24168 In other words, you can add keywords but you cannot remove them easily.
24169 If you have changed keywords over the life of a folder and find that
24170 you have reached such a limit, one possible solution might be to copy
24171 all of the messages to a newly created folder (using Alpine) and then
24172 delete the original and rename the new folder.
24173 The reason this might work is that only the keywords currently set in
24174 any of the messages will be used in the new folder, hopefully putting you
24175 under the limit.
24178 <UL>   
24179 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24180 </UL><P>
24181 &lt;End of help on this topic&gt;
24182 </BODY>
24183 </HTML>
24184 ====== h_config_alt_addresses =====
24185 <HTML>
24186 <HEAD>
24187 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
24188 </HEAD>
24189 <BODY>
24190 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
24192 This option provides a place for you to list alternate email addresses
24193 you may have.
24194 Each address in the list should be the actual email address part of an
24195 address, without the full name field or the angle brackets.
24196 For example:
24199 <CENTER><SAMP>user@example.com</SAMP></CENTER>
24202 The matching is case-insensitive, so this would match any of
24203 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
24204 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
24207 If set, the option affects the behavior of the Reply
24208 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
24209 a message has been addressed specifically to you.
24212 In the default INDEX display
24213 the personal name (or email address) of
24214 the person listed in the message's &quot;From:&quot; header
24215 field is usually displayed except when that address is yours or one of your
24216 alternate addresses.
24217 In that case you will usually see the name of
24218 the first person specified in the
24219 message's &quot;To:&quot; header field
24220 with the prefix &quot;To: &quot; prepended.
24223 With respect to Reply, the reply-to-all option will exclude addresses
24224 listed here.
24227 The feature
24228 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
24229 is somewhat related to this option.
24232 In addition to a list of actual addresses,
24233 you may use regular expressions (as used with egrep with the ignore case flag)
24234 to describe the addresses you want to match.
24235 Alpine will somewhat arbitrarily interpret your entry as a regular
24236 expression if it contains any of the characters
24237 *, |, +, ?, {, [, ^, $, or &#92;.
24238 Otherwise, it will be treated literally.
24239 The feature
24240 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
24241 may be used to turn off regular expression processing regardless of whether or not
24242 special characters appear in the entry.
24245 A description of how regular expressions work is beyond the
24246 scope of this help text, but some examples follow.
24249 The entry
24252 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
24255 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
24256 address with a domain name of <SAMP>example.com</SAMP> (such as
24257 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
24258 one of your alternate addresses.
24259 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
24260 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
24261 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
24262 Complicating things further, the dollar sign
24263 is special in the Alpine configuration (it signifies environment variable expansion)
24264 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
24265 Quotes around the whole expression will not escape the dollar sign successfully.
24266 So this example should look like
24269 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
24273 The entry
24276 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
24279 would match
24280 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
24281 as <SAMP>fred@example.com</SAMP>.
24284 You could match all addresses that look like
24285 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
24286 entry
24289 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
24292 Notice that you have to escape the plus sign with a backslash because plus
24293 is a special character in regular expressions.
24294 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
24295 the expression
24298 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
24301 would do it, but it would be easier to just add fred@example.com as a
24302 separate entry.
24305 One more example, a match of all first-level subdomains, is given by
24308 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
24312 Because the regular expression matching is based on an old library
24313 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
24314 but they should be close.
24317 <UL>   
24318 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24319 </UL><P>
24320 &lt;End of help on this topic&gt;
24321 </BODY>
24322 </HTML>
24323 ====== h_config_abook_formats =====
24324 <HTML>
24325 <HEAD>
24326 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
24327 </HEAD>
24328 <BODY>
24329 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
24331 This option specifies the format that address books are displayed in.
24332 Normally, address books are displayed with the nicknames in the first
24333 column, the fullnames in the second column, and addresses in the third
24334 column.  The system figures out reasonable defaults for the widths of
24335 the columns.  An address book may be given a different format by
24336 listing special tokens in the order you want them to display.  The
24337 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
24338 So, for example, to get the default behavior you could list
24341 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
24344 (You can also use the token DEFAULT to get the default behavior for
24345 an address book format.)
24348 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
24349 is a list, so if you have more than one address book you may have a
24350 separate format for each by putting its format at the corresponding
24351 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
24355 Listed first are the personal address books, then the global address
24356 books.  So, if you have two personal address books and one global
24357 address book, you may have up to three formats in the
24358 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
24359 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
24360 are address books, the last element is used repeatedly.
24364 Each of the tokens may also be optionally followed by parentheses with
24365 either a number or a percentage inside the parentheses.  For example,
24366 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
24367 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
24368 of the available space (the screen width minus the space for
24369 inter-column spaces) to the fullnames column, while plain
24370 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
24371 reasonable number of columns.
24374 There are always 2 spaces between every column, so if you use
24375 fixed column widths (like 13) you should remember to take that into
24376 account.
24379 <UL>   
24380 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24381 </UL><P>
24382 &lt;End of help on this topic&gt;
24383 </BODY>
24384 </HTML>
24385 ====== h_config_set_index_format =====
24386 <HTML>
24387 <HEAD>
24388 <TITLE>Set Index Format</TITLE>
24389 </HEAD>
24390 <BODY>
24391 <H1>Set Index Format</H1>
24393 This option is used to customize the content of lines in the
24394 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
24395 This action works exactly like the regular
24396 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
24397 except that you can have a folder-specific value for it if you specify it here.
24398 Consult the help for
24399 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
24400 for more information.
24403 <UL>   
24404 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24405 </UL><P>
24406 &lt;End of help on this topic&gt;
24407 </BODY>
24408 </HTML>
24409 ====== h_config_index_format =====
24410 <HTML>
24411 <HEAD>
24412 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
24413 </HEAD>
24414 <BODY>
24415 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
24417 This option is used to customize the content of lines in the
24418 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
24419 to convey some amount of immediately relevant information about each 
24420 message in the current folder.
24423 Alpine provides a pre-defined set of informational fields with
24424 reasonable column widths automatically computed.  You can, however,
24425 replace this default set by listing special tokens in the order you
24426 want them displayed.
24429 The list of available tokens is
24430 <A HREF="h_index_tokens">here</A>.
24433 Spaces are used to separate listed tokens.  Additionally, you can
24434 specify how much of the screen's width the token's associated data
24435 should occupy on the index line by appending to the token a pair of
24436 parentheses enclosing either a number or percentage.  For example,
24437 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
24438 column, and &quot;SUBJECT(20%)&quot; means to
24439 allocate 20% of the available space
24440 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
24441 attempt to figure out a reasonable amount of space.
24444 There is always one space between every pair of columns, so if you use fixed
24445 column widths (like 13) you should remember to take that into account.
24446 Several of the fields are virtually fixed-width, so it doesn't make
24447 much sense to specify the width for them.  The fields STATUS,
24448 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
24449 and DESCRIPSIZE all fall into that category.
24450 You <EM>may</EM> specify widths for those if you wish, but
24451 you're probably better off letting the system pick those widths.  <P>
24454 The default is equivalent to:
24457 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
24460 This means that the four fields without percentages will be allocated
24461 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
24462 the from and subject fields.  If one of those two fields is specified
24463 as a percentage and the other is left for the system to choose, then
24464 the percentage is taken as an absolute percentage of the screen, not
24465 of the space remaining after allocating the first four columns.  It
24466 doesn't usually make sense to do it that way.  If you leave off all
24467 the widths, then the subject and from fields (if both are present) are
24468 allocated space in a 2 to 1 ratio, which is almost exactly the same as
24469 the default.
24472 What you are most likely to do with this configuration option is to
24473 specify which fields appear at all, which order they appear in, and the
24474 percentage of screen that is used for the from and subject fields if you
24475 don't like the 2 to 1 default.
24478 If you want to retain the default format that Pine 4.64 had, use
24481 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
24483 <EM>and</EM> set the feature
24484 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
24485 <UL>   
24486 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24487 </UL><P>
24488 &lt;End of help on this topic&gt;
24489 </BODY>
24490 </HTML>
24491 ====== h_config_reply_intro =====
24492 <HTML>
24493 <HEAD>
24494 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
24495 </HEAD>
24496 <BODY>
24497 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
24499 This option is used to customize the content of the introduction line
24500 that is included when replying to a message and including the original
24501 message in the reply.
24502 The normal default (what you will get if you delete this variable) looks
24503 something like:
24505 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
24507 where the day of the week is only included if it is available in the
24508 original message.
24509 You can replace this default with text of your own.
24510 The text may contain tokens that are replaced with text
24511 that depends on the message you are replying to.
24512 For example, the default is equivalent to:
24514 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
24517 Since this variable includes regular text mixed with special tokens
24518 the tokens have to be surrounded by underscore characters.
24519 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
24520 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
24521 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
24523 The list of available tokens is
24524 <A HREF="h_index_tokens">here</A>.
24527 By default, the text is all on a single line and is followed by a blank line.
24528 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
24529 than 80 characters when replying to a particular message, it is shortened.
24530 However, if you use the token
24532 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
24535 anywhere in the value, no end of line or blank line is appended, and no
24536 shortening is done.
24537 The _NEWLINE_ token may be used to get rid of the blank line following
24538 the text, to add more blank lines, or to form a multi-line
24539 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24540 To clarify how _NEWLINE_ works recall that the default value is:
24542 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
24545 That is equivalent to
24547 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
24550 In the former case, two newlines are added automatically because
24551 no _NEWLINE_ token appears in the value of the option (for backwards
24552 compatibility). In the latter case, the newlines are explicit.
24553 If you want to remove the blank line that follows the
24554 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
24555 _NEWLINE_ token like
24557 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
24560 Because of the backwards compatibility problem, it is not possible to
24561 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
24562 and that will cause the automatic adding of two newlines!
24563 If you want, you may embed newlines in the middle of the text, as well,
24564 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24567 By default, no attempt is made to localize the date.
24568 If you prefer a localized form you may find that one of the tokens
24569 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
24570 If you want more control one of the many other date tokens, such as _DATEISO_,
24571 might be better.
24574 For the adventurous, there is a way to conditionally include text based
24575 on whether or not a token would result in specific replacement text.
24576 For example, you could include some text based on whether or not
24577 the _NEWS_ token would result in any newsgroups if it was used.
24578 It's explained in detail
24579 <A HREF="h_reply_token_conditionals">here</A>.
24582 In the very unlikely event that you want to include a literal token
24583 in the introduction line you must precede it with a backslash character.
24584 For example,
24586 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
24588 would produce something like
24590 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
24592 It is not possible to have a literal backslash followed by an expanded token.
24594 <UL>   
24595 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24596 </UL><P>
24597 &lt;End of help on this topic&gt;
24598 </BODY>
24599 </HTML>
24600 ====== h_config_remote_abook_history =====
24601 <HTML>
24602 <HEAD>
24603 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
24604 </HEAD>
24605 <BODY>
24606 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
24608 Sets how many extra copies of
24609 remote address book
24610 data will be kept in each remote address book folder.
24611 The default is three.
24612 These extra copies are simply old versions of the data. Each time a change
24613 is made a new copy of the address book data is appended to the folder. Old
24614 copies are trimmed, if possible, when Alpine exits.
24615 An old copy can be put back into use by
24616 deleting and expunging newer versions of the data from the folder.
24617 Don't delete the first message from the folder. It is a special header
24618 message for the remote address book and it must be there.
24619 This is to prevent regular folders from being used as remote address book
24620 folders and having their data destroyed.
24622 This option is also used to determine how many extra copies of remote
24623 Alpine configuration files are kept.
24625 <UL>   
24626 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24627 </UL><P>
24628 &lt;End of help on this topic&gt;
24629 </BODY>
24630 </HTML>
24631 ====== h_config_remote_abook_validity =====
24632 <HTML>
24633 <HEAD>
24634 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
24635 </HEAD>
24636 <BODY>
24637 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
24639 Sets the minimum number of minutes that a
24640 remote address book will be considered up to date.
24641 Whenever an entry contained in a remote address book is used,
24642 if more than this many minutes have
24643 passed since the last check the remote server will be queried to see if the
24644 address book has changed.
24645 If it has changed, the local copy is updated.
24646 The default value is five minutes.
24647 The special value of -1 means never check.
24648 The special value of zero means only check when the address book is first
24649 opened.
24651 No matter what the value, the validity check is always done when the
24652 address book is about to be changed by the user.
24653 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
24654 while in the address book maintenance screen for the remote address book.
24656 <UL>   
24657 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24658 </UL><P>
24659 &lt;End of help on this topic&gt;
24660 </BODY>
24661 </HTML>
24662 ====== h_config_user_input_timeo =====
24663 <HTML>
24664 <HEAD>
24665 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
24666 </HEAD>
24667 <BODY>
24668 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
24670 If this is set to an integer greater than zero, then this is the number
24671 of <EM>hours</EM> to wait for user input before Alpine times out.
24672 If Alpine is
24673 in the midst of composing a message or is waiting for user response to
24674 a question, then it will not timeout.
24675 However, if Alpine is sitting idle waiting for
24676 the user to tell it what to do next and the user does not give any
24677 input for this many hours, Alpine will exit.
24678 No expunging or moving of read
24679 messages will take place.
24680 It will exit similarly to the way it would exit
24681 if it received a hangup signal.
24682 This may be useful for cleaning up unused Alpine sessions that have been
24683 forgotten by their owners.
24684 The Alpine developers envision system administrators
24685 setting this to a value of several hours (24?) so that it won't surprise
24686 a user who didn't want to be disconnected.
24688 <UL>   
24689 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24690 </UL><P>
24691 &lt;End of help on this topic&gt;
24692 </BODY>
24693 </HTML>
24694 ====== h_config_ssh_open_timeo =====
24695 <HTML>
24696 <HEAD>
24697 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
24698 </HEAD>
24699 <BODY>
24700 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
24702 Sets the time in seconds that Alpine will
24703 attempt to open a UNIX secure shell connection.
24704 The default is 15, the minimum non-zero value is 5,
24705 and the maximum is unlimited. If this is set to zero ssh connections
24706 will be completely disabled.
24708 <UL>   
24709 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24710 </UL><P>
24711 &lt;End of help on this topic&gt;
24712 </BODY>
24713 </HTML>
24714 ====== h_config_rsh_open_timeo =====
24715 <HTML>
24716 <HEAD>
24717 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
24718 </HEAD>
24719 <BODY>
24720 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
24722 Sets the time in seconds that Alpine will
24723 attempt to open a UNIX remote shell connection.
24724 The default is 15, the minimum non-zero value is 5,
24725 and the maximum is unlimited. If this is set to zero rsh connections
24726 will be completely disabled.
24727 This might be useful if rsh connections will never work in your environment
24728 but are causing delays due to firewalls or some other reason.
24730 <UL>   
24731 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24732 </UL><P>
24733 &lt;End of help on this topic&gt;
24734 </BODY>
24735 </HTML>
24736 ====== h_config_tcp_open_timeo =====
24737 <HTML>
24738 <HEAD>
24739 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
24740 </HEAD>
24741 <BODY>
24742 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
24744 Sets the time in seconds that Alpine will
24745 attempt to open a network connection. The default is 30, the minimum is 5,
24746 and the maximum is system defined (typically 75). If a connection has not
24747 completed within this many seconds Alpine will give up and consider it a
24748 failed connection.
24750 <UL>   
24751 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24752 </UL><P>
24753 &lt;End of help on this topic&gt;
24754 </BODY>
24755 </HTML>
24756 ====== h_config_tcp_readwarn_timeo =====
24757 <HTML>
24758 <HEAD>
24759 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
24760 </HEAD>
24761 <BODY>
24762 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
24764 Sets the time in seconds that Alpine will
24765 wait for a network read before warning you that things are moving slowly
24766 and possibly giving you the option to break the connection.
24767 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
24768 1000 seconds.
24770 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24772 <UL>   
24773 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24774 </UL><P>
24775 &lt;End of help on this topic&gt;
24776 </BODY>
24777 </HTML>
24778 ====== h_config_tcp_writewarn_timeo =====
24779 <HTML>
24780 <HEAD>
24781 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
24782 </HEAD>
24783 <BODY>
24784 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
24786 Sets the time in seconds that Alpine will
24787 wait for a network write before warning you that things are moving slowly
24788 and possibly giving you the option to break the connection.
24789 The default is 0 which means it is unset. If set to a non-zero value, the
24790 minimum is 5 and the maximum is 1000.
24792 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24794 <UL>   
24795 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24796 </UL><P>
24797 &lt;End of help on this topic&gt;
24798 </BODY>
24799 </HTML>
24800 ====== h_config_tcp_query_timeo =====
24801 <HTML>
24802 <HEAD>
24803 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
24804 </HEAD>
24805 <BODY>
24806 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
24808 When Alpine times out a network read or write it will normally just display
24809 a message saying &quot;Still waiting&quot;.
24810 However, if enough time has elapsed since it started waiting it will offer
24811 to let you break the connection.
24812 That amount of time is set by this option, which defaults to 60 seconds,
24813 has a minimum of 5 seconds, and a maximum of 1000 seconds.
24815 <UL>   
24816 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24817 </UL><P>
24818 &lt;End of help on this topic&gt;
24819 </BODY>
24820 </HTML>
24821 ====== h_config_incoming_folders =====
24822 <HTML>
24823 <HEAD>
24824 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
24825 </HEAD>
24826 <BODY>
24827 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
24829 This is a list of one or more folders other than <EM>INBOX</EM> that
24830 may receive new messages.
24831 It is related to the
24832 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
24833 feature.
24834 This variable is normally manipulated with the Add, Delete, and Rename
24835 commands in the FOLDER LIST for the Incoming Message Folders collection.
24837 <UL>   
24838 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24839 </UL><P>
24840 &lt;End of help on this topic&gt;
24841 </BODY>
24842 </HTML>
24843 ====== h_config_folder_spec =====
24844 <HTML>
24845 <HEAD>
24846 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
24847 </HEAD>
24848 <BODY>
24849 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
24851 This is a list of one or more collections where saved mail is stored. 
24852 The first collection in this list is the default
24853 collection for <EM>Save</EM>s,
24854 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
24856 This variable is normally manipulated using the Setup/collectionList screen.
24858 <UL>   
24859 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24860 </UL><P>
24861 &lt;End of help on this topic&gt;
24862 </BODY>
24863 </HTML>
24864 ====== h_config_news_spec =====
24865 <HTML>
24866 <HEAD>
24867 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
24868 </HEAD>
24869 <BODY>
24870 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
24872 This is a list of collections where news folders are located.
24874 This variable is normally manipulated using the Setup/collectionList screen.
24876 <UL>   
24877 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24878 </UL><P>
24879 &lt;End of help on this topic&gt;
24880 </BODY>
24881 </HTML>
24882 ====== h_config_address_book =====
24883 <HTML>
24884 <HEAD>
24885 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
24886 </HEAD>
24887 <BODY>
24888 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
24890 A list of personal address books.
24891 Each entry in the list is an
24892 optional nickname followed by a pathname or file name relative to the home
24893 directory.
24894 The nickname is separated from the rest of the line with whitespace.
24895 Instead of a local pathname or file name, a remote folder name can be given.
24896 This causes the address book to
24897 be a Remote address book.
24899 Use the Setup/AddressBook screen to modify this variable.
24901 <UL>   
24902 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24903 </UL><P>
24904 &lt;End of help on this topic&gt;
24905 </BODY>
24906 </HTML>
24907 ====== h_config_glob_addrbook =====
24908 <HTML>
24909 <HEAD>
24910 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
24911 </HEAD>
24912 <BODY>
24913 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
24915 A list of shared address books.  Each entry in the list is an
24916 optional nickname followed by a pathname or file name relative to the home
24917 directory.
24918 A SPACE character separates the nickname from the rest of the line.
24919 Instead of a local pathname or file name, a remote folder name can be given.
24920 This causes the address book to
24921 be a Remote address book.
24922 Global address books are
24923 defined to be ReadOnly.
24925 Use the Setup/AddressBook screen to modify this variable.
24927 <UL>   
24928 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24929 </UL><P>
24930 &lt;End of help on this topic&gt;
24931 </BODY>
24932 </HTML>
24933 ====== h_config_last_vers =====
24934 <HTML>
24935 <HEAD>
24936 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
24937 </HEAD>
24938 <BODY>
24939 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
24941 This is set automatically by Alpine. 
24942 It is used to keep track of the last version of Alpine that
24943 was run by the user.
24944 Whenever the version number increases, a new version message is printed out.
24945 This may not be set in the system-wide configuration files.
24947 <UL>   
24948 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24949 </UL><P>
24950 &lt;End of help on this topic&gt;
24951 </BODY>
24952 </HTML>
24953 ====== h_config_printer =====
24954 <HTML>
24955 <HEAD>
24956 <TITLE>OPTION: Printer</TITLE>
24957 </HEAD>
24958 <BODY>
24959 <H1>OPTION: Printer</H1>
24961 Your default printer selection.
24963 Use the Setup/Printer screen to modify this variable.
24965 <UL>   
24966 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24967 </UL><P>
24968 &lt;End of help on this topic&gt;
24969 </BODY>
24970 </HTML>
24971 ====== h_config_print_cat =====
24972 <HTML>
24973 <HEAD>
24974 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
24975 </HEAD>
24976 <BODY>
24977 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
24979 This is an internal Alpine variable.
24980 It will be equal to 1, 2, or 3 depending on whether the default printer is
24981 attached, standard, or a personal print command.
24983 Use the Setup/Printer screen to modify this variable.
24985 <UL>   
24986 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24987 </UL><P>
24988 &lt;End of help on this topic&gt;
24989 </BODY>
24990 </HTML>
24991 ====== h_config_print_command =====
24992 <HTML>
24993 <HEAD>
24994 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
24995 </HEAD>
24996 <BODY>
24997 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
24999 List of personal print commands.
25001 Use the Setup/Printer screen to modify this variable.
25003 <UL>   
25004 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25005 </UL><P>
25006 &lt;End of help on this topic&gt;
25007 </BODY>
25008 </HTML>
25009 ====== h_config_pat_old =====
25010 <HTML>
25011 <HEAD>
25012 <TITLE>OPTION: Patterns</TITLE>
25013 </HEAD>
25014 <BODY>
25015 <H1>OPTION: Patterns</H1>
25017 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
25018 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
25019 and Patterns-Other.
25020 Patterns-Scores and Patterns-Filters have been replaced since then by
25021 Patterns-Scores2 and Patterns-Filters2.
25023 Use the Setup/Rules screens to modify these variable.
25025 <UL>   
25026 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25027 </UL><P>
25028 &lt;End of help on this topic&gt;
25029 </BODY>
25030 </HTML>
25031 ====== h_config_pat_roles =====
25032 <HTML>
25033 <HEAD>
25034 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
25035 </HEAD>
25036 <BODY>
25037 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
25039 List of rules used for roles.
25040 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
25041 other options.
25043 Use the Setup/Rules/Roles screen to modify this variable.
25045 <UL>   
25046 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25047 </UL><P>
25048 &lt;End of help on this topic&gt;
25049 </BODY>
25050 </HTML>
25051 ====== h_config_pat_filts =====
25052 <HTML>
25053 <HEAD>
25054 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
25055 </HEAD>
25056 <BODY>
25057 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
25059 List of rules used for filters.
25061 Use the Setup/Rules/Filters screen to modify this variable.
25063 <UL>   
25064 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25065 </UL><P>
25066 &lt;End of help on this topic&gt;
25067 </BODY>
25068 </HTML>
25069 ====== h_config_pat_scores =====
25070 <HTML>
25071 <HEAD>
25072 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
25073 </HEAD>
25074 <BODY>
25075 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
25077 List of rules used for scoring.
25079 Use the Setup/Rules/SetScores screen to modify this variable.
25081 <UL>   
25082 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25083 </UL><P>
25084 &lt;End of help on this topic&gt;
25085 </BODY>
25086 </HTML>
25087 ====== h_config_pat_other =====
25088 <HTML>
25089 <HEAD>
25090 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
25091 </HEAD>
25092 <BODY>
25093 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
25095 List of rules used for miscellaneous configuration.
25097 Use the Setup/Rules/Other screen to modify this variable.
25099 <UL>   
25100 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25101 </UL><P>
25102 &lt;End of help on this topic&gt;
25103 </BODY>
25104 </HTML>
25105 ====== h_config_pat_incols =====
25106 <HTML>
25107 <HEAD>
25108 <TITLE>OPTION: patterns-indexcolors</TITLE>
25109 </HEAD>
25110 <BODY>
25111 <H1>OPTION: patterns-indexcolors</H1>
25113 List of rules used for coloring lines in the index.
25115 Use the Setup/Rules/Indexcolor screen to modify this variable.
25117 <UL>   
25118 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25119 </UL><P>
25120 &lt;End of help on this topic&gt;
25121 </BODY>
25122 </HTML>
25123 ====== h_config_pat_srch =====
25124 <HTML>
25125 <HEAD>
25126 <TITLE>OPTION: patterns-search</TITLE>
25127 </HEAD>
25128 <BODY>
25129 <H1>OPTION: patterns-search</H1>
25131 List of rules used only for searching with the Select command in the MESSAGE INDEX.
25133 Use the Setup/Rules/searCh screen to modify this variable.
25135 <UL>   
25136 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25137 </UL><P>
25138 &lt;End of help on this topic&gt;
25139 </BODY>
25140 </HTML>
25141 ====== h_config_font_name =====
25142 <HTML>
25143 <HEAD>
25144 <TITLE>OPTION: Font Name</TITLE>
25145 </HEAD>
25146 <BODY>
25147 <H1>OPTION: Font Name</H1>
25149 PC-Alpine only.
25151 Name of normal font.
25153 Use the pulldown Config menu to modify this variable.
25155 <UL>   
25156 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25157 </UL><P>
25158 &lt;End of help on this topic&gt;
25159 </BODY>
25160 </HTML>
25161 ====== h_config_font_size =====
25162 <HTML>
25163 <HEAD>
25164 <TITLE>OPTION: Font Size</TITLE>
25165 </HEAD>
25166 <BODY>
25167 <H1>OPTION: Font Size</H1>
25169 PC-Alpine only.
25171 Size of normal font.
25173 Use the pulldown Config menu to modify this variable.
25175 <UL>   
25176 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25177 </UL><P>
25178 &lt;End of help on this topic&gt;
25179 </BODY>
25180 </HTML>
25181 ====== h_config_font_style =====
25182 <HTML>
25183 <HEAD>
25184 <TITLE>OPTION: Font Style</TITLE>
25185 </HEAD>
25186 <BODY>
25187 <H1>OPTION: Font Style</H1>
25189 PC-Alpine only.
25191 Style of normal font.
25193 Use the pulldown Config menu to modify this variable.
25195 <UL>   
25196 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25197 </UL><P>
25198 &lt;End of help on this topic&gt;
25199 </BODY>
25200 </HTML>
25201 ====== h_config_font_char_set =====
25202 <HTML>
25203 <HEAD>
25204 <TITLE>OPTION: Font Character Set</TITLE>
25205 </HEAD>
25206 <BODY>
25207 <H1>OPTION: Font Character Set</H1>
25209 PC-Alpine only.
25211 Character set of normal font.
25213 Use the pulldown Config menu to modify this variable.
25215 <UL>   
25216 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25217 </UL><P>
25218 &lt;End of help on this topic&gt;
25219 </BODY>
25220 </HTML>
25221 ====== h_config_print_font_name =====
25222 <HTML>
25223 <HEAD>
25224 <TITLE>OPTION: Print-Font-Name</TITLE>
25225 </HEAD>
25226 <BODY>
25227 <H1>OPTION: Print-Font-Name</H1>
25229 PC-Alpine only.
25231 Name of printer font.
25233 Use the pulldown Config menu to modify this variable.
25235 <UL>   
25236 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25237 </UL><P>
25238 &lt;End of help on this topic&gt;
25239 </BODY>
25240 </HTML>
25241 ====== h_config_print_font_size =====
25242 <HTML>
25243 <HEAD>
25244 <TITLE>OPTION: Print-Font-Size</TITLE>
25245 </HEAD>
25246 <BODY>
25247 <H1>OPTION: Print-Font-Size</H1>
25249 PC-Alpine only.
25251 Size of printer font.
25253 Use the pulldown Config menu to modify this variable.
25255 <UL>   
25256 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25257 </UL><P>
25258 &lt;End of help on this topic&gt;
25259 </BODY>
25260 </HTML>
25261 ====== h_config_print_font_style =====
25262 <HTML>
25263 <HEAD>
25264 <TITLE>OPTION: Print-Font-Style</TITLE>
25265 </HEAD>
25266 <BODY>
25267 <H1>OPTION: Print-Font-Style</H1>
25269 PC-Alpine only.
25271 Style of printer font.
25273 Use the pulldown Config menu to modify this variable.
25275 <UL>   
25276 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25277 </UL><P>
25278 &lt;End of help on this topic&gt;
25279 </BODY>
25280 </HTML>
25281 ====== h_config_print_font_char_set =====
25282 <HTML>
25283 <HEAD>
25284 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
25285 </HEAD>
25286 <BODY>
25287 <H1>OPTION: Print-Font-Char-Set</H1>
25289 PC-Alpine only.
25291 Character set of printer font.
25293 Use the pulldown Config menu to modify this variable.
25295 <UL>   
25296 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25297 </UL><P>
25298 &lt;End of help on this topic&gt;
25299 </BODY>
25300 </HTML>
25301 ====== h_config_window_position =====
25302 <HTML>
25303 <HEAD>
25304 <TITLE>OPTION: Window-Position</TITLE>
25305 </HEAD>
25306 <BODY>
25307 <H1>OPTION: Window-Position</H1>
25309 PC-Alpine only.
25311 Position on the screen of the Alpine window.
25313 Alpine normally maintains this variable itself, and it is set automatically. 
25314 This variable is provided to those who wish to use the same window position 
25315 across different machines from the same configuration.
25316 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
25317 must also be set for this setting to be used.
25319 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
25320 C is the number of columns, R is the number of rows, and X and Y specify the
25321 top left corner of the window.
25323 <UL>   
25324 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25325 </UL><P>
25326 &lt;End of help on this topic&gt;
25327 </BODY>
25328 </HTML>
25329 ====== h_config_cursor_style =====
25330 <HTML>
25331 <HEAD>
25332 <TITLE>OPTION: Cursor Style</TITLE>
25333 </HEAD>
25334 <BODY>
25335 <H1>OPTION: Cursor Style</H1>
25337 PC-Alpine only.
25339 Cursor style.
25341 Use the pulldown Config menu to modify this variable.
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_ldap_servers =====
25350 <HTML>
25351 <HEAD>
25352 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
25353 </HEAD>
25354 <BODY>
25355 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
25357 List of LDAP servers and associated data.
25359 Use the Setup/Directory screen to modify this variable.
25361 <UL>   
25362 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25363 </UL><P>
25364 &lt;End of help on this topic&gt;
25365 </BODY>
25366 </HTML>
25367 ====== h_config_sendmail_path =====
25368 <HTML>
25369 <HEAD>
25370 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
25371 </HEAD>
25372 <BODY>
25373 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
25375 This names the path to an
25376 alternative program, and any necessary arguments, to be used in posting
25377 mail messages. See the Technical notes for more information.
25379 <UL>   
25380 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25381 </UL><P>
25382 &lt;End of help on this topic&gt;
25383 </BODY>
25384 </HTML>
25385 ====== h_config_oper_dir =====
25386 <HTML>
25387 <HEAD>
25388 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
25389 </HEAD>
25390 <BODY>
25391 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
25393 This names the root of the
25394 tree to which you are restricted when reading and writing folders and
25395 files. It is usually used in the system-wide,
25396 <EM>fixed</EM> configuration file.
25398 <UL>   
25399 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25400 </UL><P>
25401 &lt;End of help on this topic&gt;
25402 </BODY>
25403 </HTML>
25404 ====== h_config_rshpath =====
25405 <HTML>
25406 <HEAD>
25407 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
25408 </HEAD>
25409 <BODY>
25410 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
25412 Sets the name of the command used to open a UNIX remote shell
25413 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
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_rshcmd =====
25422 <HTML>
25423 <HEAD>
25424 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
25425 </HEAD>
25426 <BODY>
25427 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
25429 Sets the format of the command used to
25430 open a UNIX remote shell connection. The default is
25431 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
25432 provided command. The first is for the command's pathname, the second is
25433 for the host to connnect to, the third is for the user to connect as, and
25434 the fourth is for the connection method (typically <CODE>imap</CODE>).
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_sshpath =====
25443 <HTML>
25444 <HEAD>
25445 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
25446 </HEAD>
25447 <BODY>
25448 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
25450 Sets the name of the command used to open a UNIX secure shell
25451 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
25453 <UL>   
25454 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25455 </UL><P>
25456 &lt;End of help on this topic&gt;
25457 </BODY>
25458 </HTML>
25459 ====== h_config_sshcmd =====
25460 <HTML>
25461 <HEAD>
25462 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
25463 </HEAD>
25464 <BODY>
25465 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
25467 Sets the format of the command used to
25468 open a UNIX secure shell connection. The default is
25469 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
25470 provided command. The first is for the command's pathname, the second is
25471 for the host to connnect to, the third is for the user to connect as, and
25472 the fourth is for the connection method (typically <CODE>imap</CODE>).
25474 <UL>   
25475 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25476 </UL><P>
25477 &lt;End of help on this topic&gt;
25478 </BODY>
25479 </HTML>
25480 ====== h_config_new_ver_quell =====
25481 <HTML>
25482 <HEAD>
25483 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
25484 </HEAD>
25485 <BODY>
25486 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
25488 When a new version of Alpine is run for the first time it offers a
25489 special explanatory screen to the user upon startup.  This option
25490 helps control when and if that special screen appears for users that
25491 have previously run Alpine.  It takes as its value an Alpine version
25492 number.  Alpine versions less than the specified value will supress this
25493 special screen while versions equal to or greater than that specified
25494 will behave normally.
25496 <UL>   
25497 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25498 </UL><P>
25499 &lt;End of help on this topic&gt;
25500 </BODY>
25501 </HTML>
25502 ====== h_config_disable_drivers =====
25503 <HTML>
25504 <HEAD>
25505 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
25506 </HEAD>
25507 <BODY>
25508 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
25510 This variable is a list of mail drivers that will be disabled.
25511 The candidates for disabling are listed below.
25512 There may be more in the future if you compile Alpine with
25513 a newer version of the c-client library.
25516 <UL>
25517 <LI> mbox
25518 <LI> mbx
25519 <LI> mh
25520 <LI> mmdf
25521 <LI> mtx
25522 <LI> mx
25523 <LI> news
25524 <LI> phile
25525 <LI> tenex
25526 <LI> unix
25527 </UL>
25530 The <EM>mbox</EM> driver enables the following behavior: if there is a
25531 file called <CODE>mbox</CODE>
25532 in your home directory, and if that file is either empty or in Unix mailbox
25533 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
25534 will automatically transfer mail from the system mail spool directory into the
25535 <CODE>mbox</CODE> file and
25536 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
25537 this will not happen.
25540 It is not recommended to disable the driver that supports the system default
25541 mailbox format. On most non-SCO systems, that driver is the
25542 <EM>unix</EM> driver.
25543 On most SCO systems, it is the <EM>mmdf</EM> driver.
25544 The system default driver may be
25545 configured to something else on your system; check with your system manager
25546 for additional information.
25549 It is most likely not very useful for you to disable any of the drivers other
25550 than possibly <EM>mbox</EM>.
25551 You could disable some of the others if you know for
25552 certain that you don't need them but the performance gain in doing so
25553 is very modest.
25555 <UL>   
25556 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25557 </UL><P>
25558 &lt;End of help on this topic&gt;
25559 </BODY>
25560 </HTML>
25561 ====== h_config_disable_auths =====
25562 <HTML>
25563 <HEAD>
25564 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
25565 </HEAD>
25566 <BODY>
25567 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
25569 This variable is a list of SASL (Simple Authentication and Security
25570 Layer) authenticators that will be disabled.
25571 SASL is a mechanism for
25572 authenticating to IMAP, POP3, SMTP, and other network servers.
25575 Alpine matches its list of supported authenticators with the server to
25576 determine the most secure authenticator that is supported by both.
25577 If no matching authenticators are found, Alpine will revert to plaintext
25578 login (or, in the case of SMTP, will be unable to authenticate at all).
25580 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
25583 Normally, you will not disable any authenticators.
25584 There are two exceptions:
25586 <OL>
25587 <LI> You use a broken server that advertises an authenticator,
25588 but does not actually implement it.
25589 <LI> You have a Kerberos-capable version of Alpine and the server is
25590 also Kerberos-capable, but you can not obtain Kerberos
25591 credentials on the server machine, thus you desire to disable
25592 GSSAPI (which in turn disables Alpine's Kerberos support).
25593 </OL>
25595 It is never necessary to disable authenticators, since Alpine will try
25596 other authenticators before giving up.
25597 However, disabling the relevant authenticator avoids annoying error messages.
25599 <UL>   
25600 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25601 </UL><P>
25602 &lt;End of help on this topic&gt;
25603 </BODY>
25604 </HTML>
25605 ====== h_config_abook_metafile =====
25606 <HTML>
25607 <HEAD>
25608 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
25609 </HEAD>
25610 <BODY>
25611 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
25613 This is usually set by Alpine and is the name of a file
25614 that contains data about
25615 remote address books and remote configuration files.
25617 <UL>   
25618 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25619 </UL><P>
25620 &lt;End of help on this topic&gt;
25621 </BODY>
25622 </HTML>
25623 ====== h_config_composer_wrap_column =====
25624 <HTML>
25625 <HEAD>
25626 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
25627 </HEAD>
25628 <BODY>
25629 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
25632 This option specifies an aspect of Alpine's Composer.  This gives the
25633 maximum width that auto-wrapped lines will have.  It's also the maximum
25634 width of lines justified using the <A HREF="h_compose_justify">^J
25635 Justify</A> command.  The normal default
25636 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
25637 in order to
25638 prevent very long lines from being sent in outgoing mail.  When the mail
25639 is actually sent, trailing spaces will be stripped off of each line.
25642 <UL>   
25643 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25644 </UL><P>
25645 &lt;End of help on this topic&gt;
25646 </BODY>
25647 </HTML>
25648 ====== h_config_deadlets =====
25649 <HTML>
25650 <HEAD>
25651 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
25652 </HEAD>
25653 <BODY>
25654 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
25657 This option affects Alpine's behavior when you cancel a message being
25658 composed.  Alpine's usual behavior is to write the canceled message to
25659 a file named 
25660 <!--chtml if pinemode="os_windows"-->
25661 &quot;DEADLETR&quot;,
25662 <!--chtml else-->
25663 &quot;dead.letter&quot; in your home directory,
25664 <!--chtml endif-->
25665 overwriting any previous message.
25667 If you set this option to a value higher than one, then that many copies
25668 of dead letter files will be saved.
25669 For example, if you set this option to &quot;3&quot; then you may have
25670 files named
25671 <!--chtml if pinemode="os_windows"-->
25672 &quot;DEADLETR&quot;,
25673 &quot;DEADLETR2&quot;, and
25674 &quot;DEADLETR3&quot;.
25675 <!--chtml else-->
25676 &quot;dead.letter&quot;,
25677 &quot;dead.letter2&quot;, and
25678 &quot;dead.letter3&quot; in your home directory.
25679 <!--chtml endif-->
25680 In this example, the most recently cancelled message will be in
25681 <!--chtml if pinemode="os_windows"-->
25682 &quot;DEADLETR&quot;,
25683 <!--chtml else-->
25684 &quot;dead.letter&quot;,
25685 <!--chtml endif-->
25686 and the third most recently cancelled message will be in
25687 <!--chtml if pinemode="os_windows"-->
25688 &quot;DEADLETR3&quot;.
25689 <!--chtml else-->
25690 &quot;dead.letter3&quot;.
25691 <!--chtml endif-->
25692 The fourth most recently cancelled message will no longer be saved.
25695 If you set this option to zero, then NO record of canceled messages is
25696 maintained.
25698 If the feature
25699 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
25700 is set, that overrides whatever you set for this option.
25701 If this option had existed at the time, then the Quell feature would not
25702 have been added, but it is still there for backwards compatibility.
25703 So, in order for this option to have the desired effect, make sure the
25704 Quell feature is turned off.
25707 <UL>   
25708 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25709 </UL><P>
25710 &lt;End of help on this topic&gt;
25711 </BODY>
25712 </HTML>
25713 ====== h_config_maxremstream =====
25714 <HTML>
25715 <HEAD>
25716 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
25717 </HEAD>
25718 <BODY>
25719 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
25721 This option affects low-level behavior of Alpine.
25722 The default value for this option is <EM>3</EM>.
25723 If your INBOX is accessed using the IMAP protocol
25724 from an IMAP server, that connection is kept open throughout the
25725 duration of your Alpine session, independent of the value of this option.
25726 The same is true of any 
25727 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25728 you have defined.
25729 This option controls Alpine's behavior when connecting to remote IMAP folders
25730 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
25731 It specifies the maximum number of remote IMAP connections (other than
25732 those mentioned above) that Alpine will use for accessing the rest of your
25733 folders.
25734 If you set this option to zero, you will turn off most remote connection
25735 re-use.
25736 It's difficult to understand exactly what this option does, and it is usually
25737 fine to leave it set to its default value.
25738 It is probably more likely that you will be interested in setting the
25739 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
25740 instead of changing the value of this option.
25741 A slightly longer explanation of what is going on with this option
25742 is given in the next paragraphs.
25745 There are some time costs involved in opening and closing remote IMAP 
25746 folders, the main costs being the time you have to wait for the connection
25747 to the server and the time for the folder to open.
25748 Opening a folder may involve not only the time the server takes to do its
25749 processing but time that Alpine uses to do filtering.
25750 These times can vary widely.
25751 They depend on how loaded the server is, how large
25752 the folder being opened is, and how you set up filtering, among other things.
25753 Once Alpine has opened a connection to a particular folder, it will attempt
25754 to keep that connection open in case you use it again.
25755 In order to do this,
25756 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
25757 this option) IMAP connections you have alloted for this purpose.
25759 For example, suppose the value of this option is set to &quot;2&quot;.
25760 If your INBOX is accessed on a remote server using the IMAP protocol, that
25761 doesn't count as one of the remote connections but it is always kept open.
25762 If you then open another IMAP folder, that would be your first
25763 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
25764 If you open a third folder the second will be left open, in case you
25765 return to it.
25766 You won't be able to tell it has been left open.
25767 It will appear to be closed when you leave the folder but the connection
25768 will remain in the background.
25769 Now suppose you go back to the second folder (the first folder after the
25770 INBOX).
25771 A connection to that folder is still open so you won't have to wait
25772 for the startup time to open it.
25773 Meanwhile, the connection to the third folder will be left behind.
25774 Now, if you open a fourth folder, you will bump into the
25775 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
25776 than INBOX and you have the option set to &quot;2&quot;.
25777 The connection that is being used for
25778 the third folder will be re-used for this new fourth folder.
25779 If you go back to the third folder after this, it is no longer already
25780 connected when you get there.
25781 You'll still save some time since Alpine will re-use the connection to the
25782 fourth folder and you have already logged in on that connection,
25783 but the folder will have to be re-opened from scratch.
25785 If a folder is large and the startup cost is dominated by the time it takes
25786 to open that folder or to run filters on it, then it will pay to make the
25787 value of this option large enough to keep it open.
25788 On the other hand, if you only revisit a handful of folders or if
25789 the folders are small, then it might
25790 make more sense to keep this number small so that the reconnect
25791 time (the time to start up a new connection and authenticate)
25792 is eliminated instead.
25794 You may also need to consider the impact on the server.
25795 On the surface, a larger number here may cause a larger impact on the
25796 server, since you will have more connections open to the server.
25797 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
25798 associated with reopening a folder, but the <EM>server</EM> will be
25799 avoiding those costs as well.
25801 When twenty five minutes pass without any active use of an IMAP connection
25802 being saved for possible re-use, that connection will be shut down,
25805 <UL>   
25806 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25807 </UL><P>
25808 &lt;End of help on this topic&gt;
25809 </BODY>
25810 </HTML>
25811 ====== h_config_permlocked =====
25812 <HTML>
25813 <HEAD>
25814 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
25815 </HEAD>
25816 <BODY>
25817 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
25819 This option affects low-level behavior of Alpine.
25820 There is no default value for this option.
25821 It is related to the options
25822 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
25823 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
25824 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
25827 Note: changes made to this list take effect the next time you open a
25828 folder in the list.
25831 This is a list of folders that will be permanently kept open once they
25832 are first opened.
25833 The names in this list may be either the nickname of an Incoming folder
25834 or the full technical specification of a folder.
25835 The folders in this list need not be remote IMAP folders, they could usefully
25836 be local folders, as well.
25837 If a folder in the list is a newsgroup or is not accessed either locally
25838 or via IMAP, then the entry will be ignored.
25839 For example, folders accessed via NNTP or POP3 will not be kept open, since
25840 the way that new mail is found with those protocols involves closing and
25841 reopening the connection.
25843 Once a Stay Open folder has been opened, new-mail checking will continue
25844 to happen on that folder for the rest of the Alpine session.
25845 Your INBOX is always implicitly included in this Stay-Open list and doesn't
25846 need to be added explicitly.
25848 Another difference that you may notice between a Stay Open folder and a
25849 non-Stay Open folder is which message is selected as the current message
25850 when you enter the folder index.
25851 Normally, the starting position for an incoming folder (which most Stay Open
25852 folders will likely be) is controlled by the
25853 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
25854 However, if a folder is a Stay Open folder, when you re-enter the folder
25855 after the first time the current message will be the same as it was when
25856 you left the folder.
25857 An exception is made if you use the TAB command to get to the folder.
25858 In that case, the message number will be incremented by one from what it
25859 was when you left the folder.
25861 The above special behavior is thought to be useful.
25862 However, it is special and different from what you might at first expect.
25863 The feature
25864 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
25865 may be used to turn off this special treatment.
25867 If the message that was current when you left the folder no longer exists,
25868 then the regular startup rule will be used instead.
25871 <UL>   
25872 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25873 </UL><P>
25874 &lt;End of help on this topic&gt;
25875 </BODY>
25876 </HTML>
25877 ====== h_config_viewer_overlap =====
25878 <html>
25879 <header>
25880 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
25881 </header>
25882 <body>
25883 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
25885 This option specifies an aspect of Alpine's Message Viewing screen.  When
25886 the space bar is used to page forward in a message, the number of lines
25887 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
25888 bottom of the screen.  That is, if this was set to two lines, then the
25889 bottom two lines of the screen would be repeated on the top of the next
25890 screen.  The normal default value is "2".<p>
25891 <UL>   
25892 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25893 </UL><P>
25894 &lt;End of help on this topic&gt;
25895 </body>
25896 </html>
25897 ====== h_config_scroll_margin =====
25898 <HTML>
25899 <HEAD>
25900 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
25901 </HEAD>
25902 <BODY>
25903 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
25905 This option controls when Alpine's line-by-line scrolling occurs.
25906 Typically, when a selected item is at the top or bottom screen edge
25907 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
25908 displayed items are scrolled down or up by a single line.
25911 This option allows you to tell Alpine the number of lines from the top and
25912 bottom screen edge that line-by-line paging should occcur.  For example,
25913 setting this value to one (1) will cause Alpine to scroll the display
25914 vertically when you move to select an item on the display's top or
25915 bottom edge.
25918 By default, this variable is zero, indicating that scrolling happens
25919 when you move up or down to select an item immediately off the display's
25920 top or bottom edge.
25923 <UL>   
25924 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25925 </UL><P>
25926 &lt;End of help on this topic&gt;
25927 </BODY>
25928 </HTML>
25929 ====== h_config_wordseps =====
25930 <HTML>
25931 <HEAD>
25932 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
25933 </HEAD>
25934 <BODY>
25935 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
25937 This option affects how a &quot;word&quot; is defined in the composer.
25938 The definition of a word is used when using the Forward Word and Backward
25939 Word commands in the composer, as well as when using the spell checker.
25940 Whitespace is always considered a word separator.
25941 Punctuation (like question marks, periods, commas, and so on) is always
25942 a word separator if it comes at the end of a word.
25943 By default, a punctuation character that is in the middle of a word does
25944 not break up that word as long as the character before and the character
25945 after it are both alphanumeric.
25946 If you add a character to this option it will be considered a
25947 word separator even when it occurs in the middle of an alphanumeric word.
25948 For example, if you want to skip through each part of an address instead
25949 of skipping the whole address at once you might want to include &quot;@&quot;
25950 and &quot;.&quot; in this list.
25951 If you want the word-skipper to stop on each part of a UNIX filename you
25952 could add &quot;/&quot; to the list.
25953 The equal sign and dash are other possibilities you might find helpful.
25955 <UL>   
25956 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25957 </UL><P>
25958 &lt;End of help on this topic&gt;
25959 </BODY>
25960 </HTML>
25961 ====== h_config_reply_indent_string =====
25962 <HTML>
25963 <HEAD>
25964 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
25965 </HEAD>
25966 <BODY>
25967 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
25969 This option specifies an aspect of Alpine's Reply command.
25970 When a message is replied to and the text of the message is included, the
25971 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
25972 to each line indicating it is quoted text.
25973 (In case you haven't seen this before, &quot;string&quot; is a technical term
25974 that means chunk of text.)
25977 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
25978 in 1999 and its wide-spread adoption since then, you will usually be better off if you
25979 use one of the standard values,
25980 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
25983 This option specifies a different value for that string.
25984 If you wish to use a string that begins or ends with a space,
25985 enclose the string in double quotes.
25988 Besides simple text, the prepended string can be based
25989 on the message being replied to.
25990 The following tokens are substituted for the message's corresponding value:
25992 <DL>
25993 <DT>_FROM_</DT>
25994 <DD>This token gets replaced with the message sender's &quot;username&quot;.
25995 If the name is longer than six characters, only the first six characters are
25996 used.
25997 </DD>
25999 <DT>_NICK_</DT>
26000 <DD>This token gets replaced with the nickname of the message sender's
26001 address as found in your addressbook.
26002 If no addressbook entry is found,
26003 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
26004 If the nickname is longer than six characters, only the first six characters are
26005 used.
26006 </DD>
26008 <DT>_INIT_</DT>
26009 <DD>This token gets replaced with the initials of the sender of the message.
26010 </DD>
26012 </DL>
26014 NOTE: When the
26015 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
26016 feature is enabled, you are given the opportunity to edit the string, whether 
26017 it is the default or one automatically generated using the above tokens.
26019 If you change your <!--#echo var="VAR_reply-indent-string"-->
26020 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
26021 quoted text will not be flowed
26022 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
26023 when you reply.
26024 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
26025 set to the default value.
26027 <UL>   
26028 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26029 </UL><P>
26030 &lt;End of help on this topic&gt;
26031 </BODY>
26032 </HTML>
26033 ====== h_config_quote_replace_string =====
26034 <HTML>
26035 <HEAD>
26036 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
26037 </HEAD>
26038 <BODY>
26039 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
26041 This option specifies what string to use as a quote when <b>viewing</b> a
26042 message.  The standard way of quoting messages when replying is the string
26043 &quot;&gt;&nbsp;&quot; (quote space).
26044 With this variable set, viewing a message will
26045 replace occurrences of 
26046 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
26047 This setting works best when
26048 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
26049 or the equivalent setting in your correspondents' mail programs
26050 is set to the default
26051 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
26052 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
26054 By default, this setting will only work on messages that are flowed, which is
26055 the default way of sending messages for many mail clients including
26056 Alpine.  Enable the feature
26057 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
26058 to also have quote-replacement performed on non-flowed messages.
26061 Setting this option will replace  &quot;&gt;&quot; and 
26062 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
26063 spaces. To preserve those spaces enclose the full string in double quotes.
26065 No padding to separate the text of the message from the quote string is
26066 added. This means that if you do not add trailing spaces to the value of
26067 this variable, text will be displayed right next to the quote string,
26068 which may be undesirable. This can be avoided by adding a new string
26069 separated by a space from your selection of quote string replacement. This
26070 last string will be used for padding. For example, setting this variable to 
26071 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
26072 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
26073 a space from the last quote string to make it more readable.
26075 One possible setting for this variable could be
26076 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
26077 would have the effect of indenting each level of quoting four spaces and
26078 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
26079 more discernible by setting colors for quoted text.
26081 Replying to or forwarding the viewed message will preserve the original
26082 formatting of the message, so quote-replacement will not be performed on
26083 messages that are being composed.
26085 <UL>   
26086 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26087 </UL><P>
26088 &lt;End of help on this topic&gt;
26089 </BODY>
26090 </HTML>
26091 ====== h_config_empty_hdr_msg =====
26092 <HTML>
26093 <HEAD>
26094 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
26095 </HEAD>
26096 <BODY>
26097 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
26099 When sending, if both the To and Cc fields are empty and you
26100 are sending the message to a Bcc,
26101 Alpine will put a special address in the To line.  The default value is:
26104 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
26107 The reason for this is to avoid embarrassment caused by some Internet
26108 mail transfer software that interprets a &quot;missing&quot;
26109 <SAMP>To:</SAMP> header as an error and replaces it with an
26110 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
26111 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
26112 Bcc.  You may change the part of this message that comes before the
26113 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
26114 variable to something else.
26117 The normal default is &quot;undisclosed-recipients&quot;.
26120 <UL>   
26121 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26122 </UL><P>
26123 &lt;End of help on this topic&gt;
26124 </BODY>
26125 </HTML>
26126 ====== h_config_status_msg_delay =====
26127 <HTML>
26128 <HEAD>
26129 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
26130 </HEAD>
26131 <BODY>
26132 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
26134 This option has evolved over time, causing the possible values to be
26135 counter-intuitive.
26136 Read carefully before you set this option.
26137 First we explain what the option does, then there is a longer discussion
26138 following that.
26140 If this is set to zero, the default value, it has <EM>no</EM> effect.
26141 Positive and negative values serve two similar, but different purposes.
26143 If it is set to a positive number, it causes the cursor to move to the
26144 status line whenever a status message is printed and pause there for this
26145 many seconds.
26146 It will probably only be useful if the 
26147 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
26148 also turned on.
26149 Setting this option to a positive number can only be used to
26150 <EM>increase</EM> the status message delay.
26151 This may be useful for Braille displays, or other non-traditional displays.
26153 If it is set to a negative number the interpretation is a bit complicated.
26154 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
26155 allow you to read important status messages.
26156 Of course, this may cause you to miss some important messages.
26157 If you see a message flash by but miss what it says you can use the
26158 Journal command from the MAIN MENU to read it.
26159 If you set this option to a negative value, the delay will be
26160 no more than one second less than the absolute value
26161 of the value you set.
26162 So if you set it to -1, the delay will be no more than zero seconds, no
26163 delay at all.
26164 If you set it to -2, the delay will be no more than 1 second.
26165 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
26166 If the delay that Alpine would have used by default is less than this delay,
26167 then the smaller delay set by Alpine will be used.
26168 Setting this option to a negative value can only reduce the amount of
26169 delay, never increase it.
26171 Here is a more detailed explanation.
26172 Status messages are the messages that show up spontaneously in the
26173 status message line, usually the third line from the bottom of the screen.
26174 By default, Alpine assigns each status message it produces a minimum
26175 display time.
26176 Some status messages have a minimum display time of zero.
26177 You can see an example of such a message by paging up in this help text
26178 until you reach the top of the screen.
26179 If you try to page past the top you will see the message
26181 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
26183 in the status line.
26184 If there is another more important use of the status message line this message
26185 might be replaced quickly, or it even might not be shown at all.
26186 However, if there is no reason to get rid of the message, it might stay
26187 there for several seconds while you read the help.
26188 An example where it is replaced immediately happens when you page up in
26189 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
26190 command right after paging up.
26191 The message will disappear immediately without causing a delay (unless you
26192 have set this option to a positive value) to allow you to type input for
26193 the &quot;WhereIs&quot; command.
26194 Since it isn't a very important message, Alpine has set its minimum display
26195 time to zero seconds.
26197 Other messages have minimum display times of three or more seconds.
26198 These are usually error messages that Alpine thinks you ought to see.
26199 For example, it might be a message about a failed Save or a failed folder open.
26200 It is often the case that this minimum display time won't delay you in
26201 any way because the status message line is not needed for another reason.
26202 However, there are times when Alpine has to delay what it is doing in
26203 order to display a status message for the minimum display time.
26204 This happens when a message is being displayed and Alpine wants to ask
26205 for input from the keyboard.
26206 For example, when you Save a message you use the status message line.
26207 You get a prompt there asking for the name of the folder to save to.
26208 If there is a status message being displayed that has not
26209 yet displayed for its minimum
26210 time Alpine will display that status message surrounded with the characters
26211 &gt; and &lt; to show you that it is delaying.
26212 That might happen, for example, if you tried to save to a folder that
26213 caused an error, then followed that immediately with another Save command.
26214 You might find yourself waiting for a status message like
26216 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
26218 to finish displaying for three seconds.
26219 If that is something you find happening to you frequently, you may use
26220 negative values of this option to decrease or eliminate that delay, at
26221 the risk of missing the message.
26223 <UL>   
26224 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26225 </UL><P>
26226 &lt;End of help on this topic&gt;
26227 </BODY>
26228 </HTML>
26229 ====== h_config_active_msg_interval =====
26230 <HTML>
26231 <HEAD>
26232 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
26233 </HEAD>
26234 <BODY>
26235 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
26237 When Alpine is delayed for some reason it usually shows that
26238 something is happening with a small animated display in the status
26239 message line near the bottom of the screen.
26240 This option sets how frequently the characters (for example, a spinning bar)
26241 in the active status message lines are updated.
26242 At most, it can be set to be udpated 20 times per second. 
26245 Setting this value to zero will prevent display of the animations
26246 altogether.
26249 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
26250 can be used to remove the randomness from this animated display.
26253 <UL>   
26254 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26255 </UL><P>
26256 &lt;End of help on this topic&gt;
26257 </BODY>
26258 </HTML>
26259 ====== h_config_mailchecknoncurr =====
26260 <HTML>
26261 <HEADER>
26262 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
26263 </HEADER>
26264 <BODY>
26265 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
26267 This option is closely related to the
26268 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26269 option, as well as the
26270 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
26271 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
26272 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
26273 new-mail checking is disabled and this option will have no effect.
26275 Normally this option is set to zero, which means that the value used will be
26276 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
26277 If you set this option to a value different from zero
26278 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
26279 then that is the check interval that will be used
26280 for folders that are not the currently open folder or the INBOX.
26281 You may not even have any folders that are noncurrent and not the INBOX.
26282 If you do, it is likely that they are due to
26283 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
26284 you have configured.
26285 This option also affects the rate of mail checking done on cached
26286 connections to folders you previously had open but are no longer actively
26287 using.
26288 You aren't expected to understand that last sentence, but if you are interested
26289 take a look at
26290 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
26291 and the related options.
26293 <UL>   
26294 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26295 </UL><P>
26296 &lt;End of help on this topic&gt;
26297 </BODY>
26298 </HTML>
26299 ====== h_config_fifopath =====
26300 <HTML>
26301 <HEADER>
26302 <TITLE>OPTION: NewMail FIFO Path</TITLE>
26303 </HEADER>
26304 <BODY>
26305 <H1>OPTION: NewMail FIFO Path</H1>
26307 This option is only available in UNIX Alpine.
26308 However, there is a very similar feature built in to PC-Alpine.
26309 In PC-Alpine's Config menu at the top of the screen
26310 is an option called &quot;New Mail Window&quot;.
26312 You may have Alpine create a FIFO special file (also called a named pipe) where
26313 it will send a one-line message each time a new message is received in
26314 the current folder, the INBOX, or any open
26315 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
26316 To protect against two different Alpines both writing to the same FIFO, Alpine
26317 will only create the FIFO and write to it if it doesn't already exist.
26319 A possible way to use this option would be to have a separate window
26320 on your screen running the command
26322 <CENTER><SAMP>cat filename</SAMP></CENTER>
26324 where &quot;filename&quot; is the name of the file given for this option.
26325 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
26326 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
26327 You may be tempted to use &quot;tail -f filename&quot; to view the new
26328 mail log.
26329 However, the common implementations of the tail command will not do what you
26330 are hoping.
26332 The width of the messages produced for the FIFO may be altered with the
26333 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
26335 On some systems, fifos may only be created in a local filesystem.
26336 In other words, they may not be in NFS filesystems.
26337 This requirement is not universal.
26338 If the system you are using supports it, it should work.
26339 (It is often the case that your home directory is in an NFS filesystem.
26340 If that is the case, you might try using a file in the &quot;/tmp&quot;
26341 filesystem, which is usually a local filesytem.)
26342 Even when it is possible to use an NFS-mounted filesystem as a place to name
26343 the fifo (for example, your home directory), it will still be the case that
26344 the reader (probably the &quot;cat&quot; command) and the
26345 writer (Alpine) of the fifo must be running on the same system.
26347 <UL>   
26348 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26349 </UL><P>
26350 &lt;End of help on this topic&gt;
26351 </BODY>
26352 </HTML>
26353 ====== h_config_newmailwidth =====
26354 <HTML>
26355 <HEADER>
26356 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
26357 </HEADER>
26358 <BODY>
26359 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
26361 For UNIX Alpine, this option is only useful if you have turned on the
26362 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
26363 That option causes new mail messages to be sent to a fifo file.
26364 Those messages will be 80 characters wide by default.
26365 You can change the width of those messages by changing this option.
26366 For example, if you are reading those messages in another window you might
26367 want to set this width to the width of that other window.
26369 If you are using PC-Alpine, it has an option in the Config menu to turn
26370 on the &quot;New Mail Window&quot;.
26371 This present option also controls the width of that window.
26373 <UL>   
26374 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26375 </UL><P>
26376 &lt;End of help on this topic&gt;
26377 </BODY>
26378 </HTML>
26379 ====== h_config_mailcheck =====
26380 <HTML>
26381 <HEADER>
26382 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
26383 </HEADER>
26384 <BODY>
26385 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
26387 This option specifies, in seconds,
26388 how often Alpine will check for new mail.
26389 If set to zero, new-mail checking is disabled.
26390 (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
26391 current message is the last message of the folder.)
26392 There is a minimum value for this option, normally 15 seconds.
26393 The default value is normally 150 seconds.
26394 The higher you set this option, the easier it is on the server.
26396 There are some situations where automatic new-mail checking does not work.
26397 See the discussion about new-mail checking in
26398 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
26400 The new-mail checking will not happen exactly at the frequency that you specify.
26401 For example, Alpine may elect to defer a non-INBOX mail check if you
26402 are busy typing.
26403 Or, it may check more frequently than you have specified if that is
26404 thought to be necessary to keep the server from closing the connection
26405 to the folder due to inactivity.
26406 If Alpine checks for new mail as a side effect of another command, it will reset
26407 the timer, so that new-mail checking may seem to happen irregularly instead of
26408 every X seconds like clockwork.
26410 If you are anxious to know about new mail as soon as possible, set the check
26411 interval low, and you'll know about the new mail by approximately
26412 that amount of time after it arrives.
26413 If you aren't so worried about knowing right away, set this option to a
26414 higher value.
26415 That will save the server some processing time and may save you some of
26416 the time you spend waiting for new-mail checks to happen if you are
26417 dealing with a slow server or slow network connection.
26419 If you suspect that new-mail checking is causing slow downs for you,
26420 you may want to look into the options
26421 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
26422 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
26423 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
26424 which refine when mail checking is done.
26426 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
26427 there is a minimum time
26428 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
26429 between new-mail checks.
26430 Because of this minimum you may notice that new mail does not
26431 appear promptly when you expect it.
26432 The reason for this is to protect the server from over-zealous opening and
26433 closing of the Mail Drop folder, since that is a costly operation.
26435 <UL>   
26436 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26437 </UL><P>
26438 &lt;End of help on this topic&gt;
26439 </BODY>
26440 </HTML>
26441 ====== h_config_quell_checks_comp =====
26442 <HTML>
26443 <HEAD>
26444 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
26445 </HEAD>
26446 <BODY>
26447 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
26449 This option is closely related to the
26450 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26451 option, the
26452 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
26453 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
26455 If this option is set, then the normal new-mail checking that happens
26456 while you are composing will not happen for folders other than your
26457 INBOX (which depends on the setting
26458 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
26460 You might want to set this option if you are experiencing delays while
26461 composing that you think might be related to the speed of the new-mail
26462 checks.
26464 Even with this option turned on, an occasional new-mail check may be done
26465 in order to keep the server from killing the connection to the folder.
26466 For example, IMAP servers may remove a connection to a folder if there
26467 has been no activity on the connection for 30 minutes or more.
26468 Instead of letting that happen, Alpine will check for new mail before the
26469 30 minutes is up even though you have turned on this feature to quell
26470 those checks.
26472 Besides new-mail checks, checkpoint operations on the folders
26473 will also be quelled when you set this option.
26474 The purpose of checkpointing is to write the changes to a folder out to
26475 disk periodically in order to avoid losing those changes when system or
26476 software problems occur.
26477 New-mail checking and checkpointing while you are not composing are not
26478 affected by this option.
26481 &lt;End of help on this topic&gt;
26482 </BODY>
26483 </HTML>
26484 ====== h_config_quell_checks_comp_inbox =====
26485 <HTML>
26486 <HEAD>
26487 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
26488 </HEAD>
26489 <BODY>
26490 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
26492 This option is closely related to the
26493 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26494 option, the
26495 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
26496 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
26498 If this option is set, then the normal new-mail checking that happens
26499 while you are composing will not happen for your INBOX.
26500 Checking of other folders is controlled in a similar way with the
26501 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
26503 You might want to set this option if you are experiencing delays while
26504 composing that you think might be related to the speed of the new-mail
26505 checks.
26507 Even with this option turned on, an occasional new-mail check may be done
26508 in order to keep the server from killing the connection to the folder.
26509 For example, IMAP servers may remove a connection to a folder if there
26510 has been no activity on the connection for 30 minutes or more.
26511 Instead of letting that happen, Alpine will check for new mail before the
26512 30 minutes is up even though you have turned on this feature to quell
26513 those checks.
26515 Besides new-mail checks, checkpoint operations on the INBOX
26516 will also be quelled when you set this option.
26517 The purpose of checkpointing is to write the changes to a folder out to
26518 disk periodically in order to avoid losing those changes when system or
26519 software problems occur.
26520 New-mail checking and checkpointing while you are not composing are not
26521 affected by this option.
26523 &lt;End of help on this topic&gt;
26524 </BODY>
26525 </HTML>
26526 ====== h_config_maildropcheck =====
26527 <HTML>
26528 <HEADER>
26529 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
26530 </HEADER>
26531 <BODY>
26532 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
26534 New-mail checking for a
26535 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
26536 mail checking for a regular folder.
26537 One of the differences is that the connection to the Mail Drop is not
26538 kept open and so the cost of checking
26539 (delay for you and additional load for the server) may be significant.
26540 Because of this additional cost we set a minimum time that
26541 must pass between checks.
26542 This minimum only applies to the automatic checking done by Alpine.
26543 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
26544 at the end of a folder index, then the check is done right away.
26546 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
26547 new-mail checks.
26548 You may want to set this minimum high in order to avoid experiencing some
26549 of the delays associated with the checks.
26550 Note that the time between checks is still controlled by the regular
26551 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
26552 When Alpine is about to do an automatic check for new mail (because
26553 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
26554 new-mail check
26555 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
26556 the Mail Drop is checked for new mail as well.
26557 Therefore, it is only useful to set this option to a value that is higher
26558 than the <!--#echo var="VAR_mail-check-interval"-->.
26560 If this option is set to zero, automatic Mail Drop new-mail
26561 checking is disabled.
26562 There is a minimum value, normally 60 seconds.
26563 The default value is normally 60 seconds as well.
26564 This applies to the INBOX and to the currently open folder if that is
26565 different from the INBOX.
26568 <UL>   
26569 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26570 </UL><P>
26571 &lt;End of help on this topic&gt;
26572 </BODY>
26573 </HTML>
26574 ====== h_config_nntprange =====
26575 <HTML>
26576 <HEADER>
26577 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
26578 </HEADER>
26579 <BODY>
26580 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
26582 This option applies only to newsgroups accessed using the NNTP protocol.
26583 It does not, for example,
26584 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
26587 When you open a connection to a News server using the NNTP protocol, you
26588 normally have access to all of the articles in each newsgroup.
26589 If a server keeps a large backlog of messages it may speed performance
26590 some to restrict attention to only the newer messages in a group.
26591 This option allows you to set how many article numbers should be checked
26592 when opening a newsgroup.
26593 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
26594 of messages you ever want to see.
26595 For example, if you only ever wanted to look at the last 500 messages in each
26596 newsgroup you could set this option to 500.
26597 In actuality, it isn't quite that.
26598 Instead, for performance reasons, it specifies the range of article
26599 numbers to be checked, beginning
26600 with the highest numbered article and going backwards from there.
26601 If there are messages that have been canceled or deleted
26602 their article numbers are still counted as part of the range.
26604 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
26605 numbers
26606 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
26608 to be considered when reading a newsgroup.
26609 The number of messages that show up in your index will be less than or equal
26610 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
26613 The purpose of this option is simply to speed up access when reading news.
26614 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
26615 numbers, and can avoid downloading any information about the ignored articles.
26616 There is a cost you pay for this speedup.
26617 That cost is that there is no way for you to see those ignored articles.
26618 The articles that come before the range you specify are invisible to you and
26619 to Alpine, as if they did not exist at all.
26620 There is no way to see those messages using, for example, an unexclude command
26621 or something similar.
26622 The only way to see those articles is to set this option high enough (or
26623 set it to zero) and then to reopen the newsgroup.
26626 If this option is set to 0 (which is also the default),
26627 then the range is unlimited.
26628 This option applies globally to all NNTP servers and to all newsgroups
26629 on those servers.
26630 There is no way to set different values for different newsgroups or servers.
26633 <UL>   
26634 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26635 </UL><P>
26636 &lt;End of help on this topic&gt;
26637 </BODY>
26638 </HTML>
26639 ====== h_config_news_active =====
26640 <html>
26641 <header>
26642 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
26643 </header>
26644 <body>
26645 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
26647 This option tells Alpine where to look for the "active file" for newsgroups
26648 when accessing news locally, rather than via NNTP.  The default path is
26649 usually "/usr/lib/news/active".<p>
26650 <UL>   
26651 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26652 </UL><P>
26653 &lt;End of help on this topic&gt;
26654 </body>
26655 </html>
26656 ====== h_config_news_spool =====
26657 <html>
26658 <header>
26659 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
26660 </header>
26661 <body>
26662 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
26664 This option tells Alpine where to look for the "news spool" for newsgroups
26665 when accessing news locally, rather than via NNTP.  The default path is
26666 usually "/var/spool/news".<p>
26667 <UL>   
26668 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26669 </UL><P>
26670 &lt;End of help on this topic&gt;
26671 </body>
26672 </html>
26673 ====== h_config_image_viewer =====
26674 <html>
26675 <header>
26676 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
26677 </header>
26678 <body>
26679 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
26680 <body>
26681 This option specifies the program Alpine should call to view MIME
26682 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
26683 no longer needed, but remains for backward compatibility.  The more
26684 general method for associating external printing and viewing programs with
26685 specific MIME data types is to use the system's (or your personal)
26686 "mailcap" configuration file.<p>
26687 <UL>   
26688 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26689 </UL><P>
26690 &lt;End of help on this topic&gt;
26691 </body>
26692 </html>
26693 ====== h_config_domain_name =====
26694 <HTML>
26695 <HEAD>
26696 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
26697 </HEAD>
26698 <BODY>
26699 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
26701 This option is used only if the 
26702 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
26703 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
26704 strips the hostname from your return (&quot;From&quot;) address and when 
26705 completing unqualified addresses that you enter into the composer.
26707 If you set this, see also the <A HREF="h_config_quell_local_lookup">
26708 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
26711 <!--chtml if pinemode="os_windows"-->
26712 <P>This option is not applicable to PC-Alpine.
26713 <!--chtml else-->
26715 <!--chtml endif-->
26716 <UL>
26717 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26718 </UL>
26720 &lt;End of help on this topic&gt;
26721 </BODY>
26722 </HTML>
26723 ====== h_config_prune_date =====
26724 <HTML>
26725 <HEAD>
26726 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
26727 </HEAD>
26728 <BODY>
26729 <H1>OPTION: Last-Time-Prune Question</H1>
26731 This value records the last time you were asked about deleting old
26732 sent-mail.
26733 It is set automatically by Alpine at the beginning of each month.
26734 In the past, if you wished to suppress the monthly sent-mail
26735 pruning feature, you could set this to a date in the future.
26736 This value is relative to the year 1900, so 
26737 to set this, for example, to October 2005, use 105.10.
26739 You can still do that if you wish, or you can use the
26740 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
26741 a little more convenient to use.
26743 <UL>   
26744 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26745 </UL><P>
26746 &lt;End of help on this topic&gt;
26747 </BODY>
26748 </HTML>
26749 ====== h_config_goto_default =====
26750 <HTML>
26751 <HEAD>
26752 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
26753 </HEAD>
26754 <BODY>
26755 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
26757 This value affects Alpine's behavior when you use the Goto command.
26758 Alpine's usual behavior has two parts.  If your current folder is
26759 &quot;Inbox&quot;, Alpine will offer the last open folder as the
26760 default.  If the current folder is other than &quot;Inbox&quot;,
26761 &quot;Inbox&quot; is offered as the default.
26764 The available options include:
26766 <DL>
26768  <DT>folder-in-first-collection</DT>
26770  <DD> Alpine will offer the most recently visited folder in the default
26771 collection found in the &quot;Collection List&quot; screen as the default.
26772 </DD>
26774  <DT> inbox-or-folder-in-first-collection</DT>
26776  <DD> If the current folder is &quot;Inbox&quot;,
26777 Alpine will offer the most recently visited folder in the
26778 default collection found in the &quot;Collection List&quot; screen.
26779 If the current folder is other than &quot;Inbox&quot;,
26780 &quot;Inbox&quot; is offered as the default.
26781 </DD>
26783  <DT> inbox-or-folder-in-recent-collection</DT>
26785  <DD> This is Alpine's default behavior.
26786 If the current folder is &quot;Inbox&quot;,
26787 Alpine will offer the last open
26788 folder as the default.
26789 If the current folder is other than &quot;Inbox&quot;,
26790 &quot;Inbox&quot; is offered as the default.
26791 </DD>
26793  <DT> first-collection-with-inbox-default</DT>
26795  <DD> Instead of offering the most recently visited folder in the default
26796 collection, the default collection is offered but with &quot;Inbox&quot; as
26797 the default folder.
26798 If you type in a folder name it will be in the default collection.
26799 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
26800 </DD>
26802  <DT> most-recent-folder</DT>
26804  <DD> The last accepted value simply causes the most recently opened
26805 folder to be offered as the default regardless of the currently opened
26806 folder.
26807 </DD>
26808 </DL>
26811 NOTE: The default while a newsgroup is open remains the same; the last
26812 open newsgroup.
26815 <UL>   
26816 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26817 </UL><P>
26818 &lt;End of help on this topic&gt;
26819 </BODY>
26820 </HTML>
26821 ====== h_config_thread_lastreply_char =====
26822 <HTML>
26823 <HEAD>
26824 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
26825 </HEAD>
26826 <BODY>
26827 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
26829 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
26830 INDEX display when using a
26831 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
26832 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
26833 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
26834 The value of this option is a single character.
26835 This character is used instead of the vertical line character when there are
26836 no more replies directly to the parent of the current message.
26837 It can be used to &quot;round-off&quot; the bottom of the vertical line
26838 by setting it to a character such as a backslash (&#92;) or
26839 a backquote (&#96;).
26840 The default value of this option is the backslash character (&#92;).
26841 This option may not be set to the Empty Value.
26842 In that case, the default will be used instead.
26845 <UL>   
26846 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26847 </UL><P>
26848 &lt;End of help on this topic&gt;
26849 </BODY>
26850 </HTML>
26851 ====== h_config_thread_indicator_char =====
26852 <HTML>
26853 <HEAD>
26854 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
26855 </HEAD>
26856 <BODY>
26857 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
26859 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
26860 INDEX display when using a
26861 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26862 than &quot;none&quot; and sorting by Threads or OrderedSubject.
26863 The value of this option is a single character.
26864 This character is used to indicate that part of a thread (a conversation) is
26865 hidden beneath a message.
26866 The message could be expanded
26867 if desired with the &quot;/&quot; Collapse/Expand command.
26868 By default, the value of this option is the greater than sign (&gt;).
26870 If this option is set to the Empty Value, then the column (and the following
26871 blank column) will be deleted from the display.
26874 This option is closely related to the
26875 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
26876 Another similar option that affects the thread display is the
26877 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26880 <UL>   
26881 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26882 </UL><P>
26883 &lt;End of help on this topic&gt;
26884 </BODY>
26885 </HTML>
26886 ====== h_config_thread_exp_char =====
26887 <HTML>
26888 <HEAD>
26889 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
26890 </HEAD>
26891 <BODY>
26892 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
26894 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
26895 INDEX display when using a
26896 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26897 than &quot;none&quot;.
26898 The value of this option is a single character.
26899 This character is used to indicate that part of a thread has been expanded
26900 and could be collapsed if desired with
26901 the &quot;/&quot; Collapse/Expand command.
26902 By default, the value of this option is a dot (.).
26904 If this option is set to the Empty Value, then the column (and the following
26905 blank column) will be deleted from the display.
26908 This option is closely related to the
26909 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
26910 Another similar option that affects the thread display is the
26911 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26914 <UL>   
26915 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26916 </UL><P>
26917 &lt;End of help on this topic&gt;
26918 </BODY>
26919 </HTML>
26920 ====== h_config_thread_index_style =====
26921 <HTML>
26922 <HEAD>
26923 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
26924 </HEAD>
26925 <BODY>
26926 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
26928 When a folder is sorted by Threads or OrderedSubject,
26929 this option will affect the INDEX displays.
26932 The possible values for this option are:
26934 <DL>
26935 <DT>regular-index-with-expanded-threads</DT>
26936 <DD>This is the default display.
26937 If the configuration option
26938 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26939 is set to something other than &quot;none&quot;, then this setting
26940 will cause Alpine to start off with a MESSAGE INDEX with all of
26941 the threads expanded.
26942 That is, each message will have a line in the MESSAGE INDEX display.
26943 The Collapse/Expand command (/) may be used to manually collapse or
26944 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26946 This setting affects the display when the folder is first threaded.
26947 The collapsed state may also be re-initialized by re-sorting the folder manually
26948 using the SortIndex command ($).
26949 After re-sorting the threads will once again all be expanded, even if you
26950 have previously collapsed some of them.
26952 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
26953 the display will be the regular default Alpine MESSAGE INDEX, but sorted
26954 in a different order.
26955 </DD>
26957 <DT>regular-index-with-collapsed-threads</DT>
26958 <DD>If the configuration option
26959 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26960 is set to something other than &quot;none&quot;, then this setting
26961 will cause Alpine to start out with all of the threads collapsed instead of
26962 starting out with all of the threads expanded.
26963 The Collapse/Expand command (/) may be used to manually collapse or
26964 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26966 This setting affects the display when the folder is first threaded.
26967 The collapsed state may also be re-initialized by re-sorting the folder manually
26968 using the SortIndex command ($).
26969 After re-sorting the threads will once again all be collapsed, even if you
26970 have previously expanded some of them.
26971 </DD>
26973 <DT>separate-index-screen-always</DT>
26974 <DD>With this setting and the next, you will see an index of threads
26975 instead of an
26976 index of messages, provided you have sorted by Threads or OrderedSubject.
26978 The THREAD INDEX contains a '*' in the first column if any message in the thread
26979 is marked Important.
26980 If not, it contains a '+' if any message in the thread is to you.
26981 The second column is blank. The third column contains a 'D' if all of the
26982 messages in the thread are deleted.
26983 Otherwise, it contains an 'N' if any of the messages in the thread are New.
26985 When you view a particular thread from the THREAD INDEX you will be
26986 in the MESSAGE INDEX display
26987 but the index will only contain messages from the thread you are viewing.
26988 </DD>
26990 <DT>separate-index-screen-except-for-single-messages</DT>
26991 <DD>This is very similar to the option above.
26992 When you are in the THREAD INDEX, one of the available commands
26993 is &quot;ViewThd&quot;.
26994 With the setting &quot;separate-index-screen-always&quot; (the option above)
26995 when you view a particular thread you will be in the
26996 MESSAGE INDEX display and the index will only contain messages from
26997 the thread you are viewing.
26998 If the thread you are viewing consists of a single message, the MESSAGE INDEX
26999 will be an index with only one message in it.
27000 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
27001 setting instead, then that index that contains a single message
27002 will be skipped and you will go directly from the THREAD INDEX into the
27003 MESSAGE TEXT screen.
27004 </DD>
27006 </DL>
27009 <UL>   
27010 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27011 </UL><P>
27012 &lt;End of help on this topic&gt;
27013 </BODY>
27014 </HTML>
27015 ====== h_config_thread_disp_style =====
27016 <HTML>
27017 <HEAD>
27018 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
27019 </HEAD>
27020 <BODY>
27021 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
27023 When a folder is sorted by Threads or OrderedSubject,
27024 this option will affect the MESSAGE INDEX display.
27025 By default, Alpine will display the MESSAGE INDEX in the
27026 &quot;show-thread-structure&quot; style if a folder is sorted
27027 by Threads or OrderedSubject.
27030 The possible values for this option are:
27032 <DL>
27033 <DT>none</DT>
27034 <DD>Regular index display.
27035 The same index line as would be displayed without threading is used.
27036 The only difference will be in the order of the messages.
27037 </DD>
27039 <DT>show-thread-structure</DT>
27040 <DD>Threaded Subjects will be indented and vertical bars and horizontal
27041 lines will be added to make it easier to see the relationships among
27042 the messages in a thread (a conversation).
27043 </DD>
27045 <DT>mutt-like</DT>
27046 <DD>This is the same as the option above except that the Subject
27047 is suppressed (is blank) if it matches the previous Subject in the thread.
27048 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
27049 Here is an example of what a mutt-like index might look like.
27050 In this example, the first column represents the message number, the
27051 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
27052 is set to &quot;regular-index-with-expanded-threads&quot;, and the
27053 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
27054 is set to a backslash:
27055 <PRE>
27056 &nbsp;&nbsp;&nbsp;1    Some topic
27057 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
27058 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
27059 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
27060 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
27061 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
27062 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
27063 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
27064 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
27065 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
27066 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
27067 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
27068 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
27069 &nbsp;&nbsp;&nbsp;14    Next topic
27070 </PRE>
27071 </DD>
27073 <DT>indent-subject-1</DT>
27074 <DD>Threaded Subjects will be indented one space per level of the conversation.
27075 The bars and lines that show up in the show-thread-structure display will
27076 not be there with this style.
27077 </DD>
27079 <DT>indent-subject-2</DT>
27080 <DD>Same as above but indent two spaces per level instead of one space.
27081 </DD>
27083 <DT>indent-from-1</DT>
27084 <DD>Similar to indent-subject-1, except that instead of indenting the
27085 Subject field one space the From field of a thread will be indented one
27086 space per level of the conversation.
27087 </DD>
27089 <DT>indent-from-2</DT>
27090 <DD>Same as above but indent two spaces per level instead of one space.
27091 </DD>
27093 <DT>show-structure-in-from</DT>
27094 <DD>The structure of the thread is illustrated with indenting, vertical bars,
27095 and horizontal lines just like with the show-thread-structure option, but
27096 the From field is used to show the relationships instead of the Subject field. 
27097 </DD>
27099 </DL>
27102 <UL>   
27103 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27104 </UL><P>
27105 &lt;End of help on this topic&gt;
27106 </BODY>
27107 </HTML>
27108 ====== h_config_pruning_rule =====
27109 <HTML>
27110 <HEAD>
27111 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
27112 </HEAD>
27113 <BODY>
27114 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
27116 By default, Alpine will ask at the beginning of each month whether or not
27117 you want to rename your sent-mail folder to a name like sent-mail-month-year.
27118 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
27119 change the format of the folder to sent-mail-yyyy-mm.)
27120 It will also ask whether you would like to delete old sent-mail folders.
27121 If you have defined
27122 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
27124 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
27125 Alpine will also ask about pruning those folders.
27128 With this option you may provide an automatic answer to these questions.
27129 The default value is to ask you what you'd like to do.
27132 The six possible values for this option are:
27134 <DL>
27135 <DT>ask about rename, ask about deleting</DT>
27136 <DD>This is the default.
27137 Alpine will ask whether you want to rename the folders and whether you
27138 want to delete each of the old folders.
27139 </DD>
27141 <DT>ask about rename, don't delete</DT>
27142 <DD>Alpine will ask whether you want to rename the folders, but won't
27143 ask about or delete old folders.
27144 </DD>
27146 <DT>always rename, ask about deleting</DT>
27147 <DD>This means you want to always answer yes and have Alpine automatically
27148 rename the folder if possible.
27149 You will also be asked about deleting old folders.
27150 </DD>
27152 <DT>always rename, don't delete</DT>
27153 <DD>This means you want to always answer yes and have Alpine automatically
27154 rename the folder if possible.
27155 There will be no deleting of old folders.
27156 </DD>
27158 <DT>don't rename, ask about deleting</DT>
27159 <DD>This means you want to always answer no.
27160 Alpine will not rename the folder.
27161 You will be asked about deleting old folders.
27162 </DD>
27164 <DT>don't rename, don't delete</DT>
27165 <DD>This means you want to always answer no.
27166 Alpine will not rename the folder.
27167 There will be no deleting of old folders, either.
27168 </DD>
27169 </DL>
27172 <UL>   
27173 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27174 </UL><P>
27175 &lt;End of help on this topic&gt;
27176 </BODY>
27177 </HTML>
27178 ====== h_config_reopen_rule =====
27179 <HTML>
27180 <HEAD>
27181 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
27182 </HEAD>
27183 <BODY>
27184 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
27186 Alpine normally checks for new mail in the currently open folder
27187 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
27190 There are some situations where automatic new-mail checking does not work.
27191 For example, if a mail folder is opened using the POP protocol or a newsgroup
27192 is being read using the NNTP protocol, then new-mail checking is disabled.
27195 It may be possible to check for new mail in these cases by reopening the
27196 folder.
27197 Alpine does not do this for you automatically, but you may do the commands
27198 manually to cause this to happen.
27199 You reopen by going back to the folder list screen from the message
27200 index screen with the &quot;&lt;&quot; command,
27201 and then going back into the message index screen with
27202 the &quot;&gt;&quot; command.
27203 (Actually, any method you would normally use to open a folder will work the
27204 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
27205 For example, the GoTo Folder command will work, or you may use L to go to the
27206 Folder List screen and Carriage Return to reopen the folder.)
27209 There are some cases where Alpine knows that reopening the folder should
27210 be useful as a way to discover new mail.
27211 At the time of this writing, connections made using the POP protocol,
27212 news reading using the NNTP protocol, local news reading, and local
27213 ReadOnly folders that are in the traditional UNIX or the MMDF format all
27214 fall into this category.
27215 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
27216 has no way of knowing, so it might also just be an exercise in futility.
27217 All remote, ReadOnly folders other than those listed just above fall into this
27218 category.
27219 The setting of this option together with the type of folder
27220 controls how Alpine will react to the apparent attempt to reopen a folder.
27223 If you don't reopen, then you will just be back in
27224 the message index with no change.
27225 You left the index and came back, but the folder remained &quot;open&quot;
27226 the whole time.
27227 However, if you do reopen the folder, the folder is closed and then reopened.
27228 In this case, the current state of the open folder is lost.
27229 The New status, Important and Answered flags,
27230 selected state, Zoom state, collapsed or expanded state of threads,
27231 current message number,
27232 and any other temporary state is all lost when the reopen happens.
27233 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
27236 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
27237 several places.
27238 That really implies the case where Alpine knows it is a good way to discover
27239 new mail, which is more than just POP and NNTP, but POP and NNTP are
27240 the cases of most interest.
27241 This option probably has more possible values than it deserves. They are:
27243 <DL>
27244 <DT>Always reopen</DT>
27245 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
27246 whenever you type a command that implies a reopen, regardless of the
27247 access method.
27248 In other words, it is assumed you would always answer Yes if asked
27249 about reopening.
27250 </DD>
27252 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
27253 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
27254 will ask you whether to reopen other remote folders,
27255 with a default answer of Yes.
27256 </DD>
27258 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
27259 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
27260 will ask you whether to reopen other remote folders,
27261 with a default answer of No.
27262 </DD>
27264 <DT>Yes for POP/NNTP, No for other remote</DT>
27265 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
27266 will assume a No answer for all other remote folders.
27267 </DD>
27269 <DT>Always ask [Yes]</DT>
27270 <DD>Alpine will not differentiate based on access method.
27271 It will always ask for all remote folders, with a default answer of Yes.
27272 </DD>
27274 <DT>Always ask [No]</DT>
27275 <DD>Alpine will not differentiate based on access method.
27276 It will always ask for all remote folders, with a default answer of No.
27277 </DD>
27279 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
27280 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
27281 of Yes.
27282 It will never attempt to reopen other remote folders.
27283 </DD>
27285 <DT>Ask about POP/NNTP [No], No for other remote</DT>
27286 <DD>This is the default.
27287 Alpine will ask if the access method is POP or NNTP, with a default answer
27288 of No.
27289 It will never attempt to reopen other remote folders.
27290 </DD>
27292 <DT>Never reopen</DT>
27293 <DD>Alpine will never attempt to reopen already open folders.
27294 </DD>
27295 </DL>
27298 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
27299 any of the other situations where it is likely that reopening is a good way
27300 to discover new mail.
27303 There is an alternative that may be of useful in some situations.
27304 Instead of manually checking for new mail you can set up a
27305 <A HREF="h_maildrop">Mail Drop</A>
27306 and automatically check for new mail.
27309 <UL>   
27310 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27311 </UL><P>
27312 &lt;End of help on this topic&gt;
27313 </BODY>
27314 </HTML>
27315 ====== h_config_inc_startup =====
27316 <HTML>
27317 <HEAD>
27318 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
27319 </HEAD>
27320 <BODY>
27321 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
27323 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
27324 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
27325 It determines which message will be the <EM>current message</EM> when
27326 the folder is first opened.
27327 The default value is &quot;first-unseen&quot;.
27330 The seven possible values for this option are:
27332 <DL>
27333 <DT>first-unseen</DT>
27334 <DD>The current message is set to the first
27335 unseen message that has not been marked deleted, or the last message if
27336 all of the messages have been seen previously.
27337 Messages which have not been seen or which have been seen but re-marked
27338 as New are considered unseen messages.
27339 See the note at the bottom of this help about newsgroups.
27340 </DD>
27342 <DT>first-recent</DT>
27343 <DD>Similar to the default, but rather than starting on the first
27344 unseen message Alpine starts on the first <EM>recent</EM> message.
27345 A message is recent if it arrived since the last time the folder was
27346 open.  This value causes the current message to be set to the first
27347 recent message if there is one, otherwise to the last
27348 message in the folder.
27349 </DD>
27351 <DT>first-important</DT>
27352 <DD>This will result in the current message being set to the first
27353 message marked Important (but not Deleted).
27354 If no messages are marked Important, then it will be the last message.
27355 Messages are marked Important by <EM>you</EM>, not by the sender, using
27357 <A HREF="h_common_flag">Flag command</A>.
27358 Or they may be marked Important by an Alpine
27359 <A HREF="h_mainhelp_filtering">Filter</A>
27360 that you have set up.
27361 </DD>
27363 <DT>first-important-or-unseen</DT>
27364 <DD>This selects the first of the first unseen and the first important
27365 messages.
27366 </DD>
27368 <DT>first-important-or-recent</DT>
27369 <DD>This selects the first of the first recent and the first important
27370 messages.
27371 </DD>
27373 <DT>first</DT>
27374 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
27375 If all messages are deleted you start on the last message.
27376 </DD>
27378 <DT>last</DT>
27379 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
27380 If all messages are deleted you start on the last message.
27381 </DD>
27382 </DL>
27385 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
27386 &quot;first-recent&quot; are the same and are affected by whether or not the
27387 feature 
27388 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
27389 is turned on. 
27390 Also, there is no permanent storage in news for an Important flag.
27391 This means that no messages will be marked Important when a newsgroup is
27392 first opened.
27395 <UL>   
27396 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27397 </UL><P>
27398 &lt;End of help on this topic&gt;
27399 </BODY>
27400 </HTML>
27401 ====== h_config_browser =====
27402 <HTML>
27403 <HEAD>
27404 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
27405 </HEAD>
27406 <BODY>
27407 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
27408 <!--chtml if pinemode="os_windows"-->
27409 PC-Alpine users do not need to enter anything here, unless:<UL>
27410 <LI> they want to override, for use with Alpine, the application defined
27411 in the Windows operating system for handling URLs; or
27412 <LI> they are (planning on) using the same configuration file with 
27413 Unix Alpine.
27414 </UL>
27416 Note that if using a viewer that has a space in its path, you should
27417 use the DOS name for that directory or file. Example:
27418 <PRE>
27419 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
27420 </PRE>
27421 <HR><P>
27422 <!--chtml endif-->
27423 This option affects Alpine's handling of URLs that are found in 
27424 messages you read.  Normally, only URLs Alpine can handle directly
27425 are automatically offered for selection in the &quot;Message
27426 Text&quot; screen.  When one or more applications
27427 capable of deciphering URLs on their command line are added here, Alpine
27428 will choose the first available to display URLs it cannot handle directly.
27429 A viewer's availability is based on its being specified with a <B>full
27430 directory path</B> and the evaluation of any optionally supplied
27431 parameters described below.
27434 Additionally, to support various connection methods and applications, each
27435 entry in this list can optionally begin with one or more of
27436 the following special tokens.  The allowed tokens include:
27439 <DL>
27440 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
27441 <DD>
27442 The <VAR>test-string</VAR> is a shell command that Alpine will run to
27443 evaluate a viewer's availability.  The command specified by the test
27444 string is run and if its resulting exit status is non-zero, Alpine will
27445 not consider the associated viewer for use.
27446 </DD>
27448 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
27449 <DD>
27450 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
27451 URL schemes that are to be used with the associated viewer.  This is
27452 the way to configure Alpine to recognize URLs other than the built-in set.
27454 It can also be used to override Alpine's built-in handlers.
27455 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
27456 and Alpine would use (provided it passed all other criteria) the associated
27457 viewer when it encounterd a URL of the form &quot;news:comp.mail.pine&quot;.
27459 </DD>
27460 </DL>
27463 By default, Alpine will simply append a space character followed by the
27464 selected URL prior to launching the command in your specified SHELL.  You can
27465 optionally specify where in the command the selected URL should appear
27466 by using the &quot;_URL_&quot; token.  All occurrences found in the command
27467 will be replaced with the selected URL before the command is handed
27468 to the shell.  If such replacement occurs, the default appending of the
27469 selected URL does not take place.
27472 NOTE: If the viewer you specify has any command-line arguments,
27473 including the &quot;_URL_&quot; token, you will need to add a
27474 double-quote character before the command path and after the last
27475 argument (see the &quot;lynx&quot; example below).
27478 So, here are some example entries:
27479 <PRE>
27480 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/local/bin/netscape
27481               &quot;/usr/local/bin/lynx _URL_&quot;
27482               C:&#92;BIN&#92;NETSCAPE.BAT
27483 </PRE>
27485 This example shows that for the first viewer in the list to be used
27486 the environment variable &quot;DISPLAY&quot; must be defined.  If it
27487 is, then the path and file &quot;/usr/local/bin/netscape&quot; must exist.  
27488 If neither condition is met,
27489 then the path and file &quot;/usr/local/bin/lynx&quot; must exist.  
27490 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL. 
27491 If the path to &quot;lynx&quot; is invalid,
27492 then the final path and file C:&#92;BIN&#92;NETSCAPE.BAT must exist.  
27493 Note that the last
27494 entry is a DOS/Windows path.  This is one way to support Alpine running
27495 on more than one architecture with the same configuration file.<P>
27497 <!--chtml if pinemode="os_windows"-->
27498 <!--chtml else-->
27499 Note that depending on the type of browser used and the method of 
27500 its invocation (such as whether it will open in a separate window) from
27501 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
27502 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
27503 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
27504 In other words, launching the browser from Alpine may make Alpine 
27505 &quot;disappear&quot; (although it is still &quot;running&quot;)
27506 until you close the browser again.<P>  
27507 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
27508 environment: for advanced users and  systems administrators</A>
27509 </UL>
27510 <!--chtml endif-->
27511 <P>If you are unsure what browsers are available on your system or how to 
27512 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
27513 local computing support staff.
27514 <P><UL>
27515 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27516 </UL>
27518 &lt;End of help on this topic&gt;
27519 </BODY>
27520 </HTML>
27521 ====== h_config_history =====
27522 <HTML>
27523 <HEAD>
27524 <TITLE>OPTION: <!--#echo var="VAR_default-directories"--></TITLE>
27525 </HEAD>
27526 <BODY>
27527 <H1>OPTION: <!--#echo var="VAR_default-directories"--></H1>
27529 This option allows you to input a list of directories that Alpine will offer 
27530 for you to use when you are saving or exporting attachments. This is useful
27531 when navigating to specific directories becomes too tedious, or when you 
27532 need to do this on a daily basis, and want Alpine to remember this on a 
27533 permanent basis.
27535 The list of directories saved here can be accessed using the ^Y and ^V commands
27536 in the save prompt for attachments, or the export command.
27538 <P><UL>
27539 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27540 </UL>
27542 &lt;End of help on this topic&gt;
27543 </BODY>
27544 </HTML>
27545 ====== h_config_browser_xterm =====
27546 <HTML>
27547 <HEAD>
27548 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
27549 </HEAD>
27550 <BODY>
27551 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
27552 environment: for advanced users and  systems administrators</H1>
27553 If you are using Alpine with an X-terminal (emulator) and want to define an 
27554 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
27555 you may want to do so in a manner that causes any <B>already</B> 
27556 invoked viewer application to be used for viewing URLs you select from Alpine 
27557 messages, and a <B>new</B> URL-viewer process to be 
27558 started <B>only</B> if the same application has <B>not already</B> 
27559 been launched -- for one reason, to avoid file-locking contentions among 
27560 multiple invocations of the same URL-viewer application.  
27561 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
27562 option does not do this.)  A method of doing that would be:<OL>
27563 <LI> use 
27564 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
27565 check (using commands appropriate for your Unix shell
27566 in place of <VAR>test-string</VAR>) for the presence of a 
27567 lockfile created by the URL-viewer application -- which implies that the 
27568 application is already running, though this is not foolproof. 
27569 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
27570 application with its appropriate command line option(s) to 
27571 show the URL selected from the Alpine message in an already open window of 
27572 that application, or perhaps in a new window of that application.  
27574 <LI> In the 
27575 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
27576 application without those command line options, but this time using the 
27577 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
27578 is defined.
27579 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
27580 windows environment (for instance, using VT-100 terminal emulation), you 
27581 may wish to specify a non-X windows URL-viewer application such as Lynx
27582 as the last entry.
27583 </OL><BR>
27584 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
27585 the command shell, the URL-viewer application(s), and possibly the specific 
27586 version of the latter, you are using.  
27588 Relevant command 
27589 line options for the Netscape browser for showing URLs (selected from Alpine) 
27590 when Netscape is already running are discussed in the document
27591 &quot;Remote Control of UNIX Netscape&quot; 
27592 found at the URL (as of 12 Aug. 1998):
27595 <CENTER><A HREF="http://home.netscape.com/newsref/std/x-remote.html">http://home.netscape.com/newsref/std/x-remote.html</A></CENTER>
27597 <P>(If the URL-viewer application is 
27598 <B>not</B> running on the same host as Alpine, but being launched from an 
27599 applications server, you may not be able to use the command line options for 
27600 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
27602 <!--chtml if this-method="shown-to-work"-->
27603 An example using the Korn shell and the Netscape browser (first entry wrapped 
27604 because of its length, but should all appear on one line):
27606 url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ &quot;/usr/local/bin/netscape -remote 'openURL(_URL_,  new-window)' &amp;&quot;<BR>
27608 _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_ &quot;/usr/local/bin/netscape &amp;&quot;<BR>
27609               &quot;/usr/local/bin/lynx '_URL_'&quot;
27611 <!--chtml endif-->
27613 <UL>   
27614 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27615 </UL><P>
27616 &lt;End of help on this topic&gt;
27617 </BODY>
27618 </HTML>
27619 ====== h_config_enable_full_hdr =====
27620 <HTML>
27621 <HEAD>
27622 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
27623 </HEAD>
27624 <BODY>
27625 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
27627 This feature enables the &quot;H Full Headers&quot; command which toggles between
27628 the display of all headers in the message and the normal edited view of
27629 headers.  The Full Header command also controls which headers are included
27630 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
27631 Full Header mode will respect the
27632 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
27633 feature setting.)
27635 If Full Header mode is turned on and you Forward a message, you will
27636 be asked if you'd like to forward the message as an attachment, as opposed
27637 to including the text of the message in the body of your new message.
27639 If you have also turned on the
27640 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
27641 option then the Full Headers command actually rotates through three states
27642 instead of just two.
27643 The first is the normal view with long quotes suppressed.
27644 The second is the normal view but with the long quotes included.
27645 The last enables the display of all headers in the message.
27646 When using Export, Pipe, Print, Forward, or Reply the quotes are
27647 never suppressed, so the first two states are identical.
27649 Normally, the Header Mode will reset
27650 to the default behavior when moving to a new message.
27651 The mode can be made to persist from message to message by setting the feature
27652 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
27654 <UL>   
27655 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27656 </UL><P>
27657 &lt;End of help on this topic&gt;
27658 </BODY>
27659 </HTML>
27660 ====== h_config_enable_full_hdr_and_text =====
27661 <HTML>
27662 <HEAD>
27663 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
27664 </HEAD>
27665 <BODY>
27666 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
27668 This feature affects how the &quot;H Full Headers&quot; command displays
27669 message text.  If set, the raw message text will be displayed.  This
27670 especially affects MIME formatted email, where the entire MIME format
27671 will be displayed.  This feature similarly affects how messages are
27672 included for the Export, Pipe, Print, Forward, and Reply functions.
27674 When viewing a raw message that has attachments with this feature set,
27675 you will not be able to view attachments without first leaving full 
27676 headers mode.  This is because MIME parsing is not done on the raw message.
27678 <UL>   
27679 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27680 </UL><P>
27681 &lt;End of help on this topic&gt;
27682 </BODY>
27683 </HTML>
27684 ====== h_config_enable_pipe =====
27685 <HTML>
27686 <HEAD>
27687 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
27688 </HEAD>
27689 <BODY>
27690 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
27692 This feature enables the "| Pipe" command that sends the current message
27693 to the specified command for external processing.
27696 A short description of how the pipe command works is given
27697 <A HREF="h_pipe_command">here</A>.
27700 <UL>   
27701 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27702 </UL><P>
27703 &lt;End of help on this topic&gt;
27704 </BODY>
27705 </HTML>
27706 ====== h_config_quell_full_hdr_reset =====
27707 <HTML>
27708 <HEAD>
27709 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
27710 </HEAD>
27711 <BODY>
27712 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
27714 The <A HREF="h_common_hdrmode">HdrMode Command</A>
27715 normally resets to the default state when switching to a new message.
27716 For example, if you've used the &quot;H&quot; command to turn on Full
27717 Headers for a message you are viewing, and then you type the Next command
27718 to look at the next message, the full headers will no longer be shown.
27719 Setting this feature disables that reset.
27720 Instead, the Header Mode remains the same from message to message.
27723 The presence or absence of the HdrMode command is determined by the
27724 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
27725 Feature-List option.
27727 <UL>   
27728 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27729 </UL><P>
27730 &lt;End of help on this topic&gt;
27731 </BODY>
27732 </HTML>
27733 ====== h_config_enable_tab_complete =====
27734 <HTML>
27735 <HEAD>
27736 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
27737 </HEAD>
27738 <BODY>
27739 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
27741 This feature enables the TAB key when at a prompt for a filename. In this
27742 case, TAB will cause the partial name already entered to be automatically
27743 completed, provided the partial name is unambiguous.
27744 This feature is on by default.
27746 Similarly, this feature also enables TAB completion of address book
27747 nicknames when at a prompt for a nickname,
27748 or when typing in an address field in the composer.
27750 &lt;End of help on this topic&gt;
27751 </BODY>
27752 </HTML>
27753 ====== h_config_quit_wo_confirm =====
27754 <HTML>
27755 <HEAD>
27756 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
27757 </HEAD>
27758 <BODY>
27759 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
27761 This feature controls whether or not Alpine will ask for confirmation when a
27762 Quit command is received.
27764 &lt;End of help on this topic&gt;
27765 </BODY>
27766 </HTML>
27767 ====== h_config_quote_replace_noflow =====
27768 <HTML>
27769 <HEAD>
27770 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
27771 </HEAD>
27772 <BODY>
27773 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
27775 This feature, which is only active when
27776 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
27777 also set,
27778 enables quote-replacement on non-flowed messages.  It is off
27779 by default because a non-flowed message is more dependent on its format,
27780 and thus quote-replacement may cause less-than-pleasing results.
27781 Setting this feature will cause quote-replacement similar to that of flowed
27782 messages, but with the added possibility of long lines being wrapped
27783 into new lines if the Quote-Replacement-String is longer than the string
27784 it is replacing, which is &quot;&gt;&nbsp;&quot;.
27786 &lt;End of help on this topic&gt;
27787 </BODY>
27788 </HTML>
27789 ====== h_config_enable_jump =====
27790 <HTML>
27791 <HEAD>
27792 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
27793 </HEAD>
27794 <BODY>
27795 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
27797 When this feature is set you may enter a number (followed by RETURN)
27798 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
27799 screens.  In other words, it obviates the need for typing the "J" for the
27800 Jump command.
27802 &lt;End of help on this topic&gt;
27803 </BODY>
27804 </HTML>
27805 ====== h_config_enable_alt_ed =====
27806 <HTML>
27807 <HEAD>
27808 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
27809 </HEAD>
27810 <BODY>
27811 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
27813 If this feature is set (the default), and the 
27814 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27815 <B>is not</B> set, entering
27816 the ^_ (Ctrl-underscore) key while composing a message will prompt you
27817 for the name of the editor you would like to use.
27819 If the environment variable $EDITOR is set, its value will be offered as
27820 a default.
27822 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27823 <B>is</B> set, the ^_ key will activate the specified
27824 editor without prompting, in which case it is not necessary to
27825 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
27827 <UL>   
27828 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27829 </UL><P>
27830 &lt;End of help on this topic&gt;
27831 </BODY>
27832 </HTML>
27833 ====== h_config_alt_ed_now =====
27834 <HTML>
27835 <HEAD>
27836 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
27837 </HEAD>
27838 <BODY>
27839 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
27841 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
27842 variable are both set, Alpine will
27843 automatically activate the specified editor when the cursor is moved from
27844 the header of the message being composed into the message text.  For
27845 replies, the alternate editor will be activated immediately.  If this
27846 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
27847 automatically ask for the name of an alternate editor when the cursor
27848 is moved out of the header being composed, or if a reply is being done.
27850 <P><UL>
27851 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27852 </UL>
27854 &lt;End of help on this topic&gt;
27855 </BODY>
27856 </HTML>
27857 ====== h_config_enable_bounce =====
27858 <HTML>
27859 <HEAD>
27860 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
27861 </HEAD>
27862 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
27863 <BODY>
27865 Setting this feature enables the "B Bounce" command, which will prompt
27866 for an address and *remail* the message to the new recipient.  This command
27867 is used to re-direct messages that you have received in error, or need to
27868 be redirected for some other reason (e.g. list moderation).  The final
27869 recipient will see a header indicating that you have Resent the msg, but
27870 the message's From: header will show the original author of the message,
27871 and replies to it will go back to that author, and not to you.
27873 &lt;End of help on this topic&gt;
27874 </BODY>
27875 </HTML>
27876 ====== h_config_enable_agg_ops =====
27877 <HTML>
27878 <HEAD>
27879 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
27880 </HEAD>
27881 <BODY>
27882 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
27884 When this feature is set you may use the commands and subcommands that relate to
27885 performing operations on more than one message at a time.  We call these
27886 &quot;aggregate operations&quot;.  In particular, the 
27887 <!--chtml if pinemode="function_key"-->&quot;F5
27888 <!--chtml else-->&quot;;
27889 <!--chtml endif--> Select&quot;, 
27891 <!--chtml if pinemode="function_key"-->
27892 &quot;F6
27893 <!--chtml else-->
27894 &quot;A 
27895 <!--chtml endif-->
27896 Apply&quot;, and 
27897 <!--chtml if pinemode="function_key"-->
27898 &quot;F4
27899 <!--chtml else-->
27900 &quot;Z 
27901 <!--chtml endif-->
27902 Zoom&quot; commands are enabled by this feature.  Select is used to
27903 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
27904 then be used to apply any message command to all of the selected/tagged
27905 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
27906 view between just those Selected and all messages in the folder.
27908 This feature also enables the 
27909 <!--chtml if pinemode="function_key"-->
27910 &quot;F7&quot; 
27911 <!--chtml else-->
27912 &quot;^X&quot; 
27913 <!--chtml endif-->
27915 subcommand in the MESSAGE INDEX 
27916 WhereIs command that causes all messages matching the WhereIs argument to 
27917 become selected; and the Select, Select Current, and ZoomMode commands in the
27918 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
27920 Some related help topics are
27921 <UL>
27922 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
27923 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
27924 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
27925 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
27926 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
27927 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
27928 </UL>
27930 <UL>   
27931 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27932 </UL><P>
27933 &lt;End of help on this topic&gt;
27934 </BODY>
27935 </HTML>
27937 ====== h_config_enable_flag =====
27938 <HTML>
27939 <HEAD>
27940 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
27941 </HEAD>
27942 <BODY>
27943 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
27945 Setting this feature enables the
27946 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
27947 command that allows you to
27948 manipulate the status flags associated with a message.  By default, Flag
27949 will set the "Important" flag, which results in an asterisk being
27950 displayed in column one of the MESSAGE INDEX for such messages.
27952 &lt;End of help on this topic&gt;
27953 </BODY>
27954 </HTML>
27955 ====== h_config_flag_screen_default =====
27956 <HTML>
27957 <HEAD>
27958 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
27959 </HEAD>
27960 <BODY>
27961 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
27963 The feature modifies the behavior of the
27964 <a href="h_common_flag">Flag</a>
27965 command (provided it too is
27966 <A HREF="h_config_enable_flag">enabled</A>).
27967 By default, when the "* Flag" command is selected,
27968 Alpine offers a prompt to set one of several flags and also offers the
27969 option of entering the detailed flag manipulation screen via the "^T"
27970 key. Enabling this feature causes Alpine to immediately enter the detailed
27971 flag screen rather than first offer the simple prompt.
27973 <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.
27975 &lt;End of help on this topic&gt;
27976 </BODY>
27977 </HTML>
27978 ====== h_config_flag_screen_kw_shortcut =====
27979 <HTML>
27980 <HEAD>
27981 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
27982 </HEAD>
27983 <BODY>
27984 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
27986 This feature modifies the behavior of the
27987 <a href="h_common_flag">Flag</a> command
27988 and the <A HREF="h_index_cmd_select">Select</A> command.
27989 This feature is set by default.
27990 When this feature is not set, when the "* Flag" command is selected,
27991 Alpine offers a prompt to set one of several flags and also offers the
27992 option of entering the detailed flag manipulation screen via the "^T"
27993 key.
27994 If you have
27995 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
27996 defined, then enabling this feature adds a shortcut way to set or unset
27997 keywords.
27998 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
27999 a keyword if you've given it a nickname) and that will set the keyword.
28001 An example is easier to understand than the explanation.
28002 The flag command can always be used to set the system flags.
28003 For example, to set the Answered flag you would type
28005 <CENTER><SAMP>* A</SAMP></CENTER>
28007 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
28008 option in the Config screen.
28009 By default, to set a keyword like &quot;Work&quot; you would usually
28010 have to go to the Flag Details screen using
28011 the &quot;^T To Flag Details&quot; command.
28012 Instead, if you have enabled this feature, you may type
28014 <CENTER><SAMP>* W</SAMP></CENTER>
28016 to set the Work flag, or
28018 <CENTER><SAMP>* ! W</SAMP></CENTER>
28020 to unset it.
28021 Just like for the other flag setting commands, the case of the letter does
28022 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
28023 keyword.
28025 Notice that you can only use this trick for one keyword that begins
28026 with &quot;W&quot;.
28027 If you happen to have a &quot;Work&quot; keyword and another keyword that is
28028 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
28029 your list of keywords.
28030 Also, there are five letters that are reserved for system
28031 flags and the NOT command.
28032 If you type &quot;* A&quot; it will always set the Answered flag, not
28033 your &quot;Aardvark&quot; keyword.
28034 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
28035 the Flag Details screen.
28037 Because enabling the
28038 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
28039 option causes Alpine to skip directly to the Flag Details screen when the
28040 Flag command is used, 
28041 setting it will cause this feature to have no effect at all.
28043 Similarly, when Selecting by Keyword, setting this option will allow you
28044 to use Keyword initials instead of full keywords.
28046 &lt;End of help on this topic&gt;
28047 </BODY>
28048 </HTML>
28049 ====== h_config_can_suspend =====
28050 <HTML>
28051 <HEAD>
28052 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
28053 </HEAD>
28054 <BODY>
28055 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
28057 Setting this feature will allow you to type ^Z (Control Z) to 
28058 <!--chtml if pinemode="os_windows"-->
28059 minimize Alpine into its icon, bringing into focus whatever
28060 application is running behind the PC-Alpine window.
28061 <!--chtml else-->
28062 temporarily suspend Alpine.
28065 This does not exit Alpine, but puts it in the background to watch
28066 for new mail and such.  Normally, you type a command, such
28067 as &quot;fg&quot; at your system prompt to return to your Alpine session.
28070 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
28071 adjusts whether Alpine is placed into the background of the shell its 
28072 running in or starts a news shell.
28073 <!--chtml endif-->
28076 <UL>   
28077 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28078 </UL><P>
28079 &lt;End of help on this topic&gt;
28080 </BODY>
28081 </HTML>
28082 ====== h_config_take_lastfirst ======
28083 <HTML>
28084 <HEAD>
28085 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
28086 </HEAD>
28087 <BODY>
28088 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
28090 Normally, when TakeAddr is used to copy an address from a message into
28091 an address book entry, Alpine will attempt to rewrite the full name of the
28092 address in the form
28095 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
28097 instead of<P>
28099 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
28102 It does this because many people find it useful to sort by Last name
28103 instead of First name.  If this feature is set, then the TakeAddr command
28104 will not attempt to reverse the name in this manner.
28106 &lt;End of help on this topic&gt;
28107 </BODY></HTML>
28108 ====== h_config_disable_regex ======
28109 <HTML>
28110 <HEAD>
28111 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
28112 </HEAD>
28113 <BODY>
28114 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
28116 Normally, the
28117 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
28118 option is interpreted as a regular expression.
28119 One type of address that might cause trouble is an address that
28120 contains a plus sign.
28121 If you want to have an address with a plus as one of your
28122 <!--#echo var="VAR_alt-addresses"-->
28123 and you don't want to use regular expressions, then setting this
28124 feature will cause Alpine to treat the addresses you list literally instead.
28126 &lt;End of help on this topic&gt;
28127 </BODY></HTML>
28128 ====== h_config_take_fullname ======
28129 <HTML>
28130 <HEAD>
28131 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
28132 </HEAD>
28133 <BODY>
28134 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
28136 Normally, when TakeAddr is used to copy an address or addresses
28137 from a message into an address book entry, Alpine will try to preserve
28138 the full name associated with each address in the list of addresses.
28139 The reason for this is so that if the entry is a list or later becomes a
28140 list, then information about the individual addresses in the list
28141 is preserved.
28142 If you would rather just have the simple addresses in the list of addresses,
28143 set this feature. For example, with the default setting you might
28144 see something like this in the ADDRESS BOOK editor after you type TakeAddr
28146 <PRE>
28147  Nickname  : nick
28148  Fullname  : Bedrock Elders
28149  Fcc       :
28150  Comment   :
28151  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
28152              Barney Rubble &lt;rubble@bedrock.org&gt;
28153 </PRE>
28155 but with this feature set it would look like
28157 <PRE>
28158  Nickname  : nick
28159  Fullname  : Bedrock Elders
28160  Fcc       :
28161  Comment   :
28162  Addresses : flint@bedrock.org,
28163              rubble@bedrock.org
28164 </PRE>
28166 instead. Note the difference in the Addresses field.
28168 &lt;End of help on this topic&gt;
28169 </BODY></HTML>
28170 ====== h_config_print_from ======
28171 <HTML>
28172 <HEAD>
28173 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
28174 </HEAD>
28175 <BODY>
28176 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
28178 If this feature is set, then the Berkeley-mail style From line is included
28179 at the start of each message that is printed.  This line looks something
28180 like the following, with the address replaced by the address from the
28181 From line of the message being printed:
28183 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
28184 14:11:06 1998
28186 &lt;End of help on this topic&gt;
28187 </BODY>
28188 </HTML>
28189 ====== h_config_expanded_distlists ======
28190 <HTML>
28191 <HEAD>
28192 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
28193 </HEAD>
28194 <BODY>
28195 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
28196 If this feature is set, then distribution lists in the address book
28197 screen will always be expanded automatically.
28199 &lt;End of help on this topic&gt;
28200 </BODY>
28201 </HTML>
28202 ====== h_config_compose_news_wo_conf ======
28203 <HTML>
28204 <HEAD>
28205 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
28206 </HEAD>
28207 <BODY>
28208 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
28209 This feature controls one aspect of Alpine's Composer.  If you enter the
28210 composer while reading a newsgroup, you will normally be prompted to
28211 determine whether you intend the new message to be posted to the current
28212 newsgroup or not.  If this feature is set, Alpine will not prompt you
28213 in this situation, and will assume that you do indeed wish to post
28214 to the newsgroup you are reading.
28216 &lt;End of help on this topic&gt;
28217 </BODY>
28218 </HTML>
28219 ====== h_config_compose_rejects_unqual ======
28220 <HTML>
28221 <HEAD>
28222 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
28223 </HEAD>
28224 <BODY>
28225 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
28227 This feature controls one aspect of the message composer; in particular,
28228 what happens when an unqualified name is entered into an address header.
28229 If set, unqualified names entered as addresses will be treated as errors
28230 unless they match an addressbook nickname.  Alpine will not attempt to turn
28231 them into complete addresses by adding your local domain.<P>
28233 A complete (fully qualified) address is one containing a username followed
28234 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
28235 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
28236 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
28238 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
28242 When you enter a fully qualified address, Alpine does not interpret or
28243 modify it, but simply passes it on to the mail-transport-agent (MTA) for
28244 your system.  Alpine conforms to the Internet standards governing message
28245 headers and will not send an unqualifed name to the MTA.  Therefore, when
28246 you enter an unqualified name, Alpine will normally attempt to turn it into
28247 a fully qualified address, first by checking to see if you have entered a
28248 matching nickname in your addressbook, or failing that, by simply adding
28249 your own domain to the name entered.  So if your address is
28250 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
28251 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
28252 that into &quot;fred@example.com&quot;.<P>
28254 There are situations where it is not desirable for Alpine to interpret such
28255 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
28256 turned out to be a typo (intended to be an addressbook nickname), but
28257 there actually was a &quot;fred&quot; in your local domain, the message might 
28258 be mis-delivered without your realizing it.  In order to reduce the likelihood
28259 of such accidents, setting this feature will cause Alpine to treat such
28260 addresses as errors, and require that you explicitly enter the full local
28261 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
28262 matches an address book nickname.<P>
28264 Consider this a safety feature against mis-directed mail.
28266 <UL>   
28267 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28268 </UL><P>
28269 &lt;End of help on this topic&gt;
28270 </BODY>
28271 </HTML>
28272 ====== h_config_quell_local_lookup ======
28273 <HTML>
28274 <HEAD>
28275 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
28276 </HEAD>
28277 <BODY>
28278 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
28280 This feature controls an aspect of Alpine's Composer, and if needed, will
28281 usually be set by your system manager in Alpine's system-wide configuration
28282 file. Specifically, if this feature is set, Alpine will not attempt to look
28283 in the system password file to find a Full Name for the entered address.
28285 Normally, names you enter into address fields (e.g. To: or Cc:) are
28286 checked against your address book(s) to see if they match an address book
28287 nickname.  Failing that, (in Unix Alpine) the name is then checked against
28288 the Unix password file.  If the entered name matches a username in the
28289 system password file, Alpine extracts the corresponding Full Name information
28290 for that individual, and adds that to the address being entered.
28292 However, password file matching can have surprising (incorrect) results if
28293 other users of the system do not receive mail at the domain you are using.
28294 That is, if either the 
28295 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
28296 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
28297 option
28298 is set such that the administrative domain of other users on the system
28299 isn't accurately reflected, Alpine should be told that a passwd file match
28300 is coincidental, and Full Name info will be incorrect.  For example, a
28301 personal name from the password file could get falsely paired with the
28302 entered name as it is turned into an address in the configured domain.
28304 If you are seeing this behavior, enabling this feature will prevent Unix
28305 Alpine from looking up names in the password file to find the Full Name
28306 for incomplete addresses you enter.<P>
28307 <UL>
28308 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28309 </UL>
28311 &lt;End of help on this topic&gt;
28312 </BODY>
28313 </HTML>
28314 ====== h_config_tab_checks_recent ======
28315 <HTML>
28316 <HEAD>
28317 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
28318 </HEAD>
28319 <BODY>
28320 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
28322 In a FOLDER LIST screen, the TAB key usually just changes which
28323 folder is highlighted.
28324 If this feature is set, then the TAB key will cause the number of
28325 recent messages and the total number of messages in the highlighted folder
28326 to be displayed instead.
28329 &lt;End of help on this topic&gt;
28330 </BODY>
28331 </HTML>
28332 ====== h_config_maildrops_preserve_state ======
28333 <HTML>
28334 <HEAD>
28335 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
28336 </HEAD>
28337 <BODY>
28338 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
28340 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
28341 Normally, when mail is moved from a Mail Drop folder to a destination
28342 folder, it is delivered as new mail.
28343 Any Seen/New, Answered, Important/Flagged state that has changed will be
28344 ignored.
28345 All of the mail will be considered unSeen, unAnswered, and unImportant after
28346 it is moved.
28348 If this feature is set, then the state changes that have been made
28349 to the messages in the Mail Drop folder will be preserved.
28351 In any case, messages that are already marked Deleted when the
28352 mail is to be moved from the Mail Drop will be ignored.
28354 &lt;End of help on this topic&gt;
28355 </BODY>
28356 </HTML>
28357 ====== h_config_preopen_stayopens ======
28358 <HTML>
28359 <HEAD>
28360 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
28361 </HEAD>
28362 <BODY>
28363 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
28365 This feature is related to the option
28366 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
28367 Normally, Stay Open folders are only opened on demand, when the user
28368 asks to open them.
28369 From then on they are kept open for the duration of the session.
28370 However, if this feature is set, then the Stay Open folders will all be
28371 opened at startup, at the same time that the INBOX is opened.
28374 &lt;End of help on this topic&gt;
28375 </BODY>
28376 </HTML>
28377 ====== h_config_expunge_inbox ======
28378 <HTML>
28379 <HEAD>
28380 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
28381 </HEAD>
28382 <BODY>
28383 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
28385 The INBOX is normally treated differently from regular folders in several
28386 ways.
28387 One of the differences is that the normal &quot;close&quot; sequence of
28388 events is deferred until Alpine is exited, instead of happening when you
28389 leave the INBOX to view another folder.
28390 The &quot;close&quot; sequence normally includes the Expunging
28391 of deleted messages
28392 (either automatically or after a prompt, controlled by the features
28393 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
28394 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
28395 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
28396 handling of the
28397 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
28400 If this feature is set the &quot;close&quot; sequence handling will take
28401 place every time you leave the INBOX.
28402 The INBOX will still be kept open, but the offer to Expunge and the archiving
28403 to the <!--#echo var="VAR_read-message-folder"-->
28404 will take place each time you leave the INBOX instead of only once at the
28405 end of the session.
28408 &lt;End of help on this topic&gt;
28409 </BODY>
28410 </HTML>
28411 ====== h_config_expunge_stayopens ======
28412 <HTML>
28413 <HEAD>
28414 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
28415 </HEAD>
28416 <BODY>
28417 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
28419 This feature is related to the option
28420 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
28421 Stay Open folders are treated differently from regular folders in several
28422 ways.
28423 One of the differences is that the normal &quot;close&quot; sequence of
28424 events is deferred until Alpine is exited, instead of happening when you
28425 leave the folder to view another folder.
28426 The &quot;close&quot; sequence normally includes the Expunging
28427 of deleted messages
28428 (either automatically or after a prompt, controlled by the features
28429 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
28430 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
28431 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
28432 handling of
28433 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
28436 If this feature is set the &quot;close&quot; sequence handling will take
28437 place when you leave the Stay Open folder.
28438 The folder will still be kept open, but the offer to Expunge and the archiving
28439 will take place each time you leave the folder instead of only once at the
28440 end of the session.
28441 This feature does not affect the INBOX, which will still only be processed
28442 when you exit Alpine.
28443 However, there is a similar feature that affects only the INBOX called
28444 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
28447 &lt;End of help on this topic&gt;
28448 </BODY>
28449 </HTML>
28450 ====== h_config_preserve_start_stop ======
28451 <HTML>
28452 <HEAD>
28453 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
28454 </HEAD>
28455 <BODY>
28456 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
28458 This feature controls how special control key characters, typically
28459 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
28460 are known as the "stop" and "start" characters and are sometimes used in
28461 communications paths to control data flow between devices that operate at
28462 different speeds.
28466 By default, Alpine turns the system's handling of these special characters
28467 off except during printing.  However, if you see Alpine reporting input errors
28468 such as:
28470 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
28472 and, at the same time, see your display become garbled, then it is likely
28473 that setting this option will solve the problem.  Be aware, though, that
28474 enabling this feature will also cause Alpine to ostensibly "hang" 
28475 whenever the Ctrl-S key combination is entered as the system is now
28476 interpreting such input as a "stop output" command.  To "start
28477 output"  again, simply type Ctrl-Q. 
28479 &lt;End of help on this topic&gt;
28480 </BODY>
28481 </HTML>
28482 ====== h_config_enable_incoming ======
28483 <HTML>
28484 <HEAD>
28485 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
28486 </HEAD>
28487 <BODY>
28488 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
28490 Alpine's Incoming Message Folders collection
28491 provides a convenient way to access multiple incoming folders.
28492 It is also useful if you have accounts on multiple computers.
28495 If set, this feature defines a pseudo-folder collection called
28496 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
28497 in this collection will be your INBOX, which will no longer show up in
28498 your Default folder collection.
28501 You may add more folders to the Incoming Message Folders collection by
28502 using the
28503 <!--chtml if pinemode="function_key"-->
28504 &quot;F10
28505 <!--chtml else-->
28506 &quot;A
28507 <!--chtml endif-->
28508 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
28509 the host the folder is stored on (which defaults to the same host used
28510 for your INBOX), a nickname, and the actual folder name.  Once a set
28511 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
28512 or MESSAGE TEXT screens) may be used to scan the folders for those
28513 with Recent messages.  If you add more folders to
28514 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
28515 no effect.
28517 NOTE: Normally the software that actually delivers mail (the stuff that happens
28518 before Alpine is involved) is in a better position to do delivery filtering
28519 than is Alpine itself.
28520 If possible, you may want to look at programs such as
28521 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
28522 filtering programs.
28523 If you'd prefer to have Alpine do the filtering for you, you may set that
28525 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
28527 <UL>   
28528 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28529 </UL><P>
28530 &lt;End of help on this topic&gt;
28531 </BODY>
28532 </HTML>
28533 ====== h_config_enable_incoming_checking ======
28534 <HTML>
28535 <HEAD>
28536 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
28537 </HEAD>
28538 <BODY>
28539 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
28541 This feature is only operational if you have enabled the optional
28542 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
28543 If you do have Incoming Message Folders and you also set this feature,
28544 then the number of Unseen messages in each folder will be displayed
28545 in the FOLDER LIST screen for the Incoming Message Folders.
28546 The number of Unseen messages in a folder will be displayed in parentheses
28547 to the right of the name of each folder.
28548 If there are no Unseen messages in a folder then only the name
28549 is displayed, not a set of parentheses with zero inside them.
28550 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
28551 the Incoming Message Folders to cause an immediate update.
28553 If a check for Unseen messages fails for a particular folder then Alpine
28554 will no longer attempt to check that folder for the duration of the
28555 session and this will be indicated by a question mark inside the
28556 parentheses.
28558 The features
28559 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
28560 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
28561 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
28562 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
28563 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
28564 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
28565 all affect how this feature behaves.
28567 <UL>   
28568 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28569 </UL><P>
28570 &lt;End of help on this topic&gt;
28571 </BODY>
28572 </HTML>
28573 ====== h_config_incoming_checking_total ======
28574 <HTML>
28575 <HEAD>
28576 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
28577 </HEAD>
28578 <BODY>
28579 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
28581 This option has no effect unless the feature
28582 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28583 is set, which in turn has no effect unless
28584 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28585 is set.
28587 When incoming folder checking is turned on the default is to display
28588 the number of unseen messages in each folder.
28589 More precisely, it is the number of undeleted unseen messages.
28590 Using this option you may also display the total number of messages
28591 in each folder.
28592 Instead of a single number representing the number of unseen messages
28593 you will get two numbers separated by a slash character.
28594 The first is the number of unseen messages and the second is the
28595 total number of messages.
28597 You may also use the recent message count instead of the unseen message
28598 count by turning on the feature
28599 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
28601 <UL>   
28602 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28603 </UL><P>
28604 &lt;End of help on this topic&gt;
28605 </BODY>
28606 </HTML>
28607 ====== h_config_incoming_checking_recent ======
28608 <HTML>
28609 <HEAD>
28610 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
28611 </HEAD>
28612 <BODY>
28613 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
28615 This option has no effect unless the feature
28616 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28617 is set, which in turn has no effect unless
28618 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28619 is set.
28621 When incoming folder checking is turned on the default is to display
28622 the number of unseen messages in each folder.
28623 More precisely, it is the number of undeleted unseen messages.
28624 Using this option you may display the number of recent messages instead
28625 of the number of unseen messages.
28626 A message is only counted as recent if this is the first session to
28627 see it, so the recent count might be less than the unseen count.
28628 The difference between the two would be accounted for by the unseen messages
28629 in the folder which were there previously but have not been looked at yet.
28631 If you simultaneously run more than one email client at a time
28632 (for example, you run more than one Alpine in parallel) then turning
28633 this feature on can cause some confusion.
28634 The confusion stems from the fact that each message is only considered to be
28635 recent in one session.
28636 That means that the counts of new messages may be different in the two
28637 Alpines running side by side, because each incoming message will only be
28638 counted as recent in one of the two sessions.
28640 You may also display the total number of messages
28641 in each folder by using the
28642 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
28643 option.
28645 <UL>   
28646 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28647 </UL><P>
28648 &lt;End of help on this topic&gt;
28649 </BODY>
28650 </HTML>
28651 ====== h_config_attach_in_reply ======
28652 <HTML>
28653 <HEAD>
28654 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
28655 </HEAD>
28656 <BODY>
28657 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
28659 This feature controls an aspect of Alpine's Reply command. If set, any MIME
28660 attachments that were part of the original message will automatically be
28661 included in the Reply.
28663 &lt;End of help on this topic&gt;
28664 </BODY>
28665 </HTML>
28666 ====== h_config_include_header =====
28667 <HTML>
28668 <HEAD>
28669 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
28670 </HEAD>
28671 <BODY>
28672 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
28674 This feature controls an aspect of Alpine's Reply command. If set, and the
28675 original message is being included in the reply, then headers from that
28676 message will also be part of the reply.
28678 &lt;End of help on this topic&gt;
28679 </HEAD>
28680 </HTML>
28681 ====== h_config_sig_at_bottom =====
28682 <HTML>
28683 <HEAD>        
28684 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
28685 </HEAD>
28686 <BODY>
28687 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
28689 This feature controls an aspect of Alpine's Reply command.  If this feature
28690 is set, and the original message is being included in the reply, then the
28691 contents of your signature file (if any) will be inserted after the included
28692 message.
28694 This feature does not affect the results of a Forward command.
28696 &lt;End of help on this topic&gt;
28697 </BODY>
28698 </HTML>
28699 ====== h_config_sigdashes =====
28700 <HTML>
28701 <HEAD>
28702 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
28703 </HEAD>
28704 <BODY>
28705 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
28707 This feature enables support for the common USENET news convention 
28708 of preceding a message signature with the special line consisting of 
28709 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
28712 When enabled and a
28713 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
28714 Alpine will insert the special line before including the file's text (unless
28715 the special line already exists somewhere in the file's text).
28718 In addition, when you Reply or Followup to a message containing one of
28719 these special lines and choose to include its text, Alpine will observe
28720 the convention of not including text beyond the special line in your
28721 reply.
28722 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28723 mode is enabled and turned on, then Alpine <EM>will</EM>
28724 include the text beyond the special line regardless of the setting of
28725 this feature.
28728 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
28729 for a related feature.
28732 <UL>   
28733 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28734 </UL><P>
28735 &lt;End of help on this topic&gt;
28736 </BODY>
28737 </HTML>
28738 ====== h_config_new_thread_blank_subject =====
28739 <HTML>
28740 <HEAD>
28741 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
28742 </HEAD>
28743 <BODY>
28744 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
28746 When this feature is enabled (the default) Alpine will create a new thread
28747 every time that the subject line becomes empty at any time during composition.
28750 This behavior is particularly useful in case you are replying to a message.
28751 Replying to a message causes the message to be in the same thread than the
28752 original message that is being replied to. However, many authors want to create
28753 a new message (in a different thread) while replying to a message, and they do
28754 this by changing the full subject, by first deleting the original subject and
28755 typing the new subject of the current message.
28758 Enabling this feature causes that any time that the subject is deleted, the 
28759 message being composed will be considered the first message of a new thread.
28762 <UL>   
28763 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28764 </UL><P>
28765 &lt;End of help on this topic&gt;
28766 </BODY>
28767 </HTML>
28768 ====== h_config_strip_sigdashes =====
28769 <HTML>
28770 <HEAD>
28771 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
28772 </HEAD>
28773 <BODY>
28774 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
28776 This feature doesn't do anything if the feature
28777 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
28778 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
28779 then turning on this feature enables support for the convention
28780 of not including text beyond the sigdashes line when Replying or Following
28781 up to a message and including the text of that message.
28782 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28783 mode is enabled and turned on, then Alpine <EM>will</EM>
28784 include the text beyond the special line regardless of the setting of
28785 this feature.
28787 In other words, this is a way to turn on the signature stripping behavior
28788 without also turning on the dashes-adding behavior.
28790 <UL>   
28791 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28792 </UL><P>
28793 &lt;End of help on this topic&gt;
28794 </BODY>
28795 </HTML>
28796 ====== h_config_forward_as_attachment =====
28797 <HTML>
28798 <HEAD>
28799 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
28800 </HEAD>
28801 <BODY>
28802 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
28804 This feature affects the way forwarded message text is handled.  When set, rather than 
28805 include the text of the forwarded message below any additional text you provide in the
28806 composer, the forwarded message is attached in its entirety to the message you send.
28808 This is useful in that it keeps the text you provide in the composer distinct from the
28809 text of the forwarded message.  Similarly, it allows the recipient to 
28810 conveniently operate on the forwarded message.  For example, they might reply directly to
28811 the sender of the forwarded message, or process it as part of a spam report.
28812 <UL>   
28813 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28814 </UL><P>
28815 &lt;End of help on this topic&gt;
28816 </BODY>
28817 </HTML>
28818 ====== h_config_preserve_field =====
28819 <HTML>
28820 <HEAD>
28821 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
28822 </HEAD>
28823 <BODY>
28824 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
28826 This feature affects Alpine's behavior when one replies to a message. 
28827 When you receive a message, some or all of the recipients of the message 
28828 have been added to the To: and Cc: fields. If you reply to such message, 
28829 and this feature is disabled, then the original sender of the message is 
28830 added to the To: field, and all other recipients are added to the Cc: 
28831 field, while your address is added to the From: field.
28834 However, if this feature is enabled, then Alpine will preserve the 
28835 original fields as sent in the original message, so the Cc: and To: 
28836 fields will be preserved. The sender's address will be added to the To: 
28837 field, while your address is added to the From: field.
28840 The behavior of this feature is that replies to all messages will behave 
28841 in the way described above. If you only intend this to happen on a per 
28842 message basis, then keep this feature disabled, and when replying to a 
28843 message you will see a new option in the menu for the &quot;Reply to all 
28844 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
28845 make Alpine toggle its question so you can preserve the To: and Cc: 
28846 fields for that message only.
28848 <UL>   
28849 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28850 </UL><P>
28851 &lt;End of help on this topic&gt;
28852 </BODY>
28853 </HTML>
28854 ====== h_config_sub_lists =====
28855 <HTML>
28856 <HEAD>
28857 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
28858 </HEAD>
28859 <BODY>
28860 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
28862 This feature affects the subcommands available when Saving, 
28863 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
28864 available. This command allows you to type in a substring of the folder
28865 you are looking for and when you type ^X it will display all folders
28866 that contain that substring in their names.
28867 This feature is set by default.
28870 &lt;End of help on this topic&gt;
28871 </BODY>
28872 </HTML>
28873 ====== h_config_scramble_message_id =====
28874 <HTML>
28875 <HEAD>
28876 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
28877 </HEAD>
28878 <BODY>
28879 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
28881 Normally the Message-ID header that Alpine generates when sending a message
28882 contains the name of the computer from which the message is being sent.
28883 Some believe that this hostname could be used by spammers or could
28884 be used by others for nefarious purposes.
28885 If this feature is set, that name will be transformed with a simple
28886 Rot13 transformation.
28887 The result will still have the correct syntax for a Message-ID but the
28888 part of the MessageID that is often a domain name will not be an actual
28889 domain name because the letters will be scrambled.
28891 In addition, other information such as the name program, version, and
28892 a code for operating system used to build Alpine, will be encoded using
28893 the Rot13 transformation, except for the version number which will be
28894 encoded using a Rot5 transformation.
28896 It is possible (but unlikely?) that some spam detection
28897 software will use that as a reason to reject the mail as spam.
28898 It has also been reported that some spam detection software uses the
28899 fact that there are no dots after the &quot;@&quot; as a reason to reject
28900 messages.
28901 If your PC-Alpine Message-ID is using a name without a dot that is because
28902 that is what Windows thinks is your &quot;Full computer name&quot;.
28903 The method used to set this varies from one type of Windows to another but
28904 check under Settings -> Control Panel -> System and
28905 look for Network Identification or Computer Name or something similar.
28906 How to set it is beyond the scope of Alpine.
28909 &lt;End of help on this topic&gt;
28910 </BODY>
28911 </HTML>
28912 ====== h_downgrade_multipart_to_text =====
28913 <HTML>
28914 <HEAD>
28915 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
28916 </HEAD>
28917 <BODY>
28918 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
28921 This feature affects Alpine's behavior when sending mail.  Internet
28922 standards require Alpine to translate all non-ASCII characters in
28923 messages that it sends using MIME encoding.  This encoding can be
28924 ostensibly broken for recipients if any agent between Alpine and the
28925 recipient, such as an email list expander, appends text to the
28926 message, such as list information or advertising.  When sending such
28927 messages Alpine attempts to protect such encoding by placing extra
28928 MIME boundaries around the message text.
28930 These extra boundaries are invisible to recipients that 
28931 use MIME-aware email programs (the vast majority).  However, if
28932 you correspond with users of email programs that are not MIME-aware,
28933 or do not handle the extra boundaries gracefully, you can
28934 use this feature to prevent Alpine from including the extra
28935 MIME information.  Of course, it will increase the likelihood
28936 that non-ASCII text you send may appear corrupt to the recipient.
28938 &lt;End of help on this topic&gt;
28939 </BODY>
28940 </HTML>
28941 ====== h_config_show_sort =====
28942 <HTML>
28943 <HEAD>
28944 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
28945 </HEAD>
28946 <BODY>
28947 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
28949 If this feature is set and there is sufficient space on the screen,
28950 a short indication of the current sort order will be
28951 added in the titlebar (the top line on the screen), before the name
28952 of the folder.
28953 For example, with the default Arrival sort in effect,
28954 the display would have the characters
28956 <P><CENTER>[A]</CENTER><P>
28958 added between the title of the screen and the folder name.
28959 The letters are the same as the letters you may type to manually
28960 sort a folder with the SortIndex command ($).
28961 The letters in the table below are the ones that may show
28962 up in the titlebar line.
28964 <TABLE>   
28965 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
28966 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
28967 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
28968 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
28969 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
28970 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
28971 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
28972 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
28973 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
28974 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
28975 </TABLE>
28977 If the sort order is Reversed, the letter above will be preceded by the letter
28978 &quot;R&quot;, for example
28980 <P><CENTER>[RS]</CENTER><P>
28982 means that a Reverse Subject sort is in effect.
28983 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
28984 left out, and just an &quot;R&quot; is shown.
28986 <P><CENTER>[R]</CENTER>
28989 &lt;End of help on this topic&gt;
28990 </BODY>
28991 </HTML>
28992 ====== h_config_disable_reset_disp =====
28993 <HTML>
28994 <HEAD>
28995 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
28996 </HEAD>
28997 <BODY>
28998 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
29000 UNIX Alpine only.
29002 This feature affects Alpine's behavior when using
29003 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
29004 Normally, before the display filter is run, the terminal mode is reset
29005 to what it was before you started Alpine.
29006 This may be necessary if the filter requires the use of the terminal.
29007 For example, it may need to interact with you.
29008 If you set this feature, then the terminal mode will not be reset.
29009 One thing that turning on this feature should fix is the coloring of
29010 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
29011 breaks because the terminal reset resets the color state of the terminal.
29014 &lt;End of help on this topic&gt;
29015 </BODY>
29016 </HTML>
29017 ====== h_config_disable_sender =====
29018 <HTML>
29019 <HEAD>
29020 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
29021 </HEAD>
29022 <BODY>
29023 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
29025 This feature affects Alpine's generation of the &quot;Sender:&quot; or
29026 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
29027 header fields.
29028 By default, Alpine will generate such a header in situations where the
29029 username or domain are not the same as
29030 the &quot;From:&quot; header on the message.
29031 With this feature set,
29032 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
29033 This may be desirable on a system that is virtually hosting many domains,
29034 and the sysadmin has other methods available for tracking a message to
29035 its originator.
29037 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
29040 &lt;End of help on this topic&gt;
29041 </BODY>
29042 </HTML>
29043 ====== h_config_use_sender_not_x =====
29044 <HTML>
29045 <HEAD>
29046 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
29047 </HEAD>
29048 <BODY>
29049 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
29051 Normally Alpine adds a header line
29052 labeled &quot;X-X-Sender&quot;, if the sender is
29053 different from the From: line.
29054 The standard specifies that this header
29055 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
29056 Setting this feature causes
29057 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
29059 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
29062 &lt;End of help on this topic&gt;
29063 </BODY>
29064 </HTML>
29065 ====== h_config_use_fk =====
29066 <HTML>
29067 <HEAD>
29068 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
29069 </HEAD>
29070 <BODY>
29071 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
29073 This feature specifies that Alpine will respond to function keys instead of
29074 the normal single-letter commands. In this mode, the key menus at the
29075 bottom of each screen will show function key designations instead of the
29076 normal mnemonic key.
29079 &lt;End of help on this topic&gt;
29080 </BODY>
29081 </HTML>
29082 ====== h_config_cancel_confirm =====
29083 <HTML>
29084 <HEAD>
29085 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
29086 </HEAD>
29087 <BODY>
29088 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
29090 This feature affects what happens when you type ^C to cancel a composition.
29091 By default, if you attempt to cancel a composition by typing ^C, you will be
29092 asked to confirm the cancellation by typing a &quot;C&quot;
29093 for <EM>C</EM>onfirm.
29094 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
29095 risky because the &quot;^C Y&quot; needed to cancel a message
29096 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
29098 If this feature is set the confirmation asked for
29099 will be a &quot;<EM>Y</EM>es&quot;
29100 instead of a &quot;<EM>C</EM>onfirm&quot; response.
29103 &lt;End of help on this topic&gt;
29104 </BODY>
29105 </HTML>
29106 ====== h_config_compose_maps_del =====
29107 <HTML>
29108 <HEAD>
29109 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
29110 </HEAD>
29111 <BODY>
29112 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
29114 This feature affects the behavior of the DELETE key.
29115 If set, Delete will be equivalent to ^D, and delete
29116 the current character.  Normally Alpine defines the Delete key
29117 to be equivalent to ^H, which deletes the <EM>previous</EM>
29118 character.
29121 &lt;End of help on this topic&gt;
29122 </BODY>
29123 </HTML>
29124 ====== h_config_compose_bg_post =====
29125 <HTML>
29126 <HEAD>
29127 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
29128 </HEAD>
29129 <BODY>
29130 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
29132 This feature affects the behavior of Alpine's mail sending.  If set, this
29133 feature enables a subcommand in the composer's "Send?" confirmation
29134 prompt.  The subcommand allows you to tell Alpine to handle the actual
29135 posting in the background.  While this feature usually allows posting
29136 to appear to happen very fast, it has no affect on the actual delivery
29137 time it takes a message to arrive at its destination.
29140 Please Note:
29141 <OL>
29142  <LI>This feature will have no effect if the feature
29143        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
29144        is set.
29145  <LI>This feature isn't supported on all systems.  All DOS and Windows,
29146        as well as several Unix ports, do not recognize this feature.
29147  <LI>Error handling is significantly different when this feature is
29148         enabled.  Any message posting failure results in the message
29149         being appended to your &quot;Interrupted&quot; mail folder.  When you
29150         type the <A HREF="h_common_compose">C</A>ompose command,
29151         Alpine will notice this folder and
29152         offer to extract any messages contained.  Upon continuing a 
29153         failed message, Alpine will display the nature of the failure 
29154         in the status message line.
29155  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
29156         for message data to
29157         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
29158         if you typically run close to any sort of disk-space limits or quotas.
29159 </OL>
29161 &lt;End of help on this topic&gt;
29162 </BODY>
29163 </HTML>
29164 ====== h_config_compose_dsn =====
29165 <HTML>
29166 <HEAD>
29167 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
29168 </HEAD>
29169 <BODY>
29170 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
29172 This feature affects the behavior of Alpine's mail sending.  If set, this
29173 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
29174 prompt.  The subcommand allows you to tell Alpine to request the type of
29175 Delivery Status Notification (DSN) that you would like.  Most users will
29176 be happy with the default, and need not enable this feature.
29178 If the feature
29179 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
29180 then this feature has no effect and the type of DSN is not selectable.
29183 Turning on this feature and then turning on the DSNOpts from the send
29184 prompt reveals four on-off toggles at the bottom of the screen.
29185 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
29186 that no notification be returned to you, even if there is a delivery
29187 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
29188 server that you are willing (or not) to receive delay notifications, which
29189 happen when there is an unusual delay at some mail server (in that mail
29190 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
29191 Success requests that you be sent a DSN message when the message is
29192 successfully delivered to the recipients mailbox.  Setting NoErrRets will
29193 automatically turn off Delay and Success notification, and will flip the
29194 toggles to show that.  Similarly, turning on Delay and/or Success will
29195 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
29196 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
29197 the full message be returned in any failed DSN.  RetHdrs requests that
29198 only the headers be returned in any failed DSN.  Notice that this command
29199 applies only to failed delivery status reports.  For delay or success
29200 reports, the full message is never returned, only the headers are returned.
29203 If you don't enable the DSN feature or if you don't turn it on for a
29204 particular message, the default is that you will be notified about failures,
29205 you might be notified about delays, and you won't be notified about
29206 successes.  You will usually receive the full message back when there is
29207 a failure.
29210 If you turn on the DSNOpts the default is to return as much information as
29211 possible to you.  That is, by default, the Success and Delay options are
29212 turned on and the full message will be returned on failure.
29215 The sending prompt will display the current DSN request (if any) in a
29216 shorthand form.  It will be:
29218 <P><CENTER>[Never]</CENTER>
29221 if you have requested NoErrRets.  Otherwise, it will look something like:
29223 <P><CENTER>[FDS-Hdrs]</CENTER>
29226 The &quot;F&quot; will always be there, indicating that you will be notified
29227 of failures.  (Alpine doesn't provide a way to request no failure notification
29228 and at the same time request either success or delay notification.  The only
29229 way to request no failure notifications is to request no notifications at
29230 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
29231 requested Delay and/or Success notification.  If one of those is missing,
29232 that means you are requesting no notification of the corresponding type.
29233 After the dash it will say either Hdrs or Full.  Hdrs means to return only
29234 the headers and Full means to return the full message (applies to
29235 failure notifications only).
29238 NOTE: This feature relies on your system's mail transport agent or
29239 configured
29240 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
29241 having the negotiation mechanism introduced in
29242 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
29243 &quot;Delivery Status Notification&quot; (DSN).  If the mail tranport agent you
29244 are using doesn't support DSN, a short warning will be shown to you on
29245 the message line at the bottom of the screen after you send your message,
29246 but your message will have been sent anyway.
29249 Note that DSNs don't provide a mechanism to request read receipts.  That
29250 is, if you request notification on success you are notified when the
29251 message is delivered to the mailbox, not when the message is read.
29254 ESMTP allows for graceful migration to upgraded mail transfer agents, but
29255 it is possible that this feature might cause problems for some servers. 
29258 &lt;End of help on this topic&gt;
29259 </BODY>
29260 </HTML>
29261 ====== h_config_auto_zoom =====
29262 <HTML>
29263 <HEAD>
29264 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
29265 </HEAD>
29266 <BODY>
29267 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
29269 This feature affects the behavior of the Select command.
29270 If set, the select command will automatically perform a zoom
29271 after the select is complete.
29272 This feature is set by default.
29274 Some related help topics are
29275 <UL>
29276 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29277 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29278 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
29279 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
29280 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
29281 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29282 </UL>
29285 &lt;End of help on this topic&gt;
29286 </BODY>
29287 </HTML>
29288 ====== h_config_auto_unzoom =====
29289 <HTML>
29290 <HEAD>
29291 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
29292 </HEAD>
29293 <BODY>
29294 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
29296 This feature affects the behavior of the Apply command.  If set, and if
29297 you are currently looking at a Zoomed Index view of selected messages,
29298 the Apply command will do the operation you specify, but then will
29299 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
29300 the normal Index view after the Apply. 
29301 This feature is set by default.
29304 Some related help topics are
29305 <UL>
29306 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29307 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29308 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
29309 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
29310 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
29311 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29312 </UL>
29314 &lt;End of help on this topic&gt;
29315 </BODY>
29316 </HTML>
29317 ====== h_config_auto_unselect =====
29318 <HTML>
29319 <HEAD>
29320 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
29321 </HEAD>
29322 <BODY>
29323 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
29325 This feature affects the behavior of the Apply command.  If set,
29326 the Apply command will do the operation you specify, but then will
29327 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
29328 the normal Index view after the Apply. 
29331 Some related help topics are
29332 <UL>
29333 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29334 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29335 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
29336 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
29337 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
29338 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29339 </UL>
29341 &lt;End of help on this topic&gt;
29342 </BODY>
29343 </HTML>
29344 ====== h_config_fast_recent =====
29345 <HTML>
29346 <HEAD>
29347 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
29348 </HEAD>
29349 <BODY>
29350 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
29352 This feature controls the behavior of the TAB key when traversing folders
29353 in the optional 
29354 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
29355 collection or in optional <!--#echo var="VAR_news-collections"-->.
29358 When the TAB
29359 (<A HREF="h_common_nextnew">NextNew</A>)
29360 key is pressed, the default behavior is to
29361 explicitly examine the status of the folder for the number of recent
29362 messages (messages delivered since the last time it was viewed).
29363 Depending on the size and number of messages in the folder, this test
29364 can be time consuming.
29367 Enabling this feature will cause Alpine to only test for the existence of
29368 any recent messages rather than to obtain the count.  This is much faster
29369 in many cases.  The downside is that you're not given the number of recent
29370 messages when prompted to view the next folder.
29371 If the feature
29372 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
29373 is turned on, then the present feature will have no effect.
29376 <UL>   
29377 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29378 </UL><P>
29379 &lt;End of help on this topic&gt;
29380 </BODY>
29381 </HTML>
29382 ====== h_config_arrow_nav =====
29383 <HTML>
29384 <HEAD>
29385 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
29386 </HEAD>
29387 <BODY>
29388 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
29390 This feature controls the behavior of the left and right arrow keys.
29391 If set, the left and right arrow keys will operate like the usual
29392 navigation keys &lt; and &gt;.
29393 This feature is set by default.
29396 If you set this feature, and do not like the changed behavior of the up/down 
29397 arrow 
29398 keys when navigating through the FOLDER LIST screen -- 
29399 <B>first</B> from column to column, if more than one folder is 
29400 displayed per row, 
29401 and <B>then</B> from row to row -- you may either also wish to set the feature 
29402 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
29403 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
29404 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
29405 folders in each column.
29407 <UL>   
29408 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29409 </UL><P>
29410 &lt;End of help on this topic&gt;
29411 </BODY>
29412 </HTML>
29413 ====== h_config_relaxed_arrow_nav =====
29414 <HTML>
29415 <HEAD>
29416 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
29417 </HEAD>
29418 <BODY>
29419 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
29421 This feature controls the behavior of the left, right, up and down
29422 arrow keys in the FOLDER LIST screen when the &quot;<A
29423 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
29424 set.
29425 This feature is set by default.
29429 When this feature is set, the left and right
29430 arrow keys in the FOLDER LIST screen
29431 move the highlight bar to the left or right, and the up and
29432 down arrows move it up or down.
29435 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
29436 feature is not set;
29437 the left and right arrow keys in the Folder List screen strictly
29438 track the commands bound to the '&lt;' and '&gt;' keys, and the up
29439 and down arrow keys move the highlight bar to the previous and next
29440 folder or directory name.
29443 <UL>   
29444 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29445 </UL><P>
29446 &lt;End of help on this topic&gt;
29447 </BODY>
29448 </HTML>
29449 ====== h_config_alt_compose_menu =====
29450 <HTML>
29451 <HEAD>
29452 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
29453 </HEAD>
29454 <BODY>
29455 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
29457 This feature controls the menu that is displayed when Compose is selected.
29458 If set, a list of options will be presented, with each option representing
29459 the type of composition that could be used. This feature is most useful for
29460 users who want to avoid being prompted with each option separately, or who
29461 want to avoid the checking of remote postponed or form letter folders.
29462 The possible types of composition are:
29465 New, for starting a new composition. Note that if New is selected and roles
29466 are set, roles are checked for matches and applied according to the setting
29467 of the matching role.
29470 Interrupted, for continuing an interrupted composition. This option is only
29471 offered if an interrupted message folder is detected.
29474 Postponed, for continuing postponed compositions. This option is offered
29475 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
29476 the postponed folder actually exists. This option is especially handy
29477 for avoiding having to check for the existence of a remote postponed folder.
29480 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
29481 is set in the config, and is not checked for existence for reasons similar
29482 to those explained by the postponed option.
29485 setRole, for selecting a role to apply to a composition.
29488 &lt;End of help on this topic&gt;
29489 </BODY>
29490 </HTML>
29491 ====== h_config_alt_role_menu =====
29492 <HTML>
29493 <HEAD>
29494 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
29495 </HEAD>
29496 <BODY>
29497 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
29499 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
29500 a role and compose a new message using that role.
29501 When this feature is set, the role command will first ask whether you want to
29502 Compose a new message, Forward the current message, Reply to the
29503 current message, or Bounce the current message.
29504 If you are not in the MESSAGE INDEX and are not viewing a message,
29505 then there is no current message and the question will be skipped.
29506 After you have chosen to Compose, Forward, Reply, or Bounce you will
29507 then choose the role to be used.
29509 When Bouncing the &quot;Set From&quot; address is used for the
29510 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
29511 provided that the option
29512 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
29513 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
29514 set.
29515 Other actions of the role are ignored when Bouncing.
29518 &lt;End of help on this topic&gt;
29519 </BODY>
29520 </HTML>
29521 ====== h_config_always_spell_check =====
29522 <HTML>
29523 <HEAD>
29524 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
29525 </HEAD>
29526 <BODY>
29527 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
29529 When this feature is set, every composed message will be spell-checked before
29530 being sent.
29532 &lt;End of help on this topic&gt;
29533 </BODY>
29534 </HTML>
29535 ====== h_config_quell_asterisks =====
29536 <HTML>
29537 <HEAD>
29538 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
29539 </HEAD>
29540 <BODY>
29541 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
29543 When you are running Alpine you will sometimes be asked for a password
29544 in a prompt on the third line from the bottom of the screen.
29545 Normally each password character you type will cause an asterisk to echo
29546 on the screen. That gives you some feedback to know that your typing is
29547 being recognized.
29548 There is a very slight security risk in doing it this way because someone
29549 watching over your shoulder might be able to see how many characters there
29550 are in your password.
29551 If you'd like to suppress the echoing of the asterisks set this feature.
29553 &lt;End of help on this topic&gt;
29554 </BODY>
29555 </HTML>
29556 ====== h_config_quell_flowed_text =====
29557 <HTML>
29558 <HEAD>
29559 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
29560 </HEAD>
29561 <BODY>
29562 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
29564 Alpine generates flowed text where possible.
29565 The method for generating flowed text is defined by
29566 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
29567 the benefit of doing so is
29568 to send message text that can properly be viewed both on normal width displays
29569 and on displays with smaller or larger than normal screen widths.
29570 With flowed text, a space at the end of a line tells the receiving mail
29571 client that the following line belongs to the same paragraph.
29572 Quoted text will also be affected, with only the innermost
29573 level of &quot;&gt;&quot; quoting being followed by a space.
29574 However, if you have changed the
29575 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29576 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29577 quoted text will not be flowed.
29578 For this reason, we recommend that you leave your
29579 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
29581 This feature turns off the generation of flowed text, as it might be
29582 desired to more tightly control how a message is displayed on the receiving end.
29584 If this feature is <EM>not</EM> set, you can control on a message by message
29585 basis whether or not flowed text is generated.
29586 You do this by typing ^V at the Send confirmation prompt that you get
29587 after typing ^X to send a message.
29588 ^V is a toggle that turns flowing off and back on if typed again.
29589 If for some reason flowing cannot be done on a particular message, then the
29590 ^V command will not be available.
29591 This would be the case, for example, if this feature was set, or if your
29592 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
29593 If the feature
29594 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
29595 then the opportunity to control on a message by message basis
29596 whether or not flowed text is generated is lost.
29598 When this feature is not set and you have typed ^V to turn off flowing,
29599 the Send confirmation prompt will change to look like
29601 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
29603 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
29604 also turn off the sending of flowed text messages, but it differs in that
29605 it also trims all trailing white space from a message before sending it.
29607 If alternate editors are used extensively, be aware that a message will still
29608 be sent flowed if this feature is unset.  In most cases this will be fine,
29609 but if the editor has a &quot;flowed text&quot; mode, it would be best to
29610 use that.
29612 &lt;End of help on this topic&gt;
29613 </BODY>
29614 </HTML>
29615 ====== h_config_strip_ws_before_send =====
29616 <HTML>
29617 <HEAD>
29618 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
29619 </HEAD>
29620 <BODY>
29621 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
29623 By default, trailing whitespace is not stripped from
29624 a message before sending.  Trailing whitespace should have no effect on an
29625 email message, and in flowed text can aid in delimiting paragraphs.
29626 However, the old behavior of stripping trailing whitespace was in place
29627 to better deal with older clients that couldn't handle certain types of
29628 text encodings.  This feature restores the old behavior
29630 Trailing whitespace is of aid to flowed-text-formatted messages, which are
29631 generated by default but can be turned off via the
29632 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
29633 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
29634 of flowed text.
29636 &lt;End of help on this topic&gt;
29637 </BODY>
29638 </HTML>
29639 ====== h_config_alt_reply_menu =====
29640 <HTML>
29641 <HEAD>
29642 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></TITLE>
29643 </HEAD>
29644 <BODY>
29645 <H1>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></H1>
29647 Note that if this option is enabled, then the option
29648 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
29649 is ignored. See below to understand why.
29651 When you reply to a message, a series of questions are asked that 
29652 determines how your reply will be handled by Alpine. This feature only 
29653 affects the result of the first question you are asked, and its purpose is 
29654 to set values that could override defaults set in Alpine's main 
29655 configuration screen. As a result, this menu allows you to configure even 
29656 more features than you would be able to do without this option. For 
29657 example, this menu always allows you to override or select a <A 
29658 HREF="h_rules_roles">Role</A> if you have defined one, or allows you to 
29659 override your indent string, regardless of if you have enabled 
29660 <A HREF="h_config_prefix_editing"><!--#echo var="FEAT_enable-reply-indent-string-editing"--></A>.
29661 The full list of options can be found below.
29663 Here is an example of how this option works. After you press Reply,
29664 if you see &quot;A Inc Attach&quot; in the menu, it means that 
29665 if you press &quot;A&quot;, then Alpine will include the attachments
29666 of the original message, and the default is not to include them. 
29667 Conversely, if you see &quot;A No Attach&quot; 
29668 then by pressing &quot;A&quot; Alpine will not include
29669 attachments in your reply, and the default is that Alpine will 
29670 include them in your reply. The value that you see when you 
29671 start your reply is controlled by the option
29672 <A HREF="h_config_attach_in_reply">
29673 <!--#echo var="FEAT_include-attachments-in-reply"-->
29674 </A>. If the feature is enabled, then Alpine will display 
29675 &quot;A No Attach&quot; to override the default behavior. You can
29676 toggle between the two values of this option by pressing &quot;A&quot;.
29677 Remember that the value that you see in the menu is the action that will 
29678 be done when you press the associated command.
29680 Below are your options:
29681 <OL>
29682 <LI><B>A</B>: This determines if Alpine will include or not the 
29683 attachments sent to you in the message that you are replying to. The default 
29684 is to use the value of the configuration option 
29685 <A HREF="h_config_attach_in_reply"><!--#echo var="FEAT_include-attachments-in-reply"--></A> and can be overriden by using this command.
29687 <LI><B>H</B>: This command determines if the headers of a message are
29688 included in the body of the message that is being replied to. By default 
29689 Alpine will use the value of the configuration option 
29690 <A HREF="h_config_include_header"><!--#echo var="FEAT_include-header-in-reply"--></A>. 
29691 Observe that by toggling this option to include headers, text will be toggled
29692 to be included by default.
29694 <LI><B>R</B>: Can be used to set a role different from the default.
29696 <LI><B>S</B>: Determines if Alpine will strip the signature from a 
29697 message. The default is to strip the signature when the message is not
29698 viewed in headers mode, and you either have enabled
29699 <A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A> 
29701 <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>.
29703 <LI><B>Ctrl-R</B>: Can be used to edit the 
29704 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>.
29705 </OL>
29707 In order to include the text of the original message in the reply
29708 you either need to press 'y' to include the original text, or 'n' to 
29709 exclude it from the reply. Pressing return will execute the default 
29710 action, which is to include text only if the option
29711 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
29712 is enabled. However, notice that the default is to include text if you edit the 
29713 reply indent string or if you explicitly set through this menu that you
29714 want headers included in the reply message.
29717 &lt;End of help on this topic&gt;
29718 </BODY>
29719 </HTML>
29720 ====== h_config_del_from_dot =====
29721 <HTML>
29722 <HEAD>
29723 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
29724 </HEAD>
29725 <BODY>
29726 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
29728 This feature controls the behavior of the Ctrl-K command in the composer.
29729 If set, ^K will cut from the current cursor position to the end of the line,
29730 rather than cutting the entire line.
29733 &lt;End of help on this topic&gt;
29734 </BODY>
29735 </HTML>
29736 ====== h_config_print_index =====
29737 <HTML>
29738 <HEAD>
29739 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
29740 </HEAD>
29741 <BODY>
29742 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
29744 This feature controls the behavior of the Print command when in the
29745 MESSAGE INDEX screen.  If set, the print command will give you a prompt
29746 asking if you wish to print the message index, or the currently highlighted
29747 message. If not set, the message will be printed.
29750 &lt;End of help on this topic&gt;
29751 </BODY>
29752 </HTML>
29753 ====== h_config_allow_talk =====
29754 <HTML>
29755 <HEAD>
29756 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
29757 </HEAD>
29758 <BODY>
29759 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
29761 UNIX Alpine only.
29763 By default, permission for others to &quot;talk&quot; to your terminal is turned
29764 off when you are running Alpine.  When this feature is set, permission is
29765 instead turned on.  If enabled, you may see unexpected messages in the
29766 middle of your Alpine screen from someone attempting to contact you via the
29767 &quot;talk&quot; program.
29770 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
29771 talk daemon on your system will attempt to print a message on your screen 
29772 when someone else is trying to contact you.  If you wish to see these
29773 messages while you are running Alpine, you should enable this feature.
29776 If you do enable this feature and see a &quot;talk&quot; message, you must 
29777 suspend or quit Alpine before you can respond.
29780 &lt;End of help on this topic&gt;
29781 </BODY>
29782 </HTML>
29783 ====== h_config_send_filter_dflt =====
29784 <HTML>
29785 <HEAD>
29786 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
29787 </HEAD>
29788 <BODY>
29789 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
29790 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
29791 configured, setting this feature will cause
29792 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
29793 instead of unfiltered, the usual default.
29795 <UL>   
29796 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29797 </UL><P>
29798 &lt;End of help on this topic&gt;
29799 </BODY>
29800 </HTML>
29801 ====== h_config_custom_print =====
29802 <HTML>
29803 <HEAD>
29804 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
29805 </HEAD>
29806 <BODY>
29807 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
29809 When this feature is set, the print command will have an additional
29810 subcommand called "C CustomPrint".  If selected, you will have
29811 the opportunity to enter any system print command --instead of being 
29812 restricted to using those that have been previously configured in the 
29813 printer setup menu.
29816 &lt;End of help on this topic&gt;
29817 </BODY>
29818 </HTML>
29819 ====== h_config_enable_dot_files =====
29820 <HTML>
29821 <HEAD>
29822 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
29823 </HEAD>
29824 <BODY>
29825 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
29827 When this feature is set, files beginning with dot (".") will be
29828 visible in the file browser.  For example, you'll be able to select them
29829 when using the browser to add an attachment to a message.
29831 &lt;End of help on this topic&gt;
29832 </BODY>
29833 </HTML>
29834 ====== h_config_enable_dot_folders =====
29835 <HTML>
29836 <HEAD>        
29837 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
29838 </HEAD>
29839 <BODY>
29840 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
29842 When this feature is set, folders beginning with dot (".") may be added
29843 and viewed.
29845 &lt;End of help on this topic&gt;
29846 </BODY>
29847 </HTML>
29848 ====== h_config_ff_between_msgs =====
29849 <HTML>
29850 <HEAD>
29851 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
29852 </HEAD>
29853 <BODY>
29854 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
29856 Setting this feature causes a formfeed to be printed between messages when
29857 printing multiple messages (with Apply Print command).
29859 &lt;End of help on this topic&gt;
29860 </BODY>
29861 </HTML>
29862 ====== h_config_blank_keymenu =====
29863 <HTML>
29864 <HEAD>
29865 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
29866 </HEAD>
29867 <BODY>
29868 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
29870 If this feature is set the command key menu that normally appears on the
29871 bottom two lines of the screen will not usually be there.  Asking for
29872 help with ^G or ? will cause the key menu to appear instead of causing
29873 the help message to come up.  If you want to actually see the help text,
29874 another ^G or ? will show it to you.  After the key menu has popped
29875 up with the help key it will remain there for an O for Other command but
29876 disappear if any other command is typed.
29878 &lt;End of help on this topic&gt;
29879 </BODY>
29880 </HTML>
29881 ====== h_config_enable_mouse =====
29882 <HTML>
29883 <HEAD>
29884 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
29885 </HEAD>
29886 <BODY>
29887 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
29889 This feature controls whether or not an X terminal mouse can be used with
29890 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
29891 being used, the left mouse button on the mouse can be used to select text
29892 or commands.
29893 Clicking on a command at the bottom of the screen will behave as if you had
29894 typed that command.
29895 Clicking on an index line will move the current message highlight to
29896 that line.
29897 Double-clicking on an index line will view the message.
29898 Double-clicking on a link will view the link.
29900 This type of mouse support will also work in some terminal emulators which are
29901 not actually X terminals, but which have extra code to support the xterm
29902 style mouse.
29903 For those emulators you not only need to turn this feature on but you also
29904 have to set the $DISPLAY environment variable even though it isn't needed
29905 for your terminal.
29906 That will cause Alpine to think that it is an xterm and to properly interpret the
29907 escape sequences sent by the mouse.
29909 Note: if this feature is set, the behavior of X terminal cut-and-paste is
29910 also modified.  It is sometimes possible to hold the shift key down while clicking
29911 left or middle mouse buttons for the normal xterm cut/paste operations. 
29912 There is also an Alpine command to toggle this mode on or off.
29913 The command is Ctrl-&#92; (Control-backslash).
29915 &lt;End of help on this topic&gt;
29916 </BODY>
29917 </HTML>
29918 ====== h_config_enable_xterm_newmail =====
29919 <HTML>
29920 <HEAD>        
29921 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
29922 </HEAD>
29923 <BODY>
29924 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
29926 This feature controls whether or not Alpine will attempt to announce new
29927 mail arrival when it is running in an X terminal window and that window
29928 is iconified.  If set, and the $DISPLAY variable indicates that an X
29929 terminal is being used, Alpine will send appropriate escape sequences to
29930 the X terminal to modify the label on Alpine's icon to indicate that new
29931 mail has arrived. Alpine will also modify the Alpine window's title to
29932 indicate new mail.
29933 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
29935 &lt;End of help on this topic&gt;
29936 </BODY></HTML>
29937 ====== h_config_enable_newmail_short_text =====
29938 <HTML>
29939 <HEAD>        
29940 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
29941 </HEAD>
29942 <BODY>
29943 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
29945 This feature controls the text to be displayed in an icon in the event
29946 of a new message arrival.  Normally, the message will
29947 be the one that is displayed on the screen.  This feature shortens the
29948 message to a count of the number of new messages in brackets.  This may be
29949 more useful for those who use the window's title bar in the task bar as a
29950 new mail indicator.  This feature is only useful if the
29951 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
29952 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
29953 feature, this feature is only relevant when run in an xterm environment.
29955 &lt;End of help on this topic&gt;
29956 </BODY></HTML>
29957 ====== h_config_copy_to_to_from =====
29958 <HTML>
29959 <HEAD>
29960 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
29961 </HEAD>
29962 <BODY>
29963 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
29965 This feature affects the From address used when Replying to a message.
29966 It is probably only useful if you have some
29967 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29968 defined.
29969 When enabled, it checks to see if any of the addresses in the To or Cc
29970 fields of the message you are replying to is one of your addresses.
29971 If it is, and there is only one of them, then that address is used as
29972 the From address in the message you are composing.
29973 In other words, you will be using a From address that is the same
29974 as the To address that was used to get the mail to you in the first place.
29977 If a role is being used and it has a From address defined, that From address will
29978 be used rather than the one derived from this feature.
29981 <UL>   
29982 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29983 </UL><P>
29984 &lt;End of help on this topic&gt;
29985 </BODY>
29986 </HTML>
29987 ====== h_config_prefix_editing =====
29988 <HTML>
29989 <HEAD>
29990 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
29991 </HEAD>
29992 <BODY>
29993 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
29995 This feature affects the Reply command's &quot;Include original message
29996 in Reply?&quot; prompt.  When enabled, it causes the
29997 &quot;Edit Indent String&quot; sub-command to appear which allows 
29998 you to edit the string Alpine would otherwise use to denote included 
29999 text from the message being replied to.<P>
30001 Thus, you can change Alpine's default message quote character (usually
30002 an angle bracket) on a per message basis. So you could change your quoted message to
30003 look, for example, like this:<p>
30005 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
30007 John: I just wanted to say hello and to congratulate you
30008 John: on a job well done!</pre><p>
30010 The configuration option
30011 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
30012 may be used to change what appears as the default string to be edited.
30014 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
30015 currently being replied to.
30017 If you change your <!--#echo var="VAR_reply-indent-string"-->
30018 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
30019 quoted text will not be flowed
30020 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
30021 when you reply.
30022 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
30023 set to the default value.
30025 <UL>   
30026 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30027 </UL><P>
30028 &lt;End of help on this topic&gt;
30029 </BODY>
30030 </HTML>
30031 ====== h_config_enable_search_and_repl =====
30032 <HTML>
30033 <HEAD>
30034 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
30035 </HEAD>
30036 <BODY>
30037 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
30039 This feature modifies the behavior of Alpine's composer.  Setting this
30040 feature causes Alpine to offer the "^R Replace" subcommand, which
30041 allows you to search and replace text strings in a message you are composing, 
30042 inside the "^W Where is" command.  
30046 To search and replace text, first enter the text to be replaced at the 
30047 "Search: " prompt.  Then, rather than pressing Enter to just search for that
30048 text, press ^R, which turns the prompt into 
30052 Search (to replace): 
30056 and then press Enter.  The cursor will highlight the first occurrence 
30057 of the text string you entered, and the prompt will show: 
30061 Replace "<your text string>" with : 
30065 where <your text string> is what you entered at the previous prompt;
30066 here, enter the replacement text.  To only replace the highlighted 
30067 occurrence, simply press Enter now; to replace all occurrences in the 
30068 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
30069 each replacement.
30073 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
30074 ^X toggles between "Replace All" and "Replace One."
30078 If you previously searched for text in a message, it will be offered for 
30079 re-use as part of the prompt, shown in [ ] brackets.
30082 &lt;End of help on this topic&gt;
30083 </BODY>
30084 </HTML>
30085 ====== h_config_enable_view_attach =====
30086 <HTML>
30087 <HEAD>
30088 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
30089 </HEAD>
30090 <BODY>
30091 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
30093 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
30094 Setting this feature causes Alpine to present attachments in boldface.
30095 The first available attachment is displayed in inverse.  This is the
30096 "selected" attachment.  Pressing RETURN will cause Alpine to display
30097 the selected attachment.  Use the arrow keys to change which of the
30098 attachments displayed in boldface is the current selection.
30102 Speaking of arrow keys, the Up and Down Arrows will select the next
30103 and previous attachments if one is available on the screen for selection.
30104 Otherwise, they will simply adjust the viewed text one line up or down.
30108 Similarly, when selectable items are present in a message, the Ctrl-F key
30109 can be used to select the next item in the message independent of which
30110 portion of the viewed message is currently displayed. The Ctrl-B key can
30111 be used to select the previous item in the same way. 
30112 <P> 
30113 &lt;End of help on this topic&gt;
30114 </BODY>
30115 </HTML>
30116 ====== h_config_enable_y_print =====
30117 <HTML>
30118 <HEAD>
30119 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
30120 </HEAD>
30121 <BODY>
30122 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
30124 This feature modifies the behavior of Alpine's Print command.
30126 By default, Alpine's print command is available by pressing the "%" key.  
30127 (This command is a substantial change from Pine versions before 4.00 -- 
30128 where the print command was "Y" -- based on numerous complaints about 
30129 printing being invoked inadvertently, since Y also means "Yes.")  
30133 This feature is supplied to mitigate any disruption or anxiety users 
30134 might feel as a result of this change.  
30138 Enabling this feature will cause Alpine to recognize both the old
30139 command, "Y" for Prynt, as well the new "%" method for invoking
30140 printing.  Note, key menu labels are not changed as a result of
30141 enabling this feature.
30145 &lt;End of help on this topic&gt;
30146 </BODY>
30147 </HTML>
30148 ====== h_config_enable_lessthan_exit =====
30149 <HTML>
30150 <HEAD>
30151 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
30152 </HEAD>
30153 <BODY>
30154 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
30156 If this feature is set, then on screens where there is an Exit command
30157 but no < command, the < key will perform the same function as the Exit
30158 command.
30159 This feature is set by default.
30161 &lt;End of help on this topic&gt;
30162 </BODY>
30163 </HTML>
30164 ====== h_config_enable_view_url =====
30165 <HTML>
30166 <HEAD>
30167 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
30168 </HEAD>
30169 <BODY>
30170 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
30171 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
30172 When this feature is set (the default) Alpine will select possible URLs from the
30173 displayed text and display them in boldface for selection.
30175 The first available URL is displayed in inverse.  This is the
30176 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
30177 the selected URL via either built-in means as with mailto:, imap:,
30178 news:, and nntp:, or via an external application as defined
30179 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
30180 variable.
30182 Use the arrow keys to change which of the URLs displayed in boldface
30183 is the current selection.
30185 Speaking of arrow keys, the Up and Down Arrows will select the next
30186 and previous URL if one is available on the screen for selection (unless 
30187 you have set the feature 
30188 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
30189 Otherwise, they will simply adjust the viewed text one line up or down.
30191 Similarly, when selectable items are present in a message, the Ctrl-F
30192 key can be used to select the next item in the message independent
30193 of which portion of the viewed message is currently displayed. The
30194 Ctrl-B key can be used to select the previous item in the same way.
30196 <UL>   
30197 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30198 </UL><P>
30199 &lt;End of help on this topic&gt;
30200 </BODY>
30201 </HTML>
30202 ====== h_config_enable_view_web_host =====
30203 <HTML>
30204 <HEAD>
30205 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
30206 </HEAD>
30207 <BODY>
30208 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
30210 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
30211 When this feature is set (the default) Alpine will select possible web hostnames
30212 from the displayed text and display them in boldface for selection.  
30213 This can be useful when you receive messages referencing World Wide Web 
30214 sites without the use of complete URLs; for example, specifying only 
30215 &quot;www.some.site.com&quot; (which will <B>not</B> become a 
30216 selectable 
30217 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
30218 rather than explicitly
30219 &quot;http://www.some.site.com&quot;.  
30221 The first available hostname is displayed in inverse.  This is the
30222 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
30223 the selected hostname via an external application as defined
30224 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
30225 variable.
30227 Use the arrow keys (unless you have set the feature 
30228 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
30229 to change which of the hostnames displayed in
30230 boldface is the current selection.
30232 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
30233 key can be used to select the next web hostname in the message independent
30234 of which portion of the viewed message is currently displayed. The
30235 Ctrl-B key can be used to select the previous web hostnames in the same way.
30237 <UL>   
30238 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30239 </UL><P>
30240 &lt;End of help on this topic&gt;
30241 </BODY>
30242 </HTML>
30243 ====== h_config_enable_view_addresses =====
30244 <HTML>
30245 <HEAD>
30246 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
30247 </HEAD>
30248 <BODY>
30249 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
30251 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
30252 Setting this feature causes Alpine to select possible email addresses
30253 from the displayed text and display them in boldface for selection.  
30256 The first available email address is displayed in inverse.  This is the
30257 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
30258 the message composition screen with the To: field filled in with the
30259 selected address.
30261 Use the arrow keys (unless you have set the feature 
30262 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
30263 to change which of the hostnames displayed in
30264 boldface is the current selection.
30266 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
30267 key can be used to select the next web hostname in the message independent
30268 of which portion of the viewed message is currently displayed. The
30269 Ctrl-B key can be used to select the previous web hostnames in the same way.
30271 <UL>   
30272 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30273 </UL><P>
30274 &lt;End of help on this topic&gt;
30275 </BODY>
30276 </HTML>
30277 ====== h_config_enable_view_arrows =====
30278 <HTML>
30279 <HEAD>
30280 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
30281 </HEAD>
30282 <BODY>
30283 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
30285 This feature modifies Up and Down arrow key behavior in Alpine's
30286 MESSAGE TEXT screen when selectable Attachments, URL's, or
30287 web-hostnames are presented. Alpine's usual behavior is to move to
30288 the next or previous selectable item if currently displayed or
30289 simply to adjust the screen view by one line.
30293 Setting this feature causes the UP and Down arrow key to behave as
30294 if no selectable items were present in the message.
30298 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
30299 item) functionality is unchanged.
30302 &lt;End of help on this topic&gt;
30303 </BODY>
30304 <HTML>
30305 ====== h_config_quell_charset_warning =====
30306 <HTML>
30307 <HEAD>
30308 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
30309 </HEAD>
30310 <BODY>
30311 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
30313 By default, if the message you are viewing contains characters that are
30314 not representable in your
30315 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
30316 then Alpine will
30317 add a warning to the start of the displayed text.
30318 If this option is set, then that editorial message will be suppressed.
30320 Setting this feature also suppresses the comment about the character set
30321 in header lines.
30322 For example, when viewing a message you might see
30324 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
30326 in the From header if your Character-Set is something other than ISO-8859-2.
30327 If you set this feature, the comment about the character set will
30328 no longer be there.
30330 &lt;End of help on this topic&gt;
30331 </BODY>
30332 </HTML>
30333 ====== h_config_quell_host_after_url =====
30334 <HTML>
30335 <HEAD>
30336 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
30337 </HEAD>
30338 <BODY>
30339 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
30341 By default, links in HTML text are displayed with the host the link
30342 references appended, within square brackets, to the link text.  Alpine
30343 does this to help indicate where a link will take you, particularly when
30344 the link text might suggest a different destination.
30347 Setting this feature will prevent the server name from being appended
30348 to the displayed text.
30351 &lt;End of help on this topic&gt;
30352 </BODY>
30353 </HTML>
30354 ====== h_config_prefer_plain_text =====
30355 <HTML>
30356 <HEAD>
30357 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
30358 </HEAD>
30359 <BODY>
30360 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
30362 A message being viewed may contain alternate versions of the same content.
30363 Those alternate versions are supposed to be ordered by the sending software such that the
30364 first alternative is the least preferred and the last alternative is the
30365 most preferred. Alpine will normally display the most-preferred version that
30366 it knows how to display. This is most often encountered where the two
30367 alternate versions are a plain text version and an HTML version, with the
30368 HTML version listed last as the most preferred.
30370 If this option is set, then any plain text version will be preferred to
30371 all other versions.
30373 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
30374 which will temporarily change the sense of this option.
30375 If this option is set you will first see the plain text version of a
30376 message.
30377 If you then type the &quot;A&quot; command, you will see the most preferred version,
30378 most likely HTML, instead.
30379 Typing the &quot;A&quot; command a second time will switch it back.
30380 Alternatively, if the present option is not set you will originally see
30381 the most preferred version of the message and typing &quot;A&quot; will switch to
30382 the plain text version.
30384 &lt;End of help on this topic&gt;
30385 </BODY>
30386 </HTML>
30387 ====== h_config_pass_control =====
30388 <HTML>
30389 <HEAD>
30390 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
30391 </HEAD>
30392 <BODY>
30393 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
30395 It is probably not useful to set this option.
30396 This is a legacy option left behind &quot;just in case&quot;.
30397 Multi-byte characters that have an octet that has the same
30398 value as a control character are permitted through whether or not
30399 this option is turned on.
30401 This feature controls how certain characters contained in messages are
30402 displayed.
30403 If set, all characters in a message will be sent to the
30404 screen. Normally, control characters are displayed as shown below to
30405 avoid a garbled screen and to 
30406 avoid inadvertently changing terminal setup parameters.
30407 Control characters are usually displayed as two character sequences like
30408 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
30409 for Control-C,
30410 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
30411 for ESCAPE,
30412 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
30413 for DELETE, and
30414 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
30415 for the character with value 133 (0x85).
30416 (The DEL character is displayed as ^?, regular control characters are displayed
30417 as the character ^ followed by the character obtained by adding the
30418 five low-order bits of the character to 0x40, and the C1
30419 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
30420 character obtained by adding the
30421 five low-order bits of the character to 0x40.)
30422 Sometimes, in cases where changing a single control character into a
30423 two-character sequence would confuse Alpine's display routines,
30424 a question mark is substituted for the control character.
30426 If you wish to filter out regular control characters but pass the
30427 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
30428 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.
30430 &lt;End of help on this topic&gt;
30431 </BODY>
30432 </HTML>
30433 ====== h_config_pass_c1_control =====
30434 <HTML>
30435 <HEAD>
30436 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
30437 </HEAD>
30438 <BODY>
30439 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
30441 It is probably not useful to set this option.
30442 This is a legacy option left behind &quot;just in case&quot;.
30443 Multi-byte characters that have an octet that has the same
30444 value as a control character are permitted through whether or not
30445 this option is turned on.
30447 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
30448 is set, then this feature has no effect.
30449 However, if you wish to filter out regular control characters but pass the
30450 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
30451 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
30452 unset and set this feature.
30454 &lt;End of help on this topic&gt;
30455 </BODY>
30456 </HTML>
30457 ====== h_config_fcc_on_bounce =====
30458 <HTML>
30459 <HEAD>
30460 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
30461 </HEAD>
30462 <BODY>
30463 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
30465 This feature controls an aspect of Alpine's behavior when bouncing a
30466 message. If set, normal FCC ("File Carbon Copy") processing will be
30467 done, just as if you had composed a message to the address you are
30468 bouncing to.  If not set, no FCC of the message will be saved. 
30470 &lt;End of help on this topic&gt;
30471 </BODY>
30472 </HTML>
30473 ====== h_config_show_cursor =====
30474 <HTML>
30475 <HEAD>
30476 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
30477 </HEAD>
30478 <BODY>
30479 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
30481 This feature controls an aspect of Alpine's displays.  If set, the system
30482 cursor will move to convenient locations in the displays.  For example,
30483 to the beginning of the status field of the highlighted index line, or
30484 to the highlighted word after a successful WhereIs command.  It is intended
30485 to draw your attention to an "interesting" spot on the screen.
30487 &lt;End of help on this topic&gt;
30488 </BODY>
30489 </HTML>
30490 ====== h_config_sort_fcc_alpha =====
30491 <HTML>
30492 <HEAD>
30493 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
30494 </HEAD>
30495 <BODY>
30496 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
30498 This feature controls an aspect of Alpine's FOLDER LIST screen.
30499 If set, the default Fcc folder will be sorted alphabetically with the other
30500 folders instead of appearing right after the INBOX.
30502 &lt;End of help on this topic&gt;
30503 </BODY>
30504 </HTML>
30505 ====== h_config_sort_save_alpha =====
30506 <HTML>
30507 <HEAD>
30508 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
30509 </HEAD>
30510 <BODY>
30511 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
30513 This feature controls an aspect of Alpine's FOLDER LIST screen.
30514 If set, the default save folder will be sorted alphabetically with the other
30515 folders instead of appearing right after the INBOX (and default FCC folder).
30517 &lt;End of help on this topic&gt;
30518 </BODY>
30519 </HTML>
30520 ====== h_config_single_list =====
30521 <HTML>
30522 <HEAD>
30523 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
30524 </HEAD>
30525 <BODY>
30526 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
30528 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
30529 the folders will be listed one per line instead of several per line
30530 in the FOLDER LIST display.
30532 &lt;End of help on this topic&gt;
30533 </BODY>
30534 </HTML>
30535 ====== h_config_vertical_list =====
30536 <HTML>
30537 <HEAD>
30538 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
30539 </HEAD>
30540 <BODY>
30541 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
30543 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
30544 the folders will be listed alphabetically down the columns rather
30545 than across the columns as is the default.
30547 &lt;End of help on this topic&gt;
30548 </BODY>
30549 </HTML>
30550 ====== h_config_verbose_post =====
30551 <HTML>
30552 <HEAD>
30553 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
30554 </HEAD>
30555 <BODY>
30556 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
30557 This feature controls an aspect of Alpine's message sending.  When enabled,
30558 Alpine will send a VERB (i.e., VERBose) command early in the posting process
30559 intended to cause the SMTP server to provide a more detailed account of
30560 the transaction.  This feature is typically only useful to system
30561 administrators and other support personel as an aid in troublshooting
30562 problems.
30564 Note, this feature relies on a specific capability of the system's mail
30565 transport agent or configured 
30566 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
30567 It is possible that this
30568 feature will cause problems for some tranport agents, and may result in
30569 sending failure.  In addition, as the verbose output comes from the mail
30570 transport agent, it is likely to vary from one system to another. 
30571 <P><UL>
30572 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30573 </UL><P>
30574 &lt;End of help on this topic&gt;
30575 </BODY>
30576 </HTML>
30577 ====== h_config_auto_reply_to =====
30578 <HTML>
30579 <HEAD>
30580 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
30581 </HEAD>
30582 <BODY>
30583 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
30585 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
30586 will not prompt when a message being replied to contains a "Reply-To:"
30587 header value, but will simply use its value (as opposed to using the
30588 "From:" field's value).
30592 Note: Using the "Reply-To:" address is usually the preferred behavior,
30593 however, some mailing list managers choose to place the list's address in
30594 the "Reply-To:" field of any message sent out to the list.  In such
30595 cases, this feature makes it all too easy for personal replies to be
30596 inadvertently sent to the entire mail list, so be careful! 
30598 &lt;End of help on this topic&gt;
30599 </BODY>
30600 </HTML>
30601 ====== h_config_del_skips_del =====
30602 <HTML>
30603 <HEAD>
30604 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
30605 </HEAD>
30606 <BODY>
30607 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
30609 This feature controls an aspect of Alpine's Delete command.  If set, this
30610 feature will cause the Delete command to advance past following messages that
30611 are marked deleted.  In other words, pressing "D" will both mark the
30612 current message deleted and advance to the next message that is not marked
30613 deleted.
30614 This feature is set by default.
30616 &lt;End of help on this topic&gt;
30617 </BODY></HTML>
30618 ====== h_config_expunge_manually =====
30619 <HTML>
30620 <HEAD>
30621 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
30622 </HEAD>
30623 <BODY>
30624 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
30626 Normally, when you close a folder that contains deleted messages you are
30627 asked if you want to expunge those messages from the folder permanently.
30628 If this feature is set, you won't be asked and the deleted messages will
30629 remain in the folder.
30630 If you choose to set this feature you will have to expunge the
30631 messages manually using the eXpunge command, which you can use while
30632 in the MESSAGE INDEX screen.
30633 If you do not expunge deleted messages the size of your
30634 folder will continue to increase until you are out of disk space.
30636 <UL>   
30637 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30638 </UL><P>
30639 &lt;End of help on this topic&gt;
30640 </BODY>
30641 </HTML>
30642 ====== h_config_auto_expunge =====
30643 <HTML>
30644 <HEAD>
30645 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
30646 </HEAD>
30647 <BODY>
30648 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
30650 This features controls an aspect of Alpine's eXpunge command.  If set, you
30651 will <B>not</B> be prompted to confirm your intent before the expunge takes 
30652 place.
30653 Actually, this is only true for the INBOX folder and for folders in the
30654 Incoming Folders collection. See the feature
30655 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
30657 <UL>   
30658 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30659 </UL><P>
30660 &lt;End of help on this topic&gt;
30661 </BODY>
30662 </HTML>
30663 ====== h_config_full_auto_expunge =====
30664 <HTML>
30665 <HEAD>
30666 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
30667 </HEAD>
30668 <BODY>
30669 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
30671 This features controls an aspect of Alpine's eXpunge command.  If set, you
30672 will <B>not</B> be prompted to confirm your intent before the expunge 
30673 takes place.  This feature sets this behavior for all folders, unlike the
30674 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
30675 feature that works only for incoming folders.
30677 <UL>   
30678 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30679 </UL><P>
30680 &lt;End of help on this topic&gt;
30681 </BODY>
30682 </HTML>
30683 ====== h_config_auto_read_msgs =====
30684 <HTML>
30685 <HEAD>
30686 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
30687 </HEAD>
30688 <BODY>
30689 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
30690 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
30691 and the 
30692 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
30693 option is also set, then Alpine will
30694 automatically transfer all read messages to the designated folder and mark
30695 them as deleted in the INBOX.  Messages in the INBOX marked with an 
30696 &quot;N&quot; (meaning New, or unseen) are not affected.
30698 <UL>   
30699 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30700 </UL><P>
30701 &lt;End of help on this topic&gt;
30702 </BODY>
30703 </HTML>
30704 ====== h_config_auto_fcc_only =====
30705 <HTML>
30706 <HEAD>
30707 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
30708 </HEAD>
30709 <BODY>
30710 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
30711 This features controls an aspect of Alpine's composer.
30712 The only time this feature will be used is if you attempt to send mail
30713 that has no recipients but does have an Fcc.
30714 Normally, Alpine will ask if you really mean to copy the message only to
30715 the Fcc.
30716 That is, it asks if you really meant to have no recipients.
30717 If this feature is set, you
30718 will <B>not</B> be prompted to confirm your intent to make only a copy
30719 of a message with no recipients.
30721 This feature is closely related to
30722 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
30723 The difference between this feature and that feature is that this feature
30724 considers a Bcc to be a recipient while that feature will ask for confirmation
30725 even if there is a Bcc when there is no To, Cc, or Newsgroup.
30726 The default values also differ. This feature defaults to asking the question
30727 and you have to turn it off.
30728 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
30729 unless you turn it on.
30732 <UL>   
30733 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30734 </UL><P>
30735 &lt;End of help on this topic&gt;
30736 </BODY>
30737 </HTML>
30738 ====== h_config_mark_fcc_seen =====
30739 <HTML>
30740 <HEAD>
30741 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
30742 </HEAD>
30743 <BODY>
30744 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
30746 This features controls the way Fccs (File carbon copies) are
30747 made of the messages you send.
30750 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
30751 copy will be marked as Unseen.
30752 When you look at the folder it was saved in the message will appear to
30753 be a New message until you read it.
30754 When this feature is enabled, the message will be marked as having
30755 been Seen.
30758 <UL>   
30759 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30760 </UL><P>
30761 &lt;End of help on this topic&gt;
30762 </BODY>
30763 </HTML>
30764 ====== h_config_no_fcc_attach =====
30765 <HTML>
30766 <HEAD>
30767 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
30768 </HEAD>
30769 <BODY>
30770 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
30772 This features controls the way Fcc's (File carbon copies) are
30773 made of the messages you send.
30776 Normally, Alpine saves an exact copy of your message as it was sent.
30777 When this feature is enabled, the &quot;body&quot; of the message
30778 you send (the text you type in the composer) is preserved in the 
30779 copy as before, however all attachments are replaced with text
30780 explaining what had been sent rather than the attachments themselves.
30783 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
30784 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
30785 allows you to interactively set whether or not attachments are saved
30786 to the Fcc'd copy.
30789 <UL>   
30790 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30791 </UL><P>
30792 &lt;End of help on this topic&gt;
30793 </BODY>
30794 </HTML>
30795 ====== h_config_read_in_newsrc_order =====
30796 <HTML>
30797 <HEAD>
30798 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
30799 </HEAD>
30800 <BODY>
30801 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
30803 This feature controls the order in which newsgroups will be presented.  If
30804 set, they will be presented in the same order as they occur in your 
30805 <!--chtml if pinemode="os_windows"-->
30806 &quot;NEWSRC&quot;
30807 <!--chtml else-->
30808 &quot;.newsrc&quot;
30809 <!--chtml endif-->
30810 file (the default location of which can be changed with the 
30811 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
30813 If not set, the newsgroups will be presented in alphabetical order.
30815 <UL>   
30816 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30817 </UL><P>
30818 &lt;End of help on this topic&gt;
30819 </BODY>
30820 </HTML>
30821 ====== h_config_quell_tz_comment =====
30822 <HTML>
30823 <HEAD>
30824 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
30825 </HEAD>
30826 <BODY>
30827 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
30829 Normally, when Alpine generates a Date header for outgoing mail,
30830 it will try to include the symbolic timezone at the end of the
30831 header inside parentheses.
30832 The symbolic timezone is often three characters long, but on
30833 some operating systems, it may be longer.
30834 Apparently there are some SMTP servers in the world that will reject an
30835 incoming message if it has a Date header longer than about 80 characters.
30836 If this feature is set, the symbolic timezone normally generated by
30837 Alpine will not be included.
30838 You probably don't need to worry about this feature unless you run into
30839 the problem described above.
30842 &lt;End of help on this topic&gt;
30843 </BODY>
30844 </HTML>
30845 ====== h_config_post_wo_validation =====
30846 <HTML>
30847 <HEAD>
30848 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
30849 </HEAD>
30850 <BODY>
30851 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
30853 This feature controls whether the NNTP server is queried as newsgroups
30854 are entered for posting.  Validation over slow links (e.g. dialup using
30855 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
30857 &lt;End of help on this topic&gt;
30858 </BODY>
30859 </HTML>
30860 ====== h_config_send_wo_confirm =====
30861 <HTML>
30862 <HEAD>
30863 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
30864 </HEAD>
30865 <BODY>
30866 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
30868 By default, when you send or post a message you will be asked to confirm
30869 with a question that looks something like:
30872 <CENTER><SAMP>Send message?</SAMP></CENTER>
30875 If this feature is set, you
30876 will <B>not</B> be prompted to confirm your intent to send
30877 and your message will be sent.
30879 If this feature is set it disables some possibilities and renders some
30880 other features meaningless.
30881 You will not be able to use
30882 <A HREF="h_config_sending_filter">Sending Filters</A>,
30883 Verbose sending mode,
30884 <A HREF="h_config_compose_bg_post">Background Sending</A>,
30885 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
30886 or ^V to turn off the generation of flowed text for this message.
30887 These options are normally available as suboptions in the Send prompt, but
30888 with no Send prompt the options are gone.
30891 A somewhat related feature is
30892 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
30893 which may be used to eliminate the extra confirmation
30894 question when posting to a newsgroup.
30896 <UL>   
30897 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30898 </UL><P>
30899 &lt;End of help on this topic&gt;
30900 </BODY>
30901 </HTML>
30902 ====== h_config_quell_filtering_done_message =====
30903 <HTML>
30904 <HEAD>
30905 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
30906 </HEAD>
30907 <BODY>
30908 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
30910 If you use Filter Rules that move messages or set status of messages
30911 you sometimes see a message from Alpine that looks like
30914 <CENTER><SAMP>filtering done</SAMP></CENTER>
30917 If this feature is set, this message will be suppressed.
30918 If the feature
30919 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
30920 is set then this message will be suppressed regardless.
30923 <UL>   
30924 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30925 </UL><P>
30926 &lt;End of help on this topic&gt;
30927 </BODY>
30928 </HTML>
30929 ====== h_config_quell_filtering_messages =====
30930 <HTML>
30931 <HEAD>
30932 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
30933 </HEAD>
30934 <BODY>
30935 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
30937 If you use Filter Rules that move messages or set status of messages
30938 you sometimes see messages from Alpine that look like
30941 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
30947 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
30953 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
30956 If this feature is set, these messages will be suppressed.
30957 The feature
30958 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
30959 is related.
30962 <UL>   
30963 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30964 </UL><P>
30965 &lt;End of help on this topic&gt;
30966 </BODY>
30967 </HTML>
30968 ====== h_config_quell_post_prompt =====
30969 <HTML>
30970 <HEAD>
30971 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
30972 </HEAD>
30973 <BODY>
30974 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
30976 By default, when you post a message to a newsgroup you are asked to confirm
30977 that you want to post with the question
30980 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
30983 If this feature is set, you
30984 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
30985 and your message will be posted.
30988 <UL>   
30989 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30990 </UL><P>
30991 &lt;End of help on this topic&gt;
30992 </BODY>
30993 </HTML>
30994 ====== h_config_check_mail_onquit =====
30995 <HTML>
30996 <HEAD>
30997 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
30998 </HEAD>
30999 <BODY>
31000 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
31002 If this feature is set, Alpine will check for new mail after you give the
31003 Quit command.
31004 If new mail has arrived since the previous check, you will be notified
31005 and given the choice of quitting or not quitting.
31007 <UL>   
31008 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31009 </UL><P>
31010 &lt;End of help on this topic&gt;
31011 </BODY>
31012 </HTML>
31013 ====== h_config_inbox_no_confirm =====
31014 <HTML>
31015 <HEAD>
31016 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
31017 </HEAD>
31018 <BODY>
31019 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
31021 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
31022 command and there are no more folders or newsgroups to visit, you are asked
31023 if you want to return to the INBOX.
31024 If this feature is set you will not be asked.
31025 It will be assumed that you do want to return to the INBOX.
31027 <UL>   
31028 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31029 </UL><P>
31030 &lt;End of help on this topic&gt;
31031 </BODY>
31032 </HTML>
31033 ====== h_config_dates_to_local =====
31034 <HTML>
31035 <HEAD>
31036 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
31037 </HEAD>
31038 <BODY>
31039 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
31041 Normally, the message dates that you see in the
31042 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
31043 For example, if a message was sent to you from a few timezones to the east
31044 it might appear that it was sent from the future;
31045 or if it was sent from somewhere to the west it might appear
31046 as if it is from yesterday even though it was sent only a few minutes ago.
31047 If this feature is set an attempt will be made to convert the dates
31048 to your local timezone to be displayed.
31050 Note that this does not affect the results of Select by Date or of
31051 anything else other than these displayed dates.
31052 When viewing the message you may look at the original unconverted value of the Date
31053 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
31055 <UL>   
31056 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31057 </UL><P>
31058 &lt;End of help on this topic&gt;
31059 </BODY>
31060 </HTML>
31061 ====== h_config_tab_no_prompt =====
31062 <HTML>
31063 <HEAD>
31064 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
31065 </HEAD>
31066 <BODY>
31067 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
31069 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
31070 command and there is a problem checking a folder, you are asked
31071 whether you want to continue with the search in the following folder or not.
31072 This question gives you a chance to stop the NextNew processing.
31073 (The checking problem might be caused by the fact that the folder does not
31074 exist, or by an authentication problem, or by a server problem
31075 of some sort.)
31078 If this feature is set you will not be asked.
31079 It will be assumed that you do want to continue.
31081 <UL>   
31082 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31083 </UL><P>
31084 &lt;End of help on this topic&gt;
31085 </BODY>
31086 </HTML>
31087 ====== h_config_input_history =====
31088 <HTML>
31089 <HEAD>
31090 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
31091 </HEAD>
31092 <BODY>
31093 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
31095 Many of the prompts that ask for input in the status line near the
31096 bottom of the screen will respond to Up Arrow and Down Arrow
31097 with the history of previous entries.
31098 For example, in the MESSAGE INDEX screen when you use the WhereIs
31099 command the text you entered will be remembered and can be recalled
31100 by using the Up Arrow key.
31101 Another example, when saving a message the folders saved to will
31102 be remembered and can be recalled using the arrow keys.
31104 In the Save prompt, some users prefer that the Up and Down arrow keys
31105 be used for the Previous Collection and Next Collection commands
31106 instead of for a history of previous saves.
31107 If this option is set the Up and Down arrow keys will become synonyms for the
31108 Previous Collection and Next Collection (^P and ^N) commands in the
31109 prompt for the name of a folder to Save to or in the prompt for the
31110 name of a folder to GoTo.
31111 When this feature is not set (the default), ^P and ^N will change the
31112 collection and the arrow keys will show the history.
31114 <UL>   
31115 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31116 </UL><P>
31117 &lt;End of help on this topic&gt;
31118 </BODY>
31119 </HTML>
31120 ====== h_config_confirm_role =====
31121 <HTML>
31122 <HEAD>
31123 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
31124 </HEAD>
31125 <BODY>
31126 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
31128 If you have roles, when you Reply to or Forward a message, or Compose
31129 a new message, Alpine
31130 will search through your roles for one that matches.
31131 Normally, if no matches are found you will be placed into the composer
31132 with no opportunity to select a role.
31133 If this feature is set, then you will be asked to confirm that you don't
31134 want a role.
31135 This will give you the opportunity to select a role (with the ^T command).
31136 If you confirm no role with a Return, you will be placed in
31137 the composer with no role.
31138 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
31139 These behave the same as if you pressed the Return.
31140 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
31141 match what you might type if there was a role match.)
31143 If you are using the alternate form of the Compose command called
31144 &quot;Role&quot;, then all of your roles will be available to you,
31145 independent of the value of this feauture and of the values set for all of
31146 Reply Use, Forward Use, and Compose Use.
31148 <UL>   
31149 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31150 </UL><P>
31151 &lt;End of help on this topic&gt;
31152 </BODY>
31153 </HTML>
31154 ====== h_config_news_cross_deletes =====
31155 <HTML>
31156 <HEAD>
31157 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
31158 </HEAD>
31159 <BODY>
31160 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
31162 This feature controls what Alpine does when you delete a message in a
31163 newsgroup that appears in more than one newsgroup.  Such a message
31164 is sometimes termed a &quot;crossposting&quot; in that it was posted
31165 across several newsgroups.
31168 Alpine's default behavior when you delete such a message is to remove
31169 only the copy in the current newsgroup from view when you use the
31170 &quot;Exclude&quot; command or the next time you visit the newsgroup.
31173 Enabling this feature causes Alpine to remove every occurrence of the
31174 message from all newsgroups it appears in and to which you are
31175 subscribed.
31178 NOTE: As currently implemented, enabling this feature may increase the
31179 time it takes the Expunge command and newsgroup closing to complete.
31182 <UL>   
31183 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31184 </UL><P>
31185 &lt;End of help on this topic&gt;
31186 </BODY>
31187 </HTML>
31188 ====== h_config_news_catchup =====
31189 <HTML>
31190 <HEAD>
31191 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
31192 </HEAD>
31193 <BODY>
31194 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
31196 This feature controls what Alpine does as it closes a newsgroup.
31197 When set, Alpine will offer to delete all messages from the newsgroup
31198 as you are quitting Alpine or opening a new folder.
31201 This feature is useful if you typically read all the interesting messages
31202 in a newsgroup each time you open it.  This feature saves you from
31203 having to delete each message in a newsgroup as you read it or from
31204 selecting all the messages and doing an
31205 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
31206 move on to the next folder or newsgroup.
31209 <UL>   
31210 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31211 </UL><P>
31212 &lt;End of help on this topic&gt;
31213 </BODY>
31214 </HTML>
31215 ====== h_config_next_thrd_wo_confirm =====
31216 <HTML>
31217 <HEAD>
31218 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
31219 </HEAD>
31220 <BODY>
31221 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
31223 This feature controls an aspect of Alpine's Next and Prev commands in
31224 the case where you are using one of the
31225 &quot;separate-index-screen&quot; styles for the configuration option
31226 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
31227 and currently have the folder sorted by a Threaded or OrderedSubject sort.
31228 When you are Viewing a particular thread you have a
31229 MESSAGE INDEX of only the messages in that thread.
31230 If you press the Next command with the last message in the thread highlighted
31231 you will normally be asked if you want to &quot;View next thread?&quot;,
31232 assuming there is a next thread to view.
31233 If this feature is set it will be assumed that you always want to view the
31234 next thread and you won't be asked to confirm that.
31235 Similarly, if the first message of the thread is highlighted and you
31236 press the Prev command, this feature will prevent the question
31237 &quot;View previous thread&quot;.
31239 This feature only has an effect in the MESSAGE INDEX screen.
31240 If you then view a particular message from that screen and press the
31241 Next command, you will be sent to the next thread without being asked,
31242 independent of the setting of this feature.
31244 The feature
31245 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
31247 &lt;End of help on this topic&gt;
31248 </BODY>
31249 </HTML>
31250 ====== h_config_kw_braces =====
31251 <HTML>
31252 <HEAD>
31253 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
31254 </HEAD>
31255 <BODY>
31256 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
31258 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
31259 TEXT screens.
31260 If you have modified the
31261 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
31262 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
31263 are used to display keywords or their initials along with the Subject; then
31264 this option may be used to modify the resulting display slightly.
31265 By default, the keywords or initials displayed for these tokens will be
31266 surrounded with curly braces ({ and }) and a trailing space.
31267 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
31268 a message, the &quot;SUBJKEY&quot; token will normally look like
31270 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
31272 and the SUBJKEYINIT token would look like
31274 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
31276 The default character before the keywords is the left brace ({) and the
31277 default after the keywords is the right brace followed by a space (} ).
31279 This option allows you to change that.
31280 You should set it to two values separated by a space.
31281 The values may be quoted if they include space characters.
31282 So, for example, the default value could be specified explicitly by setting this
31283 option to
31285 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
31287 The first part wouldn't need to be quoted (but it doesn't hurt).
31288 The second part does need the quotes because it includes a space character.
31289 If you wanted to change the braces to brackets you could use
31291 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
31293 Inside the quotes you can use backslash quote to mean quote, so
31295 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
31297 would produce
31299 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
31301 It is also possible to color keywords in the index using the
31302 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
31304 It is not possible to change the fact that a space character is used to
31305 separate the keywords if more than one keyword is set for a message.
31306 It is also not possible to change the fact that there are no separators
31307 between the keyword initials if more than one keyword is set.
31309 &lt;End of help on this topic&gt;
31310 </BODY>
31311 </HTML>
31312 ====== h_config_opening_sep =====
31313 <HTML>
31314 <HEAD>
31315 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
31316 </HEAD>
31317 <BODY>
31318 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
31320 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
31321 With some setups the text of the subject is followed
31322 by the opening text of the message if there is any room available in the index line.
31323 If you have configured your
31324 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31325 to include one of the Subject tokens that causes this behavior
31326 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
31327 to modify what is displayed slightly.
31328 By default, the Subject is separated from the opening text of the message by
31329 the three characters space dash space;
31331 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
31333 Use this option to set it to something different.
31334 The value must be quoted if it includes any space characters.
31335 For example, the default value could be specified explicitly by setting this
31336 option to
31338 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
31340 &lt;End of help on this topic&gt;
31341 </BODY>
31342 </HTML>
31343 ====== h_config_select_wo_confirm =====
31344 <HTML>
31345 <HEAD>
31346 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
31347 </HEAD>
31348 <BODY>
31349 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
31351 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
31352 These commands all take text input to specify the name of the folder or
31353 file to be used, but allow you to press ^T for a list of possible names.
31354 If set, the selected name will be used immediately, without further
31355 opportunity to confirm or edit the name.
31357 Some related help topics are
31358 <UL>
31359 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
31360 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
31361 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
31362 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
31363 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
31364 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
31365 </UL>
31367 &lt;End of help on this topic&gt;
31368 </BODY>
31369 </HTML>
31370 ====== h_config_save_part_wo_confirm =====
31371 <HTML>
31372 <HEAD>
31373 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
31374 </HEAD>
31375 <BODY>
31376 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
31378 This feature controls an aspect of Alpine's Save command.
31379 By default, when you Save a message that has some deleted parts, you will
31380 be asked to confirm that you want to Save with a prompt that looks like:
31382 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
31384 If this feature is set, you will not be asked.
31386 &lt;End of help on this topic&gt;
31387 </BODY>
31388 </HTML>
31389 ====== h_config_use_resentto =====
31390 <HTML>
31391 <HEAD>
31392 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
31393 </HEAD>
31394 <BODY>
31395 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
31397 This feature is turned off by default because turning it on causes problems
31398 with some deficient IMAP servers.
31399 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
31400 <A HREF="h_rule_patterns">Pattern</A>
31401 contains a To header pattern and this feature is turned on,
31402 then a check is made in the message to see
31403 if a Resent-To header is present, and that is used instead of the To header.
31404 If this feature is not turned on, then the regular To header will always
31405 be used.
31408 &lt;End of help on this topic&gt;
31409 </BODY>
31410 </HTML>
31411 ====== h_config_use_reg_start_for_stayopen =====
31412 <HTML>
31413 <HEAD>
31414 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
31415 </HEAD>
31416 <BODY>
31417 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
31419 This feature affects which message is selected as the current message
31420 when you enter a
31421 <A HREF="h_config_permlocked">Stay Open</A> folder.
31423 Normally, the starting position for an incoming folder (which most Stay Open
31424 folders will likely be) is controlled by the
31425 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
31426 However, if a folder is a Stay Open folder, when you re-enter the folder
31427 after the first time the current message will be the same as it was when
31428 you left the folder.
31429 An exception is made if you use the TAB command to get to the folder.
31430 In that case, the message number will be incremented by one from what it
31431 was when you left the folder.
31433 The above special behavior is thought to be useful.
31434 However, it is special and different from what you might at first expect.
31435 If this feature is set, then Stay Open folders will not be treated specially
31436 as far as the startup rule is concerned.
31439 &lt;End of help on this topic&gt;
31440 </BODY>
31441 </HTML>
31442 ====== h_config_use_current_dir =====
31443 <HTML>
31444 <HEAD>
31445 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
31446 </HEAD>
31447 <BODY>
31448 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
31450 This feature controls an aspect of several commands. 
31451 If set, your &quot;current working directory&quot; 
31452 <!--chtml if pinemode="running"-->
31453 (which, at least for your current Alpine &quot;session,&quot; 
31454 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
31455 <!--chtml endif-->
31456 will be used instead of your home directory 
31457 <!--chtml if pinemode="running"-->
31458 (which, in the present configuration of your system, is
31459  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
31460 <!--chtml endif-->
31461 for all of the following operations:<UL>
31462     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
31463     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
31464     <LI> <!--chtml if pinemode="function_key"-->F4
31465          <!--chtml else-->Ctrl-R
31466          <!--chtml endif--> file inclusion in the COMPOSER
31467     <LI> <!--chtml if pinemode="function_key"-->F5
31468          <!--chtml else-->Ctrl-J
31469          <!--chtml endif--> file attachment in the COMPOSER
31470 </UL>
31471 <!--chtml if pinemode="os_windows"-->
31473 If you are starting PC-Alpine from a desktop icon or the Start menu, 
31474 you can set the &quot;current drive&quot; 
31475 by specifying it in the &quot;Start in:&quot; 
31476 box found in the Shortcut tab of the Properties.  
31477 <!--chtml endif-->
31479 <UL>   
31480 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31481 </UL>
31484 &lt;End of help on this topic&gt;
31485 </BODY>
31486 </HTML>
31487 ====== h_config_save_wont_delete =====
31488 <HTML>
31489 <HEAD>
31490 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
31491 </HEAD>
31492 <BODY>
31493 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
31495 This feature controls one aspect of the Save command.  If set, Save will
31496 not mark the message &quot;deleted&quot; (its default behavior) after
31497 it has been copied to the designated folder.
31500 &lt;End of help on this topic&gt;
31501 </BODY>
31502 </HTML>
31503 ====== h_config_use_boring_spinner =====
31504 <HTML>
31505 <HEAD>
31506 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
31507 </HEAD>
31508 <BODY>
31509 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
31511 When Alpine is delayed for some reason it usually shows that
31512 something is happening with a small animated display in the status
31513 message line near the bottom of the screen.
31514 Setting this feature will cause that animation to be the same
31515 each time instead of having Alpine choose a random animation.
31516 You may turn the animation off altogether by setting the
31517 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
31518 option to zero.
31521 &lt;End of help on this topic&gt;
31522 </BODY>
31523 </HTML>
31524 ====== h_config_unsel_wont_advance =====
31525 <HTML>
31526 <HEAD>
31527 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
31528 </HEAD>
31529 <BODY>
31530 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
31532 This feature controls one aspect of the Unselect Current message command.
31533 Normally, when the Unselect current message command (:) is typed when the
31534 current message is selected, the message will be unselected and the next
31535 message will become the current message.
31536 If this feature is set, the cursor will not advance to the next message.
31537 Instead, the current message will remain the current message after
31538 unselecting.
31541 &lt;End of help on this topic&gt;
31542 </BODY>
31543 </HTML>
31544 ====== h_config_prune_uses_iso =====
31545 <HTML>
31546 <HEAD>
31547 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
31548 </HEAD>
31549 <BODY>
31550 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
31552 By default, Alpine asks monthly whether or not you would like to rename
31553 some folders to a new name containing the date.
31554 It also asks whether or not you would like to delete some old folders.
31555 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
31556 explanation.
31559 By default, the name used when renaming a folder looks like
31561 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
31563 For example, the first time you run Alpine in May of 2004,
31564 the folder &quot;sent-mail&quot; might be renamed to
31566 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
31568 If this feature is set, the name used will be of the form
31570 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
31572 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
31573 month (01, 02, ..., 12).
31574 For the April, 2004 example above, it would instead be
31576 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
31578 because April is the 4th month of the year.
31579 A reason you might want to set this feature is so that the folders
31580 will sort in chronological order.
31583 &lt;End of help on this topic&gt;
31584 </BODY>
31585 </HTML>
31586 ====== h_config_save_advances =====
31587 <HTML>
31588 <HEAD>
31589 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
31590 </HEAD>
31591 <BODY>
31592 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
31594 This feature controls one aspect of the Save command.  If set, Save will
31595 (in addition to copying the current message to the designated folder) also
31596 advance to the next message.
31599 &lt;End of help on this topic&gt;
31600 </BODY>
31601 </HTML>
31602 ====== h_config_force_arrow =====
31603 <HTML>
31604 <HEAD>
31605 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
31606 </HEAD>
31607 <BODY>
31608 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
31610 This feature affects Alpine's MESSAGE INDEX display routine.
31611 If set, the normal inverse-video cursor will be
31612 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
31613 second column of the index display.
31615 This is the same index cursor you get if you turn on
31616 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
31617 line coloring will still be present if this feature is turned on and
31618 <!--#echo var="FEAT_assume-slow-link"--> is off.
31620 An alternative version of the Arrow cursor is available by including the
31621 <A HREF="h_config_index_arrow_color">ARROW</A>
31622 token in the
31623 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31625 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
31626 but that is not implemented.
31629 &lt;End of help on this topic&gt;
31630 </BODY>
31631 </HTML>
31632 ====== h_config_ignore_size =====
31633 <HTML>
31634 <HEAD>
31635 <TITLE>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></TITLE>
31636 </HEAD>
31637 <BODY>
31638 <H1>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></H1>
31640 When you have an account residing in an IMAP server, Alpine records the 
31641 size of each message as reported by the server. However, when Alpine saves 
31642 a message in such IMAP server, Alpine will compute the size of the message 
31643 independently, from the data it received. If these two numbers do not 
31644 match for a message, Alpine asks you if you still want to take the risk of 
31645 saving such message, since data corruption or loss of data could result 
31646 from this save.
31649 Sometimes the root of this problem is that the IMAP server does not 
31650 compute sizes correctly, and there will not be loss of information when 
31651 saving such message. Enabling this feature will make Alpine ignore such 
31652 error and continue saving the message without producing any warnings or 
31653 ever stopping the process, as if there had not been any error. This option 
31654 applies to all IMAP servers that you use, so if you enable this feature, 
31655 size discrepancy warnings will not be given for any IMAP server you 
31656 connect to.
31659 Example of a server where you could reproduce this problem is the Gmail 
31660 IMAP server. Another example can be found in some versions of the Exchange 
31661 server.
31664 It is recommended that this feature be disabled most of the time and only 
31665 enabled when you find a server which you can determine that has the above 
31666 mentioned defect, but be disabled again after making the save operation 
31667 succeed.
31670 &lt;End of help on this topic&gt;
31671 </BODY>
31672 </HTML>
31673 ====== h_config_force_low_speed =====
31674 <HTML>
31675 <HEAD>
31676 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
31677 </HEAD>
31678 <BODY>
31679 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
31681 UNIX Alpine only.
31683 This feature affects Alpine's display routines.  If set, the normal
31684 inverse-video cursor (used to highlight the current item in a list) will be
31685 replaced by an &quot;arrow&quot; cursor and other
31686 screen update optimizations for
31687 low-speed links (e.g. 2400 bps dialup connections) will be activated.
31688 One of the optimizations is that colored index lines (set up with Indexcolor
31689 Rules) will not be colored.
31690 If you are just turning this feature on because you like using
31691 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
31692 coloring by turning this feature off and the
31693 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
31696 &lt;End of help on this topic&gt;
31697 </BODY>
31698 </HTML>
31699 ====== h_config_show_delay_cue =====
31700 <HTML>
31701 <HEAD>
31702 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
31703 </HEAD>
31704 <BODY>
31705 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
31707 If set, this feature will cause an asterisk to appear in the upper
31708 left-hand corner of the screen whenever Alpine checks for new mail.
31709 Two asterisks whenever Alpine saves (checkpoints) the state of the current
31710 mailbox to disk.
31712 <!--chtml if pinemode="os_windows"-->
31714 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
31715 it is trying to open a network connection (e.g, to open your INBOX
31716 on an IMAP
31717 server) or read from the network connection.  A greater-than symbol,
31718 will be displayed when PC-Alpine is trying to write to the network
31719 connection (e.g, sending a command to your IMAP server).
31720 <!--chtml endif-->
31723 &lt;End of help on this topic&gt;
31724 </BODY>
31725 </HTML>
31726 ====== h_config_color_style =====
31727 <HTML>
31728 <HEAD>
31729 <TITLE>OPTION: Color Style</TITLE>
31730 </HEAD>
31731 <BODY>
31732 <H1>OPTION: Color Style</H1>
31734 UNIX Alpine only.
31736 If the terminal or terminal emulator you are using is capable of displaying
31737 colors, this option controls whether or not color will be used in Alpine.
31738 If you turn color on and things are set up correctly,
31739 you should see color appear on the screen immmediately.
31740 Modern terminal emulators are usually capable of displaying colors.
31742 The available options include:
31745 <DL>
31746 <DT>no-color</DT>
31747 <DD>Don't use color.
31748 </DD>
31750 <DT>use-termdef</DT>
31751 <DD>In order to decide if your terminal is capable of color, Alpine looks in
31752 the terminal capabilities database, TERMINFO or TERMCAP, depending on
31753 how Alpine was compiled.
31754 This is a good option to choose if you switch between a color and a non-color
31755 terminal with the same Alpine configuration.
31756 Alpine will know to use color on the color terminal because it is described
31757 in the termcap entry, and Alpine will know to use black and white on the
31758 non-color terminal.
31759 The Alpine Technical Notes
31760 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/tech-notes/">http://www.washington.edu/alpine/tech-notes/</A></SAMP></CENTER>
31761 have more information on configuring a TERMCAP or TERMINFO
31762 entry for color Alpine.
31763 This is usually something a system administrator does.
31764 </DD>
31766 <DT>force-ansi-8color</DT>
31767 <DD>This is probably the setting that most people should use.
31768 Because setting up a termcap entry is confusing and because the
31769 terminal capabilities database is often not correctly configured for color,
31770 this choice and the next may be easier for you to use.
31771 If your terminal emulator responds to ANSI color escape sequences, which
31772 many do, this option will cause Alpine to believe your terminal will respond
31773 to the escape sequences that produce eight different foreground and background
31774 colors.
31775 The escape sequences used to set the foreground colors are
31777   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31779 where the color_number is an ASCII digit between 0 and 7.
31780 The numbers 0 through 7 should correspond to the colors black, red, green,
31781 yellow, blue, magenta, cyan, and white.
31782 Some terminal emulators use a pre-ANSI scheme that swaps
31783 the colors blue and red and the colors yellow and cyan.
31784 This will cause the default colors to be different, but other than that
31785 things should work fine.
31786 There is also a 9th color available, the last one shown, which is the default
31787 color from the terminal emulator.
31788 When used as a background color some people refer to this color as
31789 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
31790 shown in the color swatch of the SETUP COLOR screen.
31791 The foreground transparent color is shown as
31792 the color of the &quot;TRAN&quot; text.
31793 (The transparent color will not work correctly in a PC-Alpine configuration.)
31794 The escape sequences used to set the background colors are the same
31795 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
31796 The escape sequences for foreground and background default colors (transparent)
31797 are 39m and 49m.
31799 Note: With the Tera Term terminal emulator this setting works well.
31800 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
31801 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
31802 menu, in the &quot;Window&quot; submenu.
31803 </DD>
31805 <DT>force-ansi-16color</DT>
31806 <DD>Many terminal emulators know about the same eight colors above
31807 plus eight more.
31808 This option attempts to use all 16 colors.
31809 The same escape sequences as for the eight-color terminal are used
31810 for the first eight colors.
31811 The escape sequences used to set foreground colors 8-15 are the same as
31812 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
31813 The background color sequences for colors 8-15 are the same as for 0-7
31814 except the &quot;4&quot; is replaced with &quot;10&quot;.
31815 You can tell if the 16 colors are working by turning on this option
31816 and then going into one of the color configuration screens, for example,
31817 the configuration screen for Normal Color.
31818 If you see 16 different colors to select from (plus a 17th for
31819 the transparent color), it's working.
31820 </DD>
31822 <DT>force-xterm-256color</DT>
31823 <DD>Some versions of xterm (and some other terminal emulators)
31824 have support for 256 colors.
31825 The escape sequences used to set the foreground colors are
31827   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31829 where the color_number is an ASCII digit between 0 and 255.
31830 Background colors are the same with the 38 replaced with a 48.
31831 The numbers 0 through 15 are probably similar to the 16 color version
31832 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
31833 The terminal default (transparent) color is the 257th color at the bottom.
31834 Some terminal emulators will misinterpret these escape sequences causing
31835 the terminal to blink or overstrike characters or to do something else
31836 undesirable.
31838 The PuTTY terminal emulator has an option called &quot;Allow terminal to
31839 use xterm 256-colour mode&quot; which allows PuTTY to work well with
31840 this 256-color setting.
31842 </DD>
31843 </DL>
31846 The normal default is &quot;no-color&quot;.
31849 Once you've turned on color you may set the
31850 colors of many objects on the screen individually.
31851 For example, you may add colors to the status letters on the MESSAGE
31852 INDEX page.
31853 Most categories of color that Alpine supports are configurable here.
31854 For example, &quot;Normal Color&quot;
31855 is the color used to display most of the text in Alpine, and
31856 &quot;Reverse Color&quot; is used to display highlighted text, such as the
31857 current message in the MESSAGE INDEX.
31859 Lines in the MESSAGE INDEX may also be colored.
31860 Use Setup Rules to get to the Indexcolor configuration screen.
31863 <UL>   
31864 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31865 </UL><P>
31866 &lt;End of help on this topic&gt;
31867 </BODY>
31868 </HTML>
31869 ====== h_config_disable_index_locale_dates =====
31870 <HTML>
31871 <HEAD>
31872 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
31873 </HEAD>
31874 <BODY>
31875 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
31877 This feature affects the display of dates in the MESSAGE INDEX.
31878 Normally an attempt is made to localize the dates
31879 used in the MESSAGE INDEX display to your locale.
31880 This is controlled with the
31881 LC_TIME locale setting on a UNIX system.
31882 On Windows the Regional Options control panel may be used to set the date format.
31883 At the programming level, Alpine is using the strftime routine
31884 to print the parts of a date.
31886 If this feature is set, dates are displayed in English and
31887 with the conventions of the United States.
31890 <UL>   
31891 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31892 </UL><P>
31893 &lt;End of help on this topic&gt;
31894 </BODY>
31895 </HTML>
31896 ====== h_config_auto_open_unread =====
31897 <HTML>
31898 <HEAD>
31899 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
31900 </HEAD>
31901 <BODY>
31902 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
31904 This feature controls the behavior of the TAB key when traversing folders
31905 in the optional 
31906 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
31907 collection or in optional <!--#echo var="VAR_news-collections"-->.
31909 When the TAB
31910 (<A HREF="h_common_nextnew">NextNew</A>)
31911 key is pressed, and there
31912 are no more unseen messages in the current (incoming message or news)
31913 folder, Alpine will search the list of folders in the current collection for
31914 one containing New or Recent (new since the last time the folder was
31915 opened) messages.
31916 This behavior may be modified slightly with the
31917 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
31918 feature that causes Alpine to look for Unseen messages instead of Recent
31919 messages.
31920 Normally, when such a folder is found, Alpine will ask
31921 whether you wish to open the folder.  If this feature is set, Alpine will
31922 automatically open the folder without prompting.
31924 This feature also affects some other similar situations.
31925 If you have a
31926 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
31927 that is equal to one of the &quot;separate-&quot; values, and you are
31928 viewing a thread; then when you type the NextNew command and are at the
31929 end of the current thread you will automatically go to the next thread
31930 if this feature is set.
31931 By default, you would be asked if you want to view the next thread.
31932 You will also be asked at times whether or not you want to view the next
31933 thread after you delete the last message in the thread.
31934 Setting this feature will also cause that question to be skipped.
31937 <UL>   
31938 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31939 </UL><P>
31940 &lt;End of help on this topic&gt;
31941 </BODY>
31942 </HTML>
31943 ====== h_config_auto_include_reply =====
31944 <HTML>
31945 <HEAD>
31946 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
31947 </HEAD>
31948 <BODY>
31949 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
31951 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
31952 will ask whether you wish to include the original message in your reply.
31953 If this feature is set and the feature
31954 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
31955 is <EM>not</EM> set, then the original message will be included in the reply
31956 automatically, without prompting.
31958 &lt;End of help on this topic&gt;
31959 </BODY>
31960 </HTML>
31961 ====== h_config_select_in_bold =====
31962 <HTML>
31963 <HEAD>
31964 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
31965 </HEAD>
31966 <BODY>
31967 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
31969 This feature controls an aspect of Alpine's 
31970 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
31971 commands; in
31972 particular, the Select and WhereIs commands. Select and WhereIs (with the
31973 ^X subcommand) will search the current folder for messages meeting a
31974 specified criteria, and &quot;tag&quot; the resulting messages with an 
31975 &quot;X&quot; in the
31976 first column of the applicable lines in the MESSAGE INDEX.  If this feature
31977 is set, instead of using the &quot;X&quot; to denote a selected message, 
31978 Alpine will
31979 attempt to display those index lines in boldface. Whether this is
31980 preferable to the &quot;X&quot; will depend on personal taste and the type of
31981 terminal being used.
31983 <UL>   
31984 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31985 </UL><P>
31986 &lt;End of help on this topic&gt;
31987 </BODY>
31988 </HTML>
31989 ====== h_config_alt_auth =====
31990 <HTML>
31991 <HEAD>
31992 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
31993 </HEAD>
31994 <BODY>
31995 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
31997 This feature affects how Alpine connects to IMAP servers.
31998 It's utility has largely been overtaken by events,
31999 but it may still be useful in some circumstances.
32000 If you only connect to modern IMAP servers that support
32001 &quot;TLS&quot; you can ignore this feature.
32004 Details:
32007 By default, Alpine will attempt to connect to an IMAP server on the
32008 normal IMAP service port (143), and if the server offers &quot;Transport Layer
32009 Security&quot; (TLS) and Alpine has been compiled with encryption capability,
32010 then a secure (encrypted) session will be negotiated.
32013 With this feature enabled, before connecting on the normal IMAP port, Alpine
32014 will first attempt to connect to an alternate IMAP service port (993) used
32015 specifically for encrypted IMAP sessions via the Secure Sockets Layer
32016 (SSL) method.
32017 If the SSL attempt fails, Alpine will then try the default
32018 behavior described in the previous paragraph.
32021 TLS negotiation on the normal port is preferred, and supersedes the use of
32022 SSL on port 993, but older servers may not provide TLS support.
32023 This feature may be convenient when accessing IMAP servers that do not support
32024 TLS, but do support SSL connections on port 993.
32025 However, it is important to understand that with this feature enabled,
32026 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
32027 but it will proceed to make an insecure connection if that is the only
32028 option offered by the server, or if the Alpine in question has been built
32029 without encryption capability.
32032 Note that this feature specifies a per-user (or system-wide) default
32033 behavior, but host/folder specification flags may be used to control the
32034 behavior of any specific connection.
32035 This feature interacts with some of
32036 the possible host/folder path specification flags as follows:
32039 The <SAMP>/tls</SAMP> host flag, for example,
32042 <CENTER><SAMP>{foo.example.com/tls}INBOX</SAMP></CENTER>
32044 will over-ride this feature for the specified host by bypassing the
32045 SSL connection attempt.
32046 Moreover, with <SAMP>/tls</SAMP> specified,
32047 the connection attempt will fail if the
32048 service on port 143 does not offer TLS support.
32051 The <SAMP>/ssl</SAMP> host flag, for example,
32054 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
32056 will insist on an SSL connection for the specified host,
32057 and will fail if the SSL service on port 993 is not available.
32058 Alpine will not subsequently retry a connection
32059 on port 143 if <SAMP>/ssl</SAMP> is specified.
32062 <UL>   
32063 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32064 </UL><P>
32065 &lt;End of help on this topic&gt;
32066 </BODY>
32067 </HTML>
32068 ====== h_config_file_dir ======
32069 <HTML>
32070 <HEAD>
32071 <TITLE>OPTION: File Directory</TITLE>
32072 </HEAD>
32073 <BODY>
32074 <H1>OPTION: File Directory</H1>
32076 PC-Alpine only.
32078 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
32079 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
32080 Message Index's &quot;E&nbsp;Export&quot; command.
32083 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
32084 component, Alpine assumes the file exists in the user's home directory.
32085 Under Windows operating systems, this definition isn't always clear.  This 
32086 feature allows you to explictly set where Alpine should look for files
32087 without a leading path.
32090 NOTE: this feature's value is ignored if either 
32091 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
32092 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
32095 <UL>   
32096 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32097 </UL><P>
32098 &lt;End of help on this topic&gt;
32099 </BODY>
32100 </HTML>
32101 ====== h_config_quote_all_froms =====
32102 <HTML>
32103 <HEAD>
32104 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
32105 </HEAD>
32106 <BODY>
32107 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
32109 This feature controls an aspect of the Save command (and also the way
32110 outgoing messages are saved to an FCC folder).  If set, Alpine will add
32111 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
32112 when they are saved to another folder, including lines syntactically
32113 distinguishable from the type of message separator line commonly used on
32114 Unix systems.
32117 The default behavior is that a &quot;>&quot; will be prepended only to lines
32118 beginning with &quot;From &quot; that might otherwise be confused with a message
32119 separator line on Unix systems.  If pine is the only mail program you use,
32120 this default is reasonable.  If another program you use has trouble
32121 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
32122 enable this feature.  This feature only applies to the common Unix mailbox
32123 format that uses message separator lines beginning with &quot;From &quot;.  If
32124 Alpine has been configured to use a different mailbox format (possibly
32125 incompatible with other mail programs), then this issue does not arise,
32126 and the feature is irrelevant.
32129 &lt;End of help on this topic&gt;
32130 </BODY>
32131 </HTML>
32132 ====== h_config_normal_color =====
32133 <HTML>
32134 <HEAD>
32135 <TITLE>OPTION: Normal Color</TITLE>
32136 </HEAD>
32137 <BODY>
32138 <H1>OPTION: Normal Color</H1>
32140 Sets the color Alpine normally uses.
32141 The foreground color is the color of the actual character and the
32142 background color is the color of the area behind the character.
32143 By default this color is black characters on a white background.
32145 <A HREF="h_color_setup">Descriptions of the available commands</A>
32147 Look <A HREF="h_edit_nav_cmds">here</A>
32148 to see the available Editing and Navigation commands.
32150 &lt;End of help on this topic&gt;
32151 </BODY>
32152 </HTML>
32153 ====== h_config_reverse_color =====
32154 <HTML>
32155 <HEAD>
32156 <TITLE>OPTION: Reverse Color</TITLE>
32157 </HEAD>
32158 <BODY>
32159 <H1>OPTION: Reverse Color</H1>
32161 Sets the color Alpine uses for reverse video characters.
32162 The foreground color is the color of the actual character and the
32163 background color is the color of the area behind the character.
32165 <A HREF="h_color_setup">Descriptions of the available commands</A>
32167 Look <A HREF="h_edit_nav_cmds">here</A>
32168 to see the available Editing and Navigation commands.
32170 &lt;End of help on this topic&gt;
32171 </BODY>
32172 </HTML>
32173 ====== h_config_title_color =====
32174 <HTML>
32175 <HEAD>
32176 <TITLE>OPTION: Title Color</TITLE>
32177 </HEAD>
32178 <BODY>
32179 <H1>OPTION: Title Color</H1>
32181 Sets the color Alpine uses for the titlebar (the top line on the screen).
32182 The foreground color is the color of the actual character and the
32183 background color is the color of the area behind the character.
32184 By default, the Title Color is black characters on a yellow background.
32186 The actual titlebar color may be different from the Title Color if
32187 the option
32188 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
32189 is set to some value other than the default.
32190 It may also be different if the current folder is closed and the
32191 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
32192 color is set to something different from the Title Color.
32194 <A HREF="h_color_setup">Descriptions of the available commands</A>
32196 Look <A HREF="h_edit_nav_cmds">here</A>
32197 to see the available Editing and Navigation commands.
32199 &lt;End of help on this topic&gt;
32200 </BODY>
32201 </HTML>
32202 ====== h_config_titleclosed_color =====
32203 <HTML>
32204 <HEAD>
32205 <TITLE>OPTION: Title Closed Color</TITLE>
32206 </HEAD>
32207 <BODY>
32208 <H1>OPTION: Title Closed Color</H1>
32210 Sets the color Alpine uses for the titlebar (the top line on the screen)
32211 when the current folder is closed.
32212 The foreground color is the color of the actual character and the
32213 background color is the color of the area behind the character.
32214 By default, the Title Color Closed Color is white characters on a red background.
32216 By setting this color to something noticeable you will be alerted to the
32217 fact that the current folder is closed, perhaps unexpectedly.
32219 &lt;End of help on this topic&gt;
32220 </BODY>
32221 </HTML>
32222 ====== h_config_status_color =====
32223 <HTML>
32224 <HEAD>
32225 <TITLE>OPTION: Status Color</TITLE>
32226 </HEAD>
32227 <BODY>
32228 <H1>OPTION: Status Color</H1>
32230 Sets the color Alpine uses for status messages written to the message
32231 line near the bottom of the screen.
32232 The foreground color is the color of the actual character and the
32233 background color is the color of the area behind the character.
32234 By default, the Status Color is the same as the Reverse Color.
32236 <A HREF="h_color_setup">Descriptions of the available commands</A>
32238 Look <A HREF="h_edit_nav_cmds">here</A>
32239 to see the available Editing and Navigation commands.
32241 &lt;End of help on this topic&gt;
32242 </BODY>
32243 </HTML>
32244 ====== h_config_index_opening_color =====
32245 <HTML>
32246 <HEAD>
32247 <TITLE>OPTION: Index Opening Color</TITLE>
32248 </HEAD>
32249 <BODY>
32250 <H1>OPTION: Index Opening Color</H1>
32252 With some setups the text of the subject is followed
32253 by the opening text of the message if there is any room available in the index line.
32254 If you have configured your
32255 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
32256 to include one of the Subject tokens that causes this behavior
32257 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
32258 this opening text with this option.
32259 This coloring takes place for all but the current index line, and the Opening
32260 Color appears to be in front of any color from an Index Color Rule.
32262 By default the Index Opening Color is gray characters on a white background.
32265 <A HREF="h_color_setup">Descriptions of the available commands</A>
32267 Look <A HREF="h_edit_nav_cmds">here</A>
32268 to see the available Editing and Navigation commands.
32270 &lt;End of help on this topic&gt;
32271 </BODY>
32272 </HTML>
32273 ====== h_config_index_pri_color =====
32274 <HTML>
32275 <HEAD>
32276 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
32277 </HEAD>
32278 <BODY>
32279 <H1>OPTION: Index Priority Symbol Colors</H1>
32281 The X-Priority header is a non-standard header that is used in a
32282 somewhat standard way by many mail programs.
32283 Alpine expects the value of this header to be a digit with a value
32284 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
32285 Alpine can be made to display an indication of this priority in
32286 messages by use of one of the tokens
32287 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
32288 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
32289 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32292 You may set the color used to draw these tokens by use of the colors
32293 Index High Priority Symbol Color and Index Low Priority Symbol Color.
32294 This coloring takes place for all but the current index line, and the Priority
32295 Color appears to be in front of any color from an Index Color Rule.
32296 If the priority has a value of 1 or 2 the High Priority color will be
32297 used,
32298 and if the value is 4 or 5 the Low Priority color will be used.
32300 If you don't set these colors the index line will be colored in the same color as
32301 the bulk of the index line.
32304 <A HREF="h_color_setup">Descriptions of the available commands</A>
32306 Look <A HREF="h_edit_nav_cmds">here</A>
32307 to see the available Editing and Navigation commands.
32309 &lt;End of help on this topic&gt;
32310 </BODY>
32311 </HTML>
32312 ====== h_config_index_subject_color =====
32313 <HTML>
32314 <HEAD>
32315 <TITLE>OPTION: Index Subject Color</TITLE>
32316 </HEAD>
32317 <BODY>
32318 <H1>OPTION: Index Subject Color</H1>
32320 You may set the color used to draw the Subject part of the index line.
32321 This coloring takes place for all but the current index line, and the Subject
32322 Color appears to be in front of any color from an Index Color Rule.
32324 If you don't set this color it will be colored in the same color as
32325 the bulk of the index line.
32328 <A HREF="h_color_setup">Descriptions of the available commands</A>
32330 Look <A HREF="h_edit_nav_cmds">here</A>
32331 to see the available Editing and Navigation commands.
32333 &lt;End of help on this topic&gt;
32334 </BODY>
32335 </HTML>
32336 ====== h_config_index_from_color =====
32337 <HTML>
32338 <HEAD>
32339 <TITLE>OPTION: Index From Color</TITLE>
32340 </HEAD>
32341 <BODY>
32342 <H1>OPTION: Index From Color</H1>
32344 You may set the color used to draw the From part of the index line.
32345 This coloring takes place for all but the current index line, and the From
32346 Color appears to be in front of any color from an Index Color Rule.
32348 If you don't set this color it will be colored in the same color as
32349 the bulk of the index line.
32352 <A HREF="h_color_setup">Descriptions of the available commands</A>
32354 Look <A HREF="h_edit_nav_cmds">here</A>
32355 to see the available Editing and Navigation commands.
32357 &lt;End of help on this topic&gt;
32358 </BODY>
32359 </HTML>
32360 ====== h_config_index_arrow_color =====
32361 <HTML>
32362 <HEAD>
32363 <TITLE>OPTION: Index Arrow Color</TITLE>
32364 </HEAD>
32365 <BODY>
32366 <H1>OPTION: Index Arrow Color</H1>
32368 If you have configured your
32369 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
32370 to include the &quot;ARROW&quot; token, you may set the color of
32371 the arrow displayed with this option.
32372 If you don't set the color it will be colored in the same color as
32373 the bulk of the index line.
32376 <A HREF="h_color_setup">Descriptions of the available commands</A>
32378 Look <A HREF="h_edit_nav_cmds">here</A>
32379 to see the available Editing and Navigation commands.
32381 &lt;End of help on this topic&gt;
32382 </BODY>
32383 </HTML>
32384 ====== h_config_index_color =====
32385 <HTML>
32386 <HEAD>
32387 <TITLE>OPTION: Index Colors</TITLE>
32388 </HEAD>
32389 <BODY>
32390 <H1>OPTION: Index Colors</H1>
32392 You may add color to the single character symbols that give the status
32393 of each message in the MESSAGE INDEX.
32394 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
32395 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
32396 screen depending on whether the message is addressed to you, and whether
32397 the message is marked Important, is Deleted, is Answered, or is New.
32398 The color for each of those characters may be specified by setting the
32399 &quot;Index-to-me&quot; Symbol Color,
32400 the &quot;Index-important&quot; Symbol Color,
32401 the &quot;Index-deleted&quot; Symbol Color,
32402 the &quot;Index-answered&quot; Symbol Color,
32403 and the &quot;Index-new&quot; Symbol Color.
32404 There are also two other symbol colors called &quot;Index-recent&quot;
32405 and &quot;Index-unseen&quot;.
32406 These two colors will only be used if you have configured your
32407 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
32408 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
32410 The default colors for these symbols are:
32411 <TABLE>
32412 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
32413 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
32414 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
32415 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
32416 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
32417 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
32418 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
32419 </TABLE>
32421 Besides coloring the message status symbols, you may also color the
32422 entire index line.
32423 This is done by using the
32424 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
32425 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
32426 When the entire line is colored that color will be &quot;behind&quot; the
32427 status symbol colors talked about in the paragraph above.
32429 You may also color
32430 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
32431 in the index using the
32432 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
32433 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
32434 the Subject using
32435 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
32436 the From field using
32437 <A HREF="h_config_index_from_color">Index From Color</A>;
32438 and the
32439 <A HREF="h_config_index_opening_color">Index Opening</A> text.
32441 <A HREF="h_color_setup">Descriptions of the available commands</A>
32443 Look <A HREF="h_edit_nav_cmds">here</A>
32444 to see the available Editing and Navigation commands.
32446 &lt;End of help on this topic&gt;
32447 </BODY>
32448 </HTML>
32449 ====== h_config_metamsg_color =====
32450 <HTML>
32451 <HEAD>
32452 <TITLE>OPTION: Meta-Message Color</TITLE>
32453 </HEAD>
32454 <BODY>
32455 <H1>OPTION: Meta-Message Color</H1>
32457 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
32458 that aren't part of the message itself.
32459 For example, an attachment that isn't shown might produce a meta
32460 message something like:
32462 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
32464 If you set the
32465 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
32466 option you might see
32468 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
32470 Warnings about suspicious looking URLs in HTML will also be colored
32471 with this color.
32473 The foreground color is the color of the actual character and the
32474 background color is the color of the area behind the character.
32475 By default, the Meta-Message Color is black characters on a yellow background.
32477 <A HREF="h_color_setup">Descriptions of the available commands</A>
32479 Look <A HREF="h_edit_nav_cmds">here</A>
32480 to see the available Editing and Navigation commands.
32482 &lt;End of help on this topic&gt;
32483 </BODY>
32484 </HTML>
32485 ====== h_config_keylabel_color =====
32486 <HTML>
32487 <HEAD>
32488 <TITLE>OPTION: KeyLabel Color</TITLE>
32489 </HEAD>
32490 <BODY>
32491 <H1>OPTION: KeyLabel Color</H1>
32493 Sets the color Alpine uses for the labels of the keys in the two-line
32494 menu at the bottom of the screen.
32495 For example, some of the screens have a &quot;P PrevMsg&quot; command.
32496 This option sets the color used when displaying &quot;PrevMsg&quot;.
32497 The foreground color is the color of the actual character and the
32498 background color is the color of the area behind the character.
32499 By default, the KeyLabel Color is the same as the Normal Color.
32501 WARNING: Some terminal emulators have the property that the screen will scroll
32502 down one line whenever a character is written to the character cell in the
32503 lower right corner of the screen.
32504 Alpine can usually avoid writing a character in that corner of the screen.
32505 However, if you have defined a KeyLabel Color then Alpine does have to write
32506 a character in that cell in order to color the cell correctly.
32507 If you find that your display sometimes scrolls up a line this could be
32508 the problem.
32509 The most obvious symptom is probably that the titlebar at the top of the
32510 screen scrolls off the screen.
32511 Try setting KeyLabel Color to Default to see if that fixes the problem.
32513 <A HREF="h_color_setup">Descriptions of the available commands</A>
32515 Look <A HREF="h_edit_nav_cmds">here</A>
32516 to see the available Editing and Navigation commands.
32518 &lt;End of help on this topic&gt;
32519 </BODY>
32520 </HTML>
32521 ====== h_config_keyname_color =====
32522 <HTML>
32523 <HEAD>
32524 <TITLE>OPTION: KeyName Color</TITLE>
32525 </HEAD>
32526 <BODY>
32527 <H1>OPTION: KeyName Color</H1>
32529 Sets the color Alpine uses for the names of the keys in the two-line
32530 menu at the bottom of the screen.
32531 For example, some of the screens have a &quot;P PrevMsg&quot; command.
32532 This option sets the color used when displaying the &quot;P&quot;.
32533 The foreground color is the color of the actual character and the
32534 background color is the color of the area behind the character.
32535 By default, the KeyName Color is the same as the Reverse Color.
32537 <A HREF="h_color_setup">Descriptions of the available commands</A>
32539 Look <A HREF="h_edit_nav_cmds">here</A>
32540 to see the available Editing and Navigation commands.
32542 &lt;End of help on this topic&gt;
32543 </BODY>
32544 </HTML>
32545 ====== h_config_slctbl_color =====
32546 <HTML>
32547 <HEAD>
32548 <TITLE>OPTION: Selectable Item Color</TITLE>
32549 </HEAD>
32550 <BODY>
32551 <H1>OPTION: Selectable Item Color</H1>
32553 Sets the color Alpine uses for selectable items, such as URLs.
32554 The foreground color is the color of the actual character and the
32555 background color is the color of the area behind the character.
32556 By default, the Selectable Item Color is the same as the Normal Color,
32557 except that it is bold.
32559 <A HREF="h_color_setup">Descriptions of the available commands</A>
32561 Look <A HREF="h_edit_nav_cmds">here</A>
32562 to see the available Editing and Navigation commands.
32564 &lt;End of help on this topic&gt;
32565 </BODY>
32566 </HTML>
32567 ====== h_config_quote_color =====
32568 <HTML>
32569 <HEAD>
32570 <TITLE>OPTION: Quote Colors</TITLE>
32571 </HEAD>
32572 <BODY>
32573 <H1>OPTION: Quote Colors</H1>
32575 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
32576 screen.
32577 If a line begins with a &gt; character (or space followed by &gt;)
32578 it is considered a quote.
32579 That line will be given the Quote1 Color (first level quote).
32580 If there is a second level of quoting then the Quote2 Color will be used.
32581 Alpine considers there to be a second level of quoting if that first &gt; is
32582 followed by another &gt; (or space followed by &gt;).
32583 If there are characters other than whitespace and &gt; signs, then it isn't
32584 considered another level of quoting.
32585 Similarly, if there is a third level of quoting the Quote3 Color will be
32586 used.
32587 If there are more levels after that the Quote Colors are re-used.
32588 If you define all three colors then it would repeat like Color1, Color2, Color3,
32589 Color1, Color2, Color3, ...
32590 If you only define the first two it would be
32591 Color1, Color2, Color1, Color2, ...
32592 If you define only the Quote1 Color, then the entire quote would be that
32593 color regardless of the quoting levels.
32594 By default, the Quote1 Color is black characters on a greenish-blue background;
32595 the Quote2 Color is black characters on a dull yellow background; and
32596 the Quote3 Color is black characters on a green background.
32598 <A HREF="h_color_setup">Descriptions of the available commands</A>
32600 Look <A HREF="h_edit_nav_cmds">here</A>
32601 to see the available Editing and Navigation commands.
32603 &lt;End of help on this topic&gt;
32604 </BODY>
32605 </HTML>
32606 ====== h_config_folder_color =====
32607 <HTML>
32608 <HEAD>
32609 <TITLE>OPTION: Folder Color</TITLE>
32610 </HEAD>
32611 <BODY>
32612 <H1>OPTION: Folder Color</H1>
32614 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
32615 screen. By default, the Folder Color is the normal text color.
32618 If you set a color for this feature, other than the normal color
32619 (the default), or a color for
32620 <A HREF="h_config_directory_color">Directory Color</A>, then directories
32621 will be colored according to the color specified in the
32622 <A HREF="h_config_directory_color">Directory Color</A> option. In this
32623 case, the color will be the only indication that the colored name
32624 refers to a directory. The normal behavior is that Alpine
32625 indicates that a name refers to a directory by appending a
32626 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
32627 the folder.
32630 If a folder is a directory, then the folder name will be painted
32631 according to the color defined by this variable, and a separator
32632 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
32633 to the name. That
32634 indicator will be painted according to the color defined in the
32635 <A HREF="h_config_directory_color">Directory Color</A> option.
32638 &lt;End of help on this topic&gt;
32639 </BODY>
32640 </HTML>
32641 ====== h_config_directory_color =====
32642 <HTML>
32643 <HEAD>
32644 <TITLE>OPTION: Directory Color</TITLE>
32645 </HEAD>
32646 <BODY>
32647 <H1>OPTION: Directory Color</H1>
32649 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
32650 screen. By default, the Folder Color is the normal text color.
32652 If you set a color for this feature, other than the normal color
32653 (the default), or a color for
32654 <A HREF="h_config_folder_color">Folder Color</A>, then folders
32655 will be colored according to the color specified in the
32656 <A HREF="h_config_folder_color">Folder Color</A> option. In this
32657 case, the color will be the only indication that the colored name
32658 refers to a directory. The normal behavior is that Alpine
32659 indicates that a name refers to a directory by appending a
32660 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
32661 the folder.
32663 If a folder is a directory, then the folder name will be painted
32664 according to the color defined by the option
32665 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
32666 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
32667 after the name. That
32668 indicator will be painted according to the color defined in this
32669 option.
32671 &lt;End of help on this topic&gt;
32672 </BODY>
32673 </HTML>
32674 ====== h_config_folder_list_color =====
32675 <HTML>
32676 <HEAD>
32677 <TITLE>OPTION: Folder-List Color</TITLE>
32678 </HEAD>
32679 <BODY>
32680 <H1>OPTION: Folder-List Color</H1>
32682 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
32683 screen. By default, the Folder-List Color is the normal text color.
32685 This text refers to the informative text that Alpine displays so you
32686 can recognize each collection. The color of the content of each collection
32687 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
32688 and <A HREF="h_config_directory_color">Directory Color</A>.
32690 Unlike the options
32691 <A HREF="h_config_folder_color">Folder Color</A>
32692 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
32693 this option does not affect the way that Alpine reports folders,
32694 directories and folders that are directories.
32696 &lt;End of help on this topic&gt;
32697 </BODY>
32698 </HTML>
32699 ====== h_config_incunseen_color =====
32700 <HTML>
32701 <HEAD>
32702 <TITLE>OPTION: Incoming Unseen Color</TITLE>
32703 </HEAD>
32704 <BODY>
32705 <H1>OPTION: Incoming Unseen Color</H1>
32707 If the option
32708 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
32709 is turned on it is possible to highlight the folders that contain
32710 unseen messages by coloring them with this color.
32711 By default, this is the same as the Normal Color and no highlighting is done.
32713 Usually the &quot;current&quot; folder (the folder the cursor is on)
32714 is highlighted using reverse video.
32715 If the current folder is colored because it contains unseen messages then
32716 the color used to show that it is also the current folder is controlled
32717 by the
32718 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
32719 feature at the top of the SETUP COLOR screen.
32721 <A HREF="h_color_setup">Descriptions of the available commands</A>
32723 Look <A HREF="h_edit_nav_cmds">here</A>
32724 to see the available Editing and Navigation commands.
32726 &lt;End of help on this topic&gt;
32727 </BODY>
32728 </HTML>
32729 ====== h_config_signature_color =====
32730 <HTML>
32731 <HEAD>
32732 <TITLE>OPTION: Signature Color</TITLE>
32733 </HEAD>
32734 <BODY>
32735 <H1>OPTION: Signature Color</H1>
32737 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
32738 screen. According to USENET conventions, the signature is defined as the
32739 paragraph following the &quot;sigdashes&quot;, that is, the special line
32740 consisting of the three characters
32741 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
32742 empty line right after the sigdashes to be considered as part of the
32743 signature.
32744 By default, the Signature Color is blue characters on a white background.
32746 <A HREF="h_color_setup">Descriptions of the available commands</A>
32748 Look <A HREF="h_edit_nav_cmds">here</A>
32749 to see the available Editing and Navigation commands.
32751 &lt;End of help on this topic&gt;
32752 </BODY>
32753 </HTML>
32754 ====== h_config_prompt_color =====
32755 <HTML>
32756 <HEAD>
32757 <TITLE>OPTION: Prompt Color</TITLE>
32758 </HEAD>
32759 <BODY>
32760 <H1>OPTION: Prompt Color</H1>
32762 Sets the color Alpine uses for confirmation prompts and questions that
32763 appear in the status line near the bottom of the screen.
32764 The foreground color is the color of the actual character and the
32765 background color is the color of the area behind the character.
32766 By default, the Prompt Color is the same as the Reverse Color.
32768 <A HREF="h_color_setup">Descriptions of the available commands</A>
32770 Look <A HREF="h_edit_nav_cmds">here</A>
32771 to see the available Editing and Navigation commands.
32773 &lt;End of help on this topic&gt;
32774 </BODY>
32775 </HTML>
32776 ====== h_config_header_general_color =====
32777 <HTML>
32778 <HEAD>
32779 <TITLE>OPTION: Header General Color</TITLE>
32780 </HEAD>
32781 <BODY>
32782 <H1>OPTION: Header General Color</H1>
32784 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
32785 screen.
32786 The foreground color is the color of the actual character and the
32787 background color is the color of the area behind the character.
32788 By default, this is the same as the Normal Color.
32790 It is also possible to set the colors for specific header fields, for
32791 example the Subject, using
32792 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
32793 If both a Header General Color and a specific Viewer Header Color are set
32794 the specific color will override the general color, as you would expect.
32796 <A HREF="h_color_setup">Descriptions of the available commands</A>
32798 Look <A HREF="h_edit_nav_cmds">here</A>
32799 to see the available Editing and Navigation commands.
32801 &lt;End of help on this topic&gt;
32802 </BODY>
32803 </HTML>
32804 ====== h_config_incol =====
32805 <HTML>
32806 <HEAD>
32807 <TITLE>Index Line Color</TITLE>
32808 </HEAD>
32809 <BODY>
32810 <H1>Index Line Color</H1>
32812 This option is used to set the color of a line in the index when the
32813 message for that line matches the Pattern.
32814 This colors the whole index line, except possibly the status letters,
32815 which may be colored separately using the
32816 <A HREF="h_color_setup">Setup Kolor</A> screen.
32817 The foreground color is the color of the actual characters and the
32818 background color is the color of the area behind the characters.
32820 <A HREF="h_color_setup">Descriptions of the available commands</A>
32822 Look <A HREF="h_edit_nav_cmds">here</A>
32823 to see the available Editing and Navigation commands.
32825 &lt;End of help on this topic&gt;
32826 </BODY>
32827 </HTML>
32828 ====== h_config_usetransparent_color =====
32829 <HTML>
32830 <HEAD>
32831 <TITLE>OPTION: Use Transparent Color</TITLE>
32832 </HEAD>
32833 <BODY>
32834 <H1>OPTION: Use Transparent Color</H1>
32836 This is a special color supported by some terminal emulators.
32837 It is intended to result in the default foreground or background color
32838 from the terminal emulator.
32839 This is the color the terminal was displaying characters in before you started Alpine.
32840 The reason it is called Transparent is because you could set the foreground color
32841 to some specific color, like Red, and then set the background color to the
32842 Transparent Color. If it works as expected, the background color from the terminal
32843 window in which Alpine is running will show through but with the Red characters
32844 in the foreground.
32846 <A HREF="h_color_setup">Descriptions of the available commands</A>
32848 Look <A HREF="h_edit_nav_cmds">here</A>
32849 to see the available Editing and Navigation commands.
32851 &lt;End of help on this topic&gt;
32852 </BODY>
32853 </HTML>
32854 ====== h_config_usenormal_color =====
32855 <HTML>
32856 <HEAD>
32857 <TITLE>OPTION: Use Normal Color</TITLE>
32858 </HEAD>
32859 <BODY>
32860 <H1>OPTION: Use Normal Color</H1>
32862 When you use this color value, the actual color used will be the same
32863 as the corresponding Normal Color.
32864 For example if your Normal Color is black on white and you set both
32865 the foreground and background colors here to use the Normal Color, you'll
32866 get black on white. If you later change the Normal Color to red on blue
32867 this color will also change to red on blue.
32869 <A HREF="h_color_setup">Descriptions of the available commands</A>
32871 Look <A HREF="h_edit_nav_cmds">here</A>
32872 to see the available Editing and Navigation commands.
32874 &lt;End of help on this topic&gt;
32875 </BODY>
32876 </HTML>
32877 ====== h_config_usenone_color =====
32878 <HTML>
32879 <HEAD>
32880 <TITLE>OPTION: Use None Color</TITLE>
32881 </HEAD>
32882 <BODY>
32883 <H1>OPTION: Use None Color</H1>
32885 This is a special color that simply means to leave the color alone.
32886 It is useful for Index symbols and for Keyword Colors used in the Subject
32887 field of an index line.
32888 The most likely use is to set an explicit foreground color and then set
32889 the background color to the None Color.
32890 That will cause the symbol or keyword to be drawn in the foreground color
32891 with a background equal to whatever color the rest of the index line is already
32892 drawn in.
32893 You will see no visible effect unless you have assigned Indexcolor Rules to
32894 color index lines or you have set an actual color for the Reverse Color.
32896 <A HREF="h_color_setup">Descriptions of the available commands</A>
32898 Look <A HREF="h_edit_nav_cmds">here</A>
32899 to see the available Editing and Navigation commands.
32901 &lt;End of help on this topic&gt;
32902 </BODY>
32903 </HTML>
32904 ====== h_config_dflt_color =====
32905 <HTML>
32906 <HEAD>
32907 <TITLE>OPTION: Default Color</TITLE>
32908 </HEAD>
32909 <BODY>
32910 <H1>OPTION: Default Color</H1>
32912 Setting default will cause the color to be the default color.
32913 Unsetting default is normally done by choosing a color, but in some cases
32914 you may want to declare the current default color to be your non-default
32915 choice.
32916 For example, the default Keyname Color is the same as the Reverse Color.
32917 Whenever the Reverse Color changes the Keyname Color will also change, unless
32918 you've changed it or unset the default box.
32920 <A HREF="h_color_setup">Descriptions of the available commands</A>
32922 Look <A HREF="h_edit_nav_cmds">here</A>
32923 to see the available Editing and Navigation commands.
32925 &lt;End of help on this topic&gt;
32926 </BODY>
32927 </HTML>
32928 ====== h_config_bold_slctbl =====
32929 <HTML>
32930 <HEAD>
32931 <TITLE>OPTION: Bold</TITLE>
32932 </HEAD>
32933 <BODY>
32934 <H1>OPTION: Bold</H1>
32936 The color for this particular section may have the Bold attribute turned
32937 on or off.
32938 Setting bold will cause the characters to be bold.
32940 <A HREF="h_color_setup">Descriptions of the available commands</A>
32942 Look <A HREF="h_edit_nav_cmds">here</A>
32943 to see the available Editing and Navigation commands.
32945 &lt;End of help on this topic&gt;
32946 </BODY>
32947 </HTML>
32948 ====== h_config_kw_color =====
32949 <HTML>
32950 <HEAD>
32951 <TITLE>OPTION: Keyword Colors</TITLE>
32952 </HEAD>
32953 <BODY>
32954 <H1>OPTION: Keyword Colors</H1>
32956 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
32957 Keywords are displayed as part of the Subject by default.
32958 They are also displayed as part of the Subject if the tokens
32959 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
32960 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32961 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
32962 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
32964 For example, you might have set up a Keyword
32965 &quot;Work&quot; using the
32966 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
32967 You could cause that Keyword to show up as a special color
32968 by setting up the Keyword Color using this option, and then including it
32969 in the MESSAGE INDEX screen using one of the tokens listed above in the
32970 <!--#echo var="VAR_index-format"-->.
32972 <A HREF="h_color_setup">Descriptions of the available commands</A>
32974 Look <A HREF="h_edit_nav_cmds">here</A>
32975 to see the available Editing and Navigation commands.
32977 &lt;End of help on this topic&gt;
32978 </BODY>
32979 </HTML>
32980 ====== h_config_customhdr_color =====
32981 <HTML>
32982 <HEAD>
32983 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
32984 </HEAD>
32985 <BODY>
32986 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
32988 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
32989 For example, you may set the color of the Subject header or the From header.
32990 The foreground color is the color of the actual character and the
32991 background color is the color of the area behind the character.
32993 In addition to setting the colors for particular headers (like the Subject)
32994 you may also set a color to be used for all headers unless overridden by a
32995 more specific Viewer Header Color.
32996 To do this use the
32997 <A HREF="h_config_header_general_color">Header General Color</A>.
32999 For Header Colors,
33000 there is an additional line on the
33001 screen labeled &quot;Pattern to match&quot;.
33002 If you leave that blank, then the whole field for that header will
33003 be colored.
33004 However, if you give a pattern to match, the coloring will only take place
33005 if there is a match for that pattern in the value of the field.
33006 For example, if you are working on a color for the Subject header and
33007 you fill in a pattern of &quot;important&quot;, then only Subjects that
33008 contain the word &quot;important&quot; will be colored.
33010 If the pattern you enter is a comma-separated list of patterns, then coloring
33011 happens if any of those patterns matches.
33013 <A HREF="h_color_setup">Descriptions of the available commands</A>
33015 Look <A HREF="h_edit_nav_cmds">here</A>
33016 to see the available Editing and Navigation commands.
33018 &lt;End of help on this topic&gt;
33019 </BODY>
33020 </HTML>
33021 ====== h_config_indextoken_color =====
33022 <HTML>
33023 <HEAD>
33024 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
33025 </HEAD>
33026 <BODY>
33027 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
33029 This option allows you to set up the color in which any token, not specified by the
33030 previous options, will be colored in the MESSAGE INDEX screen. 
33032 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
33033 a token that can be used in the index format. 
33034 The list of available tokens is <A HREF="h_index_tokens">here</A>.
33036 If you fail to enter a valid token your entry will be ignored, and you will be asked to
33037 enter a new one. Once you have entered a valid token, a line will be added to the
33038 configuration screen that you can use to set up the colors in which that token will
33039 be painted. This is done in the same way that you configure colors for other
33040 variables.
33042 <A HREF="h_color_setup">Descriptions of the available commands</A>
33044 Look <A HREF="h_edit_nav_cmds">here</A>
33045 to see the available Editing and Navigation commands.
33047 &lt;End of help on this topic&gt;
33048 </BODY>
33049 </HTML>
33050 ====== h_config_customhdr_pattern =====
33051 <HTML>
33052 <HEAD>
33053 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
33054 </HEAD>
33055 <BODY>
33056 <H1>OPTION: Viewer Header Color Pattern</H1>
33058 If you leave this blank, then the whole field for the header will
33059 be colored.
33060 If you give a pattern to match, the coloring will only take place
33061 if there is a match for that pattern in the value of the field.
33062 For example, if you are working on a color for the Subject header and
33063 you fill in a pattern of &quot;important&quot;, then only Subjects that
33064 contain the word &quot;important&quot; will be colored.
33066 For address headers (like From and To) and for the Newsgroups header,
33067 a pattern match will cause only the matched addresses or newsgroups to be
33068 colored.
33069 If there is no pattern to match, then all of the addresses or newsgroups
33070 in the relevant header will be colored.
33072 The matching pattern may be a comma-separated list of patterns to match
33073 instead of a single pattern.
33074 For example, you could use the pattern &quot;important,urgent&quot; which would
33075 cause a match if either the word &quot;important&quot; or the word
33076 &quot;urgent&quot; appeared in the value of the header.
33077 You could list several comma-separated email addresses in the Header
33078 From Color pattern so that those addresses will be colored when any of
33079 them appear in the From header.
33081 To add a new matching pattern or change the existing pattern use the 
33082 <!--chtml if pinemode="function_key"-->
33083 &quot;F4&quot;
33084 <!--chtml else-->
33085 &quot;C&quot;
33086 <!--chtml endif-->
33087 &quot;Change&quot; command that is available when the &quot;Pattern to
33088 match&quot; line is highlighted.
33090 <!--chtml if pinemode="function_key"-->
33091 &quot;F10&quot;
33092 <!--chtml else-->
33093 &quot;D&quot;
33094 <!--chtml endif-->
33095 &quot;Delete&quot; command may be used to quickly remove all patterns
33096 for a particular header.
33098 &lt;End of help on this topic&gt;
33099 </BODY>
33100 </HTML>
33101 ====== h_color_setup =====
33102 <HTML>
33103 <HEAD>
33104 <TITLE>SETUP COLOR COMMANDS</TITLE>
33105 </HEAD>
33106 <BODY>
33107 <H1>SETUP COLOR COMMANDS</H1>
33108 <!--chtml if pinemode="function_key"-->
33109 <PRE>
33110 Available Commands -- Group 1
33111 -------------------------------
33112 F1  Display this help text
33113 F2  Show other available commands
33114 F3  Exit to MAIN MENU
33115 F4  Select the highlighted foreground or background color
33116 F5  Move to previous line
33117 F6  Move to next line
33118 F7  Previous page
33119 F8  Next page
33120 F9  Add a config section for a header field
33121 F10 Restore all default colors (for all sections)
33122 F11 Print color configuration screen
33123 F12 Whereis (search for word)
33125 Available Commands -- Group 2
33126 -------------------------------
33127 F1  Display this help text
33128 F2  Show other available commands
33129 F5  Delete config section for highlighted header field
33130 F6  Shuffle the order of Header Color sections
33131 </PRE>
33132 <!--chtml else-->
33133 <PRE>
33134 General commands
33135 -------------------------------------------------
33136  ?  Display this help text     E  Exit back to MAIN MENU
33137  P  Previous Line              N  Next Line
33138  -  Previous page             Spc (space bar) Next page
33139  W  WhereIs (search for word)  %  Print color configuration screen
33141 Color Setup Commands
33142 ------------------------------------------------
33143  *  Select the highlighted foreground or background color
33144  A  Add a config section for a header field
33145  D  Delete config section for highlighted header field
33146  R  Restore all default colors (for all sections)
33147  $  Shuffle the order of Header Color sections
33148 </PRE>
33149 <!--chtml endif-->
33151 <H2>Description of the Setup Color Screen</H2>
33153 From this screen you may turn on color and set the colors of
33154 various parts of the Alpine display.
33155 For help on turning on color move your cursor into the Color Style section
33156 at the top of the Setup Color screen and ask for help.
33159 There are several sections in the Setup Color Screen.
33160 At the top are some settings that handle the style of color used
33161 with your terminal emulator (UNIX only), and some settings that
33162 control how the current indexline and the titlebar are colored.
33163 After that comes a long section called GENERAL COLORS that allows
33164 you to set the color of many elements in the Alpine screens.
33165 For example, the color of the titlebar, status messages,
33166 selectable links, quotes and signatures in messages, and so on.
33167 After that is a section called INDEX COLORS that allows you to
33168 set the colors of various pieces of the displayed index lines in
33169 the MESSAGE INDEX screen.
33170 The next section is HEADER COLORS. This is for coloring headers of
33171 messages in the MESSAGE TEXT screen in just about any way you would like.
33172 Finally, the KEYWORD COLORS section allows you to highlight
33173 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
33174 in the MESSAGE INDEX screen.
33177 To change a color, highlight the color you want to change (for example,
33178 the Status Color) by moving
33179 the cursor into it.
33180 You may want to read the help text for the color to see a brief desription
33181 of what you are coloring.
33182 Then press &quot;C&quot; for Change to set the color to something new.
33183 That will put you into a screen with two columns of colors, one for
33184 the foreground color and one for the background color.
33185 The foreground color is just the color you want the actual characters
33186 to be and the background color is the color of the rest of the rectangle
33187 behind the characters.
33188 Select the foreground and background colors desired by using the Next and
33189 Prev keys to highlight the color, and the * command to select it.
33191 To set a color to its default value, set the X in the Default line at
33192 the bottom of the list of colors.
33195 The HEADER COLORS section is a little bit different from the others.
33196 Besides coloring the specific fields that Alpine knows about, you may also
33197 color specific header fields when viewing a message in the MESSAGE TEXT
33198 screen.
33199 For example, you may color the Subject header a particular color.
33200 There are a few commands for use with headers.
33201 The &quot;AddHeader&quot; command adds a section to the color
33202 configuration screen that allows you to set the color for that header.
33203 You'll be asked for the name of the header field you want to color.
33204 If you wanted to color the Subject, you would answer
33205 with the word &quot;subject&quot;.
33206 Once you've added a header field, the color setting works just like the
33207 other color fields, except that there is an additional line on the
33208 configuration screen labeled &quot;Pattern to match&quot;.
33209 If you leave that blank, then the whole field for that header will always
33210 be colored.
33211 However, if you give a pattern to match, the coloring will only take place
33212 if there is a match for that pattern in the value of the field.
33213 For example, if you are working on a color for the Subject header and
33214 you fill in a pattern of &quot;important&quot;, then only Subjects that
33215 contain the word &quot;important&quot; will be colored.
33217 The &quot;DeleteHdr&quot; command removes a header section from the
33218 configuration altogether.
33219 The &quot;Shuffle&quot; command changes the order of header sections.
33220 This is only necessary if you use header sections with pattern fields.
33221 For example, if you have two Subject sections, one with one pattern and
33222 another with another pattern, and the subject for a particular message
33223 happens to match both, then the color from the first match is used.
33226 The command &quot;RestoreDefs&quot; will restore all of the default colors.
33227 Each section will change to the default value used for that section when
33228 color is first enabled.
33229 When you restore all default colors the color settings for the Header Colors
33230 will be unset (since that's the default), but the header fields you've
33231 added will remain so that you may easily reset them.
33232 In order to get rid of them completely you'd have to use
33233 the &quot;DeleteHdr&quot; command.
33236 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
33237 may be set with matching rules and that is configured separately from
33238 the rest of the color settings described here.
33239 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
33240 instead of in the Setup/Kolor section.
33242 <P><UL>
33243 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33244 </UL><P>
33245 &lt;End of help on this topic&gt;
33246 </BODY>
33247 </HTML>
33248 ====== h_config_news_uses_recent ======
33249 <HTML>
33250 <HEAD>
33251 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
33252 </HEAD>
33253 <BODY>
33254 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
33256 This feature causes certain messages to be marked as "New" in the
33257 MESSAGE INDEX of newsgroups.
33258 This feature is set by default.
33262 When opening a newsgroup, Alpine will consult your "newsrc" file and
33263 determine the last message you have previously disposed of via the "D"
33264 key.  If this feature is set, any subsequent messages will be shown in the
33265 Index with an "N", and the first of these messages will be highlighted.
33266 Although this is only an approximation of true "New" or "Unseen"
33267 status, it provides a useful cue to distinguish more-or-less recent
33268 messages from those you have seen previously, but are not yet ready to
33269 mark deleted.
33273 Background: your "newsrc" file (used to store message status information
33274 for newsgroups) is only capable of storing a single flag, and Alpine uses
33275 this to record whether or not you are "done with" a message, as
33276 indicated by marking the message as "Deleted".  Unfortunately, this
33277 means that Alpine has no way to record exactly which messages you have
33278 previously seen, so it normally does not show the "N" status flag for
33279 any messages in a newsgroup. This feature enables a starting
33280 *approximation* of seen/unseen status that may be useful.
33282 &lt;End of help on this topic&gt;
33283 </BODY>
33284 </HTML>
33285 ====== h_config_expose_hidden_config =====
33286 <HTML>
33287 <HEAD>
33288 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
33289 </HEAD>
33290 <BODY>
33291 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
33293 If set, this causes configuration options and features that are normally
33294 hidden from view to be editable in the Setup/Config screen.
33297 The purpose of this feature is to allow you to change configuration
33298 features and variables that are normally hidden.
33299 This is particularly useful if you are using a remote configuration,
33300 where it is difficult to edit the contents manually, but it may also be used
33301 on a local pinerc configuration file.
33303 If set, several configuration variables and features that are normally
33304 hidden from view will show up in the Setup/Configuration screen.
33305 They will be at the bottom of the configuration screen.
33306 You can find them by searching for the words &quot;hidden configuration&quot;.
33309 Note that this is an advanced feature that should be used with care.
33310 The reason that this part of the configuration is normally hidden is because
33311 there is a significant potential for causing problems if you change these
33312 variables.
33313 If something breaks after a change try changing it back to see if that is
33314 what is causing the problem.
33315 There are also some variables that are normally hidden because they are
33316 manipulated through Alpine in other ways.
33317 For example, colors are normally set using the Setup/Kolors screen and
33318 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
33319 the Setup/AddressBooks screen, so there is little reason to edit these directly.
33320 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
33321 the Add, Delete, and Rename commands in the FOLDER LIST screen,
33322 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
33323 internally by Alpine and not set directly by the user.
33325 <UL>   
33326 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33327 </UL><P>
33328 &lt;End of help on this topic&gt;
33329 </BODY>
33330 </HTML>
33331 ====== h_config_disable_signature_edit =====
33332 <HTML>
33333 <HEAD>
33334 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
33335 </HEAD>
33336 <BODY>
33337 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
33339 If set, this disables the editing of signature files from within
33340 the Setup/Config screen.
33342 <UL>   
33343 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33344 </UL><P>
33345 &lt;End of help on this topic&gt;
33346 </BODY>
33347 </HTML>
33348 ====== h_config_disable_roles_templateedit =====
33349 <HTML>
33350 <HEAD>
33351 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
33352 </HEAD>
33353 <BODY>
33354 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
33356 If set, this disables the editing of template files within the
33357 Role setup screen.
33359 <UL>   
33360 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33361 </UL><P>
33362 &lt;End of help on this topic&gt;
33363 </BODY>
33364 </HTML>
33365 ====== h_config_disable_roles_sigedit =====
33366 <HTML>
33367 <HEAD>
33368 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
33369 </HEAD>
33370 <BODY>
33371 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
33373 If set, this disables the editing of signature files within the
33374 Role setup screen.
33376 <UL>   
33377 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33378 </UL><P>
33379 &lt;End of help on this topic&gt;
33380 </BODY>
33381 </HTML>
33382 ====== h_config_disable_roles_setup =====
33383 <HTML>
33384 <HEAD>
33385 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
33386 </HEAD>
33387 <BODY>
33388 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
33390 If set, this disables the Setup/Rules/Roles command.
33392 <UL>   
33393 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33394 </UL><P>
33395 &lt;End of help on this topic&gt;
33396 </BODY>
33397 </HTML>
33398 ====== h_config_disable_pipes_in_templates =====
33399 <HTML>
33400 <HEAD>
33401 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
33402 </HEAD>
33403 <BODY>
33404 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
33406 By default, if a template file name is followed by a vertical bar (|) then
33407 that causes the file to be executed to produce the text for the template.
33408 If this feature is set, then this is not allowed.
33410 <UL>   
33411 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33412 </UL><P>
33413 &lt;End of help on this topic&gt;
33414 </BODY>
33415 </HTML>
33416 ====== h_config_disable_pipes_in_sigs =====
33417 <HTML>
33418 <HEAD>
33419 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
33420 </HEAD>
33421 <BODY>
33422 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
33424 By default, if a signature file name is followed by a vertical bar (|) then
33425 that causes the file to be executed to produce the text for the signature.
33426 If this feature is set, then this is not allowed.
33428 <UL>   
33429 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33430 </UL><P>
33431 &lt;End of help on this topic&gt;
33432 </BODY>
33433 </HTML>
33434 ====== h_config_disable_password_cmd =====
33435 <HTML>
33436 <HEAD>
33437 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
33438 </HEAD>
33439 <BODY>
33440 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
33442 If set, then the Setup/Newpassword command is disabled.
33444 <UL>   
33445 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33446 </UL><P>
33447 &lt;End of help on this topic&gt;
33448 </BODY>
33449 </HTML>
33450 ====== h_config_disable_password_caching =====
33451 <HTML>
33452 <HEAD>
33453 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
33454 </HEAD>
33455 <BODY>
33456 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
33458 Normally, loginname/password combinations are cached in Alpine so that
33459 you do not have to enter the same password more than once in a session.
33460 A disadvantage to this approach is that the password must be stored in
33461 the memory image of the running Alpine in order that it can be re-used.
33462 In the event that Alpine crashes and produces a core dump, and that core
33463 dump is readable by others, the loginname and password could be read
33464 from the core dump.
33466 If this feature is set, then the passwords will not be cached and you
33467 will have to retype the password whenever Alpine needs it.
33468 Even with this feature set there is still some chance that the core
33469 file will contain a password, so care should be taken to make the
33470 core files unreadable.
33472 NOTE: If PASSFILE caching is enabled, this does not disable it.
33473 That is a separate and independent feature.
33474 <UL>   
33475 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33476 </UL><P>
33477 &lt;End of help on this topic&gt;
33478 </BODY>
33479 </HTML>
33480 ====== h_config_disable_password_file_saving =====
33481 <HTML>
33482 <HEAD>
33483 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></TITLE>
33484 </HEAD>
33485 <BODY>
33486 <H1>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></H1>
33488 This feature changes the behavior of Alpine when a login name and password combination
33489 for a specific server is not found in the password file. The default behavior is that
33490 Alpine will ask the user if they wish to save this information in the password file for future
33491 use. It is assumed that if a user created a password file it is because they intend
33492 to use it, but in some instances a user might want to save some passwords and not others.
33493 In this case, enabling this feature will make Alpine not add any more passwords to the
33494 password file and will only use the passwords that it already saved. If you wish to allow
33495 Alpine to save more passwords in the password file, disable this feature.
33497 <UL>   
33498 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33499 </UL><P>
33500 &lt;End of help on this topic&gt;
33501 </BODY>
33502 </HTML>
33503 ====== h_config_disable_kb_lock =====
33504 <HTML>
33505 <HEAD>
33506 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
33507 </HEAD>
33508 <BODY>
33509 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
33511 If set, then the Keyboard Lock command is removed from the MAIN MENU.
33513 <UL>   
33514 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33515 </UL><P>
33516 &lt;End of help on this topic&gt;
33517 </BODY>
33518 </HTML>
33519 ====== h_config_disable_config_cmd =====
33520 <HTML>
33521 <HEAD>
33522 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
33523 </HEAD>
33524 <BODY>
33525 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
33527 If set, then the Setup/Config screen is disabled.
33529 <UL>   
33530 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33531 </UL><P>
33532 &lt;End of help on this topic&gt;
33533 </BODY>
33534 </HTML>
33535 ====== h_config_allow_chg_from =====
33536 <HTML>
33537 <HEAD>
33538 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
33539 </HEAD>
33540 <BODY>
33541 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
33543 This feature affects Alpine's handling of the &quot;From:&quot; header field
33544 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
33545 option.
33547 If this feature is set then the From line can be changed just like
33548 all the other header fields that can be changed.
33549 This feature defaults to <EM>ON</EM>.
33551 Even with this feature turned ON (the default) you will not be able 
33552 to change the From header unless you add it to your list of
33553 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
33554 You may also want to change the
33555 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
33556 if you want the From header to always show up in the composer without
33557 having to type the Rich Headers command first.
33559 Note that many sites restrict the use of this feature in order to
33560 reduce the chance of falsified addresses and misdirected mail.
33561 If you want to change the value of what gets included in the From header
33562 in messages you send
33563 look <A HREF="h_config_change_your_from">here</A> for a description.
33565 <UL>   
33566 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33567 </UL><P>
33568 &lt;End of help on this topic&gt;
33569 </BODY>
33570 </HTML>
33571 ====== h_config_disable_collate =====
33572 <HTML>
33573 <HEAD>
33574 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
33575 </HEAD>
33576 <BODY>
33577 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
33579 This is a hard to understand feature that should only be used in rare cases.
33580 Normally, the C function call
33582 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
33584 is used by Alpine.
33585 If you want to try turning it off,
33586 setting this feature will turn it off.
33587 This part of the locale has to do with the sort order
33588 of characters in your locale.
33590 <UL>   
33591 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33592 </UL><P>
33593 &lt;End of help on this topic&gt;
33594 </BODY>
33595 </HTML>
33596 ====== h_config_quell_attach_extra_prompt =====
33597 <HTML>
33598 <HEAD>
33599 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
33600 </HEAD>
33601 <BODY>
33602 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
33604 By default, when you attempt to view an attachment externally
33605 from the &quot;Attachment View&quot; screen, you are asked if you
33606 really want to view the selected attachment.
33609 If this feature is set, you will <B>not</B> be prompted to confirm
33610 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
33611 prompt. This feature was added for those wanting to preserve that
33612 behavior (along with 
33613 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
33616 <UL>   
33617 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33618 </UL><P>
33619 &lt;End of help on this topic&gt;
33620 </BODY>
33621 </HTML>
33622 ====== h_config_quell_attach_ext_warn =====
33623 <HTML>
33624 <HEAD>
33625 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
33626 </HEAD>
33627 <BODY>
33628 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
33631 This feature suppresses the extra warning you can get when trying
33632 to view an attachment for which there is no mime-type match.  Turning
33633 on this feature will just run the program according to extension
33634 instead of first warning the user that it will run according to the
33635 file's extension.
33637 This feature can be used along side 
33638 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
33639 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
33641 <UL>   
33642 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33643 </UL><P>
33644 &lt;End of help on this topic&gt;
33645 </BODY>
33646 </HTML>
33647 ====== h_config_mailcap_params =====
33648 <HTML>
33649 <HEAD>
33650 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
33651 </HEAD>
33652 <BODY>
33653 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
33655 If set, this will allow mailcap named parameter substitution to occur
33656 in mailcap entries.
33657 By default, this is turned off to prevent security problems that may occur
33658 with some incorrect mailcap configurations.
33659 For more information, see RFC1524 and look for "named parameters" in the
33660 text of the RFC.
33662 <UL>   
33663 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33664 </UL><P>
33665 &lt;End of help on this topic&gt;
33666 </BODY>
33667 </HTML>
33668 ====== h_config_disable_shared =====
33669 <HTML>
33670 <HEAD>
33671 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
33672 </HEAD>
33673 <BODY>
33674 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
33676 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
33677 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
33678 will be disabled.
33679 The reason this feature exists is because there are some implementations
33680 of system password lookup routines that are very slow when presented with
33681 a long loginname that does not exist.
33682 This feature could be set to prevent the delay at startup time when the
33683 names above are searched for in the password file.
33685 <UL>   
33686 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33687 </UL><P>
33688 &lt;End of help on this topic&gt;
33689 </BODY>
33690 </HTML>
33691 ====== h_config_hide_nntp_path =====
33692 <HTML>
33693 <HEAD>
33694 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
33695 </HEAD>
33696 <BODY>
33697 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
33699 Normally the Path header that Alpine generates when posting to a newsgroup
33700 contains the name of the computer from which the message is being sent and
33701 the user name.
33702 Some believe that this information is used by spammers.
33703 If this feature is set, that information will be replaced with the text
33705 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
33707 instead.
33709 It should be noted that many servers being connected to will still reveal
33710 the information that this feature attempts to protect.
33712 <UL>   
33713 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33714 </UL><P>
33715 &lt;End of help on this topic&gt;
33716 </BODY>
33717 </HTML>
33718 ====== h_config_no_bezerk_zone =====
33719 <HTML>
33720 <HEAD>
33721 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
33722 </HEAD>
33723 <BODY>
33724 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
33726 POSIX mandates a timezone in UNIX mailbox format folder delimiters
33727 (the line that begins with From <SPACE>).
33728 Some versions of Berkeley mail have trouble with this, and don't recognize
33729 the line as a message delimiter.
33730 If this feature is set, the timezone will be left off the delimiter line.
33732 <UL>   
33733 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33734 </UL><P>
33735 &lt;End of help on this topic&gt;
33736 </BODY>
33737 </HTML>
33738 ====== h_config_quell_domain_warn =====
33739 <HTML>
33740 <HEAD>
33741 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
33742 </HEAD>
33743 <BODY>
33744 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
33746 When your configuration is set up so that your domain name contains no dots,
33747 it is usually a configuration error.
33748 By default, Alpine will warn you about this when you start it up.
33749 You will see a warning message that looks like
33752 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
33755 If this feature is set, the warning is turned off.
33757 <UL>   
33758 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33759 </UL><P>
33760 &lt;End of help on this topic&gt;
33761 </BODY>
33762 </HTML>
33763 ====== h_config_quell_imap_env =====
33764 <HTML>
33765 <HEAD>
33766 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
33767 </HEAD>
33768 <BODY>
33769 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
33771 In the MESSAGE INDEX screen, if the open folder is being accessed
33772 using IMAP, Alpine normally tries to paint the index lines on the screen
33773 as soon as the information arrives from the IMAP server.
33774 This means that the index information makes it onto the screen more quickly
33775 than it otherwise would.
33776 This sometimes results in behavior that bothers some users.
33777 For example, when paging to a new page of the index, it may be possible for
33778 the lines to be painted on the screen in a random order, rather than from
33779 top to bottom.
33782 Setting this feature causes Alpine to wait for all of the information
33783 to be gathered before it paints the index screen.
33784 Once it collects all of the information, the screen will be painted quickly
33785 from top to bottom.
33787 <UL>   
33788 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33789 </UL><P>
33790 &lt;End of help on this topic&gt;
33791 </BODY>
33792 </HTML>
33793 ====== h_config_quell_news_env =====
33794 <HTML>
33795 <HEAD>
33796 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
33797 </HEAD>
33798 <BODY>
33799 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
33801 In the MESSAGE INDEX screen, if the open folder is being accessed
33802 using NNTP (News), Alpine normally tries to paint the index lines on the screen
33803 as soon as the information arrives from the NNTP server.
33804 This means that the index information makes it onto the screen more quickly
33805 than it otherwise would.
33806 This sometimes results in behavior that bothers some users.
33807 For example, when paging to a new page of the index, it may be possible for
33808 the lines to be painted on the screen in a random order, rather than from
33809 top to bottom.
33812 Setting this feature causes Alpine to wait for all of the information
33813 to be gathered before it paints the index screen.
33814 Once it collects all of the information, the screen will be painted quickly
33815 from top to bottom.
33817 <UL>   
33818 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33819 </UL><P>
33820 &lt;End of help on this topic&gt;
33821 </BODY>
33822 </HTML>
33823 ====== h_config_quell_content_id =====
33824 <HTML>
33825 <HEAD>
33826 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
33827 </HEAD>
33828 <BODY>
33829 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
33831 This feature changes the behavior of Alpine when sending messages.
33832 It is intended to work around a bug in Microsoft's Outlook XP mail user
33833 agent.
33834 As of this writing, Microsoft has acknowledged the bug but
33835 has not added it to the Knowledge Base.
33836 We have been told that there will be a post-SP1 hotfix for Outlook XP.
33837 This particular bug has bug fix number OfficeQFE:4781.
33838 The nature of the bug is that messages with attachments that
33839 contain a Content-ID header (which standard Alpine attachments do)
33840 do not show the attachment indicator (a paperclip) when viewed with
33841 Outlook XP.
33842 So the user has no indication that the message contains an attachment.
33845 If this feature is set then Alpine will remove most Content-ID headers
33846 before sending a message.
33847 If an attachment is of type MESSAGE, then the existing Content-ID headers
33848 inside the message will be left intact.
33849 This would only happen with Alpine if a message was forwarded as an attachment
33850 or if a message with a message attached was forwarded.
33851 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
33852 the Content-ID headers of the alternative parts will not be removed.
33855 Because the Content-ID header is a standard part of MIME it is possible
33856 that setting this feature will break something.
33857 For example, if an attachment has a Content-ID header that is necessary
33858 for the correct functioning of that attachment, it is possible that Alpine
33859 may remove that header when the attachment is forwarded.
33860 However, it seems fairly safe at this time.
33863 <UL>   
33864 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33865 </UL><P>
33866 &lt;End of help on this topic&gt;
33867 </BODY>
33868 </HTML>
33869 ====== h_config_winpos_in_config =====
33870 <HTML>
33871 <HEAD>
33872 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
33873 </HEAD>
33874 <BODY>
33875 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
33877 PC-Alpine only.
33880 Normally, PC-Alpine will store its window size and position in the
33881 Windows Registry.
33882 This is convenient if you want to use the same remote
33883 configuration from more than one PC.
33884 If you use multiple configuration files to start PC-Alpine, you may want
33885 to store the window size and position in the configuration file instead
33886 of in the Registry.
33887 Setting this feature causes the value to be stored in 
33888 <A HREF="h_config_window_position">Window-Position</A>.
33891 <UL>   
33892 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33893 </UL><P>
33894 &lt;End of help on this topic&gt;
33895 </BODY>
33896 </HTML>
33897 ====== h_config_quell_ssl_largeblocks =====
33898 <HTML>
33899 <HEAD>
33900 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
33901 </HEAD>
33902 <BODY>
33903 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
33905 PC-Alpine only.
33907 This feature changes the behavior of fetching messages
33908 and attachments so that the message data is fetched in chunks no larger
33909 than 12K bytes.
33910 This works around a bug in Microsoft's SSL/TLS support.
33911 Some versions of Microsoft SSL are not able to read full-sized (16K)
33912 SSL/TLS packets.
33913 Some servers will send such packets and this will
33914 cause PC-Alpine to crash with the error
33917 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
33920 Microsoft is aware of the problem and has developed a hotfix for it, it is
33921 discussed in article 300562 in the Microsoft Knowledge Base.
33923 <UL>   
33924 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33925 </UL><P>
33926 &lt;End of help on this topic&gt;
33927 </BODY>
33928 </HTML>
33929 ====== h_config_quell_partial =====
33930 <HTML>
33931 <HEAD>
33932 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
33933 </HEAD>
33934 <BODY>
33935 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
33937 Partial fetching is a feature of the IMAP protocol.
33938 By default, Alpine
33939 will use partial fetching when copying the contents of a message or attachment
33940 from the IMAP server to Alpine.
33941 This means that the fetch will be done in many
33942 small chunks instead of one big chunk. The main benefit of this approach is
33943 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
33944 to stop the fetch early. In some cases partial fetching may cause a performance
33945 problem so that the fetching of data takes significantly longer when partial
33946 fetching is used. Turning on this feature will turn off partial fetching.
33948 <UL>   
33949 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33950 </UL><P>
33951 &lt;End of help on this topic&gt;
33952 </BODY>
33953 </HTML>
33954 ====== h_config_quell_personal_name_prompt =====
33955 <HTML>
33956 <HEAD>
33957 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
33958 </HEAD>
33959 <BODY>
33960 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
33962 PC-Alpine only.  This feature quells the prompting for a 
33963 <A HREF="h_config_pers_name">personal name</A>.  This
33964 prompt normally happens before composing a message, and only happens when
33965 there is no personal name already set.
33967 <UL>   
33968 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33969 </UL><P>
33970 &lt;End of help on this topic&gt;
33971 </BODY>
33972 </HTML>
33973 ====== h_config_quell_user_id_prompt =====
33974 <HTML>
33975 <HEAD>
33976 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
33977 </HEAD>
33978 <BODY>
33979 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
33981 PC-Alpine only.  This feature quells the prompting for a 
33982 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
33983 if the information can be obtained from the login name used
33984 to open the INBOX.  Normally, this prompt happens before composing
33985 a message, and only happens when there is no user-id already set
33986 in the configuration.
33988 With this feature set, composing a message is only possible after
33989 establishing a connection to the INBOX.
33991 <UL>   
33992 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33993 </UL><P>
33994 &lt;End of help on this topic&gt;
33995 </BODY>
33996 </HTML>
33997 ====== h_config_save_aggregates =====
33998 <HTML>
33999 <HEAD>
34000 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
34001 </HEAD>
34002 <BODY>
34003 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
34005 This feature will optimize an aggregate copy operation, if
34006 possible, by issuing a single IMAP <EM>COPY</EM> command with a
34007 list of the messages to be copied.
34008 This feature is set by default.
34009 This may reduce network traffic and elapsed time for the Save.
34010 <EM>However, many IMAP servers (including the UW IMAP server) do
34011 not preserve the order of messages when this optimization is applied.</EM>
34012 If this feature is not set, 
34013 Alpine will copy each message individually and the order of the messages
34014 will be preserved.
34016 <UL>   
34017 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34018 </UL><P>
34019 &lt;End of help on this topic&gt;
34020 </BODY>
34021 </HTML>
34022 ====== h_config_use_system_translation =====
34023 <HTML>
34024 <HEAD>
34025 <TITLE>FEATURE: Use System Translation</TITLE>
34026 </HEAD>
34027 <BODY>
34028 <H1>FEATURE: Use System Translation</H1>
34030 UNIX Alpine only.
34032 Alpine normally uses its own internal software to convert between the multi-byte
34033 representation of characters and the Unicode representation of those
34034 same characters.
34035 It converts from the multi-byte characters your keyboard produces to Unicode,
34036 and from Unicode to the multi-byte characters your display expects.
34037 Alpine also uses its own internal software to decide how much space on
34038 the screen a particular Unicode character will occupy.
34041 Setting this feature tells Alpine to use the system-supplied routines to
34042 perform these tasks instead.
34043 In particular there are three tasks and three system routines that will
34044 be used for these tasks.
34047 To convert from multi-byte to Unicode the routine
34050 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
34053 is used.
34054 To convert from Unicode to multi-byte the routine
34057 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
34060 is used.
34061 And to find the screen width a particular Unicode character will
34062 occupy the routine used is
34065 <CENTER><SAMP>wcwidth</SAMP></CENTER>
34068 This feature has been only lightly tested.
34069 The internal routines should normally be used unless you run into
34070 a problem that you think may be solved by using the system routines.
34071 Note that your environment needs to be set up for these
34072 routines to work correctly.
34073 In particular, the LANG or LC_CTYPE variable in your environment will
34074 need to be set.
34077 <UL>   
34078 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34079 </UL><P>
34080 &lt;End of help on this topic&gt;
34081 </BODY>
34082 </HTML>
34083 ====== h_config_suspend_spawns =====
34084 <HTML>
34085 <HEAD>
34086 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
34087 </HEAD>
34088 <BODY>
34089 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
34091 This feature affects Alpine's behavior when process suspension is enabled
34092 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
34093 temporarily interact with the operating system command &quot;shell&quot; 
34094 without
34095 quitting Alpine, and then subsequently resume the still-active Alpine session.
34098 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
34099 is set and subsequently the Ctrl-Z key
34100 is pressed, Alpine will normally suspend itself and return temporary control
34101 to Alpine's parent shell process.  However, if this feature is set, Alpine
34102 will instead create an inferior subshell process.  This is useful when the
34103 parent process is not intended to be used interactively.  Examples include
34104 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
34105 or via a menu system.<P>
34107 Note that one typically resumes a suspended Alpine by entering the Unix
34108 &quot;fg&quot; command, but if this feature is set, it will be necessary to
34109 enter the &quot;exit&quot; command instead.
34111 <UL>   
34112 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34113 </UL><P>
34114 &lt;End of help on this topic&gt;
34115 </BODY>
34116 </HTML>
34117 ====== h_config_8bit_smtp =====
34118 <HTML>
34119 <HEAD>
34120 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
34121 </HEAD>
34122 <BODY>
34123 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
34125 This feature affects Alpine's behavior when sending mail.
34126 By default, this feature is set.
34127 Internet standards
34128 require that all electronic mail messages traversing the global Internet
34129 consist of 7bit ASCII characters unless a pair of cooperating mail 
34130 transfer agents explicitly agree to allow 8bit messages.  In general, 
34131 then, exchanging messages in non-ASCII characters requires MIME encoding.
34133 However, there are now Internet standards that allow for unencoded 8bit
34134 exchange of messages between cooperating systems.  When this feature is set
34135 Alpine will try to negotiate unencoded 8bit transmission during the
34136 sending process.  Should the negotiation fail, Alpine will fall back to its
34137 ordinary encoding rules. 
34139 Note, this feature relies on your system's mail transport agent or
34140 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
34141 having the negotiation mechanism introduced in
34142 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
34143 &quot;8BITMIME&quot;. 
34145 ESMTP allows for graceful migration to upgraded mail transfer agents, but
34146 it is possible that this feature might cause problems for some servers. 
34147 <P><UL>
34148 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34149 </UL>
34150 <P>&lt;End of help on this topic&gt;
34151 </BODY>
34152 </HTML>
34153 ====== h_config_8bit_nntp =====
34154 <HTML>
34155 <HEAD>
34156 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
34157 </HEAD>
34158 <BODY>
34159 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
34161 This feature affects Alpine's behavior when posting news.  
34165 The Internet standard for exchanging USENET news messages (RFC-1036)
34166 specifies that USENET messages should conform to Internet mail standards
34167 and contain only 7bit characters, but much of the news transport software
34168 in use today is capable of successfully sending messages containing 8bit
34169 characters.  Hence, many people believe that it is appropriate to send 8bit
34170 news messages without any MIME encoding.
34174 Moreover, there is no Internet standard for explicitly negotiating 8bit
34175 transfer, as there is for Internet email.  Therefore, Alpine provides the
34176 option of posting unencoded 8bit news messages, though not as the default.
34177 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
34178 postings that contain 8bit characters. 
34182 Note, articles may cross a path or pass through news transport software
34183 that is unsafe or even hostile to 8bit characters.  At best this will only
34184 cause the posting to become garbled.  The safest way to transmit 8bit
34185 characters is to leave Alpine's MIME encoding turned on, but recipients
34186 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
34187 messages.
34189 &lt;End of help on this topic&gt;
34190 </BODY>
34191 </HTML>
34192 ====== h_config_mark_for_cc =====
34193 <HTML>
34194 <HEAD>
34195 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
34196 </HEAD>
34197 <BODY>
34198 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
34200 This feature affects Alpine's MESSAGE INDEX display.
34201 By default, a '+' is displayed in the first column if the
34202 message is addressed directly to you.
34203 When this feature is set and the message is not addressed to you, then a
34204 '-' character is displayed if the message is instead Cc'd directly
34205 to you.
34208 <UL>   
34209 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34210 </UL><P>
34211 &lt;End of help on this topic&gt;
34212 </BODY>
34213 </HTML>
34214 ====== h_config_tab_uses_unseen =====
34215 <HTML>
34216 <HEAD>
34217 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
34218 </HEAD>
34219 <BODY>
34220 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
34222 This feature affects Alpine's behavior when using the TAB
34223 <A HREF="h_common_nextnew">NextNew Command</A>
34224 to move from one folder to the next.
34225 Alpine's usual behavior is to search for folders
34226 with <EM>Recent</EM> messages in them.
34227 Recent messages are messages that have arrived since the last time the
34228 folder was opened.
34231 Setting this feature causes Alpine to search for <EM>Unseen</EM>
34232 messages instead of Recent messages.
34233 Unseen messages remain Unseen until you view them (or flag then as Seen with
34234 the <A HREF="h_common_flag">Flag Command</A>).
34235 Setting this feature allows you to locate messages you have not read
34236 instead of only recently received messages.
34237 When this feature is set, the feature
34238 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
34239 will have no effect, so the checking may be slower.
34242 Another reason why you might want to use this feature is that Alpine sometimes
34243 opens folders implicitly behind the scenes, and this clears the
34244 Recent status of all messages in the folder.
34245 One example where this happens is when Saving or filtering a
34246 message to another folder.
34247 If that message has some <A HREF="h_config_keywords">keywords</A>
34248 set, then because of some shortcomings
34249 in the IMAP specification, the best way to ensure that those keywords are
34250 still set in the saved copy of the message is to open the folder and
34251 set the keywords explicitly.
34252 Because this clears the Recent status of all messages in that folder the
34253 folder will not be found by the NextNew command unless this feature is set.
34256 &lt;End of help on this topic&gt;
34257 </BODY>
34258 </HTML>
34259 ====== h_config_tab_new_only =====
34260 <HTML>
34261 <HEAD>
34262 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
34263 </HEAD>
34264 <BODY>
34265 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
34267 This feature affects Alpine's behavior when using the TAB key to move from
34268 one message to the next.  Alpine's usual behavior is to select the next
34269 unread message or message flagged as "Important".
34273 Setting this feature causes Alpine to skip the messages flagged as important,
34274 and select unread messages exclusively.  Tab behavior when there are no
34275 new messages left to select remains unchanged.
34277 &lt;End of help on this topic&gt;
34278 </BODY>
34279 </HTML>
34280 ====== h_config_warn_if_subj_blank =====
34281 <HTML>
34282 <HEAD>
34283 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
34284 </HEAD>
34285 <BODY>
34286 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
34288 This feature affects Alpine's behavior when you send a message being
34289 composed.
34290 If this option is set, Alpine will check to see if the message about to be sent
34291 has a subject or not.
34292 If not, you will be asked if you want to send the message anyway.
34295 <UL>   
34296 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34297 </UL><P>
34298 &lt;End of help on this topic&gt;
34299 </BODY>
34300 </HTML>
34301 ====== h_config_warn_if_fcc_blank =====
34302 <HTML>
34303 <HEAD>
34304 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
34305 </HEAD>
34306 <BODY>
34307 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
34309 This feature affects Alpine's behavior when you send a message being
34310 composed.
34311 If this option is set, Alpine will check to see if the message about to be sent
34312 has an Fcc or not.
34313 If not, you will be asked if you want to send the message anyway.
34316 <UL>   
34317 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34318 </UL><P>
34319 &lt;End of help on this topic&gt;
34320 </BODY>
34321 </HTML>
34322 ====== h_config_warn_if_no_to_or_cc =====
34323 <HTML>
34324 <HEAD>
34325 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
34326 </HEAD>
34327 <BODY>
34328 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
34330 This feature affects Alpine's behavior when you send a message being
34331 composed.
34332 If this option is set, Alpine will check to see if the message about to be sent
34333 has either a To address, a Cc address, or a Newsgroup.
34334 If none of these is set,
34335 you will be asked if you want to send the message anyway.
34338 This feature is closely related to
34339 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
34340 Alpine will normally ask if you want to copy a message only to the Fcc.
34341 This feature also applies to cases where there is a Bcc but still no To, Cc,
34342 or Newsgroup.
34343 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
34344 message with only an Fcc, then you won't be asked about sending with
34345 a blank To and Cc and Newsgroups header even if this feature is set.
34346 Similarly, if you have already been asked if you want to send to the Fcc
34347 only and you have answered Yes, then you won't be asked again about sending with
34348 blank To, Cc, and Newsgroups headers even if this feature is set.
34351 <UL>   
34352 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34353 </UL><P>
34354 &lt;End of help on this topic&gt;
34355 </BODY>
34356 </HTML>
34357 ====== h_config_quell_dead_letter =====
34358 <HTML>
34359 <HEAD>
34360 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
34361 </HEAD>
34362 <BODY>
34363 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
34365 This feature affects Alpine's behavior when you cancel a message being
34366 composed.  Alpine's usual behavior is to write the canceled message to
34367 a file named 
34368 <!--chtml if pinemode="os_windows"-->
34369 &quot;DEADLETR&quot;,
34370 <!--chtml else-->
34371 &quot;dead.letter&quot; in your home directory,
34372 <!--chtml endif-->
34373 overwriting any previous message. Under
34374 some conditions (some routine), this can introduce a noticeable delay.
34375 Setting this feature will cause Alpine NOT to write canceled compositions
34376 into the file.
34378 NOTE: Enabling this feature means NO record of canceled messages is
34379 maintained.
34381 This feature affects the newer option
34382 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
34383 number of dead letter files to keep around.
34384 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
34386 <UL>   
34387 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34388 </UL><P>
34389 &lt;End of help on this topic&gt;
34390 </BODY>
34391 </HTML>
34392 ====== h_config_quell_beeps =====
34393 <HTML>
34394 <HEAD>
34395 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
34396 </HEAD>
34397 <BODY>
34398 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
34400 This feature affects Alpine's behavior when it displays status message
34401 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
34402 will not affect the display of such messages, but will cause those that
34403 emit a beep to become silent.
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_suppress_user_agent =====
34413 <HTML>
34414 <HEAD>
34415 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
34416 </HEAD>
34417 <BODY>
34418 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
34420 If this feature is set then Alpine will not generate a
34421 <CODE>User-Agent</CODE> header in outgoing messages.
34423 <UL>   
34424 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34425 </UL><P>
34426 &lt;End of help on this topic&gt;
34427 </BODY>
34428 </HTML>
34429 ====== h_config_quell_lock_failure_warnings =====
34430 <HTML>
34431 <HEAD>
34432 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
34433 </HEAD>
34434 <BODY>
34435 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
34437 This feature affects Alpine's behavior when it encounters a problem
34438 acquiring a mail folder lock.  Typically, a secondary file associated
34439 with the mail folder being opened is created as part of the locking
34440 process.  On some systems, such file creation has been administratively
34441 precluded by the system configuration.
34443 Alpine issues a warning when such failures occur, which can become bothersome
34444 if the system is configured to disallow such actions.  Setting this
34445 feature causes Alpine to remain silent when this part of lock creation fails.
34447 WARNING: systems that have been configured in a way that precludes locking
34448 introduce some risk of mail folder corruption when more than one program
34449 attempts to modify the mail folder.  This is most likely to occur to one's
34450 INBOX or other incoming message folder. 
34452 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
34454 <UL>   
34455 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34456 </UL><P>
34457 &lt;End of help on this topic&gt;
34458 </BODY>
34459 </HTML>
34460 ====== h_config_enable_role_take ======
34461 <HTML>
34462 <HEAD>
34463 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
34464 </HEAD>
34465 <BODY>
34466 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
34468 Normally, the Take command takes addresses from a message and helps you
34469 put them into your Address Book.
34470 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
34471 you may find it useful
34472 to be able to Take information from a message's headers and put it into
34473 a new Rule.
34474 When this feature is set, you will be given an extra prompt that gives
34475 you the choice to Take into the Address Book or Take into a rule.
34476 <P><UL>
34477 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34478 </UL>
34480 &lt;End of help on this topic&gt;
34481 </BODY>
34482 </HTML>
34483 ====== h_config_enable_take_export ======
34484 <HTML>
34485 <HEAD>
34486 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
34487 </HEAD>
34488 <BODY>
34489 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
34491 Normally, the Take command takes addresses from a message and helps you
34492 put them into your Address Book.
34493 When this feature is set, you will be given an extra prompt that gives you
34494 the choice to Take addresses into a file instead of your Address
34495 Book.
34496 Only the user@domain_name part of the address is put in the file.
34497 <P><UL>
34498 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34499 </UL>
34501 &lt;End of help on this topic&gt;
34502 </BODY>
34503 </HTML>
34504 ====== h_config_quell_folder_internal_msg ======
34505 <HTML>
34506 <HEAD>
34507 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
34508 </HEAD>
34509 <BODY>
34510 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
34512 This feature determines whether or not Alpine will create 
34513 &quot;pseudo messages&quot; in folders that are in standard Unix or 
34514 MMDF format. <P> 
34516 Alpine will normally create these pseudo messages when they are not already
34517 present in a standard Unix or MMDF folder.  Their purpose is to record
34518 certain mailbox state data needed for correct IMAP and POP server
34519 operation, and also for Alpine to be able to mark messages as Answered when
34520 the Reply has been postponed.<P>
34522 Sites that do not use IMAP/POP for remote mail access, and that need to
34523 support mail tools that are adversely affected by the presence of the
34524 pseudo-messages (e.g. some mail notification tools) may enable this
34525 feature to tell Alpine not to create them.  Note that Alpine's 
34526 &quot;Answered&quot; flag
34527 capability will be adversely affected if this is done.<P>
34529 Note too that, even if this feature is enabled, Alpine will not remove
34530 pseudo-messages when it encounters them (e.g. those created by UW's imapd
34531 or ipopd servers.) This feature has no effect on folders that are not in
34532 standard Unix or MMDF format, as pseudo-messages are not needed in the
34533 other formats to record mailbox state information.
34534 <P><UL>
34535 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34536 </UL>
34538 &lt;End of help on this topic&gt;
34539 </BODY>
34540 </HTML>
34541 ====== h_config_mulnews_as_typed ======
34542 <HTML>
34543 <HEAD>
34544 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
34545 </HEAD>
34546 <BODY>
34547 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
34549 This feature will be of little use to most users.
34550 It has no effect unless the feature
34551 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
34552 is set.
34554 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
34555 then the setting of this feature may have an effect on the names of the
34556 newsrc files used.
34557 Normally, the name of the news server will be canonicalized before it is
34558 used in the newsrc file name.
34559 For example, if you type the news server name
34562 <CENTER><SAMP>servername</SAMP></CENTER>
34565 it is likely that the canonical name will be something like
34568 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
34571 Or it may be the case that
34574 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
34577 is really an alias (a DNS CNAME) for
34580 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
34583 If this feature is not set, then the canonicalized names will be used.
34584 If this feature is set, then the name you typed in (or put in your
34585 configuration) will be used.
34587 <P><UL>
34588 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34589 </UL>
34591 &lt;End of help on this topic&gt;
34592 </BODY>
34593 </HTML>
34594 ====== h_config_quell_empty_dirs ======
34595 <HTML>
34596 <HEAD>
34597 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
34598 </HEAD>
34599 <BODY>
34600 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
34602 This feature causes Alpine to remove from the display any directories
34603 that do not contain at least one file or directory.  This can be useful
34604 to prevent overly cluttered folder lists when a collection is stored on
34605 a server that treats all names as both a folder and a directory.
34608 Note, enabling this feature can cause surprising behavior!  For example,
34609 you can still use Add to create a directory, but unless you immediately
34610 enter that directory and create a folder, that newly created directory
34611 may not be displayed next time you enter the folder list.
34614 The description above is not quite correct.
34615 Only directories which potentially may hold messages are hidden if empty.
34616 That is, a directory which is really just a directory and is not selectable
34617 as a folder will not be hidden.
34618 Such directories can occur on servers that treat most names as both a folder
34619 and a directory.
34620 These directories are typically created implicitly when a folder is created
34621 inside a directory that does not yet exist.
34624 <UL>   
34625 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34626 </UL><P>
34627 &lt;End of help on this topic&gt;
34628 </BODY>
34629 </HTML>
34630 ====== h_config_termcap_wins =====
34631 <HTML>
34632 <HEAD>
34633 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
34634 </HEAD>
34635 <BODY>
34636 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
34638 This feature may affect Alpine's low-level input routines.  Termcap (or
34639 terminfo, depending on how your copy of Alpine was compiled and linked)
34640 is the name of the database that describes terminal capabilities.  In
34641 particular, it describes the sequences of characters that various keys
34642 will emit.
34645 An example would be the Up Arrow key on the keyboard.  Up
34646 Arrow is not a distinct character on most Unix systems.  When you press
34647 the Up Arrow key a short sequence of characters are produced.  This
34648 sequence is supposed to be described in the termcap database by the
34649 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
34650 are using terminfo instead of termcap).
34653 By default, Alpine defines some terminal
34654 escape sequences that are commonly used.  For example, the sequence
34655 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
34656 &quot;ESC&nbsp;[&nbsp;A&quot;
34657 is also recognized as an Up Arrow key.  These are chosen because common
34658 terminals like VT100's or ANSI standard terminals produce these
34659 sequences when you press the Up Arrow key.
34662 If your system's termcap
34663 (terminfo) database assigns some other function to the sequence
34664 &quot;ESC&nbsp;O&nbsp;A&quot;
34665 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
34666 database assigns a sequence that doesn't begin with an escape
34667 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
34668 This usually works fine
34669 because most terminals emit the escape sequences that Alpine has defined
34670 by default.  We have also found that it is usually better to have these
34671 defaults take precedence over the definitions contained in the database
34672 because the defaults are more likely to be correct than the database.
34675 There are some terminals where this breaks down.  If you want Alpine to
34676 believe the definitions given in your termcap (terminfo) database in
34677 preference to the defaults the Alpine itself sets up, then you may turn
34678 this feature on.  Then, sequences of characters that are defined in
34679 both termcap (terminfo) and in Alpine's set of defaults will be
34680 interpreted the way that termcap (terminfo) says they should be
34681 interpreted.  Also, if your terminal capabilities database assigns a
34682 sequence that doesn't begin with escape, it will not be ignored.
34685 <UL>   
34686 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34687 </UL><P>
34688 &lt;End of help on this topic&gt;
34689 </BODY>
34690 </HTML>
34691 ====== h_config_cruise_mode =====
34692 <HTML>
34693 <HEAD>
34694 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
34695 </HEAD>
34696 <BODY>
34697 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
34699 This feature affects Alpine's behavior when you hit the
34700 &quot;Space&nbsp;Bar&quot; at
34701 the end of a displayed message.  Typically, Alpine complains that the end
34702 of the text has already been reached.  Setting this feature causes such
34703 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
34704 taking you to the next &quot;interesting&quot; message,
34705 or scanning ahead to the 
34706 next incoming folder with &quot;interesting&quot; messages.
34709 <UL>   
34710 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34711 </UL><P>
34712 &lt;End of help on this topic&gt;
34713 </BODY>
34714 </HTML>
34715 ====== h_config_cruise_mode_delete =====
34716 <HTML>
34717 <HEAD>
34718 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
34719 </HEAD>
34720 <BODY>
34721 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
34723 This feature modifies the behavior of Alpine's 
34724 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
34725 Setting this feature causes Alpine to implicitly delete read
34726 messages when it moves on to display the next &quot;interesting&quot; message.
34728 NOTE: Beware when enabling this feature AND the 
34729 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
34730 feature.
34732 <UL>   
34733 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34734 </UL><P>
34735 &lt;End of help on this topic&gt;
34736 </BODY>
34737 </HTML>
34738 ====== h_config_slash_coll_entire =====
34739 <HTML>
34740 <HEAD>
34741 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
34742 </HEAD>
34743 <BODY>
34744 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
34746 The slash (/) command is available from the MESSAGE INDEX screen when
34747 the folder is sorted by either Threads or OrderedSubject, and the
34748 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
34749 is set to something other than &quot;none&quot;.
34750 Normally, the slash command Collapses or Expands the subthread that
34751 starts at the currently highlighted message, if any.
34752 If this option is set, then the slash command Collapses or Expands the
34753 <EM>entire</EM> current thread instead of just the subthread.
34754 The current thread is simply the top-level thread that contains the
34755 current message.
34758 <UL>   
34759 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34760 </UL><P>
34761 &lt;End of help on this topic&gt;
34762 </BODY>
34763 </HTML>
34764 ====== h_config_color_thrd_import =====
34765 <HTML>
34766 <HEAD>
34767 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
34768 </HEAD>
34769 <BODY>
34770 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
34772 This option affects only the THREAD INDEX screen.
34773 Whether or not you ever see a THREAD INDEX screen depends on the setting
34774 of the configuration option
34775 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
34776 and on the sort order of the index.
34779 If a message within a thread is flagged as Important
34780 and this option is set, then
34781 the entire line in the THREAD INDEX will be colored the color of the
34782 Index-important Symbol, which can be set using the
34783 <A HREF="h_color_setup">Setup Kolor</A> screen.
34786 <UL>   
34787 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34788 </UL><P>
34789 &lt;End of help on this topic&gt;
34790 </BODY>
34791 </HTML>
34792 ====== h_config_allow_goto =====
34793 <HTML>
34794 <HEAD>        
34795 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
34796 </HEAD>
34797 <BODY>
34798 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
34800 This feature modifies the behavior of Alpine's file browser.  Setting this
34801 feature causes Alpine to offer the "G Goto" command in the file browser.
34802 That is the default.
34806 The Goto command allows you to explicitly type in the desired directory.
34808 &lt;End of help on this topic&gt;
34809 </BODY></HTML>
34810 ====== h_config_add_ldap =====
34811 <HTML>
34812 <HEAD>
34813 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
34814 </HEAD>
34815 <BODY>
34816 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
34818 If both the Directory option
34819 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
34820 and this feature are set,
34821 then when an implicit directory lookup is done from the
34822 composer you will automatically be prompted to add the result of the
34823 directory lookup to your address book.
34825 <UL>   
34826 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34827 </UL><P>
34828 &lt;End of help on this topic&gt;
34829 </BODY>
34830 </HTML>
34831 ===== h_patterns_compat_behavior =====
34832 <HTML>
34833 <HEAD>
34834 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
34835 </HEAD>
34836 <BODY>
34837 <H1>Rules Behavior Changes in Pine 4.50</H1>
34839 In Alpine, Rules that contain unrecognized elements
34840 are ignored.
34841 In most cases, the unrecognized elements will be something that was
34842 added as a new Rules feature in a later version of Alpine.
34843 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
34844 ignore rules that contained unrecognized elements.
34845 For example, a new element of Rules that was added in Pine 4.50 is
34846 Age interval.
34847 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
34848 all messages older than a week red.
34849 Now, if you run Pine 4.44 using that same configuration file, it will not
34850 recognize the Age interval and so will just ignore it.
34851 That means that all messages will match that rule so all messages will
34852 be colored red when using Pine version 4.44.
34855 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
34856 However, since the behavior still exists in versions prior to Pine 4.50 and
34857 since Filtering is a potentially destructive operation, another measure
34858 was taken to attempt to avoid unintentional Filtering of messages.
34859 The first time that you run Alpine or a Pine that is version 4.50 or greater,
34860 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
34861 will be copied to a new Filters configuration variable
34862 with a different name (&quot;Patterns-Filters2&quot;).
34863 From then on, Alpine will continue to use the new
34864 variable.
34865 Of course, Pine version 4.44 or lower will continue to use the old
34866 variable.
34867 That means that if you are using Alpine
34868 and also using a version of Pine that is older than 4.50, they will not
34869 share the configuration information about Filters.
34870 If you make a change in one version you won't see it in the other version.
34873 Since Scoring can be used to trigger Filtering, the same thing has been
34874 done for Score rules.
34875 The old configuration variable name is (&quot;Patterns-Scores&quot;)
34876 and the new name is (&quot;Patterns-Scores2&quot;).
34877 The same is not true of Role, Indexcolor, and Other rules that are
34878 thought to be less harmful when a mistake is made.
34881 &lt;End of help on this topic&gt;
34882 </BODY>
34883 </HTML>
34884 ======= h_config_filt_opts_sentdate =======
34885 <HTML>
34886 <HEAD>
34887 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
34888 </HEAD>
34889 <BODY>
34890 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
34892 By default, the Age interval of a Pattern uses a message's time of
34893 arrival to compute the age of the message.
34894 If this feature is set, the date in the message's Date header will
34895 be used instead.
34897 &lt;End of help on this topic&gt;
34898 </BODY>
34899 </HTML>
34900 ======= h_config_filt_opts_notdel =======
34901 <HTML>
34902 <HEAD>
34903 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
34904 </HEAD>
34905 <BODY>
34906 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
34908 If this option is set then a message will be moved into the
34909 specified folder only if it is not marked for deletion.
34910 This is useful if you have multiple Alpine sessions running
34911 simultaneously and you don't want messages to be filtered into a
34912 folder more than once.
34913 It is also useful if you want to filter
34914 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
34915 This method is not foolproof.
34916 There may be cases where a message
34917 gets marked deleted and so it is never filtered into the folder.
34918 For example, if you deleted it in another Alpine session or another mail
34919 program that didn't use the filtering rule.
34921 This option has no effect if the Filter Action is not set to Move.
34923 &lt;End of help on this topic&gt;
34924 </BODY>
34925 </HTML>
34926 ======= h_config_filt_opts_nonterm =======
34927 <HTML>
34928 <HEAD>
34929 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
34930 </HEAD>
34931 <BODY>
34932 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
34934 If this option is set then this is a non-terminating rule.
34935 Usually, for each message, Alpine searches through the Filter Rules until
34936 a match is found and then it performs the action associated with that rule.
34937 Rules following the match are not considered.
34938 If this option is set then the search for matches will continue at the next
34939 rule.
34941 If a non-terminating rule matches then the actions associated with
34942 that rule, except for any implied deletion of the message, are performed
34943 before the match for the next rule is checked.
34944 For example, if the non-terminating rule sets the Important status, then that
34945 status will be set when the next rule is considered.
34946 However, if the non-terminating rule Moves the message, the message will
34947 actually be copied instead of copied and deleted so that it is still there
34948 for the next rule.
34949 A moved message is deleted after all the relevant rules have been checked.
34950 The name of the &quot;Move&quot; action is confusing in this case because
34951 a single message can be moved to more than one folder.
34952 It turns the Move into a Copy instead, but it is still followed by a deletion
34953 at the end.
34955 This option may be useful if you want to have a single message filtered to
34956 two different folders because it matches two different Patterns.
34957 For example, suppose you normally filter messages to a particular mailing
34958 list into one folder, and messages addressed directly to you into a second
34959 folder.
34960 If a message is sent to both you and the list (and you can tell that by
34961 looking at the headers of the message) this option may give you a convenient
34962 way to capture a copy to each folder.
34963 (It may also cause you to capture two copies to each folder,
34964 depending on whether your mail system delivers one or two copies of the
34965 message to you and on how the list works.)
34967 &lt;End of help on this topic&gt;
34968 </BODY>
34969 </HTML>
34970 ===== h_mainhelp_smime ======
34971 <HTML>
34972 <HEAD>
34973 <TITLE>S/MIME Overview</TITLE>
34974 </HEAD>
34975 <BODY>
34976 <H1>S/MIME Overview</H1>
34978 S/MIME is a standard for the public key encryption and signing of email.
34979 UNIX Alpine contains a basic implementation of S/MIME based on
34980 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries. The
34981 same support can be provided using the 
34982 <A HREF="http://www.libressl.org/">LibreSSL</A> libraries. The
34983 support for S/MIME in PC-Alpine is fully based on the LibreSSL libraries.
34984 To check if this version of Alpine supports S/MIME look at
34985 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
34986 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
34988 Some limitations:
34989 <UL>
34990    <LI> There is no provision for checking for CRLs
34991         (Certificate Revocation Lists) in Alpine.
34992    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
34993    <LI> There is no mechanism available for feeding either an entire incoming
34994         or an entire outgoing message to an external
34995         filter and using that external filter to do S/MIME or PGP processing.
34996    <LI> Because the implementation currently uses OpenSSL, there is only a very
34997         limited integration with the Mac OS Keychain (the storing and access of
34998         public certificates).
34999 </UL>
35001 The S/MIME configuration screen is reached by going to the Main Menu and typing
35002 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
35005 <H2>S/MIME BASICS</H2>
35007 In order to digitally sign messages you send you must have a public/private key-pair.
35008 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
35009 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
35010 users or a company which provides certificates for its workers.
35011 These certificates are bound to an email address, so the identity being verified is the
35012 email address not a person's name.
35014 Mail is signed by using the sender's private key, which only the owner of the private key
35015 has access to.
35016 The signature is verified using the signer's public key, which anyone can
35017 have access to.
35018 With Alpine, the first time you receive a signed message the public key of the
35019 sender will be stored for future use.
35022 Mail is encrypted using the recipient's public key and decrypted by
35023 the recipient with their private key.
35026 You need a key of your own in order to sign outgoing messages and to have others
35027 encrypt messages sent to you.
35028 You do not need a key of your own to verify signed messages sent by others or to
35029 encrypt messages sent to others.
35031 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
35033 By default UNIX Alpine stores the certificates it uses in a directory in your
35034 home directory.
35035 The directory name is
35037 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
35039 For PC-Alpine, the equivalent directory is called 
35040 <CENTER><SAMP>alpine-smime</SAMP></CENTER>
35041 and is also located under your home directory.
35043 Within that directory are three subdirectories.
35044 Each of the three subdirectories contains files with PEM-encoded contents,
35045 the default format for OpenSSL.
35046 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
35047 The files within that directory have names that are email addresses with the
35048 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
35049 An example filename is
35051 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
35053 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
35054 your private key.
35055 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
35056 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
35057 Authorities that you want to trust but that aren't contained in the set of system CAs.
35058 Those files may have arbitrary names as long as they end with the
35059 suffix &quot;<SAMP>.crt</SAMP>&quot;.
35061 <H2>HOW TO SIGN AND ENCRYPT</H2>
35063 If you have a certificate you may sign outgoing messages.
35064 After typing the Ctrl-X command to send a message you will see the prompt
35066 <CENTER><SAMP>Send message?</SAMP></CENTER>
35068 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
35069 Typing the &quot;G&quot; command will change the prompt to
35071 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
35073 Typing the &quot;E&quot; command will change the prompt to
35075 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
35077 You may even type both to get
35079 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
35082 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
35084 The reading of a signed message should not require any special action on
35085 your part.
35086 There should be an editorial addition at the start of the message which
35087 says either
35089 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
35093 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
35095 If an encrypted message is sent to you the encrypted text will not
35096 be shown.
35097 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
35098 you are viewing the message) and supply your passphrase when asked.
35100 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
35101 which gives you some information about the certificate used to sign or encrypt the message.
35103 <H2>MISCELLANEOUS</H2>
35105 If you have access to a private certificate in the PKCS12 format, which 
35106 would sometimes be in a file with a &quot;.p12&quot; extension, then you can 
35107 use the following commands to generate private keys, public and certificate
35108 authorities certificates. In the examples below, we assume that the 
35109 certificate in the p12 format is called &quot;certificate.p12&quot;, and 
35110 that your email address is &quot;your@address.com&quot;.
35113 In order to create a private key use the command
35115 <CENTER><SAMP>openssl pkcs12 -in certificate.p12 -out your@address.com.key</SAMP></CENTER>
35117 In order to create a public certificate use the command
35119 <CENTER><SAMP>
35120 openssl pkcs12 -in certificate.p12 -clcerts -nokeys -out your@address.com.crt
35121 </SAMP></CENTER>
35123 In order to create a certificate authority certificate use the command
35125 <CENTER><SAMP>
35126 openssl pkcs12 -in certificate.p12 -cacerts -nokeys -out certificate-ca.crt 
35127 </SAMP></CENTER>
35129 <P> If the previous command produces an empty file, it means that the 
35130 certificate authority was not included in the .p12 file, so you will have 
35131 to get it from some other sources. You will need these certificates, so 
35132 that you can validate correctly signatures.
35135 After you have exported these certificates and keys, you can  use the import 
35136 command in Alpine, from the S/MIME configuration screen,
35137 to import these certificates into Alpine. They will be available for use
35138 as soon as you import them.
35140 &lt;End of help on this topic&gt;
35141 </BODY>
35142 </HTML>
35143 ====== h_config_smime_pubcertdir =====
35144 <HTML>
35145 <HEAD>
35146 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
35147 </HEAD>
35148 <BODY>
35149 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
35152 If the option
35153 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35154 is set then this option will have no effect.
35156 Normally, Public Certificates for use with S/MIME will be stored in the directory
35157 which is the value of this option.
35158 Those certificates will be stored in PEM format, one certificate per file.
35159 The name of the file for the certificate corresponding to
35161 <CENTER><SAMP>emailaddress</SAMP></CENTER>
35163 should be
35165 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
35167 For example, a file for user@example.com would be in the file
35169 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
35171 in this directory.
35173 Use the Setup/SMIME screen to modify this variable.
35175 Typically, the public certificates that you have will come from S/MIME signed
35176 messages that are sent to you.
35177 Alpine will extract the public certificate from the signed message and store
35178 it in the certificates directory.
35179 These PEM format public certificates look something like:
35180 <PRE>
35181 -----BEGIN CERTIFICATE-----
35182 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
35183 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
35184 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
35186 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
35187 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
35188 -----END CERTIFICATE-----
35189 </PRE>
35191 <UL>   
35192 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35193 </UL><P>
35195 <UL>   
35196 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35197 </UL><P>
35198 &lt;End of help on this topic&gt;
35199 </BODY>
35200 </HTML>
35201 ====== h_config_smime_pubcertcon =====
35202 <HTML>
35203 <HEAD>
35204 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
35205 </HEAD>
35206 <BODY>
35207 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
35210 If this option is set it will be used instead of
35211 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
35213 This option gives you a way to store certificates remotely on an IMAP server
35214 instead of storing the certificates one per file locally.
35215 In order to do that you just give this option a remote folder name for a folder
35216 which does not yet exist.
35217 The name is similar to the name you might use for a remote configuration file.
35218 A remote folder name might look something like:
35220 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
35223 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
35224 about the syntax of folder names.
35226 Use the Setup/SMIME screen to modify this variable.
35228 <UL>   
35229 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35230 </UL><P>
35232 <UL>   
35233 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35234 </UL><P>
35235 &lt;End of help on this topic&gt;
35236 </BODY>
35237 </HTML>
35238 ====== h_config_smime_privkeydir =====
35239 <HTML>
35240 <HEAD>
35241 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
35242 </HEAD>
35243 <BODY>
35244 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
35247 In order to sign outgoing S/MIME messages you will need a
35248 personal digital ID certificate.
35249 You will usually get such a certificate from a certificate authority such as
35250 Thawte or CAcert.
35251 (In order to encrypt outgoing messages you don't need a personal digital ID, you
35252 need the public certificate of the recipient instead.)
35253 If the option
35254 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
35255 is set then this option will have no effect.
35257 Normally, Private Keys for use with S/MIME will be stored in the directory
35258 which is the value of this option.
35259 Those certificates will be stored in PEM format, one certificate per file.
35260 The name of the file for the certificate corresponding to your
35262 <CENTER><SAMP>emailaddress</SAMP></CENTER>
35264 should be
35266 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
35268 For example, if your address is user@example.com the name of the file would be
35270 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
35272 in this directory.
35274 Use the Setup/SMIME screen to modify this variable.
35276 Typically, the private key that you have will come from a Certificate
35277 Authority.
35278 The private key should be stored in a PEM format file that
35279 looks something like:
35280 <PRE>
35281 -----BEGIN RSA PRIVATE KEY-----
35282 Proc-Type: 4,ENCRYPTED
35283 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
35285 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
35286 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
35287 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
35289 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
35290 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
35291 -----END RSA PRIVATE KEY-----
35292 </PRE>
35294 <UL>   
35295 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35296 </UL><P>
35298 <UL>   
35299 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35300 </UL><P>
35301 &lt;End of help on this topic&gt;
35302 </BODY>
35303 </HTML>
35304 ====== h_config_smime_privkeycon =====
35305 <HTML>
35306 <HEAD>
35307 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
35308 </HEAD>
35309 <BODY>
35310 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
35313 If this option is set it will be used instead of
35314 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35316 This option gives you a way to store keys remotely on an IMAP server
35317 instead of storing the keys one per file locally.
35318 In order to do that you just give this option a remote folder name for a folder
35319 which does not yet exist.
35320 The name is similar to the name you might use for a remote configuration file.
35321 A remote folder name might look something like:
35323 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
35326 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
35327 about the syntax of folder names.
35329 Use the Setup/SMIME screen to modify this variable.
35331 <UL>   
35332 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35333 </UL><P>
35335 <UL>   
35336 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35337 </UL><P>
35338 &lt;End of help on this topic&gt;
35339 </BODY>
35340 </HTML>
35341 ====== h_config_smime_cacertdir =====
35342 <HTML>
35343 <HEAD>
35344 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
35345 </HEAD>
35346 <BODY>
35347 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
35350 If the option
35351 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
35352 is set then this option will have no effect.
35354 CACert is a shorthand name for certification authority certificate.
35355 Normally Alpine will use the CACerts that are located in the standard system
35356 location for CACerts.
35357 It may be the case that one of your correspondents has a Digital ID which has
35358 been signed by a certificate authority that is not in the regular set of system certificate
35359 authorities.
35360 You may supplement the system list by adding further certificates of your own.
35361 These should  be stored in the directory
35362 which is the value of this option.
35363 The certificates will be stored in PEM format, one certificate per file.
35364 The names of the files can be anything ending in &quot;.crt&quot;.
35366 Use the Setup/SMIME screen to modify this variable.
35368 These PEM format CA certificates look very similar to your public
35369 certificates for particular email addresses
35370 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
35372 <UL>   
35373 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35374 </UL><P>
35376 <UL>   
35377 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35378 </UL><P>
35379 &lt;End of help on this topic&gt;
35380 </BODY>
35381 </HTML>
35382 ====== h_config_smime_cacertcon =====
35383 <HTML>
35384 <HEAD>
35385 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
35386 </HEAD>
35387 <BODY>
35388 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
35391 If this option is set it will be used instead of
35392 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
35394 This option gives you a way to store certificates remotely on an IMAP server
35395 instead of storing the certificates one per file locally.
35396 In order to do that you just give this option a remote folder name for a folder
35397 which does not yet exist.
35398 The name is similar to the name you might use for a remote configuration file.
35399 A remote folder name might look something like:
35401 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
35404 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
35405 about the syntax of folder names.
35407 Use the Setup/SMIME screen to modify this variable.
35409 <UL>   
35410 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35411 </UL><P>
35413 <UL>   
35414 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35415 </UL><P>
35416 &lt;End of help on this topic&gt;
35417 </BODY>
35418 </HTML>
35419 ========== h_config_smime_sign_by_default ==========
35420 <HTML>
35421 <HEAD>
35422 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
35423 </HEAD>
35424 <BODY>
35425 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
35428 This feature only has an effect if your version of Alpine includes
35429 support for S/MIME.
35430 It affects Alpine's behavior when you send a message.
35431 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
35433 Only the default value is affected.
35434 In any case, you may still toggle the Signing option on or off before sending
35435 with the &quot;G Sign&quot; command (provided you have a personal digital ID
35436 certificate).
35438 <UL>   
35439 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35440 </UL><P>
35443 <UL>   
35444 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35445 </UL><P>
35446 &lt;End of help on this topic&gt;
35447 </BODY>
35448 </HTML>
35449 ========== h_config_smime_use_cert_store ==========
35450 <HTML>
35451 <HEAD>
35452 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></TITLE>
35453 </HEAD>
35454 <BODY>
35455 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></H1>
35458 This feature only has an effect if your version of Alpine includes
35459 support for S/MIME.
35460 It affects Alpine's behavior when you validate a message, and should
35461 not be disabled, unless you are performing a test.
35463 There are two important aspects of validation: validation of the message
35464 (that is, the message was not modified after it was sent) 
35465 as well as validation of the identity of the sender. This option has to 
35466 do with the latter. 
35468 In order to validate that the message came from the sender in the message
35469 and not an impersonator, Alpine can 
35470 either use the certificates that come in the message, or the ones that 
35471 you have personally stored. If this feature is enabled (the default) then 
35472 Alpine will use certificates that you have already saved in your store 
35473 and not those that come in the message to validate the sender of the 
35474 message. In particular, the first time that you receive a signed message
35475 from a sender, and their certificate does not validate against your
35476 store, then you will be asked if you wish to save such certificate. If
35477 you do not wish to save the certificate, then Alpine will fail to validate
35478 the signature of the message. Otherwise, Alpine will proceed to validate
35479 the signature of the message. This behavior helps you prevent against impersonation, because 
35480 it is assumed that you trust the certificates that you have saved, and 
35481 might not trust those that came with the message that you are validating.
35483 <UL>   
35484 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35485 </UL><P>
35488 <UL>   
35489 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35490 </UL><P>
35491 &lt;End of help on this topic&gt;
35492 </BODY>
35493 </HTML>
35494 ========== h_config_smime_pubcerts_in_keychain ==========
35495 <HTML>
35496 <HEAD>
35497 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
35498 </HEAD>
35499 <BODY>
35500 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
35503 If this feature is set the Mac OS X default keychain will be used as the place
35504 to store public certificates instead of a
35505 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
35506 or a
35507 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
35509 <UL>   
35510 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35511 </UL><P>
35513 <UL>   
35514 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35515 </UL><P>
35516 &lt;End of help on this topic&gt;
35517 </BODY>
35518 </HTML>
35519 ========== h_config_smime_dont_do_smime ==========
35520 <HTML>
35521 <HEAD>
35522 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
35523 </HEAD>
35524 <BODY>
35525 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
35528 Setting this feature turns off all of Alpine's S/MIME support.
35529 You might want to set this if you are having trouble due to the S/MIME support.
35531 <UL>   
35532 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35533 </UL><P>
35536 <UL>   
35537 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35538 </UL><P>
35539 &lt;End of help on this topic&gt;
35540 </BODY>
35541 </HTML>
35542 ========== h_config_smime_encrypt_by_default ==========
35543 <HTML>
35544 <HEAD>
35545 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
35546 </HEAD>
35547 <BODY>
35548 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
35551 This feature only has an effect if your version of Alpine includes
35552 support for S/MIME.
35553 It affects Alpine's behavior when you send a message.
35554 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
35556 Only the default value is affected.
35557 In any case, you may still toggle the Encrypt option on or off before sending
35558 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
35559 for the recipient).
35561 <UL>   
35562 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35563 </UL><P>
35566 <UL>   
35567 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35568 </UL><P>
35569 &lt;End of help on this topic&gt;
35570 </BODY>
35571 </HTML>
35572 ========== h_config_smime_remember_passphrase ==========
35573 <HTML>
35574 <HEAD>
35575 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
35576 </HEAD>
35577 <BODY>
35578 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
35581 This feature only has an effect if your version of Alpine includes
35582 support for S/MIME.
35583 If this option is set, you will only have to enter your passphrase for your private key
35584 once during an Alpine session.
35586 <UL>   
35587 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35588 </UL><P>
35591 <UL>   
35592 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35593 </UL><P>
35594 &lt;End of help on this topic&gt;
35595 </BODY>
35596 </HTML>
35597 ====== h_config_smime_transfer_pub_to_con =====
35598 <HTML>
35599 <HEAD>
35600 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
35601 </HEAD>
35602 <BODY>
35603 <H1>S/MIME: Transfer Public Certs to Container</H1>
35606 The Transfer command will copy the public certificates in your configured
35607 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
35608 to the container in your configured
35609 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
35610 This might be useful if you decide to switch from using a cert directory to a cert
35611 container.
35613 Warning: Any previous contents in the container will be lost.
35615 <UL>   
35616 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35617 </UL><P>
35619 <UL>   
35620 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35621 </UL><P>
35622 &lt;End of help on this topic&gt;
35623 </BODY>
35624 </HTML>
35625 ====== h_config_smime_transfer_pub_to_dir =====
35626 <HTML>
35627 <HEAD>
35628 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
35629 </HEAD>
35630 <BODY>
35631 <H1>S/MIME: Transfer Public Certs to Directory</H1>
35634 The Transfer command will copy the public certificates in your configured
35635 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35636 to the directory in your configured
35637 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
35638 This might be useful if you decide to switch from using a cert container to a cert
35639 directory.
35641 <UL>   
35642 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35643 </UL><P>
35645 <UL>   
35646 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35647 </UL><P>
35648 &lt;End of help on this topic&gt;
35649 </BODY>
35650 </HTML>
35651 ====== h_config_smime_transfer_priv_to_con =====
35652 <HTML>
35653 <HEAD>
35654 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
35655 </HEAD>
35656 <BODY>
35657 <H1>S/MIME: Transfer Private Keys to Container</H1>
35660 The Transfer command will copy the private keys in your configured
35661 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35662 to the container in your configured
35663 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
35664 This might be useful if you decide to switch from using a key directory to a key
35665 container.
35667 Warning: Any previous contents in the container will be lost.
35669 <UL>   
35670 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35671 </UL><P>
35673 <UL>   
35674 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35675 </UL><P>
35676 &lt;End of help on this topic&gt;
35677 </BODY>
35678 </HTML>
35679 ====== h_config_smime_transfer_priv_to_dir =====
35680 <HTML>
35681 <HEAD>
35682 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
35683 </HEAD>
35684 <BODY>
35685 <H1>S/MIME: Transfer Private Keys to Directory</H1>
35688 The Transfer command will copy the private keys in your configured
35689 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
35690 to the directory in your configured
35691 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35692 This might be useful if you decide to switch from using a key container to a key
35693 directory.
35695 <UL>   
35696 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35697 </UL><P>
35699 <UL>   
35700 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35701 </UL><P>
35702 &lt;End of help on this topic&gt;
35703 </BODY>
35704 </HTML>
35705 ====== h_config_smime_transfer_cacert_to_con =====
35706 <HTML>
35707 <HEAD>
35708 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
35709 </HEAD>
35710 <BODY>
35711 <H1>S/MIME: Transfer CA Certs to Container</H1>
35714 The Transfer command will copy the CA certificates in your configured
35715 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
35716 to the container in your configured
35717 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35718 This might be useful if you decide to switch from using a CA cert directory to a CA cert
35719 container.
35721 Warning: Any previous contents in the container will be lost.
35723 <UL>   
35724 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35725 </UL><P>
35727 <UL>   
35728 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35729 </UL><P>
35730 &lt;End of help on this topic&gt;
35731 </BODY>
35732 </HTML>
35733 ====== h_config_smime_transfer_cacert_to_dir =====
35734 <HTML>
35735 <HEAD>
35736 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
35737 </HEAD>
35738 <BODY>
35739 <H1>S/MIME: Transfer CA Certs to Directory</H1>
35742 The Transfer command will copy the CA certificates in your configured
35743 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35744 to the directory in your configured
35745 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
35746 This might be useful if you decide to switch from using a CA cert container to a CA cert
35747 directory.
35749 <UL>   
35750 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35751 </UL><P>
35753 <UL>   
35754 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35755 </UL><P>
35756 &lt;End of help on this topic&gt;
35757 </BODY>
35758 </HTML>
35759 ====== h_config_smime_transfer_pubcon_to_key =====
35760 <HTML>
35761 <HEAD>
35762 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35763 </HEAD>
35764 <BODY>
35765 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35767 Mac OS X Alpine only.
35769 The Transfer command will copy the public certificates in your configured
35770 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35771 to your default Mac OS X Keychain.
35772 This might be useful if you decide to switch from using a cert container to using
35773 the Keychain to store your public certs, which you may do by using the
35774 feature
35775 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
35777 <UL>   
35778 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35779 </UL><P>
35781 <UL>   
35782 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35783 </UL><P>
35784 &lt;End of help on this topic&gt;
35785 </BODY>
35786 </HTML>
35787 ====== h_config_smime_transfer_pubkey_to_con =====
35788 <HTML>
35789 <HEAD>
35790 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35791 </HEAD>
35792 <BODY>
35793 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35796 The Transfer command will copy the public certificates in your configured
35797 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35798 to your default Mac OS X Keychain.
35799 This might be useful if you decide to switch from using a cert container to using
35800 the Keychain to store your public certs.
35802 <UL>   
35803 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35804 </UL><P>
35806 <UL>   
35807 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35808 </UL><P>
35809 &lt;End of help on this topic&gt;
35810 </BODY>
35811 </HTML>
35812 ====== h_config_smime_public_certificates =====
35813 <HTML>
35814 <HEAD>
35815 <TITLE>S/MIME: Manage Public Certificates</TITLE>
35816 </HEAD>
35817 <BODY>
35818 <H1>S/MIME: Manage Public Certificates</H1>
35821 This menu item allows you to manage your public certificates, this
35822 may include your own public certificate, but it normally includes
35823 certificates of people you correspond with. These certificates are
35824 saved by Alpine automatically when they are found in signed messages
35825 that you receive. This interface allows you to manage them, by
35826 giving you the option to delete them, or trust them (in the case
35827 of self-signed certificates).
35830 Please note that Alpine will not validate a message that was sent to you
35831 using a self-signed certificate, unless you decide to trust that certificate.
35832 Internally, a certificate is trusted by copying it to the
35833 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
35834 collection. If you decide that you want to stop trusting a self-signed
35835 certificate, you must delete such certificate from such collection.
35837 The <B>I</B> Import command available in this screen allows you to 
35838 import a command to this collection.
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_private_keys =====
35851 <HTML>
35852 <HEAD>
35853 <TITLE>S/MIME: Manage Private Keys</TITLE>
35854 </HEAD>
35855 <BODY>
35856 <H1>S/MIME: Manage Private Keys</H1>
35859 This option allows you to manage your private key. Normally a person has only
35860 one key, in the same way that a person only has one valid passport, or ID card,
35861 at any given time. This option allows you to manage private keys. You can
35862 delete them or import them. Additionally, you can view information
35863 about your public certificate, such as the issuer and the dates of validity
35864 of such certificate, among others.
35867 If you have more than one e-mail address for which you want to use the 
35868 same private key, you must add all those addresses to the private key at 
35869 the moment that the key is generated. When you receive a signed message using 
35870 a key generated for several e-mail addresses, Alpine will save a 
35871 certificate for each e-mail address included in such certificate.
35873 The <B>I</B> Import command available in this screen allows you to 
35874 import a command to this collection.
35876 <UL>   
35877 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35878 </UL><P>
35880 <UL>   
35881 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35882 </UL><P>
35883 &lt;End of help on this topic&gt;
35884 </BODY>
35885 </HTML>
35886 ====== h_config_smime_certificate_authorities =====
35887 <HTML>
35888 <HEAD>
35889 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
35890 </HEAD>
35891 <BODY>
35892 <H1>S/MIME: Manage Certificate Authorities</H1>
35895 This collection contains certificates that are needed to validate the 
35896 certificate of another person, and therefore contains certificates that 
35897 you trust. Typically a certificate is signed by another entity, called a 
35898 certificate authority. This option allows you to manage which certificates 
35899 you trust, allowing you to import them and to delete them or view information
35900 about each certificate, such as the issuer and the dates of validity
35901 of such certificate.
35903 The <B>I</B> Import command available in this screen allows you to 
35904 import a command to this collection.
35906 <UL>   
35907 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35908 </UL><P>
35910 <UL>   
35911 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35912 </UL><P>
35913 &lt;End of help on this topic&gt;
35914 </BODY>
35915 </HTML>
35916 ====== h_config_smime_password_file_certificates =====
35917 <HTML>
35918 <HEAD>
35919 <TITLE>S/MIME: Manage Password File Certificates</TITLE>
35920 </HEAD>
35921 <BODY>
35922 <H1>S/MIME: Manage Password File Certificates</H1>
35925 This option allows you to manage the certificates that are used to
35926 encrypt and decrypt your password file. This is useful in case you
35927 want to change the certificates used to encrypt your password file.
35929 Depending on the version of Alpine that you used for the first time
35930 to set this up, you might have had to enter a password to enter this
35931 screen. In the case that you did not enter a password to enter this
35932 screen, you should know two things that are important:
35933 <UL>
35934 <LI> If anyone takes control of your computer (for example, if you 
35935 left it unattended) then that person can add a password to your
35936 password file and make it unreadable to you in the future.
35937 <LI> If anyone can access your computer (this includes remote access)
35938 then that person can steal your password file and decrypt it without
35939 your help. This gives access to that person to the same services you
35940 have access and such person can use your name to access that service.
35941 In particular, that person can try to hack into your service provider
35942 with your name on it, or that person could try to send spam with
35943 your name.
35944 </UL>
35945 <P> Needless to say, this is not advisable. You should keep your
35946 password file protected. In order to do so, all you need to do is use
35947 the &quot;Create Key&quot; command to create a key. Once you do this,
35948 Alpine will use that key, encrypted with the password used to create that
35949 key, to protect your password file.
35951 In this screen you can import a new key to encrypt your password file, 
35952 and read cryptographic information on your current key.
35954 To import a new key press &quot;RETURN&quot; and enter the location of
35955 the new key. You will be asked to enter the password of the new key. If
35956 this part of the process is successful, Alpine will search for the 
35957 certificate that matches that key. If your key is named 
35958 &quot;your_email@address.com.key&quot;, then Alpine will look for your
35959 certificate in the same directory in the file named
35960 &quot;your_email@address.com.crt&quot;, otherwise it will look for it
35961 as part of your key (that is, it will look to see if your certificate
35962 is in the file &quot;your_email@address.com.key&quot;), if all of this
35963 fails, Alpine will ask you to enter the location of the certificate
35964 that matches the key you unlocked. If a certificate is found, it will be 
35965 used, and in this case, the password file will be read, decrypted with the 
35966 old key and encrypted with the new key. Once this is done, the new key and 
35967 certificates are saved, and the old keys are permanently deleted.
35969 Alpine does not create a backup of your password file, or your old keys
35970 that will be replaced. If you need to keep old copies, you will have to do
35971 this operation outside Alpine.
35973 Observe that you can use this screen to remove the password for the key.
35974 As explained earlier, this is not advisable, but you can always restore the
35975 password to encrypt your password file by creating a new key.
35977 Be safe and keep your password file encrypted with a password.
35978 <UL>   
35979 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35980 </UL><P>
35982 <UL>   
35983 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35984 </UL><P>
35985 &lt;End of help on this topic&gt;
35986 </BODY>
35987 </HTML>
35988 ====== h_certificate_information =====
35989 <HTML>
35990 <HEAD>
35991 <TITLE>S/MIME: Certificate Information Screen</TITLE>
35992 </HEAD>
35993 <BODY>
35994 <H1>S/MIME: Certificate Information Screen</H1>
35997 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
35998 such as its owner, e-mail address, issuer, and interval of validity, 
35999 among others.
36001 In the case of public certificates, this screen shows you if there was a
36002 failure when attempting to validate such message. If the certificate is
36003 self-signed, then the <B>T</B> Trust command will be available, which
36004 you can use to trust such certificate and make Alpine not fail validating 
36005 signatures signed with such certificate.
36007 You can also mark a certificate deleted, with the <B>D</B> command, or 
36008 remove the deleted mark with the <B>U</B> undelete command.
36010 In the case of your private key, Alpine shows you the information
36011 from your public key. Additionally, Alpine allows you to see public
36012 and private information about your key, with the <B>B</B> and
36013 <B>R</B> commands respectively.
36014 <UL>   
36015 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36016 </UL><P>
36018 <UL>   
36019 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36020 </UL><P>
36021 &lt;End of help on this topic&gt;
36022 </BODY>
36023 </HTML>
36024 ====== h_config_smime_manage_public_menu =====
36025 <HTML>
36026 <HEAD>
36027 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
36028 </HEAD>
36029 <BODY>
36030 <H1>S/MIME: Commands that Manage Public Certificates</H1>
36033 This screen allows you to manage your public certificates. 
36035 The format of this screen is as follows. There are five fields: The 
36036 leftmost field is normally empty, but it could contain the letter 
36037 &quot;D&quot; to indicate that that certificate has been marked for 
36038 deletion. The next field is the e-mail address of the owner of the 
36039 certificate, shown in its entirety. The third and fourth field are the 
36040 first and last day validity for that certificate, respectively. The date
36041 is displayed in the user's locale unless the option 
36042 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>
36043 is set. In this case, the month, day and year are represented by two
36044 digits, and the format used is mm/dd/yy. Finally, the fifth 
36045 field is what can be displayed of the MD5 hash of the certificate. You can 
36046 use any of the last three fields to distinguish between two certificates 
36047 for the same owner.
36049 Available commands in this screen and a short description of what they 
36050 do follows.
36051 <UL>
36052 <LI> <B>I</B> Imports a public certificate to this collection.
36053 <LI> <B>V</B> View information about a certificate such as the name of the person the
36054 certificate was issued to, its dates of validity, and validity status.
36055 <LI> <B>D</B> Marks a certificate deleted.
36056 <LI> <B>U</B> Removes the deletion mark on a certificate.
36057 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
36058 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
36059 trust a certificate by copying it to the collection of trusted certificates.
36060 </UL>
36062 All commands provide feedback to let you know about their success or failure.
36064 <UL>   
36065 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36066 </UL><P>
36068 <UL>   
36069 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36070 </UL><P>
36071 &lt;End of help on this topic&gt;
36072 </BODY>
36073 </HTML>
36074 ====== h_config_smime_manage_private_menu =====
36075 <HTML>
36076 <HEAD>
36077 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
36078 </HEAD>
36079 <BODY>
36080 <H1>S/MIME: Commands that Manage Private Keys</H1>
36083 This screen allows you to manage your private key.
36085 The format of this screen is as follows. There are five fields: The 
36086 leftmost field is normally empty, but it could contain the letter 
36087 &quot;D&quot; to indicate that that certificate has been marked for 
36088 deletion. The next field is the e-mail address of the owner of the 
36089 certificate, shown in its entirety. The third field is the first day of 
36090 validity for that certificate; the fourth field in the last day that that 
36091 certificate is valid, and the fifth field is what can be displayed of the 
36092 MD5 hash of the public certificate corresponding to this private key. You 
36093 can use any of the last three fields to distinguish between two 
36094 certificates for the same owner.
36096 Available commands and a short description of what they do follows.
36097 <UL>
36098 <LI> <B>I</B> Imports a new public key to this collection.
36099 <LI> <B>V</B> View information about the public certificate corresponding to this
36100 key.
36101 <LI> <B>D</B> Marks a key to be deleted.
36102 <LI> <B>U</B> Removes the deletion mark on a key.
36103 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
36104 Note that expunging a private key does not remove the public key, which must
36105 be removed separately.
36106 </UL>
36108 All commands provide feedback to let you know about their success or failure.
36110 <UL>   
36111 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36112 </UL><P>
36114 <UL>   
36115 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36116 </UL><P>
36117 &lt;End of help on this topic&gt;
36118 </BODY>
36119 </HTML>
36120 ====== h_config_smime_manage_cacerts_menu =====
36121 <HTML>
36122 <HEAD>
36123 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
36124 </HEAD>
36125 <BODY>
36126 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
36129 This screen allows you to manage your collection of certificates that you
36130 trust. 
36132 The format of this screen is as follows. There are five fields: The 
36133 leftmost field is normally empty, but it could contain the letter 
36134 &quot;D&quot; to indicate that that certificate has been marked for 
36135 deletion. The next field is the e-mail address of the owner of the 
36136 certificate, shown in its entirety. The third field is the first day of 
36137 validity for that certificate; the fourth field in the last day that that 
36138 certificate is valid, and the fifth field is what can be displayed of the 
36139 MD5 hash of the certificate. You can use any of the last three fields to 
36140 distinguish between two certificates for the same owner.
36142 Available commands and a short description of what they do follows.
36143 <UL>
36144 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
36145 done by reading the certificate and validating it. Once a certificate
36146 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
36147 to the certificate, if necessary.
36148 <LI> <B>V</B> View information about this certificate, such as its issuer 
36149 and validity dates.
36150 <LI> <B>D</B> Marks a certificate to be deleted.
36151 <LI> <B>U</B> Removes the deletion mark on a certificate.
36152 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
36153 </UL>
36155 All commands provide feedback to let you know about their success or failure.
36157 <UL>
36158 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36159 </UL><P>
36161 <UL>   
36162 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36163 </UL><P>
36164 &lt;End of help on this topic&gt;
36165 </BODY>
36166 </HTML>
36167 ====== h_config_lame_list_mode =====
36168 <HTML>
36169 <HEAD>
36170 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
36171 </HEAD>
36172 <BODY>
36173 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
36175 This feature modifies the method Alpine uses to ask your IMAP
36176 server for folder names to display in the FOLDER LIST screen.
36177 It is intended to compensate for a small set of IMAP servers that
36178 are programmed to ignore a part of the request, and thus respond
36179 to Alpine's query with nonsensical results.
36182 If you find that Alpine is erroneously displaying blank folder lists,
36183 try enabling this feature.
36186 NOTE: Enabling this feature has consequences for the Goto and Save
36187 commands.  Many servers allow access to folders outside the area
36188 reserved for your personal folders via some reserved character,
36189 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
36190 allows, at the Goto and Save prompts, quick access to folders
36191 outside your personal folder collection without requiring a specific
36192 collection definition.  This behavior will generally not be available
36193 when this feature is enabled.
36196 <UL>   
36197 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36198 </UL><P>
36199 &lt;End of help on this topic&gt;
36200 </BODY>
36201 </HTML>
36202 ====== h_config_enable_mulnewsrcs =====
36203 <HTML>
36204 <HEAD>
36205 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
36206 </HEAD>
36207 <BODY>
36208 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
36210 This feature makes it so Alpine can use multiple newsrcs based on
36211 the news server being connected to, which allows for separate lists
36212 of subscribed-to newsgroups. When this feature is not set, there is only
36213 one list of newsgroups.
36215 Under this feature, the name of a newsrc is based on the news server.
36216 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
36217 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
36218 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
36219 Setting this feature for the first time will allow for the option of using
36220 your old newsrc the next time you read news.
36222 If this feature is set, then the feature
36223 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
36224 also may affect the name of the newsrc file that is used.
36226 <UL>   
36227 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36228 </UL><P>
36229 &lt;End of help on this topic&gt;
36230 </BODY>
36231 </HTML>
36232 ======= h_ab_export_vcard =======
36233 <HTML>
36234 <HEAD>
36235 <TITLE>Address Book Export Format</TITLE>
36236 </HEAD>
36237 <BODY>
36238 <H1>Address Book Export Format</H1>
36240 You are exporting address book data from Alpine to a file outside of Alpine.
36241 You are being asked to choose the format of the export.
36242 Here are the choices:
36244 <DL>
36245 <DT><EM>A</EM>ddress List</DT>
36246 <DD>
36247 The addresses from the address book entries you are saving
36248 from will be saved one address per line.
36249 Address book lists (those with more than one address) will have
36250 all of their addresses saved separately.
36251 </DD>
36253 <DT><EM>V</EM>Card</DT>
36254 <DD>
36255 The entries will be saved in
36256 <A HREF="h_whatis_vcard">vCard</A> format.
36257 </DD>
36259 <DT><EM>T</EM>ab Separated</DT>
36260 <DD>
36261 The entries will be saved in tab-separated columns.
36262 There will be just 4 columns of data that correspond to Alpine's
36263 Nickname field, Full Name field, Address field, and Comment field.
36264 It might prove useful to Select only the Simple, non-List address book
36265 entries before Saving.
36266 </DD>
36268 <DT><EM>^C</EM> Cancel</DT>
36269 <DD>
36270 Cancel out of the Save.
36271 </DD>
36273 </DL>
36277 &lt;End of help on this topic&gt;
36278 </BODY>
36279 </HTML>
36280 ====== h_config_predict_nntp_server =====
36281 <HTML>
36282 <HEAD>
36283 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
36284 </HEAD>
36285 <BODY>
36286 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
36288 This feature allows Alpine to assume that the open NNTP server at the
36289 time of composition is the NNTP server to which the message should be
36290 posted.  This is especially recommended when there are multiple News
36291 collections.  If this feature is not set, Alpine will try to post to the first server in
36292 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
36293 this feature also negates the need to add News collection servers to
36294 the <!--#echo var="VAR_nntp-server"--> variable.
36296 This feature can be especially handy when used in conjunction with
36297 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
36299 <UL>   
36300 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36301 </UL><P>
36302 &lt;End of help on this topic&gt;
36303 </BODY>
36304 </HTML>
36305 ====== h_config_nntp_search_uses_overview =====
36306 <HTML>
36307 <HEAD>
36308 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
36309 </HEAD>
36310 <BODY>
36311 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
36313 This feature should probably be turned on unless it causes trouble.
36314 The results of the NNTP overview command (XOVER) may be used to help
36315 with some searches in news groups.
36316 It should result in quicker response time.
36317 Turning this feature on apparently causes search results which are
36318 different from what you would get with the feature turned off on some
36319 servers.
36321 <UL>   
36322 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36323 </UL><P>
36324 &lt;End of help on this topic&gt;
36325 </BODY>
36326 </HTML>
36327 ====== h_config_thread_sorts_by_arrival =====
36328 <HTML>
36329 <HEAD>
36330 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
36331 </HEAD>
36332 <BODY>
36333 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
36335 This feature affects how a threading sort arranges threads.  The default way
36336 to arrange threads is by the date of the earliest message in the thread.
36337 This feature arranges threads by the last message to arrive in a thread.
36339 This feature causes old threads that get recent messages to sort to the bottom,
36340 where previously a message arrival to a thread would not rearrange the order of
36341 that thread.
36343 <UL>   
36344 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36345 </UL><P>
36346 &lt;End of help on this topic&gt;
36347 </BODY>
36348 </HTML>
36349 ====== h_config_textplain_int =====
36350 <HTML>
36351 <HEAD>
36352 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
36353 </HEAD>
36354 <BODY>
36355 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
36357 This feature modifies the method Alpine uses to display Text/Plain
36358 MIME attachments from the Attachment Index screen.  Normally, the
36359 &quot;View&quot; command searches for any externally defined (usually
36360 via the
36361 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
36362 and displays the selected text within that viewer.
36365 Enabling this feature causes Alpine to ignore any external viewer
36366 settings and always display text with Alpine's internal viewer.
36369 <UL>   
36370 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36371 </UL><P>
36372 &lt;End of help on this topic&gt;
36373 </BODY>
36374 </HTML>
36375 ====== h_config_wp_columns =====
36376 <HTML>
36377 <HEAD>
36378 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
36379 </HEAD>
36380 <BODY>
36381 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
36383 Web Alpine only.
36385 This configuration setting specifies the number of horizontal characters
36386 used to format various WebAlpine pages.  Smaller values will tend to reduce
36387 the amount of horizontal scrolling required to view pages within narrow
36388 browsers, such as those found on PDAs, and larger values will tend to 
36389 spread more information across the page.
36392 The Message List page uses the width to determine how many characters
36393 to assign each field.  Note, a smaller value may result in a disproportionate
36394 amount of blank space between fields on each line.  Similarly, a large
36395 value may result in cramped fields or horizontal scrolling.
36398 The Message View page uses this value to determine when to wrap lines
36399 in displayed message text.  Note, a smaller value may result in jagged
36400 right margins or confusing quoting.  A larger value may cause lines of text to
36401 run beyond the browser's right edge, requiring horizontal scrolling.
36404 <UL>   
36405 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36406 </UL><P>
36407 &lt;End of help on this topic&gt;
36408 </BODY>
36409 </HTML>
36410 ====== h_config_wp_state =====
36411 <HTML>
36412 <HEAD>
36413 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
36414 </HEAD>
36415 <BODY>
36416 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
36418 Web Alpine only.
36420 Various aspects of cross-session state.
36423 <UL>   
36424 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36425 </UL><P>
36426 &lt;End of help on this topic&gt;
36427 </BODY>
36428 </HTML>
36429 ====== h_config_wp_aggstate =====
36430 <HTML>
36431 <HEAD>
36432 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
36433 </HEAD>
36434 <BODY>
36435 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
36437 Web Alpine only.
36439 Aggregate operations tab state.
36442 <UL>   
36443 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36444 </UL><P>
36445 &lt;End of help on this topic&gt;
36446 </BODY>
36447 </HTML>
36448 ====== h_config_wp_indexlines =====
36449 <HTML>
36450 <HEAD>
36451 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
36452 </HEAD>
36453 <BODY>
36454 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
36456 Web Alpine only.
36458 Number of index lines in table.
36461 <UL>   
36462 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36463 </UL><P>
36464 &lt;End of help on this topic&gt;
36465 </BODY>
36466 </HTML>
36467 ====== h_config_wp_indexheight =====
36468 <HTML>
36469 <HEAD>
36470 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
36471 </HEAD>
36472 <BODY>
36473 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
36475 Web Alpine only.
36477 Index table row height.
36480 <UL>   
36481 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36482 </UL><P>
36483 &lt;End of help on this topic&gt;
36484 </BODY>
36485 </HTML>
36486 ====== h_config_rss_news =====
36487 <HTML>
36488 <HEAD>
36489 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
36490 </HEAD>
36491 <BODY>
36492 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
36494 Web Alpine only.
36496 RSS News feed.
36499 <UL>   
36500 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36501 </UL><P>
36502 &lt;End of help on this topic&gt;
36503 </BODY>
36504 </HTML>
36505 ====== h_config_rss_weather =====
36506 <HTML>
36507 <HEAD>
36508 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
36509 </HEAD>
36510 <BODY>
36511 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
36513 Web Alpine only.
36515 RSS Weather feed.
36518 <UL>   
36519 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36520 </UL><P>
36521 &lt;End of help on this topic&gt;
36522 </BODY>
36523 </HTML>
36524 ====== h_config_send_confirms_only_expanded =====
36525 <HTML>
36526 <HEAD>
36527 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
36528 </HEAD>
36529 <BODY>
36530 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
36532 This Web Alpine option specifies whether or not a Send confirmations
36533 happens when a composed message is readied for sending or not.  The
36534 default behavior is to not confirm that the nicknames were expanded to
36535 the intended addresses.
36538 <UL>   
36539 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36540 </UL><P>
36541 &lt;End of help on this topic&gt;
36542 </BODY>
36543 </HTML>
36544 ====== h_config_enable_jump_command =====
36545 <HTML>
36546 <HEAD>
36547 <TITLE>FEATURE: enable-jump-command</TITLE>
36548 </HEAD>
36549 <BODY>
36550 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
36552 This Web Alpine option specifies whether or not a Jump command is
36553 offered in the Message List and Message View pages.  The command is
36554 implemented as an input field in the left column of the List and View
36555 screens. 
36558 When enabled and a number is entered in the input field while the
36559 Message List is displayed, the Message List is reframed with the
36560 specified message.  While viewing a message, the message associated
36561 with the specified message number is displayed.
36564 <UL>   
36565 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36566 </UL><P>
36567 &lt;End of help on this topic&gt;
36568 </BODY>
36569 </HTML>
36570 ====== h_config_enable_newmail_sound =====
36571 <HTML>
36572 <HEAD>
36573 <TITLE>FEATURE: enable-newmail-sound</TITLE>
36574 </HEAD>
36575 <BODY>
36576 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
36578 This Web Alpine option specifies whether or not a sound file is sent
36579 to the web browser along with the newmail notification message.
36583 <UL>   
36584 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36585 </UL><P>
36586 &lt;End of help on this topic&gt;
36587 </BODY>
36588 </HTML>
36589 ====== h_config_render_html_internally =====
36590 <HTML>
36591 <HEAD>
36592 <TITLE>FEATURE: render-html-internally</TITLE>
36593 </HEAD>
36594 <BODY>
36595 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
36597 By default, Web Alpine will pass cleansed HTML text you receive in messages 
36598 to the browser for display (rendering).  This feature causes Web Alpine to convert 
36599 the HTML text into plain text in the same way Unix and PC-Alpine do.
36603 <UL>   
36604 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36605 </UL><P>
36606 &lt;End of help on this topic&gt;
36607 </BODY>
36608 </HTML>
36609 ====== h_config_role_undo =====
36610 Yes, remember changes and exit back to list of roles; No, discard changes
36611 made in this screen; ^C, cancel exit and stay in this config screen.
36612 ====== h_exit_editor =====
36613 S, save changes and exit from the editor; D, do not save changes but
36614 do exit from the editor; or ^C, cancel exit and stay in the editor.
36615 ====== h_config_undo =====
36616 Yes, save changes and exit; No, exit without saving any changes made since
36617 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
36618 ====== h_os_index_whereis =====
36619 Enter ^V or ^Y to go immediately to the last or first message in the index.
36620 Or, enter the match string followed by RETURN.
36621 ====== h_os_index_whereis_agg =====
36622 Enter ^V or ^Y to go immediately to the last or first message in the index,
36623 Or, enter the match string followed by RETURN (or ^X to select all matches).
36624 =========== h_oe_add_full ==================
36625 Type the full name of the person being added and press the RETURN key.
36626 Press ^C to cancel addition.
36627 =========== h_oe_add_nick ==================
36628 Type a short nickname and press RETURN.  A nickname is a short easy-to-
36629 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
36630 ========== h_oe_add_addr ================
36631 Type the e-mail address and press RETURN.
36632 Press ^C to cancel addition.
36633 ========== h_oe_crlst_full ==============
36634 Type a long name or description for the list that you are creating and
36635 press RETURN.  Press ^C to cancel creation of list.
36636 =========== h_oe_crlst_nick =============
36637 Type a nickname (short, easy-to-remember name or single word) for the list
36638 you are creating and press RETURN.  Press ^C to cancel.
36639 ========== h_oe_crlst_addr ==============
36640 Type an e-mail address, or a nickname already in the address book that you
36641 want to be part of this list and press RETURN.
36642 ========== h_oe_adlst_addr =============
36643 Type an e-mail address or a nickname already in the address book that you
36644 want to add to this list and press RETURN.
36645 ========== h_oe_editab_nick ============
36646 Change the nickname using the arrow keys and delete key.  Press RETURN
36647 when done.  Press ^C to cancel editing and leave the nickname as it was.
36648 ========== h_oe_editab_full ============
36649 Change the full name using the arrow keys and delete key.  Press RETURN
36650 when done.  Press ^C to cancel editing and leave the full name as it was.
36651 ========== h_oe_editab_addr ============
36652 Change the address using the arrow keys and delete key.  Press RETURN
36653 when done.  Press ^C to cancel editing and leave the address as it was.
36654 ========== h_oe_editab_fcc ============
36655 Change the fcc using the arrow keys and delete key.  Press RETURN when
36656 done.  Press ^C to cancel editing and leave the fcc as it was.
36657 ========== h_oe_editab_comment ============
36658 Change the comment field using the arrow keys and delete key.  Press RETURN
36659 when done.  Press ^C to cancel editing and leave the comment as it was.
36660 ====== h_ab_forward =====
36661 Yes, expand nicknames and qualify local names with your current domain name;
36662 No, leave nicknames and local names as is;  ^C, cancel.
36663 ========== h_ab_export ==========
36664 Type the name of a file to write the addresses into and
36665 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
36666 ========== h_ab_edit_a_field ==========
36667 Edit any of the fields of the currently selected entry by typing one of the
36668 letters at the bottom of the screen.  Press ^C to cancel edit.
36669 ====== h_ab_del_data_revert =====
36670 Press B to completely delete addrbook and revert to default, C to delete config
36671 and revert while leaving data, or D to only delete data (make it empty).
36672 ====== h_ab_del_data_modify =====
36673 Press B to completely delete addrbook, C to delete configuration while leaving
36674 data, or D to delete data (make it empty) but leave config. ^C to cancel.
36675 ====== h_ab_del_config_modify =====
36676 Yes, remove this address book from my configuration.
36677 No, make no changes now.
36678 ====== h_ab_del_config_revert =====
36679 Yes, remove this address book from my config and revert to default.
36680 No, make no changes now.
36681 ====== h_ab_del_default =====
36682 Yes, remove this default address book from my configuration.
36683 No, make no changes now.
36684 ====== h_ab_really_delete =====
36685 Yes, delete the actual contents of the address book, not just the 
36686 configuration.  No, don't delete the data after all, cancel and start over.
36687 ====== h_ab_del_ignore =====
36688 Press I to ignore all the default address books for this category.  Press R to
36689 remove this one address book and add the others to your personal list.
36690 ====== h_ab_del_dir_ignore =====
36691 Press I to ignore all the default directory servers for this category.
36692 Press R to remove this one server and add the others to your personal list.
36693 ====== h_ab_copy_dups =====
36694 Yes, overwrite the existing entry.
36695 No, skip duplicates but save the rest. Press ^C to cancel.
36696 ====== h_confirm_cancel =====
36697 Type C to Confirm that you want to abandon the message you are composing.
36698 Type N or ^C to cancel out of the cancel and keep composing.
36699 ====== h_ab_text_or_vcard =====
36700 Text, start composer with displayed text already included.
36701 VCard, start composer with address book entry attached as a vCard. ^C cancels.
36702 ====== h_ab_backup_or_ldap =====
36703 Backup, copy email address from entry and allow editing of it.
36704 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
36705 ====== h_ldap_text_or_vcard =====
36706 Text: export displayed text for selected entry. Address: export only the
36707 email address. VCard: export entry in vCard format. ^C cancels.
36708 ====== h_ab_save_exp =====
36709 Save, save entry or entries to an address book.
36710 Export, save to file outside of pine. ^C cancels save.
36711 ====== h_ab_add =====
36712 A, add a brand new entry to this address book.
36713 E, edit the entry that is currently highlighted. ^C to cancel.
36714 ====== h_ab_shuf =====
36715 U, swap order of highlighted address book and the one above it.
36716 D, swap order of highlighted address book and the one below it. ^C to cancel.
36717 ====== h_ab_shuf_up =====
36718 U, swap order of highlighted address book and the one above it.
36719 Press ^C to cancel.
36720 ====== h_ab_shuf_down =====
36721 D, swap order of highlighted address book and the one below it.
36722 Press ^C to cancel.
36723 ====== h_folder_prop =====
36724 Count is # of messages in the folder, Unseen means messages that have not
36725 been read, New means messages that were Recently added to the folder.
36726 ====== h_role_shuf =====
36727 U, swap order of highlighted rule and the one above it.
36728 D, swap order of highlighted rule and the one below it. ^C to cancel.
36729 ====== h_role_shuf_up =====
36730 U, swap order of highlighted rule and the one above it.
36731 Press ^C to cancel.
36732 ====== h_role_shuf_down =====
36733 D, swap order of highlighted rule and the one below it.
36734 Press ^C to cancel.
36735 ====== h_incoming_shuf =====
36736 B, swap order of highlighted directory and the one before it.
36737 F, swap order of highlighted directory and the one after it. ^C to cancel.
36738 ====== h_incoming_shuf_up =====
36739 B, swap order of highlighted directory and the one before it.
36740 Press ^C to cancel.
36741 ====== h_incoming_shuf_down =====
36742 F, swap order of highlighted directory and the one after it.
36743 Press ^C to cancel.
36744 ====== h_dir_shuf =====
36745 U, swap order of highlighted directory and the one above it.
36746 D, swap order of highlighted directory and the one below it. ^C to cancel.
36747 ====== h_dir_shuf_up =====
36748 U, swap order of highlighted directory and the one above it.
36749 Press ^C to cancel.
36750 ====== h_dir_shuf_down =====
36751 D, swap order of highlighted directory and the one below it.
36752 Press ^C to cancel.
36753 ====== h_hdrcolor_shuf =====
36754 U, swap order of highlighted Header Color and the one above it.
36755 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
36756 ====== h_hdrcolor_shuf_up =====
36757 U, swap order of highlighted Header Color and the one above it.
36758 Press ^C to cancel.
36759 ====== h_hdrcolor_shuf_down =====
36760 D, swap order of highlighted Header Color and the one below it.
36761 Press ^C to cancel.
36762 ========== h_oe_editab_al ============
36763 Change the address using the arrow keys and delete key.  Press RETURN
36764 when done.  Press ^C to cancel editing and leave the address as it was.
36765 ========== h_dir_comp_search ===============
36766 Type a string to look for just like you would in the composer. Your configured
36767 rules for the servers with the implicit flag set will be used.
36768 ========== h_oe_searchab ===============
36769 Type the word or name you want to search for and press RETURN.  If you press
36770 RETURN without entering anything the word in [] will be searched for.
36771 ========== h_oe_chooseabook ==========
36772 Choose the address book you want to save the new entry in.
36773 Use ^N or ^P to change address books.  ^C to cancel.
36774 ========== h_oe_takeaddr ==========
36775 Edit the e-mail address using the arrow and delete keys.  Press RETURN
36776 when done.  Press ^C to cancel adding this entry to the address book.
36777 ========== h_oe_take_replace ==========
36778 Press R to replace the old entry with this new data.  You will still have
36779 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
36780 ========== h_oe_take_replace_or_add ==========
36781 Press R to replace the old entry.  Press A to add the selected addresses to
36782 the old existing list.  N to enter another nickname. ^C to cancel now.
36783 ========== h_oe_takename ==========
36784 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
36785 when done.  Press ^C to cancel adding this entry to the address book.
36786 ========== h_oe_takenick ==========
36787 Type a nickname (short easy-to-remember name, initials or single word) for this
36788 entry in the address book and press RETURN.  Press ^C to cancel addition.
36789 ========== h_oe_jump ==========
36790 Type the message number you want to jump to and press RETURN.  The word "end"
36791 represents the last message. Press ^C to cancel jumping to another message.
36792 ========== h_oe_jump_thd ==========
36793 Type the thread number you want to jump to and press RETURN.  The word "end"
36794 represents the last thread. Press ^C to cancel jumping to another thread.
36795 ========== h_oe_debuglevel ==========
36796 Higher number shows more debugging details.
36797 Press ^C if you want to cancel the change.
36798 ========== h_oe_broach ==========
36799 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
36800 to go to the previous/next collections in the list.  Press ^C to cancel goto.
36801 ========== h_oe_foldsearch ==========
36802 Type the text you want to search for in foldernames and press RETURN.  If you
36803 press RETURN without entering anything, any text in [] will be searched for.
36804 ========== h_oe_foldrename ==========
36805 Change the old name of the folder to the new name using the arrow and
36806 delete keys and press RETURN.  Press ^C to cancel rename.
36807 ========== h_oe_login ==========
36808 Enter your login name for the host you are opening the mailbox on.  Just press
36809 RETURN to use your login from this host as is, or edit it with delete key.
36810 ========== h_oe_passwd ==========
36811 Type your password for the host and login shown as part of the prompt.
36812 Press ^C to cancel opening folder.
36813 ========== h_oe_choosep ==========
36814 Enter the number associated with the printer you want to select.  Press ^C to
36815 cancel the printer selection.  The current selection is highlighted.
36816 ========== h_oe_customp ==========
36817 Type the name of the Unix print command and press RETURN.  Press ^C to
36818 cancel the printer selection.
36819 ========== h_oe_searchview ==========
36820 Type the word or name you want to search for and press RETURN.  If you press
36821 RETURN without entering anything the word in [] will be searched for.
36822 ========== h_oe_keylock ==========
36823 The keyboard is in use and locked by another user.  Only that user can
36824 unlock this keyboard by typing the password.
36825 ========== h_wt_expire ==========
36826 At the beginning of each month Alpine offers to rename your current sent-mail
36827 folder to one named for the month so you have a sent-mail folder for each month
36828 ========== h_wt_delete_old ==========
36829 It is the beginning of the month, and we need to conserve disk
36830 space.  Please delete any sent-mail that you do not need.
36831 ========== h_select_sort ==========
36832 Select the order for sorting the index by typing the capitalized letter.
36833 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
36834 ========== h_no_F_arg ============
36835 Enter name of file to be opened.
36837 ========== h_sticky_personal_name ==========
36838 Type in your name as you want it to appear on outgoing email.  This entry
36839 will be saved into your Alpine configuration file.
36840 ========== h_sticky_inbox ============
36841 INBOX syntax is usually {complete.machine.name}INBOX
36842 This entry will be saved in your Alpine configuration file.
36843 ========== h_sticky_smtp ============
36844 The name of the computer on your campus that relays your outgoing email
36845 to the Internet.  This entry will be saved in your Alpine configuration file.
36846 ========== h_sticky_user_id ==========
36847 The username or login-id part of your email address.  This entry will be
36848 saved in your Alpine configuration file.
36849 ========== h_sticky_domain ==========
36850 The domain part of your email address, NOT the name of your PC.  This
36851 entry will be saved in your Alpine configuration file.
36852 ========== h_bounce =========
36853 Enter the address or nickname of the intended recipient.  Alpine will resend
36854 the message, which will retain the original author's From: address.
36855 ========== h_incoming_add_folder_nickname =========
36856 Enter an (optional) nickname that will be used in lieu of the actual
36857 host and folder names in the FOLDER LIST display.
36858 ========== h_anon_forward ==========
36859 Enter the address of your intended recipient, or ^C to cancel.
36860 Example: jsmith@somewhere.edu
36861 ========== h_news_subscribe ==========
36862 Enter the name of the newsgroup to which you wish to subscribe,
36863 or ^C to cancel.  Example: comp.mail.pine
36864 ========== h_pipe_msg ==========
36865 Enter the name of the Unix command to which you wish to send this
36866 message, or ^C to cancel.
36867 ========== h_pipe_attach ==========
36868 Enter the name of the Unix command to which you wish to send this
36869 attachment, or ^C to cancel.
36870 ========== h_select_by_num ==========
36871 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
36872 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
36873 ========== h_select_by_gm_content ==========
36874 Enter your search key in the same way that you would enter a search
36875 key in the web interface for Gmail.
36876 ========== h_select_by_thrdnum ==========
36877 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
36878 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
36879 ========== h_select_txt_from ==========
36880 Messages with From: headers containing the entered string will be selected.
36881 ^C to cancel. ^G again to see original options.
36882 ========== h_select_txt_not_from ==========
36883 Messages without From: headers containing the entered string will be selected.
36884 ^C to cancel. ^G again to see original options.
36885 ========== h_select_txt_to ==========
36886 Messages with To: headers containing the entered string will be selected.
36887 ^C to cancel. ^G again to see original options.
36888 ========== h_select_txt_not_to ==========
36889 Messages without To: headers containing the entered string will be selected.
36890 ^C to cancel. ^G again to see original options.
36891 ========== h_select_txt_cc ==========
36892 Messages with Cc: headers containing the entered string will be selected.
36893 ^C to cancel. ^G again to see original options.
36894 ========== h_select_txt_not_cc ==========
36895 Messages without Cc: headers containing the entered string will be selected.
36896 ^C to cancel. ^G again to see original options.
36897 ========== h_select_txt_subj ==========
36898 Messages with Subject: headers containing the entered string will be selected.
36899 ^C to cancel.  ^X enters Subject: line of current message.
36900 ========== h_select_txt_not_subj ==========
36901 Messages without Subject headers containing the entered string will be selected.
36902 ^C to cancel.  ^X enters Subject: line of current message.
36903 ========== h_select_txt_all ==========
36904 All messages containing the entered string will be selected.  Headers and body,
36905 but not encoded attachments, will be compared.  Enter ^C to cancel.
36906 ========== h_select_txt_not_all ==========
36907 All messages that don't contain the entered string will be selected.  Headers
36908 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
36909 ========== h_select_txt_body ==========
36910 All messages containing the entered string will be selected. Body text, but
36911 not headers or encoded attachments, will be compared. ^C to cancel.
36912 ========== h_select_txt_not_body ==========
36913 All messages that don't contain the entered string will be selected. Body
36914 text, but not headers or encoded attachments, will be compared. ^C to cancel.
36915 ========== h_select_txt_recip ==========
36916 Messages with Cc: or To: headers containing the entered string will be selected.
36917 ^C to cancel. ^G again to see original options.
36918 ========== h_select_txt_not_recip ==========
36919 Messages without Cc: or To: headers containing the string will be selected.
36920 ^C to cancel. ^G again to see original options.
36921 ========== h_select_txt_partic ==========
36922 Messages with Cc, To, or From headers containing the string will be selected.
36923 ^C to cancel. ^G again to see original options.
36924 ========== h_select_txt_not_partic ==========
36925 Messages without Cc, To, or From headers containing the string will be selected.
36926 ^C to cancel. ^G again to see original options.
36927 ========== h_select_date ==========
36928 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
36929 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
36930 ========== h_attach_index_whereis ==========
36931 Enter some text that appears in the Attachment Index entry for the desired
36932 attachment.  The first attachment containing that text will be highlighted.
36933 ========== h_kb_lock ==========
36934 Keystrokes entered here (up to a RETURN) comprise a password that must
36935 be entered again later in order to unlock the keyboard.
36936 ========== h_compose_default ==========
36937 N, compose a new message. R, set a role.
36938 ^C to cancel.
36939 ========== h_untranslatable ==========
36940 Send using UTF-8 character set; Send but replace untranslatable characters
36941 with question marks; return to the composer; or cancel message altogether.
36942 ========== h_compose_intrptd ==========
36943 N, compose a new msg. I, continue interrupted msg. R, set a role.
36944 ^C to cancel.
36945 ========== h_compose_postponed ==========
36946 N, compose a new message. P, continue postponed msg. R, set a role.
36947 ^C to cancel.
36948 ========== h_compose_intrptd_postponed ==========
36949 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
36950 R, set a role. ^C to cancel.
36951 ========== h_compose_form ==========
36952 N, compose a new message. F, use form letter. R, set a role.
36953 ^C to cancel.
36954 ========== h_compose_intrptd_form ==========
36955 N, compose a new msg. I, continue interrupted msg. F, use form letter.
36956 R, set a role. ^C to cancel.
36957 ========== h_compose_postponed_form ==========
36958 N, compose a new message. P, continue postponed msg. F, use form letter.
36959 R, set a role. ^C to cancel.
36960 ========== h_compose_intrptd_postponed_form ==========
36961 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
36962 F, use form letter. R, set a role. ^C to cancel.
36963 ========== h_config_context_del_except ==========
36964 If you delete the last exceptional collection you can only add it back by
36965 manually editing the exceptions config file.
36966 ========== h_config_whereis ==========
36967 To move quickly to a particular line, enter a search string or
36968 ^C to cancel.
36969 ========== h_config_edit_scorei ==========
36970 Enter interval in the form (min,max). -INF and INF may be used to represent
36971 -infinity and infinity. ^C to cancel change. RETURN to accept change.
36972 ========== h_config_add ==========
36973 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
36974 pressing RETURN sets the Empty Value (this turns off any global default).
36975 ========== h_config_add_custom_color ==========
36976 Enter a header fieldname. For example, "subject" or "from".
36978 ========== h_config_add_pat_hdr ==========
36979 Enter a header fieldname. For example, "reply-to" or "organization" or
36980 any fieldname you want that isn't included already.
36981 ========== h_config_print_opt_choice ==========
36982 You may edit either the initialization string (characters printed before
36983 printing starts) or the trailer string.  Choose one or ^C to cancel.
36984 ========== h_config_print_init ==========
36985 Enter a C-style string for this.  You may use common backslash escapes like
36986 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
36987 ========== h_config_change ==========
36988 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
36989 delete current (highlighted) character, etc.  Enter ^C to cancel change.
36990 ========== h_config_replace_add ==========
36991 Replace ignores the current default, Add places the current default in your
36992 editing buffer as if you had typed it in.
36993 ========== h_config_insert_after ==========
36994 Enter a nickname for this print command.  (InsertBefore puts the new item
36995 before the current line, InsertAfter puts it after the current line.)
36996 ========== h_config_print_cmd ==========
36997 Enter command to be executed for the printer.  Use normal editing keys
36998 to modify, ^C to cancel, carriage return to accept current value.
36999 ========== h_config_role_del ==========
37000 Answering Yes will remove this rule completely from your rules list.
37001 ========== h_config_role_addfile ==========
37002 Type the name of a file to add to your configuration. You don't need to
37003 use a file, you may add rules directly (with Add) without using a file.
37004 ========== h_config_role_delfile ==========
37005 Answering Yes will remove this rule file completely from your rules list.
37006 The rules data file itself will not be removed.
37007 ========== h_config_print_del ==========
37008 Answering Yes will remove this printer completely from your printer list.
37009 ========== h_config_print_name_cmd ==========
37010 You may edit the Nickname of this printer, the Command to be executed when
37011 printing, or change the Options associated with this printer.
37012 ========== h_send_check_fcc ==========
37013 Yes, send message without an Fcc.
37014 No, return to composer.
37015 ========== h_send_check_subj ==========
37016 Yes, send message without a Subject.
37017 No, return to composer.
37018 ========== h_send_check_to_cc ==========
37019 Yes, send message without a To address, or a Cc address, or a Newsgroup.
37020 No, return to composer.
37021 ========== h_send_fcc_only ==========
37022 Yes, copy message to Fcc only and send to NO recipients.
37023 No, return to composer.
37024 ========== h_send_prompt ==========
37025 Yes, send the message.
37026 No or ^C, return to composer.
37027 ========== h_send_prompt_flowed ==========
37028 Yes, send the message.  No or ^C, return to composer.
37029 What's Flowed? See Do Not Send Flowed Text in config screen.
37030 ========== h_send_prompt_dsn ==========
37031 Yes, send the message.  No or ^C, return to composer.
37032 What's DSNOpts? See Enable Delivery Status Notification in config screen.
37033 ========== h_send_prompt_dsn_flowed ==========
37034 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
37035 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
37036 ========== h_role_confirm ==========
37037 Yes, use displayed role. No, compose without a role.
37038 ^C, cancel the message. ^T, select a role from your other eligible roles.
37039 ========== h_norole_confirm ==========
37040 Return, compose without a role.
37041 ^C, cancel the message. ^T, select a role from your eligible roles.
37042 ========== h_custom_print ==========
37043 Enter a Unix command that accepts its data on standard input.
37044 Alpine will display any information the command sends to standard output.
37045 ========== h_convert_abooks_and_sigs ==========
37046 You will be given the opportunity to convert address books and signature files
37047 to remote configurations.
37048 ========== h_convert_abooks ==========
37049 You will be given the opportunity to convert address books to remote
37050 configurations.
37051 ========== h_flag_keyword ==========
37052 Enter the name of the keyword you want to add for this folder.
37053 No spaces, parentheses, braces, percents or asterisks are allowed.
37054 ========== h_select_keyword ==========
37055 Enter the keyword you want to match, or use ^T to select a keyword from a list
37056 of possible keywords for this folder. Use ! to look for non-matches instead.
37057 ========== h_type_keyword ==========
37058 Enter the keyword you want to add. You may add a nickname in the next step.
37059 No spaces, parentheses, braces, percents or asterisks are allowed.
37060 ========== h_type_keyword_nickname ==========
37061 Enter an optional nickname for the keyword you want to add.
37062 Type Carriage return to use the keyword name instead of a nickname.
37063 ========== h_convert_sigs ==========
37064 You will be given the opportunity to convert signature files to remote
37065 configurations.
37066 ========== h_convert_abook ==========
37067 Yes is fairly safe. You will be ADDing a remote address book that is a copy
37068 of the current address book. The current abook won't be removed automatically.
37069 ========== h_convert_sig ==========
37070 Answering Yes copies the contents of the signature file into your Alpine
37071 configuration file. After that, the contents of the file will not be used.
37072 ========== h_save_addman ==========
37073 Enter the simple name of the folder you want to add. Carriage return to
37074 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
37075 ========== h_reopen_folder ==========
37076 Yes reopens the folder, as if you were starting over. This uncovers new mail.
37077 No leaves the folder index as it was without discovering new mail.
37078 ========== h_convert_pinerc_server ==========
37079 This is the name of the host (computer) where the remote Alpine configuration
37080 will be stored. This should be an IMAP server that you have permission to use.
37081 ========== h_convert_pinerc_folder ==========
37082 Enter the correct remote folder name. This folder is special and should
37083 contain only configuration data. It shouldn't contain other mail messages.
37084 ========== h_role_compose ==========
37085 Compose a New message, Reply to current message, Forward current message, or
37086 Bounce message. Then you will be asked to choose one of your Roles to be used.
37087 ========== h_role_aggregate ==========
37088 Compose a reply, or forward, or bounce the selected messages. Then you 
37089 will be asked to choose one of your Roles to be used for this operation.
37090 ========== h_save_size_changed ==========
37091 The reported size of a message is not the same as the actual size. Answer Yes
37092 to continue and hope for the best or No to Cancel the entire Save.
37093 ========== h_select_by_larger_size ==========
37094 Enter a number or ^C to cancel. All messages greater than this many characters
37095 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
37096 ========== h_select_by_smaller_size ==========
37097 Enter a number or ^C to cancel. All messages less than this many characters
37098 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
37099 ========== h_preserve_field ==========
37100 Use 'p' to toggle between preserving or not preserving the original To:
37101 and Cc: fields of the message. Enter ^C to cancel message.