* new version 2.19.991
[alpine.git] / pith / pine.hlp
blob3e713d7d39ac9f4f4f916584fed97ae8e623cebd
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-2014 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 60 2014-04-25 18:02:23
144 ============= h_news =================
145 <HTML>
146 <HEAD>
147 <TITLE>RELEASE NOTES for Alpine</TITLE>
148 </HEAD>
149 <BODY>                 
150 <H1>Alpine Release Notes</H1>
151 <DIV ALIGN=CENTER>
152 Version <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)
153 <BR>
154 <!--chtml if pinemode="running"-->
155 (built <!--#echo var=ALPINE_COMPILE_DATE-->)
156 <!--chtml endif-->
158 <BR>
159 <BR>Copyright 2013-2014 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 2008 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:
183 <UL>
184   <LI> Upgrade UW-IMAP to Panda IMAP from 
185        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
186   <LI> S/MIME: Add screen to manage certificates.
187   <LI> S/MIME: sign messages using intermediate certificates when needed and possible.
188   <LI> S/MIME: validation of certificates for servers that modify signed content.
189   <LI> Add support to selective expunge through a subcommand of the 
190        select-apply commands. Read more in the <A 
191        HREF="h_index_cmd_expunge">help</A> for the expunge command.
192   <LI> Pico: New subcommand of the search command, allows to reverse the
193        direction of search.
194   <LI> If a password file is defined, and S/MIME is enabled, the key and
195        certificate used to encrypt the password file are saved in 
196        the ~/.alpine-smime/.pwd directory, or in the directory specified
197        by the -pwdcertdir command line option.
198   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
199        server to use different ways to connect using ssl, for 
200        example {server.com/tls1} will attempt to connect to 
201        server.com at the ssl imap port (port 993) and establish a 
202        connection using TLSv1. These flags can be used in 
203        conjunction with the /ssl flag, the ssl flag is redundant. 
204        Conversely, however, the /ssl flag does not imply any of 
205        these flags; the /ssl flag means SSLv3 or, if not available, 
206        SSLv2 in the SSL port.
207   <LI> Alpine does not attempt to automatically reopen a collection 
208        that was not opened due to cancellation by the user. 
209        Instead, the user must try to open it explicitly.
210   <LI> Alpine searches for a certificate that matches an email address in
211        all addresses in a certificate (instead of just the first 
212        one) but when it tries to unlock the certificate, it asks 
213        for the password for the first email address in that 
214        certificate.
215   <LI> Style tag in body of html message causes Alpine to not write its content
216        until a new &lt;/style&gt;
217   <LI> Experimental: Write the content-type of a message in 
218        lowercase, as some non-compliant servers do not understand 
219        uppercase content-type, such as those of GMX.de.
220   <LI> Opening a folder updates recent count in maildrops (this 
221        already works for other types of folders)
222   <LI> Automatically redraw screen after opening an attachment 
223        instead of simply clearing it.
224   <LI> Pico: Justification works without need of a predefined quote 
225        string. This allows justification of blocks of text that are 
226        indented with spaces.
227   <LI> Check bounds and tie strings off to improve security. Contributed 
228        by James Jerkins.
229   <LI> Replace tabs by spaces in From and Subject fields to control for
230        size in screen of these fields. Change only in index screen display.
231 </UL>
234 Bugs that have been addressed include:
235 <UL>
236   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
237        in personal names. Reported by Lev Gorenstein.
238   <LI> When writing the .pinerc file, lines were truncated if they were longer
239        than 10,000 characters. This could cause data corruption, so now lines
240        are allowed to be of any length.
241   <LI> In Unix Alpine (but not in MAC OSX) fix a problem that made Alpine 
242        remove attachments before they were open by a mailcap viewer. It 
243        requires that the user has an equivalent to a command such as "ps 
244        auxww" to list the list of processes, and check if there is any 
245        program using the attachment. The default is "/bin/ps auxww", but 
246        it can be changed at compile time with the option --with-ps-cmd. 
247        See the help of the variable 
248        <a href="h_config_psleep"><!--#echo var="VAR_mailcap-check-interval"--></a> 
249        for more information.
250   <LI> S/MIME: signed messages that contained an attachment would not validate.
251   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
252        validate. Thanks to Andreas Schamanek for testing, debugging and 
253        advising during the process of fixing this problem.
254   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
255        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
256        and Stefan Mueller.
257   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
258        home directory.
259   <LI> S/MIME: accessing the S/MIME configuration screen would deinitialize
260        SMIME making it not possible to sign or encrypt messages.
261   <LI> Crash when tcp connection to NNTP server was lost after connection
262        had been established, but lost immediately afterwards.
263   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
264   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
265   <LI> Save command did not warn of existence of a message with a deleted 
266        attachment in an aggregate save, unless cursor was positioned on a message 
267        with a deleted attachment. Reported by Florian Herzig.
268   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
269        in an IMAP server.
270   <LI> DATE tokens were not internally transformed to UTF-8, which made their
271        values not appear complete in the screen. Reported by Werner Scheinast.
272   <LI> Fixes to configure script so that it will not require PAM for every system.
273   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
274        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
275        during the build. Fix by Ulf-Dietrich Braumann.
276   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
277        needs to use tcl_getstringresult() instead. Reported by 
278        Ulf-Dietrich Braumann.
279   <LI> Quoted string in URL Viewers configuration variable were not 
280        unquoted before passing to viewer.
281   <LI> Fix in configure script to detect location of tcl library; add
282        /usr/local in FreeBSD and fix a bug in configure script that used 
283        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
284        by Werner Scheinast.
285   <LI> Move SSL configurations from UW-IMAP to configure script, and
286        update OpenSSL configuration for mac OSX.
287   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
288 </UL>
293 Version 2.11 addresses bugs found in previous releases and has a few 
294 additions as well.
297 Additions include:
300 <UL>
301    <LI> Alpine requires version 1.0.1c of Openssl to build.
302    <LI> Increase encryption of S/MIME encrypted messages.
303    <LI> Pico: Improvements in justification of paragraphs: lines that begin
304 with a quote string, followed by a space were considered individual paragraphs,
305 now they are considered part of a paragraph. Based on earlier joint work
306 with Jeff Franklin.
307    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
308    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
309 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
310    <LI> Added recognition of ws and wss URIs.
311    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
312  <A HREF="h_config_directory_color">directory names</A>,
313  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
314    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
315 used in the display of the INDEX SCREEN.
316    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
317 that adds the ability to preserve To: and Cc: fields when replying to a 
318 message, as specified by original sender.
319    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
320  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
321    <LI> Quota command includes subcommands for printing, forwarding, etc.
322 </UL>
325 Bugs that have been addressed include:
327 <UL>
328   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
329   <LI> Crash when resizing the screen in a configuration screen.
330   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
331   <LI> Do not use a shell to open a browser.
332   <LI> Configure script did not test for crypto or pam libraries.
333   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
334   <LI> Change Cygwin directory separator to &quot;/&quot;.
335   <LI> Alpine could set List- headers, contrary to RFC 2369.
336 </UL>
339 Version 2.10 addresses bugs found in previous releases and has a few 
340 additions as well.
343 Additions include:
346 <UL>
347    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
348    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
349    <LI> Foreign characters are decoded correctly in IMAP folders.
350    <LI> Question about breaking connection to slow servers includes their name.
351    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
352    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
353    <LI> Cygwin: Alpine builds without need of patch.
354    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
355    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
356    <LI> Add support for strong encryption of password file when S/MIME is built in.
357 </UL>
360 Bugs that have been addressed include:
363 <UL>
364    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
365    <LI> Double allocation of memory in Pico.
366    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
367    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
368    <LI> Not recognition of environment variables in some options.
369    <LI> Not display of login prompt during initial keystrokes.
370    <LI> justification of long urls breaks them.
371    <LI> Incorrect New Mail message when envelope is not available.
372    <LI> Inorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
373    <LI> Crash when resizing the screen after display of LDAP search.
374    <LI> Crash when redrawing screen while opening a remote folder collection.
375    <LI> Infinite loop in scrolltool function during notification of new mail.
376    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
377    <LI> No display of signed and encrypted S/MIME messages.
378    <LI> Alpine will not build with OpenSSL.
379    <LI> Crash for double locking in calls to c-client.
380    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
381    <LI> Ignore the references header when threading messages
382    <LI> No update of colors in index screen after update to addressbook.
383 </UL>
386 Version 2.01 addresses bugs found in previous releases and has a few 
387 additions as well.
390 Additions include:
393 <UL>
394    <LI> Fixed non-ASCII web alpine handling
395    <LI> Added web alpine help.
396    <LI> Allow web alpine inbox on second IMAP server.
397    <LI> Allow web alpine config reset after bad inbox-path gets set.
398    <LI> Added web alpine ability to create group contact from contact list members.
399    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
400    <LI> Tidied up web alpine script layout.
401    <LI> Fixed web alpine status message ordering
402    <LI> Added web alpine Fcc setting via Contacts in Compose
403    <LI> Fixed web alpine autodraft attachment issues
404    <LI> Fixed web alpine problems with recent count maintenance
405    <LI> Fixed web alpine newmail arrival display in message list
406    <LI> Added web alpine confirmation to folder create for Move/Copy
407    <LI> Added web alpine user-domain support
408    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
409 </UL>
412 Bugs that have been addressed include:
415 <UL>
416    <LI> In web alpine fixed delete all selected within a search result to reorient
417         correctly to whole-mailbox message list.
418    <LI> Fixed web alpine delete in view page to be sensitive to sort
419    <LI> Fixed web alpine open of folder within directory from folder manager page.
420    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
421    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
422    <LI> Fixed web alpine adding contacts from message list and view
423    <LI> Fixed web alpine create of non-existent fcc
424    <LI> Remove mistakenly left debugger statement in web alpine javascript.
425    <LI> Some UNIX alpine build problems fixed
426    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
427         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
428         by locale charmap call on some Solaris 8 systems.
429    <LI> MacOS Keychain logins were not working correctly with generic host names, like
430         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
431         new password requests when not needed
432    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
433         last folder in the list
434    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
435         looked for along with the email address
436    <LI> Changes to configure to get spellcheck options with work with arguments.
437    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
438         returned by gethostname (iPhone can do this)
439    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
440         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
441    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
442         Jake Scott of marganstanley.com.
443    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
444         is not used in alpine.
445    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
446         Apparently this causes RIM Blackberry BIS service problems. This is not
447         used in alpine.
448    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
449    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
450         Fix from Ludwig Nussel of SUSE and from Crispin.
451    <LI> Include whole filename in export filename history
452    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
453 </UL>
456 Version 2.00
457 addressed bugs found in previous releases and had a few additions as well.
459 Additions included:
462 <UL>
463    <LI> Redesigned Web Alpine interface
464    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
465         in UNIX versions of Alpine
466    <LI> Attempt to include the attachment filename as part of the name of the
467         temporary file used when viewing an attachment with an external program.
468         Add some randomness to that filename to make it hard to predict the filename.
469         Add a filename extension, usually derived from the type/subtype, to the
470         temporary filename. This was previously done only on Windows and MacOS X.
471    <LI> Enhance address completion in the composer (TAB command) so that it looks
472         through nicknames, fullnames, and addresses from the address book; addresses
473         from the message being viewed, if any; and the results from
474         <A HREF="h_direct_config">LDAP Directory Server</A>
475         lookups for all of the defined directory servers that have the
476         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
477         feature set.
478    <LI> Make the default character set setting more liberal in what it will accept
479         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
480    <LI> Remove the Alpine revision number from the titlebar in released versions
481         while leaving it there in snapshot versions
482    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
483         display of asterisks when you type a password for Alpine
484    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
485    <LI> When the
486         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
487         feature is turned on convert not only the dates in the index screen but also
488         the dates in the MESSAGE VIEW
489 </UL>
492 Bugs addressed in the 2.00 release included:
495 <UL>
496    <LI> Crash when using tab-completion for selecting a Save filename
497    <LI> Make Web Alpine help text images relative for more portability
498    <LI> Fixed attach save of html parts in Web Alpine
499    <LI> Viewing, printing, exporting, replying, and bouncing of message
500         digests was broken. Replying and bouncing should not have been
501         allowed at all for digests. It would be nice to have a more standard
502         index-like view of a message digest but that has not been addressed
503         with this minor bug fix.
504    <LI> Adjust wrapping of HTML messages so that the margins specified by
505         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
506         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
507         are observed correctly
508    <LI> Interrupt of WhereIs command in index was broken
509    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
510         option did not work correctly interpreting unknown characters in message headers
511    <LI> Long address lines could cause blank continuation lines
512    <LI> Save to a local default INBOX failed if the primary collection was also local,
513         which it is by default. The save went to  ~/mail/inbox instead.
514    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
515         inbox, not the inbox in the primary collection
516    <LI> Address book entries with lots of addresses would be truncated when
517         entered in the composer with a screen size wider than 270 or so charcters
518    <LI> Some fields in the index screen were truncated when the screen width was
519         wider than 256 characters
520    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
521         folder, and there is a more than 10 minute pause between typing the TAB
522         and typing the Yes
523 </UL>
526 Version 1.10(962)
527 addressed bugs found in previous releases and had a few additions as well.
529 Additions included:
532 <UL>
533    <LI> Add the possibility of setting a default role
534         (see <A HREF="h_role_select">Roles Screen</A>)
535         which may be convenient if your work flow involves acting in one
536         role for a while then switching to another role and staying in the
537         new role for another period of time
538    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
539         is encountered, ask the user if he or she wants to continue with the
540         risky Save anyway instead of aborting. This may be helpful if your
541         IMAP server is broken in this way but be aware that it is possible there
542         was a real error instead of just a broken server implementation.
543    <LI> Some configure adjustments for Kerberos detection and
544         for SCO OpenServer 5 support
545    <LI> Hide INBOX in a collection if it also appears as an
546         <A HREF="h_config_enable_incoming">Incoming Folder</A>
547    <LI> Show asterisks for feedback when the user is typing a password
548    <LI> Performance improvement for threading of large folders
549    <LI> Previously, the search used to find
550         Pattern matches containing To patterns searched for both To
551         and Resent-To headers. The relatively complicated search this
552         produces causes problems when using some deficient IMAP servers.
553         Now the default is to look only for To headers and ignore the
554         presence of Resent-To. The previous behavior may be restored
555         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
556    <LI> Add an
557         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
558         to help with reading malformed unlabeled messages
559    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
560    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
561    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
562 </UL>
565 Bugs addressed in the 1.10(962) release included:
568 <UL>
569    <LI> Crash when encountering certain errors from an SMTP server
570    <LI> Crash in composer caused by overflow in replace_pat()
571    <LI> Hang when authenticating to an SMTP server that fails with a
572         &quot;connection disconnected&quot; error
573    <LI> Bug in handling of trailing tab character in flowed text
574    <LI> Security enhancement for mailcap parameter substitution
575    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
576         did not work if the message being replied to was not flowed text
577         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
578         was not turned on
579    <LI> Don't allow printer to be changed through hidden config screen
580         if system administrator didn't want it to be allowed
581    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
582         should know that it won't work, causing error messages to appear
583    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
584         of double-quote double-quote didn't work right
585    <LI> Quoting wasn't being done to protect special characters from the
586         MacOS X shell when
587         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
588         was not defined
589    <LI> On MacOS X message attachments should be shown internally instead of
590         being shown using the Mail application
591    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
592         sometimes set the outgoing charset to X-UNKNOWN, making the result
593         unreadable
594    <LI> When the sending of a message failed lines with leading spaces had one
595         additional space inserted in each of those lines when the user
596         was returned to the composer
597    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
598         that contained non-ascii characters because it was truncating the
599         line being searched so that it was shorter than what was visible on
600         the screen
601    <LI> When composing, an attachment with a long name that causes wrapping in
602         just the wrong place would generate an error and cause the send
603         of the attachment to fail
604    <LI> After calling the file browser to attach a file in the composer, a resize
605         of the window when back in the composer would redraw the last screen that
606         had been shown in the browser instead of the current composer screen
607    <LI> Possible crash in index screen when encountering unparseable addresses
608         or when using one of the PRIORITY tokens or the HEADER token in the
609         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
610    <LI> Problems with Header Color editing if the configuration option
611         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
612         was inadvertently changed to the Empty Value in the hidden config screen
613    <LI> When resuming the final postponed message from an Exchange server the user
614         could get a certificate validation failure because alpine was trying
615         to validate the canonical name of the folder instead of the name the
616         user used
617    <LI> Windows line endings in a mimetypes file on a Unix system cause a
618         failure to find a match
619    <LI> Make matching of extension names case independent in mimetypes files
620    <LI> Windows dialog boxes for entering text were not working correctly
621    <LI> Replying to or Forwarding multipart/alternative messages which had a
622         single text/html part did not work well
623    <LI> Printing the print confirmation page caused a crash
624    <LI> A To line with a long, quoted personal name could display incorrectly
625         if it was close to the same width as the screen
626    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
627         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
628         are turned on hide (0/0) when the folder is empty
629    <LI> Folder completion while Saving didn't work if the collection being
630         saved to was the local home directory
631 </UL>
634 Version 1.00
635 was an evolutionary release based on
636 <A HREF="http://www.washington.edu/pine/">Pine</A>, which was also
637 developed at the University of Washington.
638 It is upwards-compatible for existing Pine users.
641 Changes included:
643 <UL>
644    <LI> Ground-up reorganization of source code around addition
645         of "pith/" core routine library.
646    <LI> Fundamental improvement in Alpine's internal text handling, which
647         is now based exclusively on Unicode. This allows displaying incoming
648         messages and producing outgoing messages in many different languages.
649    <LI> Ground-up reorganization of build and install procedures
650         based on GNU Build System's autotools. NOTE, the included IMAP library
651         build is not based on autotools, so some features will not work. However,
652         it should get built automatically during the Alpine build process.
653    <LI> Web-based version included built on TCL designed to run under
654         a suitable CGI-supporting web server such as Apache.
655 </UL>
659 Details on changes in previous (prerelease) versions of Alpine
660 may be found at the following URL:
662 <CENTER><SAMP><A HREF="http://patches.freeiz.com/alpine/release/">http://patches.freeiz.com/alpine/release/</A></SAMP></CENTER>
665 <HR WIDTH="75%"><P>
667 <H2>Getting Help</H2>
668 <DL>
669 <DT>Online Help</DT>
670 <DD>
671 Every Alpine screen and command has associated help text
672 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
673 </DD>
675 <DT>Web Help</DT>
676 <DD>
677 The most current source of information about Alpine,
678 including new version availability, is the web page at
680 <CENTER><SAMP><A HREF="http://patches.freeiz.com/alpine/">http://patches.freeiz.com/alpine/</A></SAMP></CENTER>
681 </DD>
682 </DL>
684 Frequently Asked Questions (and answers) may be found at the following
685 URL:
687 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/faq/">http://www.washington.edu/alpine/faq/</A></SAMP></CENTER>
690 <HR WIDTH="75%"><P>
692 <H2>Additional Information</H2>
694 General Alpine configuration information can be found
695 <A HREF="h_news_config">here</A>.
697 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
698 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
699 access is provided by the IMAP Toolkit Environment (c-client library)
700 version <!--#echo var="C_CLIENT_VERSION"-->.
701 <P> 
702 Alpine was developed until 2009 by the Office of Computing 
703 &amp; Communications at the University of Washington in Seattle.  
704 Since then, the effort of developing Alpine has been continued by
705 a community of volunteers who make a good software even better!
708 Alpine Copyright 2013-2014 Eduardo Chappa, 
709 <BR> Copyright 2006-2008 University of Washington.
712 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
713 or instead you can find the Apache License, version 2.0 at the web URL:
716 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
719 &lt;End of Release Notes&gt;
720 </BODY>
721 </HTML>
722 ====== h_tls_failure_details ======
723 <HTML>
724 <HEAD>
725 <TITLE>Certificate Validation Details</TITLE>
726 </HEAD>
727 <BODY>
728 <H1>Certificate Validation Details</H1>
730 This screen gives details as to why the certificate validation failed: the
731 name of the desired server system; the reason for failure; and the name on
732 the certificate.  This is primarily of interest to experts.
735 &lt;End of help&gt;
736 </BODY>
737 </HTML>
738 ====== h_tls_failure ======
739 <HTML>
740 <HEAD>
741 <TITLE>TLS or SSL Failure</TITLE>
742 </HEAD>
743 <BODY>
744 <H1>TLS or SSL Failure</H1>
746 An attempt was made to establish a secure, encrypted connection to the
747 server system using either Transport Layer Security (TLS) or the older
748 Secure Sockets Layer (SSL).  This attempt failed.
751 You should contact your server system management for more assistance.
752 The problem is probably at the server system and not in Alpine or your local
753 system.  The text in this screen may be helpful for the server system
754 management in debugging the problem,
757 &lt;End of help&gt;
758 </BODY>
759 </HTML>
760 ====== h_tls_validation_failure ======
761 <HTML>
762 <HEAD>
763 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
764 </HEAD>
765 <BODY>
766 <H1>TLS and SSL Certificate Validation Failures</H1>
768 An attempt was made to establish a secure, encrypted connection to the
769 server system using either Transport Layer Security (TLS) or the older
770 Secure Sockets Layer (SSL).
773 An important part of this procedure is server certificate validation.  A
774 server certificate is an &quot;electronic identification card&quot; for the server
775 system that is signed by a well-known certificate authority (CA).  Alpine
776 compares the server system identity in the server certificate with the
777 name of the server system to which it is trying to connect.  Alpine also
778 verifies that the CA signature is authentic.
781 Some common failure conditions are:
784 <UL>
785   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
786 signed its own certificate.  This does not necessarily indicate anything
787 bad; the server operators may simply have elected to not purchase a
788 signed certificate from a certificate authority.
790   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
791 the signature on the server system is from an unknown certificate authority.
792 It can also mean that no certificate authority certificates have been
793 installed on the local UNIX system.
795   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
796 the same as either of the above two conditions in UNIX Alpine.  Note that
797 Windows systems typically have a full set of certificate authority
798 certificates installed, so it is more likely to be a self-signed
799 certificate than an unknown certificate authority.
801   <LI> Server name does not match certificate.  This means that the server
802 presented a proper signed certificate for a name other than the desired
803 name.
804 </UL>
807 Any of these conditions can indicate that you are being attacked and have
808 been directed to an imposter server that will record your password and
809 your private mail messages.  It can also mean something innocuous.
812 If you are certain that the problem is innocuous, you can append the
813 option
816 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
819 to the server system name where it appears in your configuration (e.g. the
820 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
821 a folder-collection, or a news or SMTP server).  This will
822 disable certificate validation.  On the other hand, if you are attacked,
823 you will get no warning if you do this.
826 &lt;End of Cert Validation Failures help&gt;
827 </BODY>
828 </HTML>
829 ====== h_release_tlscerts ======
830 <HTML>
831 <HEAD>
832 <TITLE>TLS and SSL usage note</TITLE>
833 </HEAD>
834 <BODY>
835 <H1>TLS and SSL usage note</H1>
838 When using Alpine from Unix or Windows 2000,
839 server certificates must be signed by a trusted certificate authority.
840 You may relax this requirement (at the cost of some security) by using
842 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
843 modifier in the mailbox name.
846 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
849 The fully-qualified host name of the server should be used
850 so that it matches the host name in the server certificate.
852 Here is an example of a host specification that directs Alpine to use
853 the SSL port (993) and an encrypted data stream.
855 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
857 &lt;End of TLS usage help&gt;
858 </BODY>
859 </HTML>
860 ====== h_news_config ======
861 <HTML>
862 <HEAD>
863 <TITLE>Alpine Configuration</TITLE>
864 </HEAD>
865 <BODY>
866 <H1>Alpine Configuration</H1>
868 <H2>Using Environment Variables</H2>
870 The values of Alpine configuration options may include environment variables
871 that are replaced by the value of the variable at the time Alpine is run
872 (and also at the time the config option is changed).
873 The syntax to use environment variables is a subset of the common Unix
874 shell dollar-syntax.
875 For example, if
877 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
879 appears in the value of an Alpine configuration option it is looked up in the
880 environent (using getenv(&quot;VAR&quot;)) and its
881 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
882 To include a literal dollar sign you may precede the dollar sign with another
883 dollar sign.
884 In other words, if the text
886 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
888 is the value of a configuration option, it will be expanded to
890 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
892 and no environment lookup will be done.
893 For Unix Alpine it will also work to use a backslash character to
894 escape the special meaning of the dollar sign, but $$ is preferable since
895 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
896 to be in a shared configuration file.
899 This all sounds more complicated than it actually is.
900 An example may make it clearer.
901 Unfortunately, the way in which environment variables are set is OS-dependent 
902 and command shell-dependent.
903 In some Unix command shells you may use
905 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
906    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
908 Now, if you use Alpine's Setup/Config screen to set
910 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
912 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
913 so that this would be equivalent to
915 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
917 Note, environment variable substitution happens after configuration
918 options that are lists are split into the separate elements of the list,
919 so a single environment variable can't contain a list of values.
922 The environment variable doesn't have to be the only thing
923 after the equal sign.
924 However, if the name of the variable is not at the end of the line or
925 followed by a space (so that you can tell where the variable name ends),
926 it must be enclosed in curly braces like
928 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
930 It is always ok to use the braces even if you don't need to.
932 It is also possible to set a default value for an environment variable.
933 This default value will be used if the environment variable is not
934 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
935 The syntax used to set a default value is
937 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
939 If the config file contains
941 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
943 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
944 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
945 the value that <SAMP>VAR</SAMP> was set to, otherwise,
946 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
947 the default value.
948 (Note that the variable is called &quot;personal-name&quot; in the config
949 file but is displayed in the config screen as
950 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
951 In general, the value that goes into a config file is never exactly the
952 same as the value you see on the screen.)
955 An example where an environment variable might be useful is the
956 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
957 Suppose most users used the server
959 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
961 but that there were some exceptions who used
963 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
965 In this case, the system manager might include the following line in
966 the systemwide default Alpine configuration file
968 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
970 For the exceptional users adding
972 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
974 to their environment should work.
976 Another example might be the case where a user has to use a different
977 SMTP server from work and from home.
978 The setup might be something as simple as
980 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
982 or perhaps a default value could be given.
983 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
984 a list of SMTP servers.
987 <H2>Configuration precedence</H2>
989 There are several levels of Alpine configuration.  Configuration values at
990 a given level override corresponding values at lower levels.  In order of
991 increasing precedence:
993 <UL>
994  <LI> built-in defaults
995  <LI> system-wide
996 <!--chtml if pinemode="os_windows"-->
997       config file from command line or provided
998       by "PINECONF" environment variable
999 <!--chtml else-->
1000       pine.conf file
1001 <!--chtml endif-->
1002  <LI> personal configuration file
1003  <LI> personal exceptions configuration file
1004  <LI> command-line options
1005  <!--chtml if pinemode="os_windows"--><!--chtml else-->
1006  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
1007 </UL>
1009 The values in both the personal configuration file and the
1010 <A HREF="h_config_exceptions">exceptions</A>
1011 configuration file may be set using the Setup command.
1012 Setup/Config is the command to change most of the personal configuration
1013 options.
1014 The other Setup subcommands are also used to change the configuration,
1015 for example, Setup/AddressBook, Setup/Rules, and so on.
1016 Changing the personal exceptions configuration is very similar.
1017 To change a value in the Config screen you would use the command
1018 Setup/eXceptions/Config.
1019 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
1021 There are a couple exceptions to the rule that configuration values are replaced
1022 by the value of the same option in a higher-precedence file.
1023 The Feature-List variable has values that are additive, but can be
1024 negated by prepending &quot;no-&quot; in front of an individual feature name.
1025 So for features, each individual feature's value is replaced by the value
1026 of the same feature in a higher-precedence file.
1027 Note that this is done automatically for you when you change these values via
1028 the Setup/Config command.
1029 The other exception to the <EM>replace</EM> semantics happens when you
1030 use <A HREF="h_config_inheritance">configuration inheritance</A>
1031 for option lists.
1034 <H2>File name defaults</H2>
1036 Notes:<P>
1038 <BR> &lt;exe dir&gt; = directory where pine.exe found.
1039 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
1040 <BR> # = default file name is overridable in pinerc.
1041 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
1042 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
1043 <BR> + between the mailcap paths implies that the two files are combined.
1044 <BR> ; between other default paths implies that the first one found is used.
1045 </P>
1046 Alpine looks for most support files in the same directory it finds its
1047 personal configuration file (pinerc).  The -p command-line flag may be
1048 used to specify a particular path name for the pinerc file.  If a
1049 pinerc file does not exist, it will be created (if directory permissions
1050 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
1051 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
1052 file does not exist in either one, it will create one in the first of those
1053 two directories that is writable.  In detail:
1054 <PRE>
1056 PC-Alpine:
1058  executable     &lt;DOS search path&gt;&#92;pine.exe
1059  help index     &lt;exe dir&gt;&#92;pine.ndx
1060  help text      &lt;exe dir&gt;&#92;pine.hlp
1062  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
1063  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
1064  global cfg     $PINECONF
1066  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
1067  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
1068  signature#     &lt;pinerc dir&gt;&#92;pine.sig
1069  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
1070  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
1071  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
1072  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
1073  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
1074  postponed#     $HOME&#92;mail&#92;postpond.mtx
1075  interrupted    $HOME&#92;mail&#92;intruptd
1077 Unix Alpine:
1079  executable     &lt;Unix search path&gt;/pine
1080  persnl cfg     ~/.pinerc
1081  except cfg     ~/.pinercex
1082  global cfg     <!--#echo var="PINE_CONF_PATH"-->
1083  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
1084  local help     <!--#echo var="PINE_INFO_PATH"-->
1086  interrupted    ~/.pine-interrupted-mail
1087  debug          ~/.pine-debugN
1088  crash          ~/.pine-crash
1089  newsrc#        ~/.newsrc
1090  signature#     &lt;pinerc dir&gt;/.signature
1091  addressbook#   &lt;pinerc dir&gt;/.addressbook
1092  postponed#     ~/mail/postponed-msgs
1093  sentmail#      ~/mail/sent-mail
1094  mailcap#       ~/.mailcap + /etc/mailcap
1095                            + /usr/etc/mailcap + /usr/local/etc/mailcap
1096  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
1098  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
1099  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
1100  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
1101  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
1102  password       /etc/passwd
1104 Unix Alpine and PC-Alpine:
1106  .ab*           remote addressbook support files
1107  a[1-9]*        temporary (while Alpine is running) addressbook files
1109 </PRE>
1112 <H2>Mailcap files</H2>
1114 Alpine honors the mailcap configuration system for specifying external
1115 programs for handling attachments.  The mailcap file maps MIME attachment
1116 types to the external programs loaded on your system that can display
1117 and/or print the file.  A sample mailcap file comes bundled with the Alpine
1118 distribution.  It includes comments that explain the syntax you need to
1119 use for mailcap.  With the mailcap file, any program (mail readers,
1120 newsreaders, WWW clients) can use the same configuration for handling
1121 MIME-encoded data.
1124 <H2>MIME-Types files</H2>
1126 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
1127 what Content-Type to use for labeling an attached file, based on
1128 the file extension.  That is, this file provides a mapping between
1129 filename extensions and MIME content-types.
1132 <H2>Environment variables</H2>
1134 PC-Alpine uses the following environment variables:
1135 <DL>
1136 <DT>PINERC</DT>
1137 <DD>Optional path to pinerc file.</DD>
1138 <DT>PINERCEX</DT>
1139 <DD>Optional path to personal exceptions configuration file.</DD>
1140 <DT>PINECONF</DT>
1141 <DD>Optional path to global pine config file.</DD>
1142 <DT>HOME</DT>
1143 <DT>TMPDIR, TMP, or TEMP</DT>
1144 <DT>COMSPEC</DT>
1145 <DT>MAILCAPS</DT>
1146 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
1147 <DT>USER_DICTIONARY</DT>
1148 <DD>Used to specify the file to contain the user's spell check
1149 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
1150 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
1151 </DL>
1153 Unix Alpine uses the following environment variables:
1154 <DL>
1155 <DT>TERM</DT>
1156 <DD>Tells Alpine what kind of terminal is being used.</DD>
1157 <DT>DISPLAY</DT>
1158 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
1159 <DT>SHELL</DT>
1160 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
1161 <DT>TMPDIR, TMP, or TEMP</DT>
1162 <DT>MAILCAPS</DT>
1163 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
1164 </DL>
1165 <!--chtml if pinemode="os_windows"-->
1167 <H2>Common PC-Alpine Configuration Problems</H2>
1169 <H3>Configuration settings aren't being saved</H3>
1171 <P>This problem can happen if you run pine from one directory and
1172 then decide to move your pine directory to another location.  PC-Alpine
1173 stores certain variables, including the configuration location, in the
1174 Windows Registry (which you shouldn't ever need to manually edit).  There
1175 are a couple of ways to go about removing or resetting the values in the
1176 registry.
1179 1) Run PC-Alpine's registry value deletion command.  This can be done by
1180 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
1181 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
1182 value to the above command.
1185 2) Tell PC-Alpine where to look for the configuration file.  Configuration
1186 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
1187 option, you can tell PC-Alpine the location of your pinerc.  An example of
1188 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;.
1189 Again, you can use the DOS prompt or the shortcut method explained in (1).
1192 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
1193 set registry values to the current setting, and is therefore useful with
1194 the &quot;-p&nbsp;PINERC&quot; option.
1196 <!--chtml endif-->
1198 &lt;End of Configuration Notes&gt;
1199 </BODY>
1200 </HTML>
1201 ====== h_news_legal ======
1202 <html>
1203 <head>
1204 <TITLE>Alpine Legal Notices</TITLE>
1205 </head>
1206 <body>
1208 <H1>Alpine Legal Notices</H1>
1210 Alpine and its constituent programs are covered by the Apache License Version 2.0.
1214 &lt;End of Alpine Legal Notices&gt;
1215 </BODY>
1216 </HTML>
1217 ===== h_info_on_mbox =====
1218 <HTML>
1219 <HEAD>
1220 <TITLE>Information on mbox driver</TITLE>
1221 </HEAD>
1222 <BODY>
1223 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
1225 Beginning with Pine 4.00 (Pine came before Alpine)
1226 a new INBOX access method is
1227 available as part of the standard configuration.  It is called the
1228 &quot;mbox&quot; driver and it works like this:<P>
1231 <BLOCKQUOTE>
1232 If the file &quot;mbox&quot; exists in the user's home directory, and
1233 is in Unix mailbox format, then when INBOX is opened this file will be
1234 selected as INBOX instead of the mail spool file.  Messages will be
1235 automatically transferred from the mail spool file into the mbox
1236 file.
1237 </BLOCKQUOTE>
1240 The advantage of this method is that, after new mail has been copied
1241 from the system mail spool, all subsequent access is confined to the
1242 user's home directory, which is desirable on some systems.  However, a
1243 possible disadvantage is that mail tools other than those from the
1244 University of Washington will not know to look for mail in the user's
1245 mbox file.  For example, POP or IMAP servers other than those from the
1246 University of Washington, and many &quot;new mail notification&quot;
1247 programs may not work as expected with this driver enabled.<P>
1249 To disable this behavior, either remove/rename the &quot;mbox&quot;
1250 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
1251 option in Setup/Config
1252 and add &quot;mbox&quot; to it:
1254 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
1256 &lt;End of help on this topic&gt;
1257 </BODY>
1258 </HTML>
1259 ===== h_info_on_locking =====
1260 <HTML>
1261 <HEAD>
1262 <TITLE>FAQs on Alpine Locking</TITLE>
1263 </HEAD>
1264 <BODY>
1265 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
1267 There is an extensive section on locking in the Alpine technical notes;
1268 this information is intended to provide answers to some common questions:<P>
1269 <OL>
1270 <LI> Why did locking change in Pine 4.00?<BR>
1271 The actual locking mechanisms did not change in 4.00.
1272 What changed is that when one particular locking mechanism used by Alpine 
1273 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
1274 failure would occur, but no warning was issued.<P>
1276 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
1277 Yes.  It means that Alpine was unable to create a lockfile in the
1278 spool directory, generally because of overly restrictive protections on the
1279 spool directory.  The correct permissions on the spool directory for
1280 running Alpine are 1777, i.e. read-write-execute permission for everyone,
1281 with the sticky-bit set, so only owners of a file can delete them.<P>
1283 <LI> Why does Alpine require that the mail spool directory have 1777
1284    protections?<BR>
1285 Alpine was designed to run without special privileges.  This means that in
1286 order to create a lockfile in the spool directory, it is necessary to have
1287 the spool directory permissions be world-writable.<P>
1289 <LI> Can't you create the lockfile somewhere else?<BR>
1290 No.  The lockfile in question must be in the mail spool directory, because
1291 that's where the mail delivery program expects to find it, and the purpose
1292 of the file is to coordinate access between the mail client (Alpine) and the
1293 mail delivery program.<P>
1295 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
1296 No.  Remember that the individual mail files in the spool directory are
1297 NOT world-writable, only the containing directory.  Setting the &quot;sticky
1298 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
1299 -- means that only the owner of the file (or root) can delete files in the 
1300 directory.  So the only bad behavior that is invited by the 1777 mode is that 
1301 anyone could
1302 create a random file in the spool directory.  If the spool directory is
1303 under quota control along with home directories, there is little incentive
1304 for anyone to do this, and even without quotas a periodic scan for
1305 non-mail files usually takes care of the problem.  <P>
1307 <LI> Why not run Alpine as setgid mail?<BR>
1308 Alpine was never designed to run with privileges, and to do so introduces a
1309 significant security vulnerability.  For example, if a user suspends Alpine,
1310 the resulting shell will have group privileges.  This is one example of
1311 why we strongly recommend against running Alpine as a privileged program.
1312 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
1313 users
1314 could not test Alpine versions or other mailers that had not been installed
1315 by the system administrators.<P>
1318 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
1319 There are, but they all have different sets of tradeoffs, and not all will
1320 work on all systems.  Some examples:<UL>
1321  <LI> Use lock system calls.  Works fine on a few systems, provided mail
1322    spool is local.   Doesn't work reliably if NFS is used.
1323    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
1324    use the same calls.
1325  <LI> Deliver mail to user's home directory.  An excellent solution, highly
1326    recommended -- but one which is incompatible with some &quot;legacy&quot; 
1327 mail tools that always look in the spool directory for the mail.
1328 </UL><P>
1330 <LI> Are these spool directory lock files the only kinds of locks used by
1331    Alpine?<BR>
1332 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
1333 mailbox format folders, these are used to coordinate access between
1334 multiple Alpine sessions.  <P>
1336 <LI> What about the 
1337 <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>
1338 This is for people who are content to live dangerously, or who have
1339 specific knowledge that the spool directory lockfiles are superfluous on
1340 their system (because both Alpine and the mail delivery program are using 
1341 system call file locking in a context that works reliably, e.g. not NFS.)<P>
1343 <LI> Where can I find more details on how Alpine locking works?<BR>
1344 See the Alpine Technical Notes.<P>
1346 </OL>
1348 &lt;End of help on this topic&gt;
1349 </BODY>
1350 </HTML>
1351 ===== h_finding_help ====
1352 <HTML>
1353 <HEAD>
1354 <TITLE>Finding more information and requesting help</TITLE>
1355 </HEAD>
1356 <BODY>
1357 <H1>Places to Look for More Answers</H1>
1358 If you have questions about or problems with Alpine that you cannot resolve 
1359 after consulting the program's internal, context-sensitive help screens, here 
1360 are additional information resources that you may find helpful:
1362 <UL>
1363   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
1365   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
1367   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
1368 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
1369   since the last version, which may be useful for you to be aware of, 
1370 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
1371 a change in the way an aspect of Alpine works.  There, you will also find notes 
1372 on Alpine configuration.<P>
1374   <LI> The main site for Alpine contains information on configuring and solving problems
1375        with Alpine, it can be found at
1377 <CENTER><A HREF="http://patches.freeiz.com/alpine/">http://patches.freeiz.com/alpine/</A></CENTER>  
1379   <LI> The Alpine Information Center (maintained by the University of
1380            Washington) World Wide Web site contains, among other things
1381            <UL>
1382            <LI>a collection of Frequently Asked Questions (and answers!) about Alpine
1383            <LI>an overview of the basics for beginning Alpine users
1384            <LI>Technical Notes for systems administrators
1385            <LI>archives (including a searchable index) of the alpine-info 
1386 mailing list, on which matters of interest to systems/email administrators,
1387 developers, trainers, user support personnel, and others involved with Alpine 
1388 messaging on a &quot;technical&quot; level are discussed.
1389 </UL>
1390         The Alpine Information Center can be accessed with a WWW browser at:<P>
1391             <CENTER><A HREF="http://www.washington.edu/alpine/">http://www.washington.edu/alpine/</A></CENTER>  
1392 </UL>
1393 <P><HR WIDTH="75%">
1394 <H1>Requesting help</H1>
1395 If the internal help, the Release Notes, the Alpine Information Center, and your 
1396 local online and print resources do not help you resolve a problem, please
1397 start by contacting your local computer support staff and asking for help.
1399 This is especially true if:
1400 <ul>
1401   <li>You suddenly have trouble sending or receiving mail.
1402   <li>You receive a "disk quota exceeded" message.
1403   <li>You have forgotten your password.
1404   <li>You think your account may have been compromised.
1405   <li>You need help viewing an attachment.
1406   <li>You need to know how to configure your:
1407       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
1408       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
1409       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
1410       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
1411   <li>You want to know what alternative editors or spellcheckers you may be able to use.
1412   <li>You want to block email from a particular person.
1413   <li>You're going on vacation and need to autorespond to incoming mail.
1414   <li>You want to automatically file or filter incoming messages.
1415 </ul>
1417 In all of these cases,
1418 you should contact <B>your</B> support staff, because <B>only they</B> 
1419 will be able to assist you effectively. Your support staff may be, depending on who 
1420 provides you with the email account you use Alpine with, for example:<UL>
1421 <LI> the computing help desk of (a department of) your university, school, 
1422 employer, ... ; or
1423 <LI> the customer service center of your Internet Service Provider; or
1424 <LI> the friendly volunteer helpers of your Freenet; or
1425 <LI> the person who setup your computer and internet connection.
1426 </UL>
1428 Due to the large number of Alpine installations worldwide, and because we
1429 receive no funding for it, the Alpine development team <B>cannot provide 
1430 individual support services outside the University of Washington</B>.
1432 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
1433 newsgroup can be a valuable source of information and assistance for Alpine 
1434 user issues.
1436 For systems/email administrators, developers, trainers, user support
1437 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
1438 level, the mailing list alpine-info is available; for information on
1439 subscribing and posting to it, see
1441 <CENTER><A HREF="http://www.washington.edu/alpine/alpine-info/subscribing.html">http://www.washington.edu/alpine/alpine-info/subscribing.html</A></CENTER>
1444 Regardless of whom you are asking for help with Alpine, remember 
1445 to provide as much detail as you can about the
1446 nature of any problem you are encountering, such as
1447 <UL>
1448 <LI>when it first occurred;
1449 <LI>what, if anything, happened that might have brought it about;
1450 <LI>whether it still persists;
1451 <LI>whether it is reproducible, and if so, how;
1452 <LI>what, if anything, you already tried to solve it.
1453 </UL> 
1454 It may also be helpful if you specify what version of Alpine you are using 
1455 <!--chtml if pinemode="running"-->
1456 -- this is <!--#echo var="ALPINE_VERSION"--> --
1457 <!--chtml endif-->
1458 and on what system, and when the copy of Alpine you are using was created
1459 <!--chtml if pinemode="running"-->
1460 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
1461 <!--chtml endif-->
1463 <!--chtml if pinemode="running"-->
1464 <P>   
1465 When the Alpine program you are currently using was installed, a support
1466 contact email address may have been set up; in that case, you can simply select
1467 this link now to send a message to it:<BR>
1468 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
1469 <!--chtml endif-->
1470 <!--chtml if [ -r PINE_INFO_PATH ]-->
1471 <HR WIDTH="75%">Local Support Contacts:<P>
1472 <!--#include file="PINE_INFO_PATH"-->
1473 <HR WIDTH="75%">
1474 <!--chtml endif-->
1475 <P> 
1476 &lt;End of help on this topic&gt;
1477 </BODY>
1478 </HTML>
1479 ===== new_user_greeting ======
1480 <HTML>
1481 <HEAD>
1482 <TITLE>NEW USER GREETING</TITLE>
1483 </HEAD>
1484 <BODY>
1485 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1486 <BR>
1487 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
1488 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
1489 select Setup/Config to see many of the options available to you. Also note
1490 that all screens have context-sensitive help text available.<P>
1491 <!--chtml if pinemode="phone_home"-->
1492 SPECIAL REQUEST:
1493 This software is made available as a public service of the
1494 University of Washington in Seattle. We are no longer actively developing
1495 the software, but it is still helpful to us to have an idea of how many
1496 people are using Alpine. Are you willing to be counted as an Alpine user? Pressing 
1497 <A HREF="X-Alpine-Phone-Home:">Return</A>
1498 will send an anonymous (meaning, your real email address will not be revealed) 
1499 message to the Alpine team at the University of Washington for purposes of tallying.
1501 <!--To Exit this screen and continue your Alpine session press "E".-->
1502 <!--chtml else-->
1503 To Exit this screen and continue your Alpine session press "Return".
1504 <!--chtml endif-->
1505 </BODY>
1506 </HTML>
1507 ===== new_alpine_user_greeting ======
1508 <HTML>
1509 <HEAD>
1510 <TITLE>NEW ALPINE USER GREETING</TITLE>
1511 </HEAD>
1512 <BODY>
1513 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1514 <BR>
1515 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
1516 Your Alpine configuration file indicates that you may have used Pine before
1517 but not Alpine.
1518 If you are familiar with the way Pine works, you should be comfortable
1519 using Alpine.
1520 Your Pine configuration file is automatically used for Alpine.
1521 The Release Notes may be viewed by pressing 
1522 &quot;R&quot; now or while in the MAIN MENU.
1524 <!--chtml if pinemode="phone_home"-->
1525 SPECIAL REQUEST:
1526 This software is made available as a public service of the
1527 University of Washington in Seattle. We are no longer actively developing
1528 the software, but it is still helpful to us to have an idea of how many
1529 people are using Alpine. Are you willing to be counted as an Alpine user? Pressing 
1530 <A HREF="X-Alpine-Phone-Home:">Return</A>
1531 will send an anonymous (meaning, your real email address will not be revealed) 
1532 message to the Alpine team at the University of Washington for purposes of tallying.
1534 <!--To Exit this screen and continue your Alpine session press "E".-->
1535 <!--chtml else-->
1536 To Exit this screen and continue your Alpine session press "Return".
1537 <!--chtml endif-->
1538 </BODY>
1539 </HTML>
1540 ===== new_version_greeting ======
1541 <HTML>
1542 <HEAD>
1543 <TITLE>NEW VERSION GREETING</TITLE>
1544 </HEAD>
1545 <BODY>
1546 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1547 <BR>
1548 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
1549 Your Alpine configuration file indicates that you may not have used 
1550 this version of Alpine before.  This version's significant changes are
1551 documented in the Release Notes, which may be viewed by pressing 
1552 &quot;R&quot; now or while in the MAIN MENU.
1554 <!--chtml if pinemode="phone_home"-->
1555 SPECIAL REQUEST:
1556 This software is made available as a public service of the
1557 University of Washington in Seattle. We are no longer actively developing
1558 the software, but it is still helpful to us to have an idea of how many
1559 people are using Alpine. Are you willing to be counted as an Alpine user? Pressing 
1560 <A HREF="X-Alpine-Phone-Home:">Return</A>
1561 will send an anonymous (meaning, your real email address will not be revealed) 
1562 message to the Alpine team at the University of Washington for purposes of tallying.
1564 <!--To Exit this screen and continue your Alpine session press "E".-->
1565 <!--chtml else-->
1566 To Exit this screen and continue your Alpine session press "Return".
1567 <!--chtml endif-->
1568 </BODY>
1569 </HTML>
1571 ===== main_menu_tx ======
1572 <HTML>
1573 <HEAD>
1574 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
1575 </HEAD>
1576 <BODY>
1577 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
1578 <DIV ALIGN=CENTER>
1579 Version <!--#echo var="ALPINE_VERSION"-->
1580 <!--chtml if pinemode="running"-->
1581 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
1582 <!--chtml endif-->
1583 </DIV>
1584 <CENTER>Copyright 2013-2014 Eduardo Chappa,
1585 <BR>Copyright 2006-2008 University of Washington.
1586 </CENTER>
1589 When you are viewing a help screen, there may be links to
1590 other topics highlighted (in Reverse video) in the text.
1591 Here is an example.
1592 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
1593 highlighted.
1594 If you type carriage return (or V for View Link, see the commands at the
1595 bottom of the screen) you will be taken to a new help screen to view the
1596 Introduction.
1597 The commands at the bottom of the screen should then include
1598 &quot;P Prev Help&quot;.
1599 If you type &quot;P&quot; you will end up back here.
1600 If you type &quot;E&quot; for Exit, you will be back out of help and returned
1601 to the place you were in Alpine when you entered Help.
1602 In this case, you would go back to the MAIN MENU.
1603 There are also other links that are highlighted in bold (or the color used
1604 by your terminal to display bold).
1605 The items after the Introduction in the TABLE OF CONTENTS are all examples
1606 of such links.
1607 In order to view those links, you first have to make the link you want
1608 to view the current link.
1609 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
1610 (see bottom of screen) can do that for you.
1613 <H2>TABLE OF CONTENTS</H2>
1614 <OL>
1615   <LI> <A HREF="h_mainhelp_intro">Introduction</A>
1616   <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
1617 <!--chtml if [ -r PINE_INFO_PATH ]-->
1618   <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
1619 <!--chtml endif-->
1620   <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
1621   <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
1622   <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
1623   <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
1624   <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
1625   <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
1626   <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
1627   <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
1628   <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
1629   <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
1630   <LI> <A HREF="h_mainhelp_folders">Folders</A>
1631   <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
1632   <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
1633   <LI> <A HREF="h_mainhelp_color">Color Setup</A>
1634   <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
1635   <LI> <A HREF="h_mainhelp_roles">Roles</A>
1636   <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
1637   <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
1638   <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
1639   <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
1640   <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
1641   <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
1642   <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
1643   <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
1644   <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
1645 </OL>
1648 &lt;End of help on this topic&gt;
1649 </BODY>
1650 </HTML>
1651 ===== h_mainhelp_intro ======
1652 <HTML>
1653 <HEAD>
1654 <TITLE>Introduction</TITLE>
1655 </HEAD>
1656 <BODY>
1657 <H1>Introduction</H1>
1659 Alpine is an &quot;Alternatively Licensed Program for Internet
1660 News and Email&quot; produced until 2008 by the University of Washington.
1661 It is intended to be an easy-to-use program for
1662 sending, receiving, and filing Internet electronic mail messages and
1663 bulletin board (Netnews/Usenet) messages. Alpine supports the following
1664 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
1665 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
1666 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
1667 Directory Access Protocol).<p>
1669 Although originally designed for inexperienced email users, Alpine has
1670 evolved to support many advanced features.  There are an ever-growing
1671 number of configuration and personal-preference options, though which of
1672 them are available to you is determined by your local system managers. 
1674 <H2>WHAT ALPINE DOES...</H2>
1676 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
1677 allows you to
1678 compose and read messages using Internet mail standards.  (Whether you
1679 can correspond with others on the Internet depends on whether or not your
1680 computer is connected to the Internet.)  Alpine also allows reading and
1681 posting messages on the Internet &quot;net news&quot; system, provided
1682 that your site operates a suitable news server.
1684 <H2>WHAT ALPINE DOES NOT DO...</H2>
1686 A &quot;mail user agent&quot; such as Alpine is just one part of a
1687 messaging system. Here are some things that are <B>not</B> done by Alpine,
1688 but require other programs:<P>
1689 <UL>
1690  <LI> Actual relaying of email... which is done by &quot;message transfer 
1691 agents&quot;.
1692  <LI> Vacation messages... automatically responding to incoming messages
1693  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
1694 email.
1695  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
1696  <LI> List processing... resending one message to a list of recipients.
1697 </UL>
1700 &lt;End of help on this topic&gt;
1701 </BODY>
1702 </HTML>
1704 ===== h_mainhelp_pinehelp ======
1705 <HTML>
1706 <HEAD>
1707 <TITLE>Alpine Help</TITLE>
1708 </HEAD>
1709 <BODY>
1710 <H1>Alpine Help</H1>
1712 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
1713 use will have its own help text, explaining the choices available for that
1714 screen. This general help section, on the other hand, attempts to give an 
1715 overall picture of what Alpine is capable of doing, as well as pointers to 
1716 additional help sections about specific topics.<p>
1718 Much of the help text contains links to further help topics, similar to
1719 how the World Wide Web works.
1720 You may choose a link to view using the &quot;NextLink&quot; and
1721 &quot;PrevLink&quot; commands to change the link that is highlighted.
1722 The &quot;View Link&quot; command will then show you the highlighted link.
1723 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
1724 will return you to where you were before viewing the link, and &quot;Exit Help&quot
1725 will return you to the location in Alpine before you asked for help.
1726 For example, if you are reading this text in Alpine you may return to the
1727 help table of contents with the &quot;Prev Help&quot; command or you may view the
1728 Release notes link in the next paragraph and then return here with
1729 &quot;Prev Help&quot;.
1732 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
1733 on the current Alpine version are also available from the MAIN MENU: Press
1734 <!--chtml if pinemode="function_key"-->
1735 &quot;F9&quot;
1736 <!--chtml else-->
1737 &quot;R&quot;
1738 <!--chtml endif-->
1739 to browse the release notes.  These include changes since the last release,
1740 configuration information, the history of the Alpine
1741 project, credits, and legal notices.
1743 Alpine releases are available via the world wide web at
1745 <CENTER><SAMP><A 
1746 HREF="http://patches.freeiz.com/alpine/release/">http://patches.freeiz.com/alpine/release/</A></SAMP
1747 ></CENTER>
1750 If you would like to print <EM>all</EM> of Alpine's internal help text
1751 (not recommended) for a little light bedtime reading, then press
1752 <!--chtml if pinemode="function_key"-->
1753 &quot;F12&quot;
1754 <!--chtml else-->
1755 &quot;Z&quot;
1756 <!--chtml endif-->
1757 now.  (This assumes that the
1758 copy of Alpine you are using has been properly configured for printing
1759 at your site.)
1761 &lt;End of help on this topic&gt;
1762 </BODY>
1763 </HTML>
1764 ===== h_mainhelp_localsupport ======
1765 <HTML>
1766 <HEAD>
1767 <TITLE>Local Support Contacts</TITLE>
1768 </HEAD>
1769 <BODY>
1770 <H1>Local Support Contacts</H1>
1772 <!--chtml if [ -r PINE_INFO_PATH ]-->
1773 <!--#include file="PINE_INFO_PATH"-->
1774 <!--chtml else-->
1775 No Local Support Contacts configured.
1776 <!--chtml endif-->
1779 &lt;End of help on this topic&gt;
1780 </BODY>
1781 </HTML>
1783 ===== h_mainhelp_cmds ======
1784 <HTML>
1785 <HEAD>
1786 <TITLE>Giving Commands in Alpine</TITLE>
1787 </HEAD>
1788 <BODY>
1789 <H1>Giving Commands in Alpine</H1>
1791 Unless configured otherwise
1792 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
1793 the bottom two lines of the screen are always used to list the
1794 commands you can give.  You press the keys that are highlighted to give
1795 the command.  The commands for getting help and going back to the main
1796 menu are always present (except when viewing help as you are now).
1797 <!--chtml if pinemode="function_key"-->
1798 <!--chtml else-->
1800 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
1801 you see at the bottom of any screen. In some cases there are 3 or
1802 even 4 different
1803 sets of keys that can be seen by using the O key. <EM>All commands are 
1804 active</EM>, even if they are not currently showing at the bottom of your 
1805 screen. In other words, you <EM>never</EM> need to press the O key, except to 
1806 remind yourself of the proper key to press to perform an operation.
1808 <H2>Control Key Commands</H2>
1809 When composing mail, and in a few other places, in Alpine you
1810 have to use Control keys. This means pressing the Control key (usually labeled 
1811 &quot;Ctrl&quot;) and the
1812 letter indicated at the same time.  Usually, this is shown with a
1813 &quot;^&quot; in front of the letter.  On some systems, certain control
1814 characters are intercepted before they get to Alpine.  As a work-around,
1815 you can press the ESCAPE key twice followed by the desired key.  For
1816 example, if Ctrl-O (^O) does not work on your system, try typing
1817 &quot;ESC ESC O&quot;.
1818 <!--chtml endif-->
1819 <H2>Paging Up and Down</H2>
1820 The &quot;+&quot; and &quot;-&quot; keys are used for
1821 moving to the next or previous page.  The space bar is a synonym for
1822 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
1823 up as you do in the message composer.  On screens with a WhereIs (search)
1824 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
1825 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
1826 of the message or list.
1828 <H2>Return Key</H2>
1829 The return key is usually a synonym for a frequently used
1830 command.  When viewing a message, there is currently not a default
1831 command, so RETURN does nothing; when in the index, it is synonymous with
1832 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
1833 enclosed in square brackets [] is the same as the return key.
1835 <H2>Control Keys Not Used By Alpine</H2>
1836 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
1837 value, but in places where Alpine is expecting text input, e.g. in the composer or 
1838 at prompts for file/folder names, control keys must be used for editing and 
1839 navigation functions.
1842 Alpine has used nearly all the control keys available.  There are, however,
1843 certain control keys that are reserved by other programs or for technical
1844 reasons.  Alpine does not use any of these keys:
1845 <DL>
1846  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
1847  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
1848  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
1849 </DL>
1851 Note: Ctrl-S and Ctrl-Q can be subject to 
1852 <A HREF="h_special_xon_xoff">special handling</A>.
1854 In addition, while the ESC key alone is not used for command input,
1855 Alpine will recognize two consecutive ESC key presses followed by a letter 
1856 key as a substitute for control key input.  For example, the control key
1857 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
1858 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
1859 This is useful if the communication program you are using
1860 (e.g. Telnet) has its own, conflicting, idea of what certain control
1861 characters mean.
1864 <H2>Repainting the Screen</H2>
1865 Sometimes what is displayed on the screen will be
1866 incorrect due to noise on the phone line or other causes and you will want
1867 to repaint the whole screen to make it correct.  You can use the Ctrl-L
1868 command to do this.  It never hurts to do it when in doubt.
1871 &lt;End of help on this topic&gt;
1872 </BODY>
1873 </HTML>
1874 ===== h_mainhelp_status ======
1875 <HTML>
1876 <HEAD>
1877 <TITLE>Titlebar Line</TITLE>
1878 </HEAD>
1879 <BODY>
1880 <H1>Titlebar Line</H1>
1882 The top line of the screen is Alpine's titlebar line.  It will always display
1883 the current version of Alpine and will also convey information about the
1884 status of the program.  This is where you look to find out what
1885 collection, folder and message number is active and where you are in Alpine.
1888 If the titlebar line says &quot;READONLY&quot; it means that the open folder
1889 (typically your INBOX) is &quot;locked&quot; by another mail session --
1890 most likely a more recent session of Alpine has taken the INBOX lock.
1893 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
1894 access a
1895 folder on a remote mail server, and for some reason, communication with
1896 the mail server has either been lost, or never successfully established.
1897 This can be a result of trying to open a non-existent folder, or one
1898 stored on an invalid or non-operational server, or it can mean that Alpine
1899 has been suspended for more that 30 minutes while accessing a remote mail
1900 server.
1903 &lt;End of help on this topic&gt;
1904 </BODY>
1905 </HTML>
1906 ===== h_mainhelp_mainmenu ======
1907 <HTML>
1908 <HEAD>
1909 <TITLE>Main Menu</TITLE>
1910 </HEAD>
1911 <BODY>
1912 <H1>Main Menu</H1>
1914 The Main Menu lists Alpine's main options.
1915 The key or keys you must type to enter your
1916 choice are to the left of each option or command name.
1917 You can type either uppercase or lowercase letters,
1918 and you should not press &lt;Return&gt; after typing the
1919 letter (unless you are specifically asking for the default,
1920 highlighted command).
1923 From the Main Menu you can choose to read online help, write (compose) and 
1924 send a message, look at an index of your mail messages, open or maintain
1925 your mail folders, update your address book, configure Alpine, and quit Alpine.
1926 There are additional options listed at
1927 the bottom of the screen as well.
1930 The Help command usually returns context-sensitive help information.
1931 However, in the Main Menu you get the most general help, which includes
1932 a Table of Contents.
1933 The last entry in the Table of Contents is an Index of help topics,
1934 so this is a good place to go if you are having trouble finding how
1935 to do something.
1937 <H2>Main Menu Commands</H2>
1938 The Alpine main menu lists the most common Alpine functions. A <a
1939 href="h_main_menu_commands">full list of these
1940 commands</a> and what they do is available.
1942 &lt;End of help on this topic&gt;
1943 </BODY>
1944 </HTML>
1945 ===== h_mainhelp_abooks ======
1946 <HTML>
1947 <HEAD>
1948 <TITLE>Address Books</TITLE>
1949 </HEAD>
1950 <BODY>
1951 <H1>Address Books</H1>
1954 As you use email, you can build a list of your regular email correspondents 
1955 in your Alpine
1956 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
1957 screen. Your
1958 personal address book will be highlighted. Press &lt;Return&gt; to view it.
1959 You can use the address book to store email addresses for individuals or
1960 groups, to create easily
1961 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
1962 address when you are composing a message.
1964 There are two ways to add addresses to your address book: you can add them 
1965 manually or take them from messages (by pressing T to access the Take command). 
1966 With either method, you specify nicknames for your correspondents. A single 
1967 address book entry (or nickname) can point to just one email address, or, it can
1968 point to more than one. When it points to more than one, it is called a 
1969 distribution list. Each distribution list has a nickname, a full name, and a 
1970 list of addresses. These
1971 addresses may be actual addresses, other nicknames in your address book, or 
1972 other
1973 distribution lists.
1976 Additional information is available in Alpine's online help:
1977 <ul>
1978   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
1979 </ul>
1981 &lt;End of help on this topic&gt;
1982 </BODY>
1983 </HTML>
1984 ===== h_mainhelp_ldap ======
1985 <HTML>
1986 <HEAD>
1987 <TITLE>LDAP</TITLE>
1988 </HEAD>
1989 <BODY>
1990 <H1>LDAP</H1>
1992 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
1993 an organization's shared
1994 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
1995 large address
1996 books, rather like the White Pages provided by the phone company. As an Alpine 
1997 user, it is not
1998 necessary to know much about how this works, only how to use it and how to 
1999 configure
2002 More information on configuring LDAP is available in Alpine's online help:
2003 <ul>
2004   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
2005 </ul>
2007 Additional help on using LDAP in Alpine is also available:
2008 <ul>
2009   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
2010 </ul>
2012 &lt;End of help on this topic&gt;
2013 </BODY>
2014 </HTML>
2015 ===== h_mainhelp_index ======
2016 <HTML>
2017 <HEAD>
2018 <TITLE>Index of Messages</TITLE>
2019 </HEAD>
2020 <BODY>
2021 <H1>Index of Messages</H1>
2023 In Alpine's message index, the selected message is highlighted. The first 
2024 column on the left is blank, shows a &quot;+&quot; if the message was
2025 sent directly to you (i.e., it is not a
2026 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
2028 The second column may be blank, or it may contain:
2029 <ul>
2030   <li>"N" if the message is new (unread), </li>
2031   <li>"A" if you have answered the message (using the Reply command), </li>
2032   <li>"D" if you have marked the message for deletion.</li>
2033 </ul>
2036 Note: If you answer a message as well as mark it deleted (in either order), 
2037 you will only see the &quot;D&quot;.
2040 The rest of the columns in the message line show you the message
2041 number, date sent, sender, size, and subject. For details, press ? (Help).  
2042 The behavior and appearance of the Index screen is highly configurable.
2043 In the Setup/Config screen search (with the WhereIs command) for options
2044 that contain the words &quot;index&quot; or &quot;thread&quot; to see
2045 many of the configuration possibilities.
2046 In particular, the
2047 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
2048 option may be used to configure the look of the standard MESSAGE INDEX lines
2049 in many different ways.
2050 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
2051 read the help text there for more information.
2053 Most of the commands you need to handle your messages are visible at the
2054 bottom of the screen, and you can press O (OTHER CMDS) to see additional
2055 commands that are available.
2056 You do not need to see these &quot;other commands&quot;
2057 on the screen to use them. That is, you never need to press O as a prefix
2058 for any other command.
2061 Additional information is available in Alpine's online help:
2062 <ul>
2063   <li><a href="h_mail_index">Message Index Commands</a></li>
2064 </ul>
2066 &lt;End of help on this topic&gt;
2067 </BODY>
2068 </HTML>
2069 ===== h_mainhelp_reading ======
2070 <HTML>
2071 <HEAD>
2072 <TITLE>Reading Messages</TITLE>
2073 </HEAD>
2074 <BODY>
2075 <H1>Reading Messages</H1>
2077 The message text screen shows you the text of the message along with
2078 its header. If a message has attachments, those will be listed (but not
2079 displayed) also.  The titlebar line displays information about the currently
2080 open message, folder and collection.  You see the name of the collection
2081 (if there is one) in angle brackets, then the name of the folder, then the
2082 message number and finally the position within the current message (in
2083 percent). If the message is marked for deletion
2084 &quot;DEL&quot; will appear in the
2085 upper right as well.
2088 As with every Alpine screen, the bottom two lines show you the commands 
2089 available.
2091 <P>Additional information is available in Alpine's online help:
2092 <ul>
2093   <li><a href="h_mail_view">Message Text Screen</a></li>
2094   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
2095   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
2096 </ul>
2098 &lt;End of help on this topic&gt;
2099 </BODY>
2100 </HTML>
2101 ===== h_mainhelp_composing ======
2102 <HTML>
2103 <HEAD>
2104 <TITLE>Composing Messages</TITLE>
2105 </HEAD>
2106 <BODY>
2107 <H1>Composing Messages</H1>
2109 To write a message, press C (Compose). You see the Compose Message
2110 screen, which is divided into two parts: the header area and the message
2111 text area. The header area is where information on the recipient (the To:
2112 field) and the subject line go, while the message text area contains the
2113 actual text of the email message. Different commands are available to you
2114 when your cursor is in different areas on this screen. To see additional
2115 help on commands in either the message text or header area, type
2116 <Control>G (Get help).
2119 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
2120 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
2122 <P>The following information from Alpine's online help may prove useful:
2123 <ul>
2124   <li><a href="h_composer_to">Message Header Commands</a></li>
2125   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
2126   <li><a href="h_composer">Composer Commands</a></li>
2127   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
2128   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
2129   <li><a href="h_compose_send">Send Command</a></li>
2130   <li><a href="h_compose_spell">Spell Check Command</a></li>
2131 </ul>
2133 &lt;End of help on this topic&gt;
2134 </BODY>
2135 </HTML>
2136 ===== h_mainhelp_collections ======
2137 <HTML>
2138 <HEAD>
2139 <TITLE>Collection Lists</TITLE>
2140 </HEAD>
2141 <BODY>
2142 <H1>Collection Lists</H1>
2144 Collection lists are Alpine's way of organizing groups of folders. Each
2145 "collection" can reside on a different server, for example, and contain a
2146 different group of mail folders.
2149 For more information on this, see:
2150 <ul>
2151   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
2152 </ul>
2154 Additional information relating to collection lists is also available in 
2155 Alpine's online
2156 help:
2157 <ul>
2158   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
2159   <li><a href="h_collection_screen">Collection List Screen</a></li>
2160 </ul>
2162 &lt;End of help on this topic&gt;
2163 </BODY>
2164 </HTML>
2165 ===== h_mainhelp_folders ======
2166 <HTML>
2167 <HEAD>
2168 <TITLE>Folders</TITLE>
2169 </HEAD>
2170 <BODY>
2171 <H1>Folders</H1>
2173 Messages can quickly accumulate in your INBOX folder. If you use email
2174 often, you soon could have hundreds. You need to delete messages you do
2175 not want, and you can use folders to organize messages you wish to save. A
2176 folder is a collection of one or more messages that are stored (just like
2177 the messages in your INBOX) so you can access and manage them.
2180 You can organize your email messages into different folders by topic,
2181 correspondent, date, or any other category that is meaningful to you. You
2182 can create your own folders, and Alpine automatically provides three:
2183 <ul>
2184   <li>The INBOX folder: messages sent to you are listed in this folder.
2185       When you first start Alpine and go to the Message Index screen, you are
2186 looking at the list of messages in your INBOX folder. Every incoming
2187 message remains in your INBOX until you delete it or save it in another
2188 folder. </li>
2189   <li>The sent-mail folder: copies of messages you send are stored in this 
2190 folder. This is
2191 convenient if you cannot remember whether you actually sent a message and want 
2192 to check, or
2193 if you want to send a message again.</li>
2194   <li>The saved-messages folder: copies of messages you save are stored in this 
2195 folder
2196 unless you choose to save them to other folders you create yourself.</li>
2197 </ul>
2200 More information about folders is available in Alpine's online help:
2201 <ul>
2202   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
2203   <li><a href="h_folder_maint">Help for Folder List</a></li>
2204   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
2205   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
2206 Explained</a></li>
2207   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
2208 </ul>
2210 &lt;End of help on this topic&gt;
2211 </BODY>
2212 </HTML>
2213 ===== h_mainhelp_color ======
2214 <HTML>
2215 <HEAD>
2216 <TITLE>Color</TITLE>
2217 </HEAD>
2218 <BODY>
2219 <H1>Color</H1>
2221 If the terminal emulator you are using is capable of displaying color or if
2222 you are using PC-Alpine, then it is possible to set up Alpine so that various
2223 parts of the display will be shown in colors you configure. This is done
2224 using the Setup Color screen, available from the MAIN MENU by selecting
2225 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
2226 stands for Config in this context).
2229 For example, you may color things like the titlebar, the current item,
2230 the keymenu, and the status messages.
2231 You may also color lines in the index, and headers and quoted text in the
2232 MESSAGE TEXT screen.
2233 You use the Color Setup screen for configuring most of this, but you must
2234 use the IndexColor setup for coloring whole index lines.
2235 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
2238 The following entries in Alpine's online help provide additional information 
2239 about how to use color:
2240 <UL>
2241   <LI> <A HREF="h_color_setup">Color Setup screen</A>
2242   <LI> <A HREF="h_rules_incols">Index Line Color</A>
2243   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
2244   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
2245 </UL>
2247 &lt;End of help on this topic&gt;
2248 </BODY>
2249 </HTML>
2250 ===== h_mainhelp_mouse ======
2251 <HTML>
2252 <HEAD>
2253 <TITLE>Using a Mouse</TITLE>
2254 </HEAD>
2255 <BODY>
2256 <H1>Using a Mouse</H1>
2258 If you are using PC-Alpine mouse support is turned on automatically.
2259 If you are using UNIX Alpine within an X terminal window or within
2260 a terminal emulator that supports an xterm-style mouse, then you may
2261 turn on support for the mouse with the feature
2262 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
2263 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
2265 PC-Alpine offers considerable mouse support.  You can view what is
2266 &quot;clickable&quot; by dragging your mouse over any screen; when the
2267 arrow cursor changes into a hand, you found something. Mouse-click
2268 possibilities include navigating between screens and folders and
2269 double-clicking on hyperlinks to open your Web browser.
2270 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
2271 screen.  Examples of right-click options include &quot;copy&quot; after
2272 selecting text to copy and &quot;View in New Window&quot; when you click
2273 on a particular message in the Message Index. The menu choices available
2274 to you will vary based upon what screen is open, where on the screen your
2275 cursor is located, and even what action you have already taken.
2276 Within a folder, you may set the &quot;Important&quot; flag on any
2277 message.
2279 X terminal mouse support is more limited but still quite powerful.
2280 As with PC-Alpine, clicking on any of the commands in the keymenu at
2281 the bottom of the screen will execute that command as if you typed it.
2282 Double-clicking on a link, for example the link to the
2283 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
2284 will take you to that link.
2285 Double-clicking on an index line will view the message, and so on.
2287 &lt;End of help on this topic&gt;
2288 </BODY>
2289 </HTML>
2290 ===== h_mainhelp_keywords ======
2291 <HTML>
2292 <HEAD>
2293 <TITLE>Keywords</TITLE>
2294 </HEAD>
2295 <BODY>
2296 <H1>Keywords</H1>
2298 Within a folder, you may set the &quot;Important&quot; flag on any
2299 message.
2300 This doesn't have any system-defined meaning and is only called
2301 the Important flag because many users use it to signify that a message
2302 is important to them in some way.
2304 You may also define your own set of keywords.
2305 You might know these as user defined flags or as labels.
2306 These are similar to the Important flag but you choose the names for yourself.
2308 Alpine will only display keywords that
2309 have been added by you in the Flag Details screen or
2310 that have been configured by you using the Setup/Config option
2311 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
2312 Keywords set by other means (for example, by another email client) will not
2313 show up in Alpine unless you configure Alpine to know about them.
2314 They will show up in the Flag Details screen, but will not show up, for example,
2315 in the index line.
2318 The following entries in Alpine's online help provide additional information 
2319 about how to use keywords:
2320 <ul>
2321   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
2322   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
2323 </ul>
2325 &lt;End of help on this topic&gt;
2326 </BODY>
2327 </HTML>
2328 ===== h_mainhelp_roles ======
2329 <HTML>
2330 <HEAD>
2331 <TITLE>Roles</TITLE>
2332 </HEAD>
2333 <BODY>
2334 <H1>Roles</H1>
2336 You may play different roles depending on who you are replying to. For
2337 example, if you are replying to a message addressed to help-desk you may
2338 be acting as a Help Desk Worker. That role may require that you use a
2339 different return address and/or a different signature.
2342 To configure roles, go to the MAIN MENU and use the Setup command
2343 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
2344 The following entries in Alpine's online help provide additional information 
2345 about how to
2346 use roles:
2347 <ul>
2348   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
2349   <li><a href="h_role_select">Roles Screen</a></li>
2350 </ul>
2352 &lt;End of help on this topic&gt;
2353 </BODY>
2354 </HTML>
2355 ===== h_mainhelp_filtering ======
2356 <HTML>
2357 <HEAD>
2358 <TITLE>Filtering</TITLE>
2359 </HEAD>
2360 <BODY>
2361 <H1>Filtering</H1>
2363 The software that actually delivers mail (the stuff that happens
2364 before Alpine is involved) for you is in a better position to do mail filtering
2365 than Alpine itself.
2366 If possible, you may want to look into using that sort of mail filtering to
2367 deliver mail to different folders, delete it, or forward it.
2368 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
2371 Filtering is a way to automatically move certain messages from one folder
2372 to another or to automatically delete messages.
2373 You may also automatically set the state (Important, New, Deleted, Answered) of messages
2374 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
2375 Alpine doesn't have the ability to forward mail to another address or
2376 to deliver vacation messages.
2379 To configure filtering, go to the MAIN MENU and use the Setup command
2380 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
2381 The following entries in Alpine's online help provide additional information 
2382 about how to use filtering:
2383 <UL>
2384   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
2385 </UL>
2387 &lt;End of help on this topic&gt;
2388 </BODY>
2389 </HTML>
2390 ===== h_mainhelp_patterns ======
2391 <HTML>
2392 <HEAD>
2393 <TITLE>Patterns</TITLE>
2394 </HEAD>
2395 <BODY>
2396 <H1>Patterns</H1>
2398 Patterns are used with Roles, Filtering, Index Coloring,
2399 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
2400 The following entries in Alpine's online help provide information 
2401 about using Patterns:
2402 <UL>
2403   <LI> <A HREF="h_rule_patterns">Patterns</A>
2404 </UL>
2406 &lt;End of help on this topic&gt;
2407 </BODY>
2408 </HTML>
2409 ===== h_mainhelp_cmdlineopts ======
2410 <HTML>
2411 <HEAD>
2412 <TITLE>Command Line Options</TITLE>
2413 </HEAD>
2414 <BODY>
2415 <H1>Command Line Options</H1>
2417 Alpine accepts a number of command line arguments, allowing you, for
2418 example, to start Alpine and immediately access a particular folder.
2419 Many of these arguments overlap with options in the Alpine configuration file.
2420 If there is a difference, then an option set on the command line takes
2421 precedence.
2422 Alpine expects command line arguments (other than addresses) to be
2423 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
2424 A <a href="h_command_line_options">full list</a> of command line
2425 possibilities is available.
2427 &lt;End of help on this topic&gt;
2428 </BODY>
2429 </HTML>
2430 ===== h_mainhelp_config ======
2431 <HTML>
2432 <HEAD>
2433 <TITLE>Alpine Configuration</TITLE>
2434 </HEAD>
2435 <BODY>
2436 <H1>Alpine Configuration</H1>
2438 Unless it has been administratively disabled, the Setup command on the
2439 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
2440 The possible subcommands are for general Configuration settings,
2441 Printer settings, Changing your Password, Signature setup,
2442 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
2443 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
2444 and Color configuration.
2445 In particular, the &quot;Config&quot; subcommand has many features you may
2446 set or unset and many other configuration variables that may be set to change
2447 the way Alpine works.
2448 Every one of the hundreds of options available in that configuration settings
2449 screen has help text associated with it.
2450 You may read that text by moving the cursor to highlight the option and then
2451 typing the Help command.
2453 These settings are stored in your personal
2454 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
2455 <A HREF="h_config_remote_config">remotely</A>),
2456 but on shared systems these settings
2457 may be over-ridden by a system-wide control file (due to local site
2458 security or support policies).  A global pine configuration file can also
2459 be used to set default values for all Alpine users on a particular system.
2460 Power users may be interested in splitting their personal configuration
2461 data into two pieces, a generic piece and
2462 <A HREF="h_config_exceptions">exceptions</A> which apply to
2463 a particular platform.
2464 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
2465 General Alpine configuration information can be found
2466 <A HREF="h_news_config">here</A>.
2468 &lt;End of help on this topic&gt;
2469 </BODY>
2470 </HTML>
2471 ===== h_mainhelp_aggops ======
2472 <HTML>
2473 <HEAD>
2474 <TITLE>Aggregate Operations</TITLE>
2475 </HEAD>
2476 <BODY>
2477 <H1>Aggregate Operations</H1>
2479 When you are in the MESSAGE INDEX, the available commands
2480 (for example, Delete, Undelete, Save, Reply, and so on)
2481 normally act on a single message.
2482 So, for example, if you press the Delete command, the currently highlighted
2483 message is marked Deleted.
2484 These commands that normally act on a single message may be applied to
2485 several messages at once instead.
2487 By default this feature is turned on, but it could be administratively turned
2488 off to reduce complexity.
2489 The feature
2490 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
2491 in the Setup/Config screen is used to turn it off or on.
2492 When this feature is turned on, the four commands &quot;Select&quot;,
2493 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
2494 are available.
2495 The two selection commands allow you to mark a set of
2496 messages as being &quot;selected&quot;.
2497 The &quot;ZoomMode&quot; command will toggle between
2498 displaying only the selected messages and displaying all the messages.
2499 The &quot;Apply&quot; command allows you to
2500 apply one of the regular MESSAGE INDEX commands to all of the selected
2501 messages instead of to only the highlighted message.
2503 An example aggregate operation would be to catch up when reading
2504 a news group.
2505 That is, get rid of all the messages in the news group so that you can
2506 start fresh.
2507 The easiest way to do this in Alpine is to use aggregate operations.
2508 You want to Delete all of the messages in the group.
2509 You could start at the top and type &quot;D&quot; once for every message.
2510 A much faster method is to first Select all of the messages in the group,
2511 and then Delete all of them.
2512 This would take four keystrokes:
2514 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
2515 <BR>
2516 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
2518 Another use of Select is to use it for searching for a particular message
2519 or set of messages in a large folder.
2520 You may know that the message was From a certain user.
2521 You could select all messages from that user to start, and use Zoom to
2522 look at only those messages.
2523 If there were still too many messages to look at you could Narrow the
2524 set of messages further by selecting from all of those messages only
2525 the ones that were after a certain date, or contained a particular phrase
2526 in the Subject, or were too a particular address, and so on.
2527 That may be the end of what you are doing, or you may want to use Apply to
2528 Save or Forward or Print all of the selected messages.
2530 Some related help topics are
2531 <UL>
2532 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
2533 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
2534 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
2535 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
2536 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
2537 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
2538 </UL>
2540 &lt;End of help on this topic&gt;
2541 </BODY>
2542 </HTML>
2543 ===== h_mainhelp_readingnews ======
2544 <HTML>
2545 <HEAD>
2546 <TITLE>Reading News</TITLE>
2547 </HEAD>
2548 <BODY>
2549 <H1>Reading News</H1>
2551 <H2>Background</H2>
2552 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
2553 commands as for mail. Similar to mailing lists but existing on a larger scale, 
2554 Usenet newsgroups allow groups of people with common interests to discuss 
2555 particular topics. You might find newsgroups related to your career, or you 
2556 might wish to check out the online discussion among the fans of your favorite 
2557 television show. 
2559 <H2>Configuring Alpine for Reading News</H2>
2560 Alpine often arrives
2561 pre-configured by your system administrator to automatically access the
2562 newsgroups offered by your organization, Internet Service Provider, or
2563 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
2564 need additional details on <a href="h_configuring_news">how to
2565 configure Alpine to read news</a>.
2567 <H2>Accessing Newsgroups</H2>
2568 The first step in reading news is to access the newsgroups collections
2569 screen from Alpine. If everything is configured properly, you should be able
2570 to do this by first typing L (folder List), then selecting the folder
2571 collection listed as "News." The actual name of this collection may differ
2572 from system to system.
2574 <H2>Subscribing to Newsgroups</H2>
2576 Once you have accessed the news collection, you need to subscribe to a
2577 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
2578 will keep a record of the newsgroups in which you are interested and which
2579 articles in those newsgroups have been read.
2581 <H2>Using Newsgroups</H2> 
2582 Alpine uses the similar commands to read news as to read mail. For example,
2583 the D command marks messages as Deleted (or "Dismissed," if you prefer),
2584 and the R command Replies to a news posting. Basically, Alpine allows you to
2585 read news as if it were mail, so you don't need to change the way you
2586 interact with Alpine.
2588 There is also additional Alpine help available on 
2589 <A HREF="h_reading_news">how to use Alpine to read news</A>.
2591 &lt;End of help on this topic&gt;
2592 </BODY>
2593 </HTML>
2594 ===== h_mainhelp_securing ======
2595 <HTML>
2596 <HEAD>
2597 <TITLE>Securing your Alpine Session</TITLE>
2598 </HEAD>
2599 <BODY>
2600 <H1>Securing your Alpine Session</H1>
2602 By default, Alpine will attempt to connect to an IMAP server on the normal
2603 IMAP service port (143).
2604 If the Alpine you are using has been built to
2605 support &quot;Transport Layer Security&quot; (TLS)
2606 and &quot;Secure Sockets Layer&quot; (SSL) 
2607 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
2608 and the server offers the STARTTLS capability, then a secure (encrypted)
2609 session will be established.
2611 When you are connected to a remote folder the titlebar will contain a plus sign
2612 in the far right column if the connection is encrypted using TLS or SSL.
2613 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
2614 if the connection is encrypted.
2616 <H2>More Information on Alpine with SSL and TLS</H2>
2617 <UL>
2618 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
2619 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
2620 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
2621 <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>
2622 </UL>
2623 <H2>Here are some other security-related features and options</H2>
2625 <UL>
2626 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
2627 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
2628 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
2629 </UL>
2631 &lt;End of help on this topic&gt;
2632 </BODY>
2633 </HTML>
2634 ===== h_mainhelp_problems ======
2635 <HTML>
2636 <HEAD>
2637 <TITLE>Reporting Problems</TITLE>
2638 </HEAD>
2639 <BODY>
2640 <H1>Reporting Problems</H1>
2642 We ask that you first read the relevant help screens and then seek
2643 assistance from your own local support staff.  Once you are sure that your
2644 difficulty is not a local configuration problem, you might look at the
2645 help section explaining where to look for
2646 <A HREF="h_finding_help">more information</A> and where to 
2647 get assistance.
2650 <ADDRESS>
2651    Eduardo Chappa &lt;chappa@gmx.com&gt;
2652 </ADDRESS>
2655 &lt;End of help on this topic&gt;
2656 </BODY>
2657 </HTML>
2658 ===== h_main_menu_commands ======
2659 <HTML>
2660 <HEAD>
2661 <TITLE>MAIN MENU COMMANDS</TITLE>
2662 </HEAD>
2663 <BODY>
2664 <H1>MAIN MENU COMMANDS</H1>
2666 <!--chtml if pinemode="function_key"-->
2667 &nbsp;Available&nbsp;Commands&nbsp;--
2668 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
2669 &nbsp;------------------------------
2670 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
2671 ----------<BR>
2672 &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>
2673 &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>
2674 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
2675 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
2676 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
2677 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
2678 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
2679 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
2680 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
2681 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2682 &nbsp;F7&nbsp;&nbsp;<A 
2683 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
2684 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2685 &nbsp;F8&nbsp;&nbsp;<A 
2686 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
2687 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
2688 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 
2689 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
2690 &nbsp;F10&nbsp;<A 
2691 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 
2692 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
2693 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2694 &nbsp;F11&nbsp;<A 
2695 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
2696 <!--chtml else-->
2697 &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>
2698 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
2699 &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>
2700 &nbsp;C&nbsp;&nbsp;<A 
2701 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>
2702 &nbsp;I&nbsp;&nbsp;<A 
2703 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>
2704 &nbsp;L&nbsp;&nbsp;<A 
2705 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>
2706 &nbsp;A&nbsp;&nbsp;<A 
2707 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
2708 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
2709 &nbsp;S&nbsp;&nbsp;<A 
2710 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 
2711 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
2712 &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>
2713 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
2714 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
2715 <!--chtml endif-->
2718 NOTE:
2719 <OL>
2720  <LI>For help on a particular command, highlight the bold text associated
2721 with it above and hit Return.
2722  <LI> The availability of certain commands (e.g. some of the options under
2723 SETUP) is determined by Alpine configuration files and system capabilities.
2724 At some sites, certain commands may not be available due to security or
2725 support concerns.
2726 </OL>
2728 &lt;End of help on this topic&gt;
2729 </BODY>
2730 </HTML>
2732 ===== h_command_line_options ======
2733 <HTML>
2734 <HEAD>
2735 <TITLE>COMMAND LINE OPTIONS</TITLE>
2736 </HEAD>
2737 <BODY>
2738 <H1>COMMAND LINE OPTIONS</H1>
2739 Possible starting arguments for Alpine:
2741 <DL COMPACT>
2743 <DT> <EM>[addresses]</EM>
2745 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
2746 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
2747 <EM>Alpine</EM> will startup in
2748 the composer with a message started to the addresses specified.
2749 Once the message is sent, the <EM>Alpine</EM> session closes.
2750 Standard input redirection is allowed.
2751 Separate multiple addresses with a space between them.
2752 Addresses are placed in the &quot;To&quot; field only.
2755 <DT> &lt; <EM>file</EM>
2757 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
2758 into the body of the message.
2759 Once the message is sent, the <EM>Alpine</EM> session closes. 
2762 <DT> -attach <EM>file</EM>
2764 <DD> Go directly into composer with given file attached.
2767 <DT> -attachlist <EM>file-list</EM>
2769 <DD> Go directly into composer with given files attached.
2770 This must be the last option on the command line.
2773 <DT> -attach_and_delete <EM>file</EM>
2775 <DD> Go directly into composer with given file attached, delete when finished.
2778 <DT> -aux <EM>local_directory</EM>
2780 <DD> <EM>PC-Alpine</EM> only.
2781 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
2782 files, like debug files, address books, and signature files.  The pinerc may 
2783 be local or remote.
2786 <DT> -bail
2788 <DD> If the personal configuration file doesn't already exist, exit.
2789 This might be useful if the configuration file is accessed using some
2790 remote filesystem protocol. If the remote mount is missing this will cause
2791 <EM>Alpine</EM> to quit instead of creating a new pinerc.
2794 <DT> -c <EM>n</EM>
2796 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
2797 This is used when there are multiple folder collections (contexts) and you 
2798 want to open a folder not in the primary collection.
2801 <DT> -conf
2803 <DD> Configuration: Prints a sample system configuration file to the
2804 screen or standard output. To generate an initial system configuration 
2805 file, execute
2807 <PRE><CODE>
2808                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
2809 </CODE></PRE>
2812 To generate a system configuration file using settings from an old
2813 system configuration file, execute
2815 <PRE><CODE>
2816                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
2817 </CODE></PRE>
2819 A system configuration file is not required.
2822 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
2824 <DD> Copy an address book file to a remote address book folder.
2825 If the remote folder doesn't exist, it will be created.
2826 If it exists but the first message in the folder isn't a remote address
2827 book header message, the copy will be aborted.
2828 This flag will not usually be used by a user.
2829 Instead, the user will create a remote address book from within <EM>Alpine</EM>
2830 and copy entries from the local address book by using aggregate Save in
2831 the address book screen.
2834 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
2836 <DD> Copy a pinerc configuration file to a remote pinerc folder.
2837 If the remote folder doesn't exist, it will be created.
2838 If it exists but the first message in the folder isn't a remote pinerc
2839 header message, the copy will be aborted.
2840 This flag may be useful to users who already have a local pinerc file and
2841 would like to convert it to a remote pinerc folder and use that instead.
2842 This gives a way to bootstrap that conversion without having to manually
2843 reset all of the variables in the remote pinerc folder.
2846 <DT> -d <EM>debug-level</EM>
2848 <DD> Debug Level:  Sets the level of debugging information written by
2849 <EM>Alpine</EM>.
2850 <EM>debug-level</EM> can be set to any integer 0-9.
2851 A debug level of 0 turns off debugging for the session.
2852 (Actually there are some levels higher than 9, but you probably don't
2853 want to see them.)
2856 <DT> -d <EM>keywords</EM>
2858 <DD> You may use a more detailed version of the debugging flag to set
2859 the debug level in separate parts of <EM>Alpine</EM>.
2860 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
2861 verbose=0..9.
2862 <EM>Flush</EM> causes debugging information to be flushed immediately to
2863 the debug file as it is written.
2864 <EM>Verbose</EM> is the general debugging verbosity level.
2865 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
2866 is useful when you are trying to figure out what is responsible for delays.
2867 <EM>Numfiles</EM> sets the number of debug files saved.
2868 <EM>Imap</EM> sets the debug level for the debugging statements related
2869 to the conversation with the IMAP server, and more generally, for the
2870 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
2871 <EM>Tcp</EM> turns on some TCP/IP debugging.
2874 <DT> -f <EM>folder</EM>
2876 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
2877 of the standard INBOX.
2880 <DT> -F <EM>file</EM>
2882 <DD> Open named text file for viewing and forwarding.
2885 <DT> -h
2887 <DD> Help:  Prints the list of available command-line arguments to the
2888 screen.
2891 <DT> -i
2893 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
2894 screen instead of the MAIN MENU.
2897 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
2900 <DT> -I <EM>a,b,c,...</EM>
2902 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
2903 sequence of commands upon startup.
2904 This allows users to get <EM>Alpine</EM> to start in any
2905 of its menus/screens.
2906 You cannot include any input to the composer in the initial keystrokes.
2907 The key &lt;Return&gt; is represented by a ``CR'' in
2908 the keystroke list; the spacebar is designated by the letters ``SPACE''.
2909 Control keys are two character sequences beginning with ``^'', such as
2910 ``^I''.
2911 A tab character is ``TAB''.
2912 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
2913 ``DOWN'', ``LEFT'', and ``RIGHT''.
2914 A restriction is that you can't mix function keys and character keys in this
2915 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
2916 A user can always use only <EM>character</EM> keys in the startup list even
2917 if he or she is using <EM>function</EM> keys normally, or vice versa.
2918 If an element in this list is a string of characters surrounded by double
2919 quotes (&quot;) then it will be expanded into the individual characters in
2920 the string, excluding the double quotes.
2923 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
2926 <DT> -install
2928 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
2929 some basic information to help with getting properly set up.
2932 <DT> -k
2934 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
2935 the input of commands to be function-keys.
2936 Otherwise, commands are linked to the regular character keys.
2939 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
2940 <EM>Feature-List</EM>.
2943 <DT> -n <EM>n</EM>
2945 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
2946 FOLDER INDEX screen with the current message being the specified
2947 message number.
2950 <DT> -nosplash
2952 <DD> <EM>PC-Alpine</EM> only.
2953 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
2954 This may be helpful for certain troubleshooting or terminal server scenarios.
2957 <DT> -o <EM>folder</EM>
2959 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
2962 <DT> -p <EM>pinerc</EM>
2964 <DD> Uses the named file as the personal configuration file instead of
2965 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
2966 Alpinerc may be either a local file or a remote configuration folder.
2969 <DT> -P <EM>pinerc</EM>
2971 <DD> Uses the named file as the system wide configuration file instead of
2972 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
2973 Alpinerc may be either a local file or a remote configuration folder.
2976 <DT> -passfile <EM>passfile</EM>
2978 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
2979 This should be a fully-qualified filename.
2982 <DT> -pinerc <EM>file</EM>
2984 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
2985 settings of variables that the user has made.
2986 Use <EM>file</EM> set to ``-'' to make output go to standard out.
2989 <DT> -r
2991 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
2992 <EM>Alpine</EM> in restricted mode can only send email to itself.
2993 Save and export are limited.
2996 <DT> -registry <EM>cmd</EM>
2998 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
2999 <EM>Alpine</EM>'s registry entries.
3000 Possible values for <EM>cmd</EM> are set, clear, and dump.
3001 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
3002 entries according to its current settings.
3003 <EM>Clear</EM> will clear the registry values.
3004 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
3005 <EM>Dump</EM> will display the values of current registry settings.
3006 Note that the dump command is currently disabled.
3007 Without the -registry option, <EM>PC-Alpine</EM> will write values into
3008 the registry only if there currently aren't any values set.
3011 <DT> -sort <EM>key</EM>
3013 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
3014 FOLDER INDEX screen.
3015 <EM>Key</EM> can have the following values: 
3016 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
3017 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
3018 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
3019 The default value is &quot;arrival&quot;.
3020 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
3023 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
3026 <DT> -uninstall
3028 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
3029 in Windows settings.  The registry settings are removed and
3030 the password cache is cleared.
3033 <DT> -url <EM>url</EM>
3035 <DD> Open the given URL.
3038 <DT> -v
3040 <DD> Version:  Print version information to the screen.
3043 <DT> -x <EM>exceptions_config</EM>
3045 <DD> Configuration settings in the exceptions configuration override your normal
3046 default settings.
3047 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
3050 <DT> -z
3052 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
3053 will suspend the <EM>Alpine</EM> session.
3056 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
3057 <EM>Feature-List</EM>.
3060 <DT> -<EM>option</EM>=<EM>value</EM>
3062 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
3063 For example, <EM>-signature-file=sig1</EM> or
3064 <EM>-Feature-List=signature-at-bottom</EM>.
3065 Note:  Feature-List values are
3066 additive and features may be preceded with no- to turn them off.
3067 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
3068 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
3069 <EM>-Feature-List=signature-at-bottom</EM>.
3072 </DL>
3074 &lt;End of help on this topic&gt;
3075 </BODY>
3076 </HTML>
3077 ===== h_configuring_news ======
3078 <HTML>
3079 <HEAD>
3080 <TITLE>CONFIGURING NEWS</TITLE>
3081 </HEAD>
3082 <BODY>
3083 <H1>CONFIGURING NEWS</H1>
3084 Alpine can access news folders in any one of three different ways:
3085 <DL>
3086 <DT>REMOTE NNTP</DT>
3087 <DD>Using the Network News Transport Protocol (NNTP) to
3088 access news on a remote news server.  In this case the newsrc file is
3089 stored on the machine where Alpine is running.
3092 To specify a remote news-collection accessed via NNTP use the
3093 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3094 Server: value to the NNTP server's hostname appended with the
3095 communication method &quot;/service=NNTP&quot;, and set the Path:
3096 value to the &quot;#news.&quot; namespace (without the quotes).  See
3097 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
3098 help text for a more complete explanation of access method, and the
3099 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3100 text for a more complete explanation of &quot;namespace&quot;.
3102 Instead of specifying a news-collection, you may simply set the
3103 <A HREF="h_config_nntp_server">NNTP Server</A>
3104 option, which will cause Alpine to create a default news-collection for you.
3105 Another NNTP option that may be of interest is
3106 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
3108 <DT>REMOTE IMAP</DT>
3109 <DD>Using the Internet Message Access Protocol (IMAP) to
3110 access news on a remote news server.  In this case, your newsrc file is
3111 stored on the news server, in your home directory, so you must have an
3112 account on the news server, but you would be running Alpine on a different
3113 machine.  The news server must be running an IMAPd server process. 
3116 To specify a remote news-collection accessed via IMAP use the
3117 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3118 Server: value to the IMAP server's hostname, and set the Path: value
3119 to the &quot;#news.&quot; namespace (without the quotes).  See the
3120 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3121 text for a more complete explanation of &quot;namespace&quot;.
3123 </DD>
3125 <DT>LOCAL</DT>
3126 <DD>Using local file access to the news database.  In this
3127 case, your newsrc file is stored on the news server, in your home
3128 directory, so you must have an account on the news server, and you would
3129 be running Alpine on the same machine.
3132 To specify a local news-collection use the SETUP/collectionList
3133 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
3134 set the Path: value to the &quot;#news.&quot; namespace (without the
3135 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
3136 field's help text for a more complete explanation of &quot;namespace&quot;.
3138 </DD>
3139 </DL>
3143 NOTE: Should no news-collection be defined as above, Alpine will
3144 automatically create one using the Setup/Config screen's
3145 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
3146 will be created as a &quot;Remote NNTP&quot; as described above.
3150 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
3151 possible.  If you don't have an account on the news server, or if the news
3152 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
3153 sure, ask your service provider, university, or company for help.)  In
3154 this case, your Unix .newsrc file can be transferred to your PC.  A good
3155 place to put it would be in the same directory as your PINERC file, under
3156 the name NEWSRC, but you can 
3157 <A HREF="h_config_newsrc_path">specify a different location</A>
3158 via Alpine's Setup/Config screen.
3161 Other configuration features related to news are
3162 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
3163 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
3164 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
3165 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
3166 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
3167 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
3168 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
3169 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
3172 &lt;End of help on this topic&gt;
3173 </BODY>
3174 </HTML>
3175 ===== h_reading_news ======
3176 <HTML>
3177 <HEAD>
3178 <TITLE>READING NEWS</TITLE>
3179 </HEAD>
3180 <BODY>
3181 <H1>READING NEWS</H1>
3183 Alpine uses almost the same commands for manipulating news folders as for
3184 mail folders.  This means, for example, that when you are done with a
3185 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
3186 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
3187 most newsreaders, wherein a message is implicitly dismissed after you have
3188 looked at it once. We strongly believe that Alpine should offer as much
3189 consistency as possible between mail and news, so the mail paradigm --
3190 wherein a message does not magically disappear without explicit action by
3191 the user -- is used for news as well. <P>
3193 If you answer a message in a news folder, the index view will show the
3194 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
3195 keep track of what news as been read has no way of storing this flag, so
3196 it will not be preserved across sessions.  The Deleted flag is the only
3197 one that is preserved when you leave and then return to a newsgroup.  As an
3198 additional note on replies, when you Reply to a newsgroup message and say
3199 you want to reply to all recipients, Alpine will ask if you want to post the
3200 message to all the newsgroups listed in the original message. <P>
3202 If you would like Alpine to mark more-or-less recent news messages as
3203 &quot;New&quot;, then set the
3204 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
3205 feature (which is set by default).  This will cause messages after the last one you have marked as
3206 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
3207 &quot;N&quot; status often makes it easier to distinguish later news
3208 articles from those you've previously seen, but not yet disposed of via
3209 the &quot;D&quot; key.  Note that this is an approximation, not an exact
3210 record of which messages you have not seen.
3213 A frequent operation in news-reading is &quot;catching up&quot; -- that
3214 is, getting rid of all the messages in the newsgroup so that you can
3215 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
3216 Select command.  You would enter the following four keystrokes:
3217 <tt>;aad</tt> to select all messaged, and then apply the delete (or
3218 dismiss) command to all of them.
3221 There are also additional details on 
3222 <A HREF="h_configuring_news">configuring news</a>.
3225 &lt;End of help on this topic&gt;
3226 </BODY>
3227 </HTML>
3228 ====== h_help_index ======
3229 <HTML>
3230 <HEAD>
3231 <TITLE>Help Index</TITLE>
3232 </HEAD>
3233 <BODY>
3234 <H1>Help Index</H1>
3235 <ul>
3236 <li><a href="h_mainhelp_abooks">Address Books</a></li>
3237 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
3238 <li><a href="h_main_addrbook">Address Book Command</a>
3239 <li><a href="h_abook_view">Address Book View Explained</a>
3240 <li><a href="h_compose_addrcomplete">Address Completion</a>
3241 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
3242 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
3243 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
3244 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
3245 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
3246 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
3247 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
3248 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
3249 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
3250 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
3251 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
3252 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
3253 <li><a href="h_mainhelp_config">Alpine Configuration</a>
3254 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
3255 <li><a href="h_news_legal">Alpine Legal Notices</a>
3256 <li><a href="h_compose_alted">Alt Editor Command</a>
3257 <li><a href="h_index_cmd_apply">Apply Command</a>
3258 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
3259 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
3260 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
3261 <li><a href="h_composer_browse">BROWSER</a>
3262 <li><a href="h_common_bounce">Bounce Command</a>
3263 <li><a href="h_compose_cancel">Cancel Command</a>
3264 <li><a href="h_config_change_your_from">Changing your From Address</a>
3265 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
3266 <li><a href="h_mainhelp_color">Color</a>
3267 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
3268 <li><a href="h_composer">COMPOSER COMMANDS</a>
3269 <li><a href="h_mainhelp_composing">Composing Messages</a>
3270 <li><a href="h_mainhelp_collections">Collection Lists</a>
3271 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
3272 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
3273 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
3274 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
3275 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
3276 <li><a href="h_common_compose">Compose Command</a>
3277 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
3278 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
3279 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
3280 <li><a href="h_mainhelp_config">Configuration</a>
3281 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
3282 <li><a href="h_config_dflt_color">Default Color</a>
3283 <li><a href="h_common_delete">Delete and Undelete Commands</a>
3284 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
3285 <li><a href="h_special_list_commands">Email List Commands Explained</a>
3286 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
3287 <li><a href="h_folder_open">Explanation of Folder Selection</a>
3288 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
3289 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
3290 <li><a href="h_ge_export">Export File Selection</a>
3291 <li><a href="h_ge_allparts">Export Message File Selection</a>
3292 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
3293 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
3294 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
3295 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
3296 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
3297 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
3298 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
3299 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
3300 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
3301 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
3302 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
3303 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
3304 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
3305 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
3306 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
3307 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
3308 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
3309 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
3310 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
3311 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
3312 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
3313 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
3314 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
3315 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
3316 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
3317 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
3318 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
3319 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
3320 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
3321 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
3322 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
3323 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
3324 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
3325 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
3326 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
3327 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
3328 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
3329 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
3330 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
3331 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
3332 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
3333 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
3334 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
3335 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
3336 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
3337 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
3338 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
3339 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
3340 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
3341 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
3342 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
3343 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
3344 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
3345 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
3346 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
3347 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
3348 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
3349 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
3350 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
3351 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
3352 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
3353 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
3354 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
3355 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
3356 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
3357 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
3358 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
3359 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
3360 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
3361 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
3362 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
3363 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
3364 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
3365 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
3366 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
3367 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
3368 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
3369 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
3370 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
3371 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
3372 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
3373 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
3374 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
3375 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
3376 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
3377 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
3378 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
3379 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
3380 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
3381 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
3382 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
3383 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
3384 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
3385 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
3386 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
3387 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
3388 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
3389 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
3390 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
3391 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
3392 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
3393 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
3394 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
3395 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
3396 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
3397 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
3398 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
3399 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
3400 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
3401 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
3402 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
3403 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
3404 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
3405 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
3406 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
3407 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
3408 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
3409 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
3410 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
3411 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
3412 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
3413 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
3414 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
3415 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
3416 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
3417 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
3418 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
3419 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
3420 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
3421 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
3422 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
3423 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
3424 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
3425 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
3426 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
3427 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
3428 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
3429 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
3430 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
3431 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
3432 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
3433 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
3434 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
3435 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
3436 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
3437 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
3438 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
3439 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
3440 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
3441 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
3442 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
3443 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
3444 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
3445 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
3446 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
3447 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
3448 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
3449 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
3450 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
3451 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
3452 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
3453 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
3454 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
3455 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
3456 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
3457 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
3458 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
3459 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
3460 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
3461 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
3462 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
3463 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
3464 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
3465 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
3466 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
3467 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
3468 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
3469 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
3470 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
3471 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
3472 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
3473 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
3474 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
3475 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
3476 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
3477 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
3478 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
3479 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
3480 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
3481 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
3482 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
3483 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
3484 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
3485 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
3486 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
3487 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
3488 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
3489 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
3490 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
3491 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
3492 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
3493 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
3494 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
3495 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
3496 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
3497 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
3498 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
3499 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
3500 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
3501 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
3502 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
3503 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
3504 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
3505 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
3506 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
3507 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
3508 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
3509 <li><a href="h_mainhelp_filtering">Filtering</a>
3510 <li><a href="h_finding_help">Finding more information and requesting help</a>
3511 <li><a href="h_common_flag">Flag Command</a>
3512 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
3513 <li><a href="h_mainhelp_folders">Folders</a>
3514 <li><a href="h_what_are_collections">Folder Collections Explained</a>
3515 <li><a href="h_common_folders">Folder List Command</a>
3516 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
3517 <li><a href="h_folder_save">Folder Select for Save Explained</a>
3518 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
3519 <li><a href="h_config_change_your_from">From Address, Changing</a>
3520 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
3521 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
3522 <li><a href="h_common_goto">Goto Command</a>
3523 <li><a href="h_common_hdrmode">HdrMode Command</a>
3524 <li><a href="h_mainhelp_pinehelp">Help</a>
3525 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
3526 <li><a href="h_folder_maint">Help for Folder List</a>
3527 <li><a href="h_valid_folder_names">IMAP</a>
3528 <li><a href="h_ge_import">Import File Selection</a>
3529 <li><a href="h_mainhelp_index">Index of Messages</a>
3530 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
3531 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
3532 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
3533 <li><a href="h_info_on_mbox">Information on mbox driver</a>
3534 <li><a href="h_mainhelp_intro">Introduction</a>
3535 <li><a href="h_main_journal">Journal Command</a>
3536 <li><a href="h_common_jump">Jump Command</a>
3537 <li><a href="h_compose_justify">Justify Command</a>
3538 <li><a href="h_main_kblock">Keyboard Lock Command</a>
3539 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
3540 <li><a href="h_mainhelp_ldap">LDAP</a>
3541 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
3542 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
3543 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
3544 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
3545 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
3546 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
3547 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
3548 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
3549 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
3550 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
3551 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
3552 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
3553 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
3554 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
3555 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
3556 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
3557 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
3558 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
3559 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
3560 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
3561 <li><a href="h_ldap_view">LDAP Response View Explained</a>
3562 <li><a href="h_maildrop">Mail Drop: What is it?</a>
3563 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
3564 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
3565 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
3566 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
3567 <li><a href="h_common_index">Message Index Command</a>
3568 <li><a href="h_mainhelp_mouse">Mouse</a>
3569 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
3570 <li><a href="new_user_greeting">NEW USER GREETING</a>
3571 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
3572 <li><a href="h_mainhelp_readingnews">News Reading</a>
3573 <li><a href="h_folder_subscribe">Newsgroup Subcribe Screen explained</a>
3574 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
3575 <li><a href="h_common_nextnew">NextNew Command</a>
3576 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
3577 <li><a href="h_mainhelp_readingnews">NNTP</a>
3578 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
3579 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
3580 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
3581 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
3582 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
3583 <li><a href="h_config_color_style">OPTION: Color Style</a>
3584 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
3585 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
3586 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
3587 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
3588 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
3589 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
3590 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
3591 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
3592 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
3593 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
3594 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
3595 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
3596 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
3597 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
3598 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
3599 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
3600 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
3601 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
3602 <li><a href="h_config_file_dir">OPTION: File Directory</a>
3603 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
3604 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
3605 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
3606 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
3607 <li><a href="h_config_font_name">OPTION: Font Name</a>
3608 <li><a href="h_config_font_size">OPTION: Font Size</a>
3609 <li><a href="h_config_font_style">OPTION: Font Style</a>
3610 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
3611 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
3612 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
3613 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
3614 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
3615 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
3616 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
3617 <li><a href="h_config_psleep">OPTION: <!--#echo var="VAR_mailcap-check-interval"--></a>
3618 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
3619 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
3620 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
3621 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
3622 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
3623 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
3624 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
3625 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
3626 <li><a href="h_config_index_color">OPTION: Index Colors</a>
3627 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
3628 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
3629 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
3630 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
3631 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
3632 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
3633 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
3634 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
3635 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
3636 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
3637 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
3638 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
3639 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
3640 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
3641 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
3642 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
3643 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
3644 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
3645 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
3646 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
3647 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
3648 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
3649 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
3650 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
3651 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
3652 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
3653 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
3654 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
3655 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
3656 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
3657 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
3658 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
3659 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
3660 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
3661 <li><a href="h_config_pat_old">OPTION: Patterns</a>
3662 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
3663 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
3664 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
3665 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
3666 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
3667 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
3668 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
3669 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
3670 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
3671 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
3672 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
3673 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
3674 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
3675 <li><a href="h_config_printer">OPTION: Printer</a>
3676 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
3677 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
3678 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
3679 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
3680 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
3681 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
3682 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
3683 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
3684 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
3685 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
3686 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
3687 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
3688 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
3689 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
3690 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
3691 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
3692 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
3693 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
3694 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
3695 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
3696 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
3697 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
3698 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
3699 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
3700 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
3701 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
3702 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
3703 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
3704 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
3705 <li><a href="h_config_status_color">OPTION: Status Color</a>
3706 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
3707 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
3708 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
3709 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
3710 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
3711 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
3712 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
3713 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
3714 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
3715 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
3716 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
3717 <li><a href="h_config_title_color">OPTION: Title Color</a>
3718 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
3719 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
3720 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
3721 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
3722 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
3723 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
3724 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
3725 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
3726 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
3727 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
3728 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
3729 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
3730 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
3731 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
3732 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
3733 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
3734 <li><a href="h_config_window_position">OPTION: Window-Position</a>
3735 <li><a href="h_mainhelp_patterns">Patterns</a>
3736 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
3737 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
3738 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
3739 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
3740 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
3741 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
3742 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
3743 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
3744 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
3745 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
3746 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
3747 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
3748 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
3749 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
3750 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
3751 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
3752 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
3753 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
3754 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
3755 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
3756 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
3757 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
3758 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
3759 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
3760 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
3761 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
3762 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
3763 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
3764 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
3765 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
3766 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
3767 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
3768 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
3769 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
3770 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
3771 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
3772 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
3773 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
3774 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
3775 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
3776 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
3777 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
3778 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
3779 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
3780 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
3781 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
3782 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
3783 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
3784 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
3785 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
3786 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
3787 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
3788 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
3789 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
3790 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
3791 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
3792 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
3793 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
3794 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
3795 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
3796 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
3797 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
3798 <li><a href="h_common_pipe">Pipe Command</a>
3799 <li><a href="h_valid_folder_names">POP</a>
3800 <li><a href="h_common_postpone">Postpone Command</a>
3801 <li><a href="h_common_print">Print Command</a>
3802 <li><a href="h_mainhelp_readingnews">Reading News</a>
3803 <li><a href="h_news">RELEASE NOTES for Alpine</a>
3804 <li><a href="h_mainhelp_roles">Roles</a>
3805 <li><a href="h_role_select">ROLES SCREEN</a>
3806 <li><a href="h_compose_readfile">Read File Command</a>
3807 <li><a href="h_mainhelp_reading">Reading Messages</a>
3808 <li><a href="h_main_release_notes">Release Notes Command</a>
3809 <li><a href="h_common_reply">Reply and Forward Commands</a>
3810 <li><a href="h_compose_richhdr">Rich Header Command</a>
3811 <li><a href="h_common_role">Role Command</a>
3812 <li><a href="h_mainhelp_smime">S/MIME</a>
3813 <li><a href="h_index_cmd_select">Searching for Messages</a>
3814 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
3815 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
3816 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
3817 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
3818 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
3819 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
3820 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
3821 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
3822 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
3823 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
3824 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
3825 <li><a href="h_common_save">Save and Export Commands</a>
3826 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
3827 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
3828 <li><a href="h_compose_send">Send Command</a>
3829 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
3830 <li><a href="h_main_setup">Setup Command</a>
3831 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
3832 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
3833 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
3834 <li><a href="h_mainhelp_smime">S/MIME</a>
3835 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
3836 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
3837 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
3838 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
3839 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
3840 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
3841 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
3842 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
3843 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
3844 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
3845 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
3846 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
3847 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
3848 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
3849 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
3850 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
3851 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
3852 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
3853 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
3854 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
3855 <li><a href="h_index_cmd_sort">Sort Command</a>
3856 <li><a href="h_compose_spell">Spell Check Command</a>
3857 <li><a href="h_common_suspend">Suspend Command</a>
3858 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
3859 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
3860 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
3861 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
3862 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
3863 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
3864 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
3865 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
3866 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
3867 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
3868 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
3869 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
3870 <li><a href="h_common_take">TakeAddr Command</a>
3871 <li><a href="h_mainhelp_status">Titlebar Line</a>
3872 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
3873 <li><a href="h_config_usenone_color">Use None Color</a>
3874 <li><a href="h_config_usenormal_color">Use Normal Color</a>
3875 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
3876 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
3877 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
3878 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
3879 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
3880 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
3881 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
3882 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
3883 </UL>
3886 &lt;End of Help Index&gt;
3887 </BODY>
3888 </HTML>
3891 ============== h_config_remote_config =============
3892 <HTML>
3893 <HEAD>
3894 <TITLE>Remote Configuration</TITLE>
3895 </HEAD>
3896 <BODY>
3897 <H1>Remote Configuration</H1>
3899 You may use the command line argument &quot;-p pinerc&quot; to tell
3900 Alpine to use a non-default configuration file.
3901 There are two types of storage for configuration information.
3902 <EM>Local</EM> configuration files are used by default.
3903 These are just regular files on the UNIX system or on the PC.
3904 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
3905 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
3906 <EM>Remote</EM> configuration folders are stored on an IMAP server.
3907 The advantage of using a remote configuration is that the same information
3908 may be accessed from multiple platforms.
3909 For example, if you use one computer at work and another at home, the same
3910 configuration could be used from both places.
3911 A configuration change from one place would be seen in both places.
3912 To use a remote configuration you simply give a
3913 <A HREF="h_valid_folder_names">remote folder name</A>
3914 as the argument to the &quot;-p&quot; command line option.
3915 The command line might look something like:
3917 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
3919 If there are special characters in the command shell you use, you may need to
3920 quote the last argument (to protect the curly braces from the shell).
3921 The command might look like:
3923 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
3925 You should choose a folder name for a folder that does not yet exist.
3926 It will be created containing an empty configuration.
3927 Do not use a folder that you wish to store regular mail messages in.
3929 The Setup/RemoteConfigSetup command will help you convert from a local
3930 configuration to a remote configuration.
3931 It will create a remote configuration for you and copy your current local
3932 configuration to it.
3933 It will also help you convert local address books into remote address books
3934 and local signature files into literal signatures contained in the
3935 remote configuration file.
3937 If the Setup/RemoteConfigSetup command doesn't do what you want, you
3938 may copy a local pinerc file to a remote configuration folder by hand
3939 by using the command line option &quot;-copy_pinerc&quot;.
3941 Another command line option, which is somewhat related to remote
3942 configuration, is the option &quot;-x exceptions_config&quot;.
3943 The configuration settings in the exceptions configuration override
3944 your default settings.
3945 It may be useful to store the default configuration (the -p argument) remotely
3946 and to have the exceptions configuration stored in a local file.
3947 You might put generic configuration information in the remote configuration
3948 and platform-specific configuration on each platform in the exceptions
3949 configuration.
3950 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
3951 can be either remote folders or local files.
3953 There is another command line argument that works only with PC-Alpine and
3954 which may prove useful when using a remote configuration.
3955 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
3956 to store your local auxiliary files.
3957 This only has an effect if your configuration file is remote.
3958 Some examples of auxiliary files are debug files, address book files, and
3959 signature files.
3961 &lt;End of help on this topic&gt;
3962 </BODY>
3963 </HTML>
3964 ============== h_config_exceptions =============
3965 <HTML>
3966 <HEAD>
3967 <TITLE>Generic and Exceptional Configuration</TITLE>
3968 </HEAD>
3969 <BODY>
3970 <H1>Generic and Exceptional Configuration</H1>
3972 If you use Alpine from more than one platform it may be convenient
3973 to split your configuration information into two pieces, a generic piece
3974 and exceptions that apply to a particular platform.
3975 For example, suppose you use Alpine from home and from work.
3976 Most of your configuration settings are probably the
3977 same in both locations, so those settings belong in the generic settings
3978 configuration.
3979 However, you may use a different SMTP server and INBOX
3980 from home than you do from work.
3982 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
3984 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
3985 options could be
3986 part of your exceptional configuration so that they could be different in the
3987 two places.
3989 The command line option &quot;-x exceptions_config&quot;
3990 may be used to split your configuration into generic and exceptional pieces.
3991 &quot;Exceptions_config&quot; may be either local or remote.
3992 The regular Alpine configuration file will contain the generic data, and
3993 &quot;exceptions_config&quot; will contain the exceptional data.
3995 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
3996 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
3997 in the same local directory that the regular config file is located in (usually
3998 the Unix home directory).
3999 If the regular config file is remote (because the command line option
4000 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
4001 directory for &quot;<CODE>.pinercex</CODE>&quot;.
4002 If the file does not already exist then no exceptions will be used.
4003 You can force exceptions to be used by using the &quot;-x&quot; option or
4004 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
4006 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
4007 PC-Alpine will use the value of the
4008 environment variable <CODE>$PINERCEX</CODE>.
4009 If that is not set, PC-Alpine will look for
4010 the local file &quot;<CODE>PINERCEX</CODE>&quot;
4011 in the same local directory that the regular config file is located in.
4012 If the regular config file is remote (because the command line option
4013 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
4014 local directory specified by the &quot;-aux local_directory&quot; command
4015 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
4016 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
4018 When you have an exception configuration there is a new command
4019 in the Alpine Setup screen, Setup/eXceptions.
4020 It toggles between exceptions and the regular configuration.
4021 This is the usual way to make changes in your exceptional configuration data.
4022 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
4023 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
4024 for Config or &quot;K&quot; for Kolor.
4026 For most people, splitting the configuration information into two pieces is
4027 going to be most useful if the generic information is accessed
4028 <A HREF="h_config_remote_config">remotely</A>).
4029 That data will be the same no matter where you access it from and if you
4030 change it that change will show up everywhere.
4031 The exceptional data will most commonly be in a local file, so that the
4032 contents may easily be different on each computing platform used.
4034 If you already have a local configuration file with settings you like
4035 you may find that the command Setup/RemoteConfigSetup is useful
4036 in helping you convert to a remote configuration.
4037 The command line flag &quot;-copy_pinerc&quot;
4038 may also be useful.
4040 &lt;End of help on this topic&gt;
4041 </BODY>
4042 </HTML>
4043 ============== h_config_inheritance =============
4044 <HTML>
4045 <HEAD>
4046 <TITLE>Configuration Inheritance</TITLE>
4047 </HEAD>
4048 <BODY>
4049 <H1>Configuration Inheritance</H1>
4051 Configuration inheritance is a power user feature.
4052 It is confusing and not completely supported by the configuration
4053 user interface.
4054 We start with an explanation of how configuration works in hopes of making
4055 it easier to describe how inheritance works.
4057 Alpine uses a hierarchy of configuration values from different locations.
4058 There are five ways in which each configuration option (configuration
4059 variable) can be set.
4060 In increasing order of precedence they are:
4062 <OL>
4063 <LI> the system-wide configuration file.
4065 <LI> the personal configuration file
4067 <LI> the personal exceptions file
4069 <LI> a command line argument
4071 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
4072 </OL>
4074 The fixed configuration file is normally
4075 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
4077 The system-wide configuration file is normally
4078 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
4079 set for PC-Alpine.
4080 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
4081 is used for the system-wide configuration.
4082 This location can be set or changed on the command line with the -P flag.
4083 The system-wide configuration file can be either a local file or a
4084 remote configuration folder.
4086 For Unix Alpine, the personal configuration file is normally the file
4087 <CODE>.pinerc</CODE> in the user's home directory.
4088 This can be changed with the -p command line flag.
4089 For PC-Alpine, the personal configuration file is in
4090 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
4091 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
4092 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
4093 This can be changed with the -p command line flag.
4094 If -p is used, the configuration data may be in a local file or a remote config
4095 folder.
4097 For Unix Alpine, the personal exceptions configuration file is named
4098 <CODE>.pinercex</CODE> and is in the same directory as the personal
4099 configuration file, if that configuration file is not remote, and is in
4100 the home directory if the personal configuration file is remote.
4101 If the file exists, then exceptions are turned on.
4102 If it doesn't, then you are not using exceptions.
4103 Alternatively, you may change the location of the exceptions configuration
4104 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4105 Like the personal configuration data, exceptions_config may be
4106 either local or remote.
4108 For PC-Alpine, the personal exceptions configuration file is named
4109 <CODE>PINERCEX</CODE> and is in the same directory as the personal
4110 configuration file unless the personal configuration file is remote.
4111 In that case, it is in the local directory specfied by the
4112 &quot;-aux local_directory&quot; command line argument.
4113 (In the case that the personal configuration is remote and there is no
4114 &quot;-aux&quot; command line argument, Alpine searches for
4115 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
4116 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
4117 If the file exists, then exceptions are turned on.
4118 If it doesn't, then you are not using exceptions.
4119 You may change the location of the exceptions configuration
4120 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4121 or with the
4122 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
4123 option).
4125 To reiterate, the value of a configuration option is taken from the
4126 last location in the list above in which it is set.
4127 Or, thinking about it slightly differently, a default value for an option
4128 is established in the system-wide configuration file (or internally by Alpine
4129 if there is no value in the system-wide file).
4130 That default remains in effect until and unless it is overridden by a value in a
4131 location further down the list, in which case a new &quot;default&quot;
4132 value is established.
4133 As we continue down the list of locations we either retain the
4134 value at each step or establish a new value.
4135 The value that is still set after going through the whole list of
4136 configuration locations is the one that is used.
4138 So, for example, if an option is set in the system-wide configuration
4139 file and in the personal configuration file, but is not set in the
4140 exceptions, on the command line, or in the fixed file; then the value
4141 from the personal configuration file is the one that is used.
4142 Or, if it is set in the system-wide config, in the personal config, not
4143 in the exceptions, but is set on the command line; then the value
4144 on the command line is used.
4146 Finally we get to inheritance.
4147 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
4148 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
4149 the inheritance mechanism makes it possible to <EM>combine</EM>
4150 the values from different locations instead of <EM>replacing</EM> the value.
4151 This is true of all configuration lists other than the &quot;Feature-List&quot;,
4152 for which you may already set whatever you want at
4153 any configuration location (by using the &quot;no-&quot; prefix if
4154 necessary).
4156 To use inheritance, set the first item in a configuration list to the
4157 token &quot;INHERIT&quot;, without the quotes.
4158 If the first item is &quot;INHERIT&quot;,
4159 then instead of replacing the default value established so far, the rest of
4160 the list is appended to the default value established so far and that is
4161 the new value.
4163 Here is an example which may make it clearer. Suppose we have:
4165 <PRE>
4166  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4167  Personal config    :   smtp-server = INHERIT, mysmtp.home
4168  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
4169  Command line       :   smtp-server = &lt;No Value Set&gt;
4170  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4171 </PRE>
4174 This would result in an effective smtp-server option of
4176 <PRE>
4177  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
4178 </PRE>
4180 The &quot;INHERIT&quot; token can be used in any of the configuration files
4181 and the effect cascades.
4182 For example, if we change the above example to:
4184 <PRE>
4185  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4186  Personal config    :   smtp-server = INHERIT, mysmtp.home
4187  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4188  Command line       :   smtp-server = &lt;No Value Set&gt;
4189  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4190 </PRE>
4193 This would result in:
4195 <PRE>
4196  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
4197 </PRE>
4199 Unset variables are skipped over (the default value is carried forward) so
4200 that, for example:
4202 <PRE>
4203  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4204  Personal config    :   smtp-server = &lt;No Value Set&gt;
4205  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4206  Command line       :   smtp-server = &lt;No Value Set&gt;
4207  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4208 </PRE>
4211 produces:
4213 <PRE>
4214  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
4215 </PRE>
4218 If any later configuration location has a value set (for a particular list
4219 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
4220 then that value replaces whatever value has been defined up to that point.
4221 In other words, that cancels out any previous inheritance.
4223 <PRE>
4224  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4225  Personal config    :   smtp-server = INHERIT, mysmtp.org
4226  Exceptions config  :   smtp-server = yoursmtp.org
4227  Command line       :   smtp-server = &lt;No Value Set&gt;
4228  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4229 </PRE>
4232 results in:
4234 <PRE>
4235  smtp-server = yoursmtp.org
4236 </PRE>
4239 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
4240 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
4241 difficult to insert the value &quot;INHERIT&quot; into the list of values
4242 for the option using the normal Setup tools.
4243 In other words, the color setting screen (for example) does not
4244 provide a way to input the text &quot;INHERIT&quot; as the first
4245 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
4246 The way to do this is to either edit the pinerc file directly and manually
4247 insert it, or turn
4248 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
4249 feature and insert it using the Setup/Config screen.
4251 &lt;End of help on this topic&gt;
4252 </BODY>
4253 </HTML>
4254 ============== h_special_xon_xoff =============
4255 <HTML>
4256 <HEAD>
4257 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
4258 </HEAD>
4259 <BODY>
4260 <H1>XOFF/XON Handling within Alpine</H1>
4262 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
4263 and XON) as normal characters, even though Alpine does not use them.
4264 However, the printer, modem, or communication software you are using may
4265 be configured for &quot;software flow control,&quot; which means that
4266 XON/XOFF must be treated as special characters by the operating system.
4267 If you see messages such as &quot;^S not defined for this screen&quot;,
4268 then your system is probably using software flow control. In this case
4269 you will need to set the
4270 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
4271 feature.
4273 If you <EM>do</EM> set this
4274 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
4275 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
4276 and see if that puts things right.  Printing via the
4277 &quot;attached-to-ansi&quot; or 
4278 &quot;attached-to-wyse&quot;
4279 option will automatically enable software
4280 flow-control handling for the duration of the printing.
4282 &lt;End of help on this topic&gt;
4283 </BODY>
4284 </HTML>
4285 ============= h_special_help_nav =============
4286 <HTML>
4287 <HEAD>
4288 <TITLE>Help Text Navigation Explained</TITLE>
4289 </HEAD>
4290 <BODY>
4291 <H1>Help Text Navigation Explained</H1>
4293 Alpine contains extensive context-sensitive help text.   At any point, 
4294 pressing the &quot;?&quot; key will bring up a page of help text
4295 explaining the options available to you.  You can leave the help
4296 text screen and return to normal Alpine operation by pressing
4298 <!--chtml if pinemode="function_key"-->
4299 F3 function
4300 <!--chtml else-->
4301 &quot;E&quot;
4302 <!--chtml endif-->
4303 key to Exit Help at any time.
4306 Within the help screen you might find a word or phrase displayed in 
4307 inverse text and others displayed in bold typeface.  Such words and
4308 phrases are used to tell you Alpine has more information available on
4309 the topic they describe.
4310 The inverted text is the &quot;selected&quot; topic.  
4311 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
4312 displayed in bold type
4313 is &quot;selected&quot;.
4314 Hit the Return key to display the information Alpine has available on that
4315 topic.  While viewing such additional information, the 
4316 <!--chtml if pinemode="function_key"-->
4317 F3 function
4318 <!--chtml else-->
4319 &quot;P&quot;
4320 <!--chtml endif-->
4321 key will return you to the previous help screen, and the
4322 <!--chtml if pinemode="function_key"-->
4323 F2 function
4324 <!--chtml else-->
4325 &quot;E&quot;
4326 <!--chtml endif-->
4327 key will Exit the Help system altogether.
4330 The "N" command will tell you the internal name of the help text you are 
4331 reading each time, so that you can send this name in the text of a message 
4332 and create a direct link to that internal help using the x-pine-help URL 
4333 scheme. For example, the direct link to this item is 
4334 x-pine-help:h_special_help_nav. If you add this text to a message, then
4335 a person using Pine to read such message would have a direct link to this
4336 help text.
4339 When you are finished reading this help text, you can press the
4340 <!--chtml if pinemode="function_key"-->
4341 F3 function
4342 <!--chtml else-->
4343 &quot;P&quot;
4344 <!--chtml endif-->
4345 key to return to the previously displayed help text.
4348 &lt;End of help on this topic&gt;
4349 </BODY>
4350 </HTML>
4351 ============= h_special_list_commands =============
4352 <HTML>
4353 <HEAD>
4354 <TITLE>Email List Commands Explained</TITLE>
4355 </HEAD>
4356 <BODY>
4357 <H1>Email List Commands Explained</H1>
4359 Electonic mail lists provide a way for like-minded users to join in
4360 discussions on topics of interest.  The email list itself is 
4361 represented by a
4362 single address that participants send messages to when they have
4363 something of interest to share with other members of the list.  The
4364 receiving computer then, either automatically or after review by the
4365 list's owner (or moderator), sends a copy of that message to each
4366 member of the list.
4369 Usually, subscribing and unsubscribing is done by sending requests in
4370 an email message to a special address setup to handle managing list
4371 membership.  Often this is the name of the list followed by
4372 <I>-request</I>.  This address is almost <EM>never</EM> the same as
4373 the address used to send messages to the list.
4376 Unfortunately, email list participation commands are more a matter
4377 of convention than standard, and thus may vary from list to list.
4378 Increasingly, list management software is adding information to
4379 the copy of the postings as they're copied to the list members that
4380 explains how to do the various list management functions.
4383 Alpine will recognize this information and offer the management commands
4384 they represent in a simple display. One or more of the following
4385 operations will be made available:
4387 <DL>
4388 <DT>Help</DT>
4389 <DD>
4390 A method to get help on subscribing, unsubscribing, 
4391 an explanation of what the list is about, or special instructions
4392 for participation.  This may be in the form of a reply in response
4393 to an email message, or instructions on how to connect to a Web site.
4394 </DD>
4396 <DT>Unsubscribe</DT>
4397 <DD>
4398 A method to get your email addressed removed from the list of
4399 recipients of the email list.
4400 </DD>
4402 <DT>Subscribe</DT>
4403 <DD>
4404 A method to get your email address added to the list of recipients
4405 of the email list.  It may be in the form of a message sent to 
4406 a special address or you may be connected to a web site.
4407 <DD>
4408 </DD>
4410 <DT>Post</DT>
4411 <DD>
4412 A method used to post to the email list.  However, it might also 
4413 indicate that no posting is allowed directly to the list.
4414 </DD>
4416 <DT>Owner</DT>
4417 <DD>
4418 A method to contact the list owner for special questions you might
4419 have regarding the list.
4420 </DD>
4422 <DT>Archive</DT>
4423 <DD>
4424 A method to view an archive of previous messages posted to the list.
4425 This may be in the form of a mail folder on a remote computer, an
4426 IMAP mailbox or even a Web site.
4427 </DD>
4428 </DL>
4431 &lt;End of help on this topic&gt;
4432 </BODY>
4433 </HTML>
4434 ============= h_quota_command =============
4435 <HTML>
4436 <HEAD>
4437 <TITLE>Quota Screen Explained</TITLE>
4438 </HEAD>
4439 <BODY>
4440 <H1>Quota Screen Explained</H1>
4442 <P> This screen summarizes the quota report for this mailbox in the
4443 IMAP server. For each resource that you have a quota, this reports summarizes
4444 its use and limit.
4446 <P> Your IMAP server administrator may have set a quota based either on 
4447 the total size of your mailbox (STORAGE), or the number of messages in 
4448 your mailbox (MESSAGES), or some other criteria. This will be reported
4449 to you indicating the type of quota, its total use and its limit.
4451 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
4452 1024 bytes. Each of the characters that you see in this help text is one 
4453 byte, and this help text is about 1 kibibyte in size. Small messages sent 
4454 by Alpine are normally less than 4 kibibytes in size (which includes 
4455 headers and text). Other email programs may send messages with bigger 
4456 sizes when they send messages, since they send plain text and an 
4457 alternative part in HTML.
4459 <P> A convenient way to save space for the STORAGE type of quota is by 
4460 deleting attachments. This is done on each individual message by pressing 
4461 the &quot;V&quot; command while reading the message text, then moving the cursor 
4462 to the position of the attachment that is to be deleted, then pressing
4463 &quot;D&quot; to delete such attachment, going back to reading the 
4464 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
4465 save the message in the same folder you are reading from. The saved 
4466 message will not have the attachment that was marked deleted. Now you
4467 can delete and expunge the message with the unwanted attachment.
4470 &lt;End of help on this topic&gt;
4471 </BODY>
4472 </HTML>
4473 ============= h_mail_thread_index =============
4474 <HTML>
4475 <HEAD>
4476 <TITLE>THREAD INDEX COMMANDS</TITLE>
4477 </HEAD>
4478 <BODY>                 
4479 <H1>THREAD INDEX COMMANDS</H1>
4480 <!--chtml if pinemode="function_key"-->
4481 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>
4482 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
4483 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>
4484 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>
4485 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>
4486 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>
4487 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>
4488 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>
4489 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>
4490 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>
4491 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>
4492 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>
4493 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>
4494 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>
4495 <BR>
4496 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4497 -----------------------------<BR>
4498 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>
4499 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>
4500 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>
4501 <BR>
4502 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4503 -----------------------------<BR>
4504 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
4505 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
4506 <BR>
4507 <!--chtml else-->
4508 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>
4509 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
4510 &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>
4511 &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>
4512 &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>
4513 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>
4514 &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>
4515 &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>
4516 &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>
4517 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>
4518 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
4519 <BR>
4520 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
4521 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
4522 &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>
4523 &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>
4524 &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>
4525 &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>
4526 &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>
4527 &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>
4528 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
4529 <!--chtml endif-->
4532 NOTE:
4533 <OL>
4534  <LI>For help on a particular command, highlight the bold text associated
4535 with it above and hit Return.
4536  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4537 </OL>
4539 <H2>Description of the THREAD INDEX Screen</H2>
4541 The THREAD INDEX displays summary information from each
4542 thread (conversation) in the current folder.
4543 This is useful if you want to quickly
4544 scan new threads, or find a particular thread without having to go
4545 through the text of each message, or to quickly get rid of junk
4546 threads, etc.
4547 The current thread is always highlighted.
4548 Each line of the THREAD INDEX contains the following columns: <P>
4549 <DL>
4550  <DT>STATUS:</DT>
4551  <DD> The markings on the left side of the thread tell you about its
4552 status.  You may see one or more of the following codes on any given
4553 thread:
4554 <UL>
4555   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
4556   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
4557   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
4558   <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.
4559   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
4560         message in the thread was sent to you as a cc:. This symbol will only show up if
4561         the feature
4562         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
4563   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
4564         &quot;select&quot; command.  (Some systems may optionally allow selected
4565         messages to be denoted by the index line being displayed in bold
4566         type instead.)
4567   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
4568       to mark at least one message in this thread as &quot;important&quot;.
4569 </UL></DD><P>
4571  <DT>THREAD NUMBER:</DT>
4572  <DD>Threads in a folder are numbered, from one through the number
4573 of threads in the folder, to help you know where you are in the folder.
4574 </DD><P>
4576  <DT>DATE STARTED:</DT>
4577  <DD>The date the thread was started. This is actually from the Date header
4578 of the first message in the thread. It doesn't take different time zones
4579 into account.</DD><P>
4581  <DT>WHO STARTED THE THREAD:</DT>
4582  <DD>This is usually the name of the sender of the first message in the thread, taken from
4583 the From header of the message.
4584 If there is no personal name given in that
4585 address, then the email address is used instead.
4586 If the message is from you (or from one of your
4587 <A HREF="h_config_alt_addresses">alternate addresses</A>),
4588 then the recipient's name is shown here instead, with the characters
4589 &quot;To: &quot; inserted before the name.
4590 (The idea of this is that if you started the thread you would rather see who
4591 the mail was sent to instead of that the mail was from you.)
4592 In Newsgroups, if you are
4593 the sender and there are no email recipients, the newsgroup name will be
4594 listed after the &quot;To: &quot;.
4595 </DD><P>
4597  <DT>SIZE:</DT>
4598  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
4600  <DT>SUBJECT:</DT>
4601  <DD>As much of the thread's subject line as will fit on the screen.
4602 This is the subject of the first message in the thread.</DD>
4603 </DL>
4605 <P><UL>
4606 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
4607 </UL>
4609 &lt;End of help on this topic&gt;
4610 </BODY>
4611 </HTML>
4612 ============= h_mail_index =============
4613 <HTML>
4614 <HEAD>
4615 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
4616 </HEAD>
4617 <BODY>                 
4618 <H1>MESSAGE INDEX COMMANDS</H1>
4619 <!--chtml if pinemode="function_key"-->
4620 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>
4621 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
4622 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>
4623 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>
4624 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>
4625 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>
4626 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>
4627 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>
4628 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>
4629 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>
4630 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>
4631 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>
4632 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>
4633 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>
4634 <BR>
4635 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4636 -----------------------------<BR>
4637 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>
4638 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>
4639 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>
4640 <BR>
4641 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4642 -----------------------------<BR>
4643 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
4644 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>
4645 <BR>
4646 <!--chtml else-->
4647 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>
4648 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
4649 &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>
4650 &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>
4651 &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>
4652 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>
4653 &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>
4654 &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>
4655 &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>
4656 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>
4657 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
4658 Miscellaneous&nbsp;Operations<BR>
4659 ------------------------<BR>
4660 &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>
4661 &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>
4662 &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>
4663 &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>
4664 &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>
4665 &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>
4666 &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>
4667 &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>
4668 <!--chtml endif-->
4671 NOTE:
4672 <OL>
4673  <LI>For help on a particular command, highlight the bold text associated
4674 with it above and hit Return.
4675  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4676 </OL>
4678 <H2>Description of the MESSAGE INDEX Screen</H2>
4680 The MESSAGE INDEX displays summary information from each
4681 message in the current folder.
4682 This is useful if you want to quickly
4683 scan new messages, or find a particular message without having to go
4684 through the text of each message, or to quickly get rid of junk
4685 messages, etc.
4687 The current message is always highlighted
4688 and many commands operate on the current message.
4689 For example, the Delete command will delete the current message.
4690 If the folder is sorted by either Threads or OrderedSubject, then, depending
4691 on some of your configuration settings, a single line in the index may
4692 refer to an entire thread or to a subthread.
4693 If that is the case, then the commands that normally operate on the current
4694 message will operate on the thread or subthread instead.
4695 For example, the Delete command will delete the whole collapsed thread
4696 instead of just a single message.
4698 Each line of the MESSAGE INDEX contains the following columns (by default -- 
4699 you can change this with the 
4700 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
4701 in the SETUP CONFIGURATION screen): <P>
4702 <DL>
4703  <DT>STATUS:</DT>
4704  <DD> The markings on the left side of the message tell you about its
4705 status.  You may see one or more of the following codes on any given
4706 message:
4707 <UL>
4708   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
4709          yet eXpunged the folder.
4710   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
4711   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
4712          to be answered.
4713   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
4714          forward a message.
4715   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
4716         directly to your account, your copy is not part of a cc: or a
4717         mailing list.
4718   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
4719         message was sent to you as a cc:. This symbol will only show up if
4720         the feature
4721         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
4722   <LI> &quot;X&quot; for selected.  You have selected the message by using the
4723         &quot;select&quot; command.  (Some systems may optionally allow selected
4724         messages to be denoted by the index line being displayed in bold
4725         type.)
4726   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
4727       to mark this message as &quot;important&quot;.
4728 </UL></DD><P>
4730  <DT>MESSAGE NUMBER:</DT>
4731  <DD>Messages in a folder are numbered, from one through the number
4732 of messages in the folder, to help you know where you are in the folder.
4733 These numbers are always in increasing order, even if you sort the folder
4734 in a different way.</DD><P>
4736  <DT>DATE SENT:</DT>
4737  <DD>The date the message was sent.  By default, messages are
4738 ordered by arrival time, not by date sent.  Most of the time, arrival time
4739 and date sent (effectively departure time) are similar.  Sometimes,
4740 however, the index will appear to be out of order because a message took a
4741 long time in delivery or because the sender is in a different time
4742 zone than you are. This date is just the date from the Date header
4743 field in the message.</DD><P>
4745  <DT>WHO SENT THE MESSAGE:</DT>
4746  <DD>This is usually the name of the sender of the message, taken from
4747 the From header of the message.
4748 If there is no personal name given in that
4749 address, then the email address is used instead.
4750 If the message is from you (or from one of your
4751 <A HREF="h_config_alt_addresses">alternate addresses</A>),
4752 then the recipient's name is shown here instead, with the characters
4753 &quot;To: &quot; inserted before the name.
4754 (The idea of this is that if you sent the mail you would rather see who
4755 the mail was sent to instead of that the mail was from you.
4756 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
4757 above.
4758 In particular, use the FROM token or the FROMORTONOTNEWS token
4759 in place of the FROMORTO token.)
4760 In Newsgroups, if you are
4761 the sender and there are no email recipients, the newsgroup name will be
4762 listed after the &quot;To: &quot;. </DD><P>
4764  <DT>SIZE:</DT>
4765  <DD>The number in parentheses is the number of characters in the message.
4766 It may have a suffix of K, M, or G which means the number should be
4767 multiplied by one thousand, one million, or one billion to get the
4768 size of the message.</DD><P>
4770  <DT>SUBJECT:</DT>
4771  <DD>As much of the message's subject line as will fit on the screen.</DD>
4772 </DL>
4774 <P><UL>
4775 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
4776 </UL>
4778 &lt;End of help on this topic&gt;
4779 </BODY>
4780 </HTML>
4781 ============= h_mail_view ========================
4782 <HTML>
4783 <HEAD>
4784 <TITLE>MESSAGE TEXT SCREEN</TITLE>
4785 </HEAD>
4786 <BODY>
4787 <H1>MESSAGE TEXT SCREEN</H1>
4788 <!--chtml if pinemode="function_key"-->
4789 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>
4790 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
4791 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>
4792 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>
4793 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>
4794 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>
4795 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>
4796 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>
4797 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>
4798 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>
4799 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>
4800 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>
4801 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>
4802 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>
4803 <BR>
4804 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4805 ------------------------------<BR>
4806 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
4807 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
4808 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
4809 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
4810 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
4811 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
4812 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
4813 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
4814 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
4815 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
4816 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
4817 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
4818 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4819 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
4820 <!--chtml else-->
4821 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
4822 ---------------------------------<BR>
4823 <BR>
4824 &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>
4825 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>
4826 &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>
4827 &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>
4828 &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>
4829 &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>
4830 &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>
4831 &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>
4832 &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>
4833 <BR>
4834 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
4835 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
4836 &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>
4837 &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>
4838 &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>
4839 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>
4840 <BR>
4841 General&nbsp;Alpine&nbsp;Commands<BR>
4842 ---------------------<BR>
4843 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
4844 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
4845 &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>
4846 &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>
4847 &nbsp;&nbsp;&nbsp;&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>
4848 <!--chtml endif-->
4851 NOTE:
4852 <OL>
4853  <LI>For help on a particular command, highlight the bold text associated
4854 with it above and hit Return.
4855  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4856 </OL>
4858 <H2>Description of the MESSAGE TEXT Screen</H2>
4860 The top line of the view message screen displays status
4861 information about the currently open collection and folder and about the
4862 current message.  It shows the name of the collection in angle brackets
4863 and then the name of the folder.  The line also displays the number
4864 of messages in the folder, the number of the current message and the
4865 percentage of the current message that has been displayed on the screen.
4866 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
4867 right corner.
4868 If the message has been answered (but not deleted) &quot;ANS&quot; will show
4869 in the corner.
4872 NOTE: to rapidly move to the end of a message, hit the
4873 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
4874 (or Ctrl-W) key followed
4875 by Ctrl-V.  Similarly,
4876 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
4877 followed by Ctrl-Y will take you to the beginning of
4878 a message.
4880 <H2>Explanation of Alternate Character Sets</H2>
4882 Alpine attempts to stay out of the way so that it won't prevent you from
4883 viewing mail in any character set.  It will simply send the message to
4884 your display device.  If the device is capable of displaying the
4885 message as it was written it will do so.  If not, the display may be
4886 partially or totally incorrect.
4887 If the message contains characters that are not representable in your 
4888 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
4889 variable in your configuration, then a warning message will be printed
4890 to your screen at the beginning of the message display.
4891 It is probably best to use UNIX Alpine in a terminal emulator
4892 capable of displaying UTF-8 characters.
4893 See <A HREF="h_config_char_set">Display Character Set</A> for a little
4894 more information about character set settings.
4896 <P><UL>
4897 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
4898 </UL>
4900 &lt;End of help on this topic&gt;
4901 </BODY>
4902 </HTML>
4903 ======= h_index_cmd_select =======
4904 <HTML>
4905 <HEAD>
4906 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
4907 </HEAD>
4908 <BODY>
4909 <H1>Selecting: Select and WhereIs/Select</H1>
4911 Aggregate operations give you the ability to process a group of messages
4912 at once.  Acting on multiple messages requires two steps: (1) selecting a
4913 set of messages and then; (2) applying a command to that set. The first
4914 part is handled by the select command.  Select allows you to
4915 select messages based on their status (read, answered, etc.), contents,
4916 date, size, or keywords.
4917 You may also select based on one of your Rules or based on threads,
4918 and there are quick options to select a specific message or range of messages,
4919 to select the current message, or to select all messages.
4922 We describe the various selection criteria briefly:
4925 <DL>
4926 <DT>select All</DT>
4927 <DD> Marks all the messages in the folder as selected.
4928 </DD>
4930 <DT>select Cur</DT>
4931 <DD> Selects the currently highlighted message or currently highlighted
4932 set of messages if in a threaded view.
4933 </DD>
4935 <DT>select by Number</DT>
4936 <DD> Select by message number. This may be a comma-separated list instead or
4937 a single entry.
4938 Each element in the list may be either a single message number or a range
4939 of numbers with a dash between the lowest and highest member of the range.
4940 Some examples are 7 to select only message number 7; 2-5 to select messages
4941 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
4942 The word &quot;end&quot; may be used as a substitute for the highest numbered
4943 message in the folder.
4944 If in a separate thread index where the numbers refer to threads instead of
4945 to messages, then you will be selecting all of the messages in the
4946 referenced threads instead of selecting by message number.
4947 </DD>
4949 <DT>select by Date</DT>
4950 <DD> Select by either the date stored in the Date headers of each message,
4951 or by the date when the messages arrived.
4952 This does not adjust for different time zones, but just checks to see what
4953 day the message was sent on.
4954 You may type in a date. If you do, the date should be in the form
4955 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
4956 For example,
4957 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
4959 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
4960 If the date you want is close to the current date, it is probably
4961 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
4962 is displayed, instead of typing in the date yourself.
4963 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
4964 the date of the currently highlighted message. 
4966 There are six possible settings that are selected using the
4967 &quot;^W&nbsp;Toggle When&quot; command.
4968 Three of them select messages based on the Date headers.
4969 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
4970 and &quot;SENT ON&quot;.
4971 SINCE is all messages with the selected date or later.
4972 BEFORE is all messages earlier than the selected date (not including the day
4973 itself).
4974 ON is all messages sent on the selected date.
4975 The other three select messages in the same way but they use the arrival
4976 times of the messages instead of the Date headers included in the messages.
4977 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
4978 and &quot;ARRIVED ON&quot;.
4979 When you save a message from one folder to another the arrival time is
4980 preserved.
4981 </DD>
4983 <DT>select by Text</DT>
4984 <DD> Selects messages based on the message contents.
4985 This allows you to select a set of messages based on whether or not the
4986 message headers or message body contain specified text.
4987 You may look for text in the Subject, the From header,
4988 the To header, or the Cc header.
4989 You may also choose Recipient, which searches for the text in
4990 either the To or the Cc header;
4991 or Participant, which means To or Cc or From.
4992 Besides those specific header searches, you may also search the entire
4993 header and text of the message with &quot;All Text&quot;, or just the
4994 body of the message.
4996 To search for the absence of text, first type the &quot;! Not&quot; command
4997 before typing the specific type of text search.
4998 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
4999 search for all messages that do not contain a particular word in their
5000 Subjects.
5002 If you choose a Subject search, you may use the subject from the current
5003 message by typing the &quot;^X Cur Subject&quot; command.
5004 You may then edit it further if you wish.
5005 For example, you might select the subject of a reply and edit the
5006 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5007 the original message being replied to.
5008 All of the other header searches allow you to use addresses from the
5009 headers of the current message if you want to.
5010 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5011 &quot;^W Cur Cc&quot;.
5012 In each case, if there is more than one address, only the first is offered.
5013 </DD>
5015 <DT>select by Status</DT>
5016 <DD> Selects messages based on their status.
5017 You may select all New, Important, Deleted, Answered, Recent, or Unseen
5018 messages.
5019 Or, if you first type the &quot;! Not&quot; command, you get not New,
5020 or not Important, and so on.
5021 If you select Deleted messages, you will get all messages with their
5022 Deleted flag set.
5023 Likewise for Important messages, all messages that you have flagged as
5024 being Important with the
5025 <A HREF="h_common_flag">Flag</A> command.
5026 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5027 because they try to match what you see on the screen by default.
5028 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5029 and Unanswered.
5030 If you have looked at the message, or deleted it, or answered it; then it
5031 is not considered &quot;New &quot;.
5032 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5034 &quot;Answered&quot; is another one that is a little different.
5035 It means that the message has been Answered <EM>and</EM> is not deleted.
5036 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5037 the opposite of &quot;Answered&quot;!
5038 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5039 both Unanswered <EM>and</EM> not deleted.
5041 The other two types were added later because the special nature of the
5042 New flag was not what was wanted by all users.
5043 New does match what you see in the index by default, but if you use
5044 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5045 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5046 be exactly what you want.
5047 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5048 they are deleted or answered, and
5049 &quot;Recent&quot; selects all of the messages that have been added to
5050 the folder since you started this Alpine session.
5051 (That's not technically quite true. If there are multiple mail clients
5052 reading an IMAP mailbox, each message will be marked as Recent in only
5053 one of the client's sessions.)
5054 </DD>
5056 <DT>select by siZe</DT>
5057 <DD> Selects messages based on their size being smaller than or larger
5058 than the size you specify.
5059 The size is the number of bytes.
5060 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
5061 the number.
5062 For example, 7K is the same as 7000.
5063 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
5064 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
5065 Use the &quot;^W&quot; command to toggle back and forth between Smaller
5066 and Larger.
5067 </DD>
5069 <DT>select by Keyword</DT>
5070 <DD> Selects messages that either have or do not have
5071 (using the &quot;!&nbsp;Not&quot; command)
5072 a particular <A HREF="h_config_keywords">Keyword</A> set.
5073 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
5074 command to select one from your list of keywords.
5076 <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.
5077 </DD>
5079 <DT>select by Rule</DT>
5080 <DD> Selects messages that either match or don't match
5081 (using the &quot;!&nbsp;Not&quot; command)
5082 one of the Rules you have defined.
5083 The most likely method of filling in the Rule is to use the
5084 &quot;^T&nbsp;To&nbsp;List&quot;
5085 command to select one of your Rules.
5086 All of the Rules you have defined will be in the list, including
5087 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
5088 They may not all make sense for this purpose, but they are all there for
5089 flexibility.
5090 You might find it useful to define some rules solely for the purpose
5091 of being used by the Select command.
5092 There is a special category for such Rules. They are called Search Rules.
5094 Unfortunately, Alpine does not allow all possible Rules to be defined.
5095 For example, there is no logical OR operation.
5096 OR is accomplished in the Filter Rules or the other types of Rules by
5097 simply defining two rules, one that matches the first part of the OR
5098 and another that matches the second part.
5099 But you can't do that here, since you only have a single Rule to work with.
5100 Likewise, the order of Rules is usually important.
5101 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5102 a message, then that stops the search for a further match.
5103 This means that you may be confused if you try to use Select by Rule to
5104 check your Filter rules because the order is important when filtering but
5105 is not considered here.
5106 </DD>
5108 <DT>select by tHread</DT>
5109 <DD> Selects all of the messages in the current thread.
5110 </DD>
5111 </DL>
5113 After you have an initial selection, the next and subsequent selection
5114 commands modify the selection.
5115 The select command changes. It first gives
5116 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
5117 &quot;unselect Current&quot;,
5118 &quot;Broaden selection&quot; (implements a logical OR), and
5119 &quot;Narrow selection&quot; (implements a logical AND).
5120 After you choose either Broaden or Narrow, you then choose one of the
5121 selection criteria listed above (by Text or Number or ...).
5122 You may use select as many times as you wish to get the selected set right.
5125 The WhereIs command has a feature (Ctrl-X) to
5126 select all the messages that match the WhereIs search. WhereIs searches
5127 through just the text that appears on the MESSAGE INDEX screen.
5128 This method is often slower than using the select command itself, unless the
5129 line you are looking for is not too far away in the index.
5132 The availability of the aggregate operations commands is determined by the
5133 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5134 Feature-List option in your Alpine
5135 configuration, which defaults to set.
5136 The features
5137 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
5139 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
5140 affect the behavior of the Select command.
5143 &lt;End of help on this topic&gt;
5144 </BODY>
5145 </HTML>
5146 ======= h_select_rule =======
5147 <HTML>
5148 <HEAD>
5149 <TITLE>Select: Rule</TITLE>
5150 </HEAD>
5151 <BODY>
5152 <H1>Select: Rule</H1>
5154 You are selecting messages that either match or don't match
5155 one of the Rules you have defined.
5156 You may either type the nickname of the Rule at the prompt, or use the
5157 &quot;^T&nbsp;To&nbsp;List&quot;
5158 command to select one of your Rules.
5159 All of the Rules you have defined will be in the list, including
5160 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
5161 They may not all make sense for this purpose, but they are all there for
5162 flexibility.
5163 Rules may be added by using the Setup/Rules screen off of the main Alpine
5164 menu.
5166 Unfortunately, Alpine does not allow all possible Rules to be defined.
5167 For example, there is no logical OR operation.
5168 OR is accomplished in the Filter Rules or the other types of Rules by
5169 simply defining two rules, one that matches the first part of the OR
5170 and another that matches the second part.
5171 But you can't do that here, since you only have a single Rule to work with.
5172 Likewise, the order of Rules is usually important.
5173 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5174 a message, then that stops the search for a further match.
5175 This means that you may be confused if you try to use Select by Rule to
5176 check your Filter rules because the order is important when filtering but
5177 is not considered here.
5180 &lt;End of help on this topic&gt;
5181 </BODY>
5182 </HTML>
5183 ======= h_select_text =======
5184 <HTML>
5185 <HEAD>
5186 <TITLE>Select: Text</TITLE>
5187 </HEAD>
5188 <BODY>
5189 <H1>Select: Text</H1>
5191 You are selecting messages based on the contents of the message.
5192 This allows you to select a set of messages based on whether or not the
5193 message headers or message body contain specified text.
5194 You may look for text in the Subject, the From header,
5195 the To header, or the Cc header.
5196 You may also choose Recipient, which searches for the text in
5197 either the To or the Cc header;
5198 or Participant, which means either the To header, or the Cc header,
5199 or the From header.
5200 Besides those specific header searches, you may also search the entire
5201 header and text of the message with &quot;All Text&quot;, or just the
5202 body of the message with &quot;Body&quot;.
5204 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
5205 before typing the specific type of text search.
5206 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5207 search for all messages that do not contain a particular word in their
5208 Subjects.
5210 If you choose a Subject search, you may use the subject from the current
5211 message by typing the &quot;^X Cur Subject&quot; command.
5212 You may then edit it further if you wish.
5213 For example, you might select the subject of a reply and edit the
5214 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5215 the original message being replied to.
5216 All of the other header searches allow you to use addresses from the
5217 headers of the current message if you want to.
5218 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5219 &quot;^W Cur Cc&quot;.
5220 In each case, if there is more than one address, only the first is offered.
5223 &lt;End of help on this topic&gt;
5224 </BODY>
5225 </HTML>
5226 ======= h_select_status =======
5227 <HTML>
5228 <HEAD>
5229 <TITLE>Select: Status</TITLE>
5230 </HEAD>
5231 <BODY>
5232 <H1>Select: Status</H1>
5234 You are selecting messages based on the status of the message.
5235 For example, whether or not the message has been marked Deleted or Important,
5236 or whether or not it has been Answered or is New.
5237 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
5238 opposite: not Deleted, not Important, and so on.
5240 If you select Deleted messages, you will get all messages with their
5241 Deleted flag set.
5242 Likewise for Important messages, all messages that you have flagged as
5243 being Important with the
5244 <A HREF="h_common_flag">Flag</A> command.
5245 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5246 because they try to match what you see on the screen by default.
5247 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5248 and Unanswered.
5249 If you have looked at the message, or deleted it, or answered it; then it
5250 is not considered &quot;New &quot;.
5251 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5253 &quot;Answered&quot; is another one that is a little different.
5254 It means that the message has been Answered <EM>and</EM> is not deleted.
5255 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5256 the opposite of &quot;Answered&quot;!
5257 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5258 both Unanswered <EM>and</EM> not deleted.
5260 (The New and Answered options may seem counter-intuitive.
5261 The reason it is done this way is
5262 because, by default, a Deleted message will show up with the &quot;D&quot;
5263 symbol in the MAIL INDEX screen even if it is New or Answered.
5264 The Delete symbol overrides the New and Answered symbols, because you
5265 usually don't care about the message anymore once you've deleted it.
5266 Similarly, you usually only care about whether a message is Answered or
5267 not if it is not Deleted.
5268 Once it is Deleted you've put it out of your mind.)
5270 The other two options were added later because the special nature of the
5271 New flag was not what was wanted by all users.
5272 New does match what you see in the index by default, but if you use
5273 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5274 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5275 be exactly what you expect.
5276 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5277 they are deleted or answered, and
5278 &quot;Recent&quot; selects all of the messages that have been added to
5279 the folder since you started this Alpine session.
5280 (That's not technically quite true. If there are multiple mail clients
5281 reading an IMAP mailbox, each message will be marked as Recent in only
5282 one of the client's sessions.
5283 That behavior can be convenienent for some purposes, like filtering, but
5284 it isn't usually what you expect when selecting.)
5287 &lt;End of help on this topic&gt;
5288 </BODY>
5289 </HTML>
5290 ======= h_index_cmd_apply =======
5291 <HTML>
5292 <HEAD>
5293 <TITLE>Apply Command</TITLE>
5294 </HEAD>
5295 <BODY>
5296 <H1>Apply Command</H1>
5298 Apply
5299 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
5300 is the second step of most aggregate operations.  Apply
5301 becomes active any time there is a defined set of selected messages.  The
5302 following commands can be applied to a selected message set: delete,
5303 undelete, reply, forward,
5304 <!--chtml if pinemode="os_windows"-->
5305 <!--chtml else--> 
5306 pipe,
5307 <!--chtml endif-->
5308 print, take address, save, export, bounce, and flag.
5311 The behavior of some of these commands in an aggregate sense is not easy to
5312 explain.  Try them out to see what they do.
5313 The feature
5314 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
5315 affects the behavior of the Apply command, as does the feature
5316 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
5319 &lt;End of help on this topic&gt;
5320 </BODY>
5321 </HTML>
5322 ======= h_index_cmd_zoom =======
5323 <HTML>
5324 <HEAD>
5325 <TITLE>ZoomMode Command</TITLE>
5326 </HEAD>
5327 <BODY>
5328 <H1>ZoomMode Command</H1>
5330 Another action you might want to take on a set of selected messages is to
5331 zoom in on them.  Like apply, zoom only becomes active when messages have
5332 been selected.
5333 ZoomMode
5334 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
5335 is a toggle command that allows you to
5336 zoom-in (and only see the selected messages) and zoom-out (to see all
5337 messages in the folder).  Neither apply nor zoom removes the markings that
5338 define the selected set; you need to use a select command in order
5339 to do that.
5342 &lt;End of help on this topic&gt;
5343 </BODY>
5344 </HTML>
5345 ======= h_index_collapse_expand =======
5346 <HTML>
5347 <HEAD>
5348 <TITLE>Collapse/Expand Command</TITLE>
5349 </HEAD>
5350 <BODY>
5351 <H1>Collapse/Expand Command</H1>
5353 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
5354 the folder is sorted by either Threads or OrderedSubject, and the
5355 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
5356 is set to something other than &quot;none&quot;.
5357 By default, this command collapses or expands the subthread that starts at
5358 the currently highlighted message, if any.
5359 If the subthread is already collapsed, then this command expands it.
5360 If the subthread is expanded, then this command collapses it.
5361 If there are no more messages below the current message in the
5362 thread tree (that is, there are no replies to the current message) then
5363 this command does nothing.
5366 The behavior of this command is affected by the option
5367 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
5368 Normally, this command Collapses or Expands the subthread that
5369 starts at the currently highlighted message.
5370 If the above option is set, then this command Collapses or Expands the
5371 entire current thread instead of just the subthread.
5372 The current thread is simply the top-level thread that contains the
5373 current message.
5376 &lt;End of help on this topic&gt;
5377 </BODY>
5378 </HTML>
5379 ======= h_index_cmd_sort =======
5380 <HTML>
5381 <HEAD>
5382 <TITLE>Sort Command</TITLE>
5383 </HEAD>
5384 <BODY>
5385 <H1>Sort Command</H1>
5387 In Alpine's generic configuration, messages are presented in the order in
5388 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
5389 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
5390 You can also re-sort the folder on demand with the sort
5391 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
5392 command.
5393 Your sorting options are:
5395 <UL>
5396  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
5397  <LI> <A HREF="h_index_sort_date">D</A>ate
5398  <LI> <A HREF="h_index_sort_subj">S</A>ubject
5399  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
5400  <LI> t<A HREF="h_index_sort_thread">H</A>read
5401  <LI> <A HREF="h_index_sort_from">F</A>rom
5402  <LI> si<A HREF="h_index_sort_size">Z</A>e
5403  <LI> scor<A HREF="h_index_sort_score">E</A>,
5404  <LI> <A HREF="h_index_sort_to">T</A>o
5405  <LI> <A HREF="h_index_sort_cc">C</A>c
5406 </UL>
5409 The Reverse option will toggle the order the index is currently
5410 sorted by, but will not change the relative sort order.
5413 Sorting a folder does not actually rearrange the way the folder is saved,
5414 it just re-arranges how the messages are presented to you.  This means
5415 that Alpine has to do the work of sorting every time you change sort order.
5416 Sometimes, especially with PC-Alpine or with large folders, this could take
5417 a while.
5420 &lt;End of help on this topic&gt;
5421 </BODY>
5422 </HTML>
5423 ======= h_index_sort_default =======
5424 <HTML>
5425 <HEAD>
5426 <TITLE>SORT OPTION: Default</TITLE>
5427 </HEAD>
5428 <BODY>
5429 <H1>SORT OPTION: Default</H1>
5431 The <EM>Default</EM> sort option just means to use the default sort order
5432 set in the
5433 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
5434 option in Setup/Config.
5437 &lt;End of help on this topic&gt;
5438 </BODY>
5439 </HTML>
5440 ======= h_index_sort_arrival =======
5441 <HTML>
5442 <HEAD>
5443 <TITLE>SORT OPTION: Arrival</TITLE>
5444 </HEAD>
5445 <BODY>
5446 <H1>SORT OPTION: Arrival</H1>
5448 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5449 in the order that they exist in the folder.  This is usually the same as the
5450 order in which they arrived.  This option is comparable to not sorting
5451 the messages at all.
5454 &lt;End of help on this topic&gt;
5455 </BODY>
5456 </HTML>
5457 ======= h_index_sort_date =======
5458 <HTML>
5459 <HEAD>
5460 <TITLE>SORT OPTION: Date</TITLE>
5461 </HEAD>
5462 <BODY>
5463 <H1>SORT OPTION: Date</H1>
5465 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5466 according to the date and time they were
5467 sent.
5470 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
5471 identical to sorting by &quot;Arrival&quot;.
5474 &lt;End of help on this topic&gt;
5475 </BODY>
5476 </HTML>
5477 ======= h_index_sort_subj =======
5478 <HTML>
5479 <HEAD>
5480 <TITLE>SORT OPTION: Subject</TITLE>
5481 </HEAD>
5482 <BODY>
5483 <H1>SORT OPTION: Subject</H1>
5485 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5486 by subject. 
5489 Messages with the same subject are
5490 first grouped together, and then the groups of like-subject messages
5491 are arranged alphabetically.
5494 Alpine ignores leading &quot;Re:&quot; and
5495 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
5496 likeness and alphabetical order of subject lines.
5499 &lt;End of help on this topic&gt;
5500 </BODY>
5501 </HTML>
5502 ======= h_index_sort_ordsubj =======
5503 <HTML>
5504 <HEAD>
5505 <TITLE>SORT OPTION: OrderedSubject</TITLE>
5506 </HEAD>
5507 <BODY>
5508 <H1>SORT OPTION: OrderedSubject</H1>
5510 The <EM>OrderedSubject</EM> sort option arranges messages in the
5511 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
5512 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
5515 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
5516 messages by the date of the oldest message in the group.
5519 This sort method provides for pseudo threading of conversations within
5520 a folder.
5521 You may want to try sorting by Thread instead.
5524 &lt;End of help on this topic&gt;
5525 </BODY>
5526 </HTML>
5527 ======= h_index_sort_thread =======
5528 <HTML>
5529 <HEAD>
5530 <TITLE>SORT OPTION: Thread</TITLE>
5531 </HEAD>
5532 <BODY>
5533 <H1>SORT OPTION: Thread</H1>
5535 The <EM>Thread</EM> sort option arranges messages in the
5536 MESSAGE&nbsp;INDEX by grouping all messages that indicate
5537 they are part of a conversation (discussion thread) taking
5538 place within a mailbox or newsgroup.  This indication is
5539 based on information in the message's header -- specifically
5540 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
5543 &lt;End of help on this topic&gt;
5544 </BODY>
5545 </HTML>
5546 ======= h_index_sort_from =======
5547 <HTML>
5548 <HEAD>
5549 <TITLE>SORT OPTION: From</TITLE>
5550 </HEAD>
5551 <BODY>
5552 <H1>SORT OPTION: From</H1>
5554 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5555 by the name of the author of the message.
5558 Messages with the same author are grouped together. Groups of
5559 messages are then put into alphabetical order according to message
5560 author.
5563 &lt;End of help on this topic&gt;
5564 </BODY>
5565 </HTML>
5566 ======= h_index_sort_size =======
5567 <HTML>
5568 <HEAD>
5569 <TITLE>SORT OPTION: Size</TITLE>
5570 </HEAD>
5571 <BODY>
5572 <H1>SORT OPTION: Size</H1>
5574 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5575 by their relative sizes.
5578 &lt;End of help on this topic&gt;
5579 </BODY>
5580 </HTML>
5581 ======= h_index_sort_score =======
5582 <HTML>
5583 <HEAD>
5584 <TITLE>SORT OPTION: Score</TITLE>
5585 </HEAD>
5586 <BODY>
5587 <H1>SORT OPTION: Score</H1>
5589 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5590 by their scores.
5593 Messages with the same score are sorted in arrival order.
5594 Scores are something you create using the
5595 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
5598 &lt;End of help on this topic&gt;
5599 </BODY>
5600 </HTML>
5601 ======= h_index_sort_to =======
5602 <HTML>
5603 <HEAD>
5604 <TITLE>SORT OPTION: To</TITLE>
5605 </HEAD>
5606 <BODY>
5607 <H1>SORT OPTION: To</H1>
5609 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
5610 by the names of the recipients of the message.
5613 Messages with the same recipients are grouped together. Groups of
5614 messages are then put into alphabetical order according to message
5615 recipients.
5618 &lt;End of help on this topic&gt;
5619 </BODY>
5620 </HTML>
5621 ======= h_index_sort_cc =======
5622 <HTML>
5623 <HEAD>
5624 <TITLE>SORT OPTION: Cc</TITLE>
5625 </HEAD>
5626 <BODY>
5627 <H1>SORT OPTION: Cc</H1>
5629 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
5630 the names of the carbon copy addresses of the message.
5633 &lt;End of help on this topic&gt;
5634 </BODY>
5635 </HTML>
5636 ======= h_index_cmd_whereis =======
5637 <HTML>
5638 <HEAD>
5639 <TITLE>WhereIs Command</TITLE>
5640 </HEAD>
5641 <BODY>
5642 <H1>WhereIs Command</H1>
5644 The WhereIs
5645 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
5646 command lets you search the MESSAGE INDEX for a word.
5647 It scans through whatever you see, usually the name of the author
5648 and the Subject line.
5649 WhereIs has special subcommands to let you find the beginning of the
5650 index (Ctrl-Y -- first message)
5651 or the end of the index (Ctrl-V -- last message).
5653 Note that WhereIs only searches through the visible text on the screen.
5654 For example, if only part of the Subject of a message is shown because it
5655 is long, then only the visible portion of the Subject is searched.
5656 Also note that WhereIs does not &quot;see&quot; the 
5657 &quot;X&quot; in column one of Index entries for selected messages
5658 so it can't be used to search for
5659 selected messages (use &quot;Zoom&quot; instead).
5661 If the feature
5662 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5663 is turned on,
5664 WhereIs can also be used as a quick way to select messages that match the
5665 string being searched for.
5666 Instead of typing carriage return to search for the next match, type
5667 Ctrl-X to select all matches.
5668 Once again, this only selects matches that are (or would be if the right
5669 index line was on the screen) visible.
5670 Truncated From lines or Subjects will cause matches to be missed.
5671 Although WhereIs is sometimes convenient for quick matching, the Select
5672 command is usually more powerful and usually faster.
5675 &lt;End of help on this topic&gt;
5676 </BODY>
5677 </HTML>
5678 ======= h_view_cmd_whereis =======
5679 <HTML>
5680 <HEAD>
5681 <TITLE>WhereIs Command</TITLE>
5682 </HEAD>
5683 <BODY>
5684 <H1>WhereIs Command</H1>
5686 The WhereIs
5687 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
5688 command does a &quot;find in current message&quot; operation.  You
5689 type in text and Alpine will try to find it in the message you are
5690 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
5691 or end (Ctrl-V) of the message.
5692 That is, to rapidly move to the end of a message, hit the 
5693 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5694 (or Ctrl-W) key followed
5695 by Ctrl-V.  Similarly,
5696 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5697 followed by Ctrl-Y will take you to the beginning of a message.
5700 &lt;End of help on this topic&gt;
5701 </BODY>
5702 </HTML>
5703 ======= h_view_cmd_hilite =======
5704 <HTML>
5705 <HEAD>
5706 <TITLE>View Hilite and Next item/Previous item</TITLE>
5707 </HEAD>
5708 <BODY>
5709 <H1>View Hilite and Next item/Previous item</H1>
5711 Sometimes messages may be in the form of formatted HTML text
5712 or they may contain URLs or Web server hostnames.
5713 When any of the features
5714 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
5715 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
5716 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
5718 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
5719 are enabled, Alpine will represent such selectable items in the text
5720 in bold typeface.  One of the selectable items will be displayed in
5721 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
5722 Press the Return key to view the currently selected item.
5725 The Up and Down Arrows keys can be used to change the selected item
5726 (also see the feature
5727 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
5728 If there are no selectable items in the direction of the arrow you
5729 pressed, Alpine will scroll the display in that direction until one
5730 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
5731 items in the message text, use the Previous and Next item commands,
5732 <!--chtml if pinemode="function_key"-->F5 and F6
5733 <!--chtml else-->^B and ^F<!--chtml endif-->.
5736 &lt;End of help on this topic&gt;
5737 </BODY>
5738 </HTML>
5739 ======= h_view_cmd_viewattch =======
5740 <HTML>
5741 <HEAD>
5742 <TITLE>ViewAttch Command</TITLE>
5743 </HEAD>
5744 <BODY>
5745 <H1>ViewAttch Command</H1>
5748 The View/Save Attachment
5749 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
5750 command allows you to handle MIME attachments to a message you have
5751 received.  Alpine shows you a list of the message attachments -- you just
5752 choose the attachment you want.  You may either view or save the
5753 selected attachment.
5756 Because many attachments require external programs for display, there
5757 is some system configuration that has to happen before you can
5758 actually display attachments.  Hopefully much of that will have been
5759 done already by your system administrator.  MIME configuration is
5760 handled with the &quot;mailcap&quot; configuration file.  (See the section 
5761 on configuration in the
5762 <A HREF="h_news">release notes</A> for more information.)
5765 &lt;End of help on this topic&gt;
5766 </BODY>
5767 </HTML>
5768 ======= h_index_cmd_expunge =======
5769 <HTML>
5770 <HEAD>
5771 <TITLE>Expunge/Exclude Command</TITLE>
5772 </HEAD>
5773 <BODY>
5774 <H1>Expunge/Exclude Command</H1>
5776 Expunge/Exclude
5777 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
5778 is the command Alpine uses to actually remove all messages
5779 marked for deletion.  With regular email files, expunge literally deletes
5780 the text from the current folder.  With newsgroups or shared mailboxes,
5781 you don't have permission to actually remove the message, so it is an
5782 exclude -- Alpine removes the message from your view of the folder even
5783 though it is not technically gone.
5785 <P> A selective expunge command is available in IMAP folders that support 
5786 the UID EXPUNGE extension in <A 
5787 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
5788 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
5789 as a subcommand of the apply command. If some selected messages are marked 
5790 deleted, then the apply command will offer the eXpunge command, which when 
5791 executed will only expunge those messages that are selected and deleted.
5793 <P> 
5794 Observe that the expunge command (when not used from the apply command) 
5795 will expunge/exclude all deleted messages from the folder, and so all 
5796 messages marked deleted will be expunged, regardless of if they are 
5797 selected or not. In other words, there is no protection against 
5798 potentially expunging more messages than only those that have been 
5799 selected and deleted.
5802 The configuration features
5803 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
5805 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
5806 affect the behavior of the Expunge command.
5809 &lt;End of help on this topic&gt;
5810 </BODY>
5811 </HTML>
5812 ======= h_common_compose =======
5813 <HTML>
5814 <HEAD>
5815 <TITLE>Compose Command</TITLE>
5816 </HEAD>
5817 <BODY>
5818 <H1>Compose Command</H1>
5820 The Compose command takes you into the Alpine message composer where you
5821 can start a new message for sending.  This is where you type in the
5822 message's text and specify its recipient list (the &quot;To:&quot;
5823 address), where copies should be directed (e.g., &quot;Fcc&quot;,
5824 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
5825 be attached to the message.
5828 When you type this command, Alpine will also automatically check for any
5829 interrupted (i.e., a message that was being composed when your modem
5830 or network connection was broken) or previously postponed messages and
5831 offer you a chance to continue working on those.
5834 <UL>   
5835 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5836 </UL><P>
5837 &lt;End of help on this topic&gt;
5838 </BODY>
5839 </HTML>
5840 ======= h_common_index =======
5841 <HTML>
5842 <HEAD>
5843 <TITLE>Message Index Command</TITLE>
5844 </HEAD>
5845 <BODY>
5846 <H1>Message Index Command</H1>
5848 The Index command takes you to the MESSAGE INDEX screen that displays a
5849 summary caption for each message in the currently-open folder. One
5850 message will be highlighted; this is the &quot;Current&quot; message.
5851 The message commands available from this screen (e.g. View, Reply,
5852 Forward, Delete, Print, Save, etc) apply to the current message.
5855 &lt;End of help on this topic&gt;
5856 </BODY>
5857 </HTML>
5858 ======= h_common_folders =======
5859 <HTML>
5860 <HEAD>
5861 <TITLE>Folder List Command</TITLE>
5862 </HEAD>
5863 <BODY>
5864 <H1>Folder List Command</H1>
5866 This Folder List command takes you to the FOLDER LIST screen that displays
5867 the names of all your message folders and allows you to view, rename,
5868 delete, and add folders.  You can open (view) a different folder than the
5869 one currently open by highlighting the desired one (using the arrow keys
5870 or their control-key equivalents) and pressing RETURN.
5873 If you have multiple folder collections defined (see the Help text for
5874 the FOLDER LIST screen to learn more about Collections), you may need
5875 to press Return to expand the collection and display all of the
5876 folders in it.
5879 &lt;End of help on this topic&gt;
5880 </BODY>
5881 </HTML>
5882 ======= h_main_addrbook =======
5883 <HTML>
5884 <HEAD>
5885 <TITLE>Address Book Command</TITLE>
5886 </HEAD>
5887 <BODY>
5888 <H1>Address Book Command</H1>
5890 This command, available only from the MAIN MENU, takes you
5891 to the ADDRESS BOOK management screen.  From here, your personal address
5892 book(s) may be updated.
5895 &lt;End of help on this topic&gt;
5896 </BODY>
5897 </HTML>
5898 ======= h_main_setup =======
5899 <HTML>
5900 <HEAD>
5901 <TITLE>Setup Command</TITLE>
5902 </HEAD>
5903 <BODY>
5904 <H1>Setup Command</H1>
5906 The Setup command, available only from the MAIN MENU, prompts you for
5907 one of several configuration screens, including the SETUP CONFIGURATION 
5908 screen, by which you may activate optional Alpine features.
5911 &lt;End of help on this topic&gt;
5912 </BODY>
5913 </HTML>
5914 ======= h_main_release_notes =======
5915 <HTML>
5916 <HEAD>
5917 <TITLE>Release Notes Command</TITLE>
5918 </HEAD>
5919 <BODY>
5920 <H1>Release Notes Command</H1>
5922 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
5923 as well as pointers to further information such as history and legal notes.
5926 &lt;End of help on this topic&gt;
5927 </BODY>
5928 </HTML>
5929 ======= h_main_kblock =======
5930 <HTML>
5931 <HEAD>
5932 <TITLE>Keyboard Lock Command</TITLE>
5933 </HEAD>
5934 <BODY>
5935 <H1>Keyboard Lock Command</H1>
5937 This command allows your Alpine session to be protected
5938 during a temporary absence from your terminal.
5941 &lt;End of help on this topic&gt;
5942 </BODY>
5943 </HTML>
5944 ======= h_main_journal =======
5945 <HTML>
5946 <HEAD>
5947 <TITLE>Journal Command</TITLE>
5948 </HEAD>
5949 <BODY>
5950 <H1>Journal Command</H1>
5952 This command displays a list of all the status messages Alpine has
5953 displayed (on the third line from the bottom of the screen). This may
5954 be useful if a message disappeared before you had a chance to read it.
5957 &lt;End of help on this topic&gt;
5958 </BODY>
5959 </HTML>
5960 ======= h_common_role =======
5961 <HTML>
5962 <HEAD>
5963 <TITLE>Role Command</TITLE>
5964 </HEAD>
5965 <BODY>
5966 <H1>Role Command</H1>
5968 The Role command is similar to the Compose command except that it starts
5969 off by letting you select a <A HREF="h_rules_roles">role</A>
5970 to be used for the composition.
5971 You may set up alternate roles by using Setup/Rules/Roles.
5974 &lt;End of help on this topic&gt;
5975 </BODY>
5976 </HTML>
5977 ======= h_common_conditional_cmds =======
5978 <HTML>
5979 <HEAD>
5980 <TITLE>Conditional Commands</TITLE>
5981 </HEAD>
5982 <BODY>
5983 <H1>Conditional Commands</H1>
5985 The presence or absence of certain commands, particularly in the
5986 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
5987 whether or not specific features are set in your Alpine configuration.  
5988 (You can access the SETUP CONFIGURATION screen, where they are found, from 
5989 Alpine's MAIN MENU.)  To see if a desired command's availability is
5990 conditioned on a feature setting, see the command's help text (highlight
5991 the phrase associated with the command and hit Return).
5994 Also note that some
5995 commands may be administratively disabled by your system manager;
5996 if they don't work, please check with your local help desk.
5999 <UL>   
6000 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6001 </UL><P>
6002 &lt;End of help on this topic&gt;
6003 </BODY>
6004 </HTML>
6005 ======= h_common_pipe =======
6006 <HTML>
6007 <HEAD>
6008 <TITLE>Pipe Command</TITLE>
6009 </HEAD>
6010 <BODY>
6011 <H1>Pipe Command</H1>
6013 Pipe
6014 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
6015 allows you to send a message to a specified Unix command for external
6016 processing.
6017 This command's availability is controlled by the
6018 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
6019 feature.
6020 By default, the processed text of the message is sent to the command
6021 you specify and the output is captured by Alpine and shown to you.
6022 When you run the pipe command, there are some sub-commands which may be
6023 used to alter this behavior.
6024 These sub-commands are described <A HREF="h_pipe_command">here</A>.
6027 &lt;End of help on this topic&gt;
6028 </BODY>
6029 </HTML>
6030 ======= h_common_goto =======
6031 <HTML>
6032 <HEAD>
6033 <TITLE>Goto Command</TITLE>
6034 </HEAD>
6035 <BODY>
6036 <H1>Goto Command</H1>
6038 Goto
6039 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
6040 is the command that lets you bypass Alpine's folder selection screens
6041 and jump directly to a new folder.  You can select any folder in the
6042 world: one in your current collection, one in a different collection or
6043 one in a collection you've never even used before.
6046 Alpine will help you as much as possible to narrow in on the folder you want.
6047 However, if the folder is outside of your defined collections, you are
6048 going to have to enter the exact folder location using the correct
6049 <A HREF="h_valid_folder_names">syntax</A>
6050 for a remote folder and/or fully-qualified path name.
6053 &lt;End of help on this topic&gt;
6054 </BODY>
6055 </HTML>
6056 ======= h_common_nextnew =======
6057 <HTML>
6058 <HEAD>
6059 <TITLE>NextNew Command</TITLE>
6060 </HEAD>
6061 <BODY>
6062 <H1>NextNew Command</H1>
6064 When you press the TAB key, Alpine advances to the next
6065 &quot;interesting&quot; message.
6066 This will be the next message you have not seen before, or the next message
6067 you have flagged Important, whichever comes first.
6068 Unread messages that have been deleted are not considered interesting.
6069 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
6070 articles after you have read them if you want to remove them from future
6071 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
6072 more information.)
6075 The NextNew command is affected by the feature
6076 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
6077 which causes Alpine to only consider Unread messages interesting, not messages
6078 flagged Important.
6081 This command behaves a little differently when it finds there are no more
6082 interesting messages left in the current folder.
6083 If the current folder is one of your Incoming Message Folders
6084 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
6085 or it is a newsgroup, then Alpine will try to find the next folder or
6086 newsgroup that contains <EM>Recent</EM> messages and will ask you
6087 if you want to open that folder.
6088 This behavior may be modified by using the
6089 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
6090 feature that causes Alpine to look for Unseen messages instead of Recent
6091 messages.
6092 The NextNew command's behavior is also affected by the configuration features
6093 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
6095 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
6098 &lt;End of help on this topic&gt;
6099 </BODY>
6100 </HTML>
6101 ======= h_common_jump =======
6102 <HTML>
6103 <HEAD>
6104 <TITLE>Jump Command</TITLE>
6105 </HEAD>
6106 <BODY>
6107 <H1>Jump Command</H1>
6109 This is Alpine's way of allowing you to go straight to a specific message.
6110 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
6111 configured such that typing in any number automatically jumps you to that
6112 message 
6113 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
6114 in the SETUP CONFIGURATION).
6117 &lt;End of help on this topic&gt;
6118 </BODY>
6119 </HTML>
6120 ======= h_common_flag =======
6121 <HTML>
6122 <HEAD>
6123 <TITLE>Flag Command</TITLE>
6124 </HEAD>
6125 <BODY>
6126 <H1>Flag Command</H1>
6128 Flag
6129 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6130 is the command that allows users to manipulate the status flags that
6131 appear on the left side of the MESSAGE INDEX screen.  The most common
6132 use of this is to mark a message as important. This is something of a
6133 note to yourself to get back to that message.  You may also use the
6134 flag command to set (or unset) the flags that indicate that a message
6135 is new, answered, deleted, or forwarded.<P>
6137 Provided the mail server supports it,
6138 you may also manipulate user-defined keywords
6139 for a message using the flag command.
6140 These keywords will be available if you use the Flag Details screen that you
6141 can get to after typing the
6142 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6143 command.
6144 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
6145 which are always present.
6146 You may add new keywords by using the Add KW command from the Flag Details screen
6147 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
6149 The availability of the flag command is determined by the
6150 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
6151 feature in your Alpine configuration. Also, it is possible that Flag could be
6152 administratively disabled by your system manager; if it doesn't work,
6153 please check with your local help desk before reporting a bug.
6154 The behavior of the flag command may be modified by the
6155 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
6156 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
6159 &lt;End of help on this topic&gt;
6160 </BODY>
6161 </HTML>
6162 ======= h_common_hdrmode =======
6163 <HTML>
6164 <HEAD>
6165 <TITLE>HdrMode Command</TITLE>
6166 </HEAD>
6167 <BODY>
6168 <H1>HdrMode Command</H1>
6170 Every email message comes with some header lines that you normally
6171 don't see (and don't want to see).
6172 These include anywhere from 3-20 lines (or more) added by the
6173 Internet mail transport system to record the route your message took,
6174 for diagnostic purposes.
6175 These are normally of no import and simply
6176 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
6177 This also includes other non-standard headers the message may contain.
6178 If you want to see these headers, there is a way to reveal them.
6181 The Header Mode
6182 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6183 command is a toggle that controls Alpine's handling of these header
6184 lines.  Normally, full headers is &quot;off&quot; and you only see a
6185 few lines about who a message is to and who it is from.  When you
6186 press
6187 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6188 to turn full headers on, Alpine will show you
6189 the normal header lines as well as delivery headers, comment headers,
6190 MIME headers, and any other headers present.
6193 Several different Alpine commands honor the header mode -- it affects how
6194 messages are displayed, how they appear in forward and reply email, how
6195 they are printed, how they are saved, and how they are exported.
6196 <!--chtml if pinemode="os_windows"-->
6197 <!--chtml else--> 
6198 The pipe command is also affected.
6199 <!--chtml endif-->
6202 The presence or absence of the Header Mode command is determined by the
6203 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6204 Feature-List option in your Alpine configuration.
6207 If you have also turned on the
6208 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
6209 option then the HdrMode command actually rotates through three states
6210 instead of just two.
6211 The first is the normal view with long quotes suppressed.
6212 The second is the normal view but with the long quotes included.
6213 The last enables the display of all headers in the message.
6214 When using Export, Pipe, Print, Forward, or Reply the quotes are
6215 never suppressed, so the first two states are identical.
6218 The behavior of the Header Mode command may be altered slightly by
6219 turning on the
6220 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
6221 Feature-List option in your Alpine configuration.
6222 In particular, it will cause the Header Mode to be persistent when moving
6223 from message to message instead of resetting to the default for each message.
6226 <UL>   
6227 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6228 </UL><P>
6229 &lt;End of help on this topic&gt;
6230 </BODY>
6231 </HTML>
6232 ======= h_common_print =======
6233 <HTML>
6234 <HEAD>
6235 <TITLE>Print Command</TITLE>
6236 </HEAD>
6237 <BODY>
6238 <H1>Print Command</H1>
6240 The Print
6241 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
6242 command allows you to print a copy of a message.
6243 There are many SETUP CONFIGURATION features that affect the
6244 Print command, including
6245 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
6246 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
6247 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
6248 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
6249 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
6250 You set up for printing by using the Printer option of the Setup command
6251 on the MAIN MENU.
6255 &lt;End of help on this topic&gt;
6256 </BODY>
6257 </HTML>
6258 ======= h_common_take =======
6259 <HTML>
6260 <HEAD>
6261 <TITLE>TakeAddr Command</TITLE>
6262 </HEAD>
6263 <BODY>
6264 <H1>TakeAddr Command</H1>
6267 With the Take Address
6268 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
6269 command, you can extract email addresses from an
6270 incoming message and save them in an address book.  This is an easy way
6271 to add to your address book and avoid having to remember the email
6272 addresses of the people who write to you.
6275 If the message is just to you individually, then you will only need to
6276 provide a nickname.  If the message contains more than one email address,
6277 then you will see an address
6278 selection screen that lets you choose the address you want to save into
6279 your address book, or lets you choose several of them add to a
6280 personal distribution list.
6283 Once you've added an entry to your address book, you can use it from the
6284 message composer by typing the nickname of the entry into one of the
6285 header fields (for example, into the To: field), or you can use ^T from
6286 the header field to select the entry from your address book.
6289 If the configuration feature
6290 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
6291 is set, the behavior of the Take command is altered slightly.
6294 &lt;End of help on this topic&gt;
6295 </BODY>
6296 </HTML>
6297 ======= h_ge_import =======
6298 <HTML>
6299 <HEAD>
6300 <TITLE>Import File Selection</TITLE>
6301 </HEAD>
6302 <BODY>
6303 <H1>Import File Selection</H1>
6305 You are importing a file that you previously
6306 exported from Alpine.
6307 You are now being asked for the name of that file.
6308 The easiest way to select a file is probably with the &quot;^T&quot;
6309 &quot;To Files&quot; command.
6310 Alternatively, you may type in a file name.
6311 It may be an absolute pathname.
6312 Otherwise, it is a file located in your home directory
6313 or current working directory
6314 <!--chtml if pinemode="running"-->
6315 (which, at least for your current Alpine &quot;session,&quot; 
6316 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6317 <!--chtml endif-->, depending on the
6318 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6319 In any case, you finish by typing a carriage return to accept the
6320 file name that is displayed.
6321 When the feature
6322 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6323 is turned on you may use TAB to complete partially typed in names.
6325 You may cancel the import operation by typing &quot;^C&quot; after exiting
6326 this help.
6328 &lt;End of help on this topic&gt;
6329 </BODY>
6330 </HTML>
6331 ======= h_ge_allparts =======
6332 <HTML>
6333 <HEAD>
6334 <TITLE>Export Message File Selection</TITLE>
6335 </HEAD>
6336 <BODY>
6337 <H1>Export Message File Selection</H1>
6339 You are Exporting a message from an Alpine mail folder
6340 to a plain text file.
6341 You also have the option of exporting all of the attachments associated
6342 with the message.
6343 You are now being asked for the name of the file to export <EM>to</EM>.
6344 The easiest way to select a file is probably with the &quot;^T&quot;
6345 &quot;To Files&quot; subcommand.
6346 After returning from that subcommand you will still be allowed to
6347 edit the name you have selected.
6348 Alternatively, you may type in a file name.
6349 It may be an absolute pathname.
6350 Otherwise, it is a file located in your home directory
6351 or current working directory
6352 <!--chtml if pinemode="running"-->
6353 (which, at least for your current Alpine &quot;session,&quot; 
6354 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6355 <!--chtml endif-->, depending on the
6356 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6357 In any case, you finish by typing a carriage return to accept the
6358 file name that is displayed.
6359 When the feature
6360 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6361 is turned on you may use TAB to complete partially typed in names.
6363 The message you are exporting appears to have some attachments.
6364 If you wish to save <EM>all</EM> of the attachments at once,
6365 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
6366 saving of the attachments.
6367 You may turn it back off by typing &quot;^P&quot; again, which will now
6368 be labeled &quot;NoAllParts&quot; instead.
6369 If you want to save the parts the command displayed should be
6370 &quot;NoAllParts&quot;!
6371 When you choose to save attachments like this, the attachments will be saved
6372 in a newly created directory.
6373 That directory will have the same name as the file name you choose here,
6374 with the letters &quot;.d&quot; appended.
6375 If that directory already exists, then the letters &quot;.d_1&quot; will
6376 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
6377 is found.
6378 For example, if you select the file name
6380 <CENTER><SAMP>filename</SAMP></CENTER>
6382 to export the message to, then the directory used for the attachments will be
6384 <CENTER><SAMP>filename.d</SAMP></CENTER>
6386 or perhaps
6388 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
6390 The attachments will then be put into files inside that directory.
6391 The names for the attachment files will be derived from the attachments
6392 if possible.
6393 This is done in the same way as the default values are derived if you
6394 save them one at a time.
6395 (The &quot;filename&quot; parameter from the Content-Disposition header
6396 is the first choice. If that doesn't exist, the &quot;name&quot;
6397 parameter from the Content-Type header is used.)
6398 If a name for a particular attachment is not available, then the
6399 part number of the attachment is used, with the characters &quot;part_&quot;
6400 prepended.
6401 An example of that would be
6403 <CENTER><SAMP>part_2.1</SAMP></CENTER>
6405 If you want to save only some of the attachments or if you want more control
6406 over the directory and filename where an attachment is saved you may
6407 cancel out of this command and View the attachment list.
6408 From there you can save each attachment individually.
6410 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6411 this help.
6413 &lt;End of help on this topic&gt;
6414 </BODY>
6415 </HTML>
6416 ======= h_ge_export =======
6417 <HTML>
6418 <HEAD>
6419 <TITLE>Export File Selection</TITLE>
6420 </HEAD>
6421 <BODY>
6422 <H1>Export File Selection</H1>
6424 You are Exporting or Saving something from within the Alpine world
6425 (a message, an attachment, etc.)
6426 to a plain text file.
6427 You are now being asked for the name of the file to export <EM>to</EM>.
6428 The easiest way to select a file is probably with the &quot;^T&quot;
6429 &quot;To Files&quot; subcommand.
6430 After returning from that subcommand you will still be allowed to
6431 edit the name you have selected.
6432 Alternatively, you may type in a file name.
6433 It may be an absolute pathname.
6434 Otherwise, it is a file located in your home directory
6435 or current working directory
6436 <!--chtml if pinemode="running"-->
6437 (which, at least for your current Alpine &quot;session,&quot; 
6438 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6439 <!--chtml endif-->, depending on the
6440 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6441 In any case, you finish by typing a carriage return to accept the
6442 file name that is displayed.
6443 When the feature
6444 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6445 is turned on you may use TAB to complete partially typed in names.
6447 If the object you are exporting is a message with some attachments,
6448 you may wish to save all of the attachments by typing the &quot;^P&quot;
6449 &quot;AllParts&quot; command to turn on saving of the attachments.
6450 This subcommand will only be visible if the message actually has attachments.
6451 You may also View the attachment list and save individual attachments from
6452 there.
6454 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6455 this help.
6457 &lt;End of help on this topic&gt;
6458 </BODY>
6459 </HTML>
6460 ======= h_common_save =======
6461 <HTML>
6462 <HEAD>
6463 <TITLE>Save and Export Commands</TITLE>
6464 </HEAD>
6465 <BODY>
6466 <H1>Save and Export Commands</H1>
6468 Save
6469 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
6470 and Export
6471 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
6472 are the two alternatives Alpine gives you to keep a copy of the message
6473 you are reading. If you want to keep the message within Alpine's email
6474 world, use &quot;Save&quot;; if you want to use the message in another
6475 program, use &quot;Export&quot;.
6478 When you Save a message, it is put into an existing folder or into a new
6479 folder in one of your existing folder collections.  The message stays in
6480 email format and can be read by Alpine again.  Alpine may use a special format
6481 for its mail folders -- never edit an Alpine folder by hand or with any
6482 program other than Alpine.  The exact behavior of the Save command can be
6483 configured with the
6484 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
6485 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
6486 and 
6487 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
6488 feature list settings.
6489 The name of the folder offered as a default is controlled by the option
6490 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
6493 When you use Export, the message is placed in a plain text file in your
6494 home directory 
6495 <!--chtml if pinemode="running"-->
6496 (which, in the present configuration of your system, is
6497  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
6498 <!--chtml endif-->
6499 or current working directory
6500 <!--chtml if pinemode="running"-->
6501 (which, at least for your current Alpine &quot;session,&quot; 
6502 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6503 <!--chtml endif-->, depending on the
6504 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
6505 configuration setting.  In the normal case, only minimal
6506 headers are exported with the message; however, if the full header mode 
6507 (whose availability may be disabled  by setting the feature 
6508 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6509 in SETUP CONFIGURATION) is
6510 toggled on, then complete headers are exported along with the message
6511 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
6512 defined, they may affect the contents of the exported file.)
6515 &lt;End of help on this topic&gt;
6516 </BODY>
6517 </HTML>
6518 ======= h_common_bounce =======
6519 <HTML>
6520 <HEAD>
6521 <TITLE>Bounce Command</TITLE>
6522 </HEAD>
6523 <BODY>
6524 <H1>Bounce Command</H1>
6526 The Bounce 
6527 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
6528 command allows you to re-send, or &quot;remail&quot;, a
6529 message, as if you were never in the loop.  It is analogous to crossing
6530 out your address on a postal letter, writing a different address on the
6531 envelope, and putting it into the mailbox. Bounce is used primarily to
6532 redirect email that was sent to you in error.
6533 Also, some owners of email
6534 lists need the bounce command to handle list traffic.
6535 Bounce is not anonymous.
6536 A ReSent-From header is added to the message so that the recipient may
6537 tell that you Bounced it to them.
6540 The presence or absence of the Bounce command is determined by the
6541 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
6542 feature in your Alpine configuration.
6543 The feature
6544 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
6545 affects the behavior of the Bounce command.
6546 Also, it is possible that Bounce could be
6547 administratively disabled by your system manager; if it doesn't work,
6548 please check with your local help desk before reporting a bug.
6551 &lt;End of help on this topic&gt;
6552 </BODY>
6553 </HTML>
6554 ======= h_common_reply =======
6555 <HTML>
6556 <HEAD>
6557 <TITLE>Reply and Forward Commands</TITLE>
6558 </HEAD>
6559 <BODY>
6561 <H1>Reply and Forward Commands</H1>
6563 Replying 
6564 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
6565 and Forwarding 
6566 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
6567 are your two alternatives for following up on the
6568 message you are reading.  You would use reply if you want to get email
6569 back to the author of the message and/or the other people who have
6570 already seen it.  You use forward if you want somebody new to see the
6571 message.
6574 In the normal case, the only thing that you must supply when forwarding a
6575 message is the name/email address of the new recipient.
6576 Alpine will include the text of the forwarded message.
6577 Alpine will also include any attachments to the message.
6578 There is space above the forwarded text for you to include additional comments.
6581 When replying, you usually have to answer some questions.
6582 If the message is to multiple people and/or specified with a Reply-To: header,
6583 then you will have to decide who should get the reply.
6584 You also need to decide whether or not to include the previous
6585 message in your reply.
6586 Some of this is configurable.
6587 Specifically, see the
6588 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
6589 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
6590 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
6592 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
6593 configuration features.
6596 Both the Reply and Forward commands react to the full header mode toggle.
6597 If the full header mode is on, then all the header and delivery lines are
6598 included with the text of the message in your reply/forward.
6601 Other configuration features that affect the Reply command are
6602 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
6603 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
6604 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
6607 &lt;End of help on this topic&gt;
6608 </BODY>
6609 </HTML>
6610 ======= h_common_delete =======
6611 <HTML>
6612 <HEAD>
6613 <TITLE>Delete and Undelete Commands</TITLE>
6614 </HEAD>
6615 <BODY>
6616 <H1>Delete and Undelete Commands</H1>
6618 Delete 
6619 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
6620 and Undelete 
6621 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
6622 allow you to change the Deleted flag for the current message.
6623 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
6624 removes the mark.
6625 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
6626 at the left hand edge of the index line.
6627 When viewing a deleted message, the letters &quot;DEL&quot; will be present
6628 in the upper right hand corner of the screen.
6629 Delete simply <EM>marks</EM> a message Deleted, it does not actually
6630 get rid of the message.
6631 The eXpunge command (available from the MESSAGE INDEX screen) actually
6632 removes all of the deleted messages in a folder.
6633 Once a message is eXpunged, it can't be retrieved.
6636 The Delete command is affected by the setting of the configuration feature
6637 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
6640 &lt;End of help on this topic&gt;
6641 </BODY>
6642 </HTML>
6643 ======= h_common_postpone =======
6644 <HTML>
6645 <HEAD>
6646 <TITLE>Postpone Command</TITLE>
6647 </HEAD>
6648 <BODY>
6649 <H1>Postpone Command</H1>
6651 The postpone
6652 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
6653 command allows you to temporarily stop working on the current
6654 message so you may read
6655 other messages or compose another message.  When you want to resume a
6656 message later, start to compose and answer &quot;yes&quot; to the
6657 &quot;Continue postponed composition?&quot; question.  You may
6658 postpone as many messages as you like.
6661 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
6662 in the Setup/Config screen, then the Postpone command will prompt you for
6663 the folder in which to store your outgoing message.
6666 &lt;End of help on this topic&gt;
6667 </BODY>
6668 </HTML>
6669 ======= h_compose_cancel =======
6670 <HTML>
6671 <HEAD>
6672 <TITLE>Cancel Command</TITLE>
6673 </HEAD>
6674 <BODY>
6675 <H1>Cancel Command</H1>
6677 Cancel
6678 <!--chtml if pinemode="function_key"-->
6679 (F2)
6680 <!--chtml else-->
6681 (^C) 
6682 <!--chtml endif-->
6684 The Cancel command returns you to Alpine's normal mail processing and
6685 causes the message currently under composition to be thrown out.
6686 The message text <EM>will be lost</EM>.
6689 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
6690 will be preserved in the file named
6691 <!--chtml if pinemode="os_windows"-->
6692 &quot;DEADLETR&quot;.
6693 <!--chtml else-->
6694 &quot;dead.letter&quot; in your home directory.
6695 <!--chtml endif-->
6696 If you unintentionally cancel a message, look there for its text.
6699 &lt;End of help on this topic&gt;
6700 </BODY>
6701 </HTML>
6702 ======= h_compose_addrcomplete =======
6703 <HTML>
6704 <HEAD>
6705 <TITLE>Address Completion</TITLE>
6706 </HEAD>
6707 <BODY>
6708 <H1>Address Completion</H1>
6710 When entering addresses in the address fields of the composer (To, Cc, etc.)
6711 the TAB key may be used to help complete the address.
6712 Type a partial nickname and tap the TAB key to complete the typing.
6713 The unambiguous part of the name will be filled in automatically.
6714 Typing TAB twice in succession will bring up a selection list of possibilities,
6715 making it easy to find and choose the correct address.
6718 The matching algorithm is rather ad hoc.
6719 The search starts with a search of your address book.
6720 It counts as a match if the nickname, address, or fullname field of an
6721 entry begins with the text typed in so far. It is also a match if
6722 a later word in the fullname (for example, the middle name or last name)
6723 begins with the entered text.
6725 Next comes an LDAP search.
6726 The search will happen for any servers that have the
6727 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
6728 feature set. You can set or unset the feature for each server independently
6729 in the Setup/Directory screen.
6731 Finally, if you are replying to or forwarding a message, that message is
6732 searched for likely candidate addresses that match the typed-in text.
6735 &lt;End of help on this topic&gt;
6736 </BODY>
6737 </HTML>
6738 ======= h_compose_richhdr =======
6739 <HTML>
6740 <HEAD>
6741 <TITLE>Rich Header Command</TITLE>
6742 </HEAD>
6743 <BODY>
6744 <H1>Rich Header Command</H1>
6746 The Rich Header command allows you to toggle between the list of 
6747 all message headers available for editing and those that are most
6748 common.
6751 Use this toggle to expose headers that are not normally visible by
6752 default.
6753 This set usually includes the
6754 &quot;Bcc:&quot;,
6755 &quot;Fcc:&quot;,
6756 &quot;Lcc:&quot;,
6757 and &quot;Newsgroups&quot;
6758 headers.
6759 If you are posting to a newsgroup the set of defaults is a little different.
6760 Obviously, in that case, the Newsgroups header is of interest so is not
6761 hidden.
6762 For news posting the hidden set includes the
6763 &quot;To:&quot;,
6764 &quot;Cc:&quot;,
6765 &quot;Bcc:&quot;,
6766 &quot;Fcc:&quot;,
6767 and &quot;Lcc:&quot;
6768 headers.
6769 You won't normally want to edit these, which is why they are hidden,
6770 but it is sometimes useful to be able to set them manually.
6773 The default sets of headers listed above can be altered.
6774 Any header that you have added to the
6775 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
6776 option, but not to the
6777 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
6778 option will appear when you use the Rich Headers command to
6779 make the Rich Headers visible.
6780 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
6781 even without toggling the Rich Headers command.)
6784 &lt;End of help on this topic&gt;
6785 </BODY>
6786 </HTML>
6787 ======= h_compose_send =======
6788 <HTML>
6789 <HEAD>
6790 <TITLE>Send Command</TITLE>
6791 </HEAD>
6792 <BODY>
6793 <H1>Send Command</H1>
6795 The Send command
6796 <!--chtml if pinemode="function_key"-->
6797 (F3)
6798 <!--chtml else-->
6799 (^X) 
6800 <!--chtml endif-->
6801 tells Alpine you are finished composing.
6802 Before actually sending it, though, Alpine will ask you to confirm 
6803 your intention, and, at the same time, redisplayed the message text
6804 with the recipients at the top of the screen to give you the opportunity
6805 to review and verify that the message is addressed to the people
6806 you intended.
6808 If the feature
6809 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
6810 then this confirmation prompt and any options it allows are skipped.
6813 This confirmation prompt may also offer, depending
6814 on your particular Setup/Config, options allowing you to set
6815 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
6816 include attachments in the &quot;Fcc&quot; (if you had previously
6817 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
6818 observe details of the
6819 <A HREF="h_config_verbose_post">message submission process</A>,
6820 choose the filter through which the
6821 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
6822 or turn of flowed text generation.
6825 &lt;End of help on this topic&gt;
6826 </BODY>
6827 </HTML>
6828 ======= h_compose_markcutpaste =======
6829 <HTML>
6830 <HEAD>
6831 <TITLE>Mark, Cut and Paste Commands</TITLE>
6832 </HEAD>
6833 <BODY>
6834 <H1>Mark, Cut and Paste Commands</H1>
6836 You can define a &quot;block&quot; of text, which can subsequently
6837  be deleted or
6838 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
6839 then moving the cursor to the end of the desired text block.  You can then
6840 &quot;cut&quot; the block out 
6841 <!--chtml if pinemode="function_key"-->
6842 &quot;F9&quot;,
6843 <!--chtml else-->
6844 &quot;Ctrl-K&quot;,
6845 <!--chtml endif-->
6846 move the cursor, and &quot;paste&quot; it
6847 <!--chtml if pinemode="function_key"-->
6848 &quot;F10&quot;,
6849 <!--chtml else-->
6850 &quot;Ctrl-U&quot;,
6851 <!--chtml endif-->
6852 in the new location.  Also, you can paste more than once, allowing you
6853 to use this feature to copy a block of text.<P>
6855 If you press 
6856 <!--chtml if pinemode="function_key"-->
6857 &quot;F9&quot;
6858 <!--chtml else-->
6859 &quot;^K&quot;
6860 <!--chtml endif-->
6861 without having marked anything, Alpine will delete
6862 a single line.  If you delete a group of lines together, Alpine keeps them
6863 in the same buffer, so 
6864 <!--chtml if pinemode="function_key"-->
6866 <!--chtml else-->
6868 <!--chtml endif-->
6869 will restore them as a block.  About
6870 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
6871 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
6872 &quot;type the character ^&quot;.
6875 &lt;End of help on this topic&gt;
6876 </BODY>
6877 </HTML>
6878 ======= h_compose_justify =======
6879 <HTML>
6880 <HEAD>
6881 <TITLE>Justify Command</TITLE>
6882 </HEAD>
6883 <BODY>
6884 <H1>Justify Command</H1>
6886 The Justify
6887 <!--chtml if pinemode="function_key"-->
6888 (F4)
6889 <!--chtml else-->
6890 (^J) 
6891 <!--chtml endif-->
6892 command reformats the text in the paragraph the cursor is in.
6893 Paragraphs are separated by one blank line or a line beginning with a space.
6894 This is useful when you have been editing a paragraph and the lines become
6895 uneven.  The text is left aligned or justified and the right is ragged.  If
6896 the text is already justified as typed with auto-wrap, no justification will
6897 be done.
6900 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
6901 block of text, the Justify command is modified.
6902 Instead of automatically justifying the current paragraph you will be
6903 asked if you want to justify the paragraph, justify the selected region,
6904 or adjust the quote level of the selected region.
6905 Adjusting the quote level only works if you are using standard
6906 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
6907 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
6910 When composing a reply containing included text, the justify command
6911 will reformat text to the right of the 
6912 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
6913 adding or removing indented lines as needed.  Paragraphs are separated
6914 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
6915 line containing the indent string and one or more blank spaces.
6916 Included text that was previously indented (or &quot;quoted&quot;) is
6917 not preserved.
6920 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
6921 in 1999 and its wide-spread adoption since then, you will usually be better off if you
6922 use the standard
6923 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
6926 &lt;End of help on this topic&gt;
6927 </BODY>
6928 </HTML>
6929 ======= h_compose_spell =======
6930 <HTML>
6931 <HEAD>
6932 <TITLE>Spell Check Command</TITLE>
6933 </HEAD>
6934 <BODY>
6935 <H1>Spell Check Command</H1>
6937 The &quot;To Spell&quot;
6938 <!--chtml if pinemode="function_key"-->
6939 (F12)
6940 <!--chtml else-->
6941 (^T) 
6942 <!--chtml endif-->
6943 command calls an external spell checking program to look over the
6944 message you are composing.  By default, Alpine uses
6946 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
6948 if it knows where to find &quot;aspell&quot;.
6949 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
6950 then the command used is
6952 <CENTER><SAMP>ispell -l</SAMP></CENTER>
6954 Otherwise, the ancient &quot;spell&quot; command is used.
6956 For PC-Alpine, you must install the aspell library code that you
6957 may get from
6958 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
6961 &lt;End of help on this topic&gt;
6962 </BODY>
6963 </HTML>
6964 ======= h_compose_alted =======
6965 <HTML>
6966 <HEAD>
6967 <TITLE>Alt Editor Command</TITLE>
6968 </HEAD>
6969 <BODY>
6970 <H1>Alt Editor Command</H1>
6972 The &quot;Alt Editor&quot; command's availability depends on the
6973 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
6976 When the variable specifies a valid editor on your system, this
6977 command will launch it with the current text of your message
6978 already filled in.
6981 &lt;End of help on this topic&gt;
6982 </BODY>
6983 </HTML>
6984 ======= h_compose_readfile =======
6985 <HTML>
6986 <HEAD>
6987 <TITLE>Read File Command</TITLE>
6988 </HEAD>
6989 <BODY>
6990 <H1>Read File Command</H1>
6992 The &quot;Read File&quot;
6993 <!--chtml if pinemode="function_key"-->
6994 (F5)
6995 <!--chtml else-->
6996 (^R) 
6997 <!--chtml endif-->
6998 command allows you to copy in text from an existing file. You will be
6999 prompted for the name of a file to be inserted into the message.  The file
7000 name is relative to your home directory 
7001 <!--chtml if pinemode="running"-->
7002 (which, in the present configuration of your system, is
7003  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
7004 <!--chtml endif-->
7005 or current working directory
7006 <!--chtml if pinemode="running"-->
7007 (which, at least for your current Alpine &quot;session,&quot; 
7008 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7009 <!--chtml endif-->, depending on the
7010 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
7011 configuration setting; or, the file name must be specified as a full path name 
7012 <!--chtml if pinemode="os_windows"-->
7013 -- for example: &quot;A:&#92;PAPER.TXT&quot;
7014 <!--chtml else-->
7015 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
7016 <!--chtml endif-->
7017 (without the quotation marks).
7020 The file will be inserted where the cursor is located.  <B>The
7021 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
7022 Unix machine but have files on a PC or Mac, the files must be transferred
7023 to the system Alpine is running on before they can be read.  Please ask your
7024 local computer support people about the correct way to transfer a file to 
7025 your Alpine system.
7028 &lt;End of help on this topic&gt;
7029 </BODY>
7030 </HTML>
7031 ======= h_config_tray_icon =======
7032 <HTML>
7033 <HEAD>
7034 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
7035 </HEAD>
7036 <BODY>
7037 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
7039 PC-Alpine only.
7041 This option restores a behavior of previous versions of PC-Alpine.
7042 These
7043 versions, when started, installed a PC-Alpine icon in the notification 
7044 tray of Window's Taskbar.  The primary use of this icon was to indicate
7045 new mail arrival by turning red (while the Taskbar icon remained green).
7046 Additionally, the icon now changes to yellow to signify that a mail folder
7047 has been closed unexpectedly.
7050 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
7051 color its Taskbar entry's icon red (as well as the icon in the Window
7052 Title).  This feature is only provided for backwards compatibility.
7055 &lt;End of help on this topic&gt;
7056 </BODY>
7057 </HTML>
7058 ======= h_common_suspend =======
7059 <HTML>
7060 <HEAD>
7061 <TITLE>Suspend Command</TITLE>
7062 </HEAD>
7063 <BODY>
7064 <H1>Suspend Command</H1>
7066 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
7067 enabled, you can, at almost any time, temporarily halt your Alpine session,
7068 <!--chtml if pinemode="os_windows"-->
7069 minimizing it into an icon.
7070 <!--chtml else-->
7071 and return to your system prompt.
7072 <!--chtml endif-->
7075 &lt;End of help on this topic&gt;
7076 </BODY>
7077 </HTML>
7078 ======= h_pipe_command =======
7079 <HTML>
7080 <HEAD>
7081 <TITLE>Pipe Command SubOptions</TITLE>
7082 </HEAD>
7083 <BODY>
7084 <H1>Pipe Command SubOptions</H1>
7086 By default, when you use the Pipe command, the processed text of the
7087 message is sent to the Unix command
7088 you specify and the output is captured by Alpine and shown to you.
7089 (This command is available in PC-Alpine, as well, but there aren't many
7090 Windows commands that work well with piping.)
7091 There are some sub-commands that may be used to alter this behavior.
7092 These are toggles that switch the behavior between two possibilities.
7093 They can be combined in any way you wish.
7095 By default, the prompt at the bottom of the screen looks like
7097 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
7101 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
7103 if you are piping more than one message.
7105 The sub-command options are:
7106 <DL>
7107    <DT>Shown Text or Raw Text</DT>
7108    <DD>This option toggles between sending the shown (processed) text
7109 of the message to the Unix command, and sending the
7110 raw (unprocessed) text of the message to the Unix command.
7111 The default is to send the shown text.
7112 The raw version of the message will contain all of the headers and any
7113 MIME encoding that the message contains.
7114 If you've selected the Raw Text then the prompt will have the additional word
7115 &quot;RAW&quot; in it, like
7117 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
7119 You can experiment with this option by piping to something simple like the
7120 Unix &quot;cat&quot; command.
7121    </DD>
7122    <DT>Captured Output or Free Output</DT>
7123    <DD>This option toggles between having Alpine capture the output of
7124 the Unix pipe command for display, and not capturing it.
7125 If the command you are piping to is a filter that will produce output
7126 you want to view, then you want to capture that output
7127 for display (the default).
7128 If the Unix command doesn't produce output or handles the display itself,
7129 then you want free output.
7130 When you've selected the Free Output option the prompt will change to
7132 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
7134    </DD>
7135    <DT>No Delimiter or With Delimiter</DT>
7136    <DD>This option controls whether or not a Unix mailbox style delimiter
7137 will come before the text of the message.
7138 This is the delimiter used in the common Unix mailbox format.
7139 It's the single line that begins with the five characters
7140 &quot;From&quot; followed by a &lt;SPACE&gt; character.
7141 You'll usually only want to include this if the Unix command requires
7142 input in the format of a traditional Unix mailbox file.
7143 When you've selected the With Delimiter option the prompt will change to
7145 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
7147    </DD>
7148    <DT>To Same Pipe or To Individual Pipes</DT>
7149    <DD>This option only shows up if you are running an aggregate
7150 pipe command.
7151 That is, the command was Apply Pipe, not just Pipe.
7152 You have the option of piping all of the selected messages through a
7153 single pipe to a single instance of the Unix command,
7154 or piping each individual message through a separate pipe to separate
7155 instances of the Unix command.
7156 The default is that all of the output will go through a single pipe
7157 to a single instance of the command.
7158 You can try this option with a command like &quot;less&quot;, with Free
7159 Output enabled.
7160 When you've selected the Individual Pipes option the prompt will change to
7162 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
7164    </DD>
7165 </DL>
7168 As mentioned earlier, the options can be combined in any way you wish.
7169 You may leave them all off, turn them all on, or turn some of them on
7170 and some of them off.
7171 If you use the pipe command a second time in the same session the default
7172 options will be what you used the last time.
7175 &lt;End of help on this topic&gt;
7176 </BODY>
7177 </HTML>
7178 ========== h_emptydir_subfolder_name =========
7179 <HTML>
7180 <HEAD>
7181 <TITLE>ENTER SUBFOLDER NAME</TITLE>
7182 </HEAD>
7183 <BODY>
7184 <H1>Enter Subfolder Name</H1>
7186 <P> 
7187 This is the name of a new subfolder in the directory you are creating.
7188 Because empty directories are hidden and therefore not useful, you must also
7189 create a subfolder in the directory you are creating in order that the
7190 directory remains visible.
7192 Alternatively, you may turn off the configuration feature
7193 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
7194 so that empty directories remain visible.
7195 If you do that, you will not be required to create the subfolder when you
7196 create a directory.
7199 &lt;End of help on this topic&gt;
7200 </BODY>
7201 </HTML>
7202 ========== h_incoming_add_folder_name =========
7203 <HTML>
7204 <HEAD>
7205 <TITLE>ENTER FOLDER NAME</TITLE>
7206 </HEAD>
7207 <BODY>
7208 <H1>Enter Folder Name</H1>
7210 <P> 
7211 This is the name of the folder on the previously specified server.
7212 By default the folder name is interpreted as defining a section of your personal
7213 folder area.  This area and how you specify it are defined by the
7214 server, if one is specified.
7217 To define a folder outside the default area, prefix
7218 the path with the namespace to use when interpreting the
7219 given path.  If a namespace is specified, the folder name begins with the
7220 sharp (#) character followed by the name of the namespace
7221 and then the namespace's path-element-delimiter.  Aside from the
7222 name's format, namespaces can also imply access rights, content
7223 policy, audience, location, and, occasionally, access methods.
7226 Each server exports its own set (possibly of size one) of 
7227 namespaces.
7228 For a more detailed explanation read about
7229 <A HREF="h_folder_name_namespaces">Namespaces</A>.
7232 To specify the default for INBOX on the server you can usually just enter
7233 &quot;INBOX&quot;, and the server will understand the special meaning of
7234 that word.
7237 &lt;End of help on this topic&gt;
7238 </BODY>
7239 </HTML>
7240 ========== h_incoming_add_folder_host =========
7241 <HTML>
7242 <HEAD>
7243 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
7244 </HEAD>
7245 <BODY>
7246 <H1>Enter Incoming Folder Server</H1>
7248 You are being asked for the name of the server for use with this incoming
7249 folder.
7250 If the folder is on the machine where Alpine is running, then just enter
7251 RETURN without typing a server name.
7254 If the folder is on an IMAP server then type the server's name followed
7255 by RETURN.
7256 You may use the ^X command if the server is the same as the server that
7257 the INBOX is on.
7260 You may have to add optional extra information to the server name.
7261 For example, if the IMAP server is using a non-standard port number you
7262 would specify that by appending a colon (:) followed by the port number
7263 to the server name
7266 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7269 or you may need to specify a different protocol if the server is not an
7270 IMAP server. For example:
7273 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7276 for a POP server or
7279 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7282 for an NNTP news server.
7283 For an explanation of all of the possibilities, see
7284 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7285 for folders.
7288 There is a special command (^W) if you want to set up a folder that gets its
7289 mail from a
7290 <A HREF="h_maildrop">Mail Drop</A>.
7291 If you type that command, you will be prompted for the information for
7292 both the Mail Drop folder and the destination folder.
7295 &lt;End of help on this topic&gt;
7296 </BODY>
7297 </HTML>
7298 ========== h_incoming_add_inbox =========
7299 <HTML>
7300 <HEAD>
7301 <TITLE>ENTER INBOX SERVER</TITLE>
7302 </HEAD>
7303 <BODY>
7304 <H1>Enter INBOX Server</H1>
7306 You are being asked for the name of the server for use with
7307 the INBOX folder.
7308 Type the server's name followed by RETURN.
7311 You may have to add optional extra information to the server name.
7312 For example, if the server is using a non-standard port number you
7313 would specify that by appending a colon (:) followed by the port number
7314 to the server name
7317 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7320 or you may need to specify a different protocol if the server is not an
7321 IMAP server. For example:
7324 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7327 for a POP server.
7330 For an explanation of all of the possibilities, see
7331 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7332 for folders.
7335 If the INBOX folder is on the machine where Alpine is running, then just enter
7336 RETURN without typing a server name.
7339 There is a special command (^W) if you want to set up a folder that gets its
7340 mail from a
7341 <A HREF="h_maildrop">Mail Drop</A>.
7342 If you type that command, you will be prompted for the information for
7343 both the Mail Drop folder and the destination folder, which will be used
7344 as your INBOX folder.
7347 &lt;End of help on this topic&gt;
7348 </BODY>
7349 </HTML>
7350 ========== h_incoming_add_maildrop_destn =========
7351 <HTML>
7352 <HEAD>
7353 <TITLE>ENTER DESTINATION SERVER</TITLE>
7354 </HEAD>
7355 <BODY>
7356 <H1>Enter Destination Server</H1>
7358 You are being asked for the name of the server where the destination
7359 folder is for use with this Mail Drop incoming folder.
7360 That is, you are using a Mail Drop for this incoming folder and
7361 you've already entered
7362 the server and folder name for the Mail Drop.
7363 Now you need to enter the server for the destination folder
7364 where the mail should be copied to.
7365 Mail will come from the Mail Drop and be copied to the destination folder.
7368 Type the server's name followed by RETURN.
7369 If the folder is local to this computer, just type RETURN without entering
7370 a server name.
7373 You may have to add optional extra information to the server name.
7374 For example, if the server is using a non-standard port number you
7375 would specify that by appending a colon (:) followed by the port number
7376 to the server name
7379 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7382 For an explanation of all of the possibilities, see
7383 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7384 for folders.
7387 &lt;End of help on this topic&gt;
7388 </BODY>
7389 </HTML>
7390 ========== h_inbox_add_maildrop_destn =========
7391 <HTML>
7392 <HEAD>
7393 <TITLE>ENTER DESTINATION SERVER</TITLE>
7394 </HEAD>
7395 <BODY>
7396 <H1>Enter Destination Server</H1>
7398 You are being asked for the name of the server where the destination
7399 folder is for use with your Mail Drop INBOX.
7400 That is, you are using a Mail Drop for your INBOX and you've already entered
7401 the server and folder name for the Mail Drop.
7402 Now you need to enter the server for the destination folder
7403 where the mail should be copied to.
7404 Mail will come from the Mail Drop and be copied to the destination folder.
7407 Type the server's name followed by RETURN.
7408 If the folder is local to this computer, just type RETURN without entering
7409 a server name.
7412 You may have to add optional extra information to the server name.
7413 For example, if the server is using a non-standard port number you
7414 would specify that by appending a colon (:) followed by the port number
7415 to the server name
7418 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7421 For an explanation of all of the possibilities, see
7422 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7423 for folders.
7426 &lt;End of help on this topic&gt;
7427 </BODY>
7428 </HTML>
7429 ========== h_inbox_add_maildrop =========
7430 <HTML>
7431 <HEAD>
7432 <TITLE>ENTER MAILDROP SERVER</TITLE>
7433 </HEAD>
7434 <BODY>
7435 <H1>Enter Mail Drop Server</H1>
7437 You are being asked for the name of the Mail Drop server for use with
7438 your INBOX.
7441 Type the server's name followed by RETURN.
7444 You may have to add optional extra information to the server name.
7445 For example, if the server is using a non-standard port number you
7446 would specify that by appending a colon (:) followed by the port number
7447 to the server name
7450 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7453 or you may need to specify a different protocol if the server is not an
7454 IMAP server. For example:
7457 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7460 for a POP server or
7463 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7466 for an NNTP news server.
7467 For an explanation of all of the possibilities, see
7468 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7469 for folders.
7472 &lt;End of help on this topic&gt;
7473 </BODY>
7474 </HTML>
7475 ========== h_incoming_add_maildrop =========
7476 <HTML>
7477 <HEAD>
7478 <TITLE>ENTER MAILDROP SERVER</TITLE>
7479 </HEAD>
7480 <BODY>
7481 <H1>Enter Mail Drop Server</H1>
7483 You are being asked for the name of the Mail Drop server for use with
7484 this incoming folder.
7487 Type the server's name followed by RETURN.
7488 You may use the ^X command if the server is the same as the server that
7489 the INBOX is on.
7492 You may have to add optional extra information to the server name.
7493 For example, if the server is using a non-standard port number you
7494 would specify that by appending a colon (:) followed by the port number
7495 to the server name
7498 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7501 or you may need to specify a different protocol if the server is not an
7502 IMAP server. For example:
7505 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7508 for a POP server or
7511 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7514 for an NNTP news server.
7515 For an explanation of all of the possibilities, see
7516 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7517 for folders.
7520 If the Mail Drop folder is on the machine where Alpine is running, then just enter
7521 RETURN without typing a server name.
7524 &lt;End of help on this topic&gt;
7525 </BODY>
7526 </HTML>
7527 ========== h_maildrop =========
7528 <HTML>
7529 <HEAD>
7530 <TITLE>WHAT IS A MAIL DROP?</TITLE>
7531 </HEAD>
7532 <BODY>
7533 <H1>What is a Mail Drop?</H1>
7535 In some situaions it may make sense to have your mail delivered to one
7536 folder (the Mail Drop) and then when you want to read mail that has been
7537 delivered to the Mail Drop folder Alpine will move it to another
7538 destination folder.
7539 Often the Mail Drop will be a remote folder and messages will be moved from
7540 there to a local destination folder.
7543 One example where this might make sense is if the Mail Drop folder is accessible
7544 only with the POP protocol.
7545 You could designate your POP inbox as the Mail Drop folder and have Alpine move
7546 mail from there to a local (on the same machine Alpine is running on)
7547 destination folder, where you'll read it.
7550 A Mail Drop may only be used as your Inbox or as an
7551 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
7554 There is no attempt to synchronize the contents of the destination folder
7555 with the contents of the Mail Drop folder.
7556 All that happens is that all of the messages in the Mail Drop folder are
7557 copied to the destination folder and then they are deleted and expunged (if possible)
7558 from the Mail Drop folder.
7559 The next time a check for new mail is made, any messages in the Mail 
7560 Drop folder are once again copied to the destination folder and deleted
7561 and expunged from the Mail Drop folder.
7562 (If the Mail Drop folder is a news group, then the messages can't be
7563 expunged from the newsgroup. Instead, only Recent messages are copied from
7564 the newsgroup to the destination folder.)
7567 Configuration of a Mail Drop is a little different from configuration of
7568 a folder that does not use a Mail Drop because you have to specify two
7569 folder names instead of one.
7570 The two folders may be any types of folders that Alpine can normally use.
7571 They don't have to be a remote folder and a local folder, that is
7572 simply the most common usage.
7573 When you use a Mail Drop folder Alpine will periodically re-open the Mail
7574 Drop to check for new mail.
7575 The new-mail checks will happen at the frequency set with the
7576 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
7577 but with a minimum time
7578 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
7579 between checks.
7580 Because of this minimum you may notice that new mail does not
7581 appear promptly when you expect it.
7582 The reason for this is to protect the server from over-zealous opening and
7583 closing of the Mail Drop folder.
7584 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
7585 the end of the folder index, then the check will happen, regardless of how
7586 long it has been since the previous check.
7588 If there is new mail, that mail will be copied to the destination folder
7589 and then will be deleted from the Mail Drop.
7590 Note that using a Mail Drop with a local destination folder does not make
7591 sense if you read mail from more than one machine, because the mail is
7592 downloaded to the destination folder (which is accessible from only one
7593 machine) and deleted from the Mail Drop.
7595 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
7598 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
7601 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
7603 The brackets are not literal.
7605 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
7607 is a single character that does not appear in the MailDropFolder name.
7608 If the name doesn't contain spaces then it can be a space character.
7609 The two folder names are full technical
7610 <A HREF="h_valid_folder_names">folder names</A>
7611 as used by Alpine.
7612 Here are a couple examples to give you an idea what is being talked about:
7615 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
7617 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
7620 A #move folder may only be used as an
7621 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
7622 an Inbox.
7623 When you are in the FOLDER LIST of Incoming Message Folders (after turning
7624 on the
7625 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
7626 option)
7627 the Add command has a subcommand &quot;Use Mail Drop&quot;
7628 which may be helpful for defining the folder in your Alpine configuration.
7629 The same is true when you edit the
7630 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
7631 option in Setup/Config.
7632 Each of these configuration methods will also create the DestinationFolder
7633 if it doesn't already exist.
7634 If you are having problems, make sure the DestinationFolder exists.
7637 &lt;End of help on this topic&gt;
7638 </BODY>
7639 </HTML>
7640 ========== h_save =========
7641 <HTML>
7642 <HEAD>
7643 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
7644 </HEAD>
7645 <BODY>
7646 <H1>Choose a Folder to Save Into</H1>
7648 After Exiting from this help text,
7649 type the name of the folder you want to save into and press RETURN.
7651 Press ^T to get a list of your folders to choose from.
7652 Press ^C to cancel the Save.
7654 If you have Folder Collections defined you may use
7655 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
7656 the collection being saved to.
7658 If Tab Completion is enabled (it is enabled by default)
7659 you may type a Tab character to have Alpine complete the folder name for you.
7661 If Partial Match Lists is enabled (it is enabled by default) you may type
7662 Ctrl-X to get a list of matches to the prefix you've typed in so far.
7664 If the Ctrl-R subcommand is present that means you can decide to Delete or
7665 not Delete the message you are saving after you save it.
7666 The label on that key gives the action to switch to.
7667 If it says Delete and you type Ctrl-R the label displayed will change to
7668 No Delete and the source message will be deleted after the save. If it
7669 says No Delete and you type Ctrl-R the label displayed will change to
7670 Delete and the message will not be deleted.
7671 You can control the default for the Delete parameter with the
7672 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
7674 Similarly, if the Ctrl-W subcommand is present that means you can decide
7675 to Preserve the order of the messages being saved or not.
7676 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
7677 will be in the same order as you see them in the source folder now.
7678 The opposite action (which is usually the default) is that you don't care
7679 about the order.
7680 The Saved messages may or may not be in the same order in the destination folder.
7681 There may be a performance penalty for choosing to save the messages in order.
7682 You can control the default for the Preserve Order parameter with the
7683 configuration feature
7684 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
7687 If you haven't disabled the Save Input History and you've already done a
7688 Save earlier in this session then you may use the Up and Down arrows to retrieve
7689 a folder name used in a previous Save.
7692 &lt;End of help on this topic&gt;
7693 </BODY>
7694 </HTML>
7695 ============= h_simple_index ========================
7696 <HTML>
7697 <HEAD>
7698 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
7699 </HEAD>
7700 <BODY>
7701 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
7702 <!--chtml if pinemode="function_key"-->
7703 <PRE>
7704 Navigating the List of Messages               General Alpine Commands
7705 -------------------------------               -----------------------
7706  F5   Move to previous message                 F1   Show this help text
7707  F6   Move to next message
7708  F7   Show previous screen of messages
7709  F8   Show next screen of messages
7711 Message Selection Commands
7712 --------------------------
7713  F3   Exit the Message Select menu (canceling Send command)
7714  F4   Select the currently highlighted message
7715  F9   Mark the currently highlighted message as deleted
7716  F10  Undelete (remove deletion mark from) the highlighted message
7717 </PRE>
7718 <!--chtml else-->
7719 <PRE>
7720 Navigating the List of Messages               General Alpine Commands
7721 -------------------------------               -----------------------
7722   P  Move to previous message                  ?  Show this help text
7723   N  Move to next message
7724   -  Show previous screen of messages
7725  Spc (space bar) Show next screen of messages
7727 Message Selection Commands
7728 --------------------------
7729   E  Exit the Message Select menu (canceling Send command)
7730   S  Select the currently highlighted message
7731   D  Mark the currently highlighted message as deleted
7732   U  Undelete (remove deletion mark from) the highlighted message
7733 </PRE>
7734 <!--chtml endif-->
7736 <H2>Description of the Select Postponed Message Screen</H2>
7738 This screen allows you to select one of several previously postponed
7739 messages in order to continue composition.  Your options are very limited
7740 -- the screen is not meant to let you manipulate these messages.  However,
7741 you may now delete messages from this list.  Once you choose a message,
7742 Alpine reads it in and puts you into the regular message composer.
7745 Messages do not stay in this postponed state automatically.  If you select
7746 a message and then want to postpone it again, use the normal postpone
7747 (Ctrl-O) command in the composer.
7750 If you exit this screen without selecting a message, the Compose command
7751 that got you here is canceled.  Other than messages explicitly marked
7752 &quot;Deleted&quot;, no messages will be removed.
7755 &lt;End of help on this topic&gt;
7756 </BODY>
7757 </HTML>
7758 ============= h_collection_screen ========================
7759 <HTML>
7760 <HEAD>
7761 <TITLE>COLLECTION LIST screen</TITLE>
7762 </HEAD>
7763 <BODY>
7764 <H1>COLLECTION LIST screen</H1>
7766 The COLLECTION LIST screen is used to select one of your  
7767 collection definitions to display the folders they contain.  See
7768 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
7769 detailed explanation of collections.<P>
7771 To manage your collection definitions (Add, Change, Delete, etc.), use
7772 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
7773 MAIN MENU.
7776 &lt;End of help on this topic&gt;
7777 </BODY>
7778 </HTML>
7779 ============= h_collection_maint ========================
7780 <HTML>
7781 <HEAD>
7782 <TITLE>SETUP COLLECTION LIST screen</TITLE>
7783 </HEAD>
7784 <BODY>
7785 <H1>SETUP COLLECTION LIST screen</H1>
7787 The SETUP COLLECTION LIST screen lets you manage your collection
7788 definitions.  See 
7789 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
7790 for detailed explanation of collections.<P>
7792 Maintenance commands include:
7793 <DL>
7794 <DT>Change
7795 <!--chtml if pinemode="function_key"-->
7796 (F4)
7797 <!--chtml else-->
7799 <!--chtml endif-->
7800 </DT>
7802 <DD>Modify attributes of the selected collection definition.
7804 <DT>Add Cltn
7805 <!--chtml if pinemode="function_key"-->
7806 (F9)
7807 <!--chtml else-->
7809 <!--chtml endif-->
7810 </DT>
7812 <DD>Create a new collection definition.
7813 </DD>
7815 <DT>Del Cltn
7816 <!--chtml if pinemode="function_key"-->
7817 (F10)
7818 <!--chtml else-->
7820 <!--chtml endif-->
7821 </DT>
7823 <DD>Delete the selected collection definition.<BR>
7824 NOTE: The folders and directories referred to by the
7825 collection definition are <EM>NOT</EM> deleted.  Folders must
7826 be deleted, if that's what you wish to do, from the 
7827 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
7828 individual folders in a collection.
7829 </DD>
7831 <DT>Shuffle
7832 <!--chtml if pinemode="function_key"-->
7833 (F11)
7834 <!--chtml else-->
7836 <!--chtml endif-->
7837 </DT>
7839 <DD>Change the order of the displayed collections.  Alpine will offer
7840 to move the currently selected collection one position UP
7841 or DOWN.
7842 </DD>
7843 </DL>
7846 &lt;End of help on this topic&gt;
7847 </BODY>
7848 </HTML>
7849 ============ h_what_are_collections ==========
7850 <HTML>
7851 <HEAD>
7852 <TITLE>Folder Collections Explained</TITLE>
7853 </HEAD>
7854 <BODY>
7855 <H1>Folder Collections Explained</H1>
7858 Those of you with simple mail configurations will just see a list of all the
7859 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
7860 The special folders for INBOX, sent mail and saved messages
7861 will appear at the top of the list.  All others are in alphabetical order.
7863 If you
7864 or your system administrator have defined more than one collection or if
7865 you have a collection (for newsgroups or email folders) defined on your 
7866 system, then you will see the COLLECTION LIST screen first when choosing 
7867 FOLDER LIST from Alpine's MAIN MENU.
7869 <H2>Why have multiple folder collections?</H2>
7871 For Alpine users who only maintain email folders (and not too many) on one host, 
7872 a single folder collection is probably sufficient.<P>
7874 However, people who have more than one email account - for example, one 
7875 at their university, and one with their personal Internet Service Provider - 
7876 will have different sets of folders on different hosts, and they may want to
7877 access them all from the same installation of Alpine, rather than use different 
7878 software and/or log into other hosts to manipulate messages in different 
7879 accounts.  (If in doubt whether one of your email accounts can be accessed 
7880 with Alpine, contact the technical support people for that account.)  Even people
7881 who have only one email account on one host, but have dozens or
7882 hundreds of email folders, may want to arrange these folders together in a 
7883 meaningful way.<BR>
7884 That is where multiple collections come in.
7886 <H2>Types of Collections</H2>
7887 <DL>
7888 <DT>INCOMING FOLDERS</DT>
7889 <DD>&quot;Incoming Message Folders&quot; 
7890 is a special collection typically used to supplement your single INBOX.  
7891 All the folders here are meant to be ones that receive incoming messages, 
7892 which you intend to check more or less frequently.  
7893 You may have multiple folders like this because you or your systems 
7894 administrator have set up an external program or you may have set up
7895 Alpine to filter incoming 
7896 messages into different folders, based on certain criteria such as 
7897 sender, recipient, or subject; or because you have multiple accounts and 
7898 wish to check their INBOXes easily.  This collection is established by 
7899 setting the 
7900 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
7901 feature in the SETUP CONFIGURATION screen, which is accessed from the 
7902 MAIN MENU.
7903 </DD>
7905 <DT>NEWS</DT>
7906 <DD>You can also define a collection specifically for
7907 newsgroups.  Alpine does this for you implicitly when you 
7908 <A HREF="h_config_nntp_server">define an NNTP Server</A>
7909 in your Alpine configuration.  The news collection appears last in the 
7910 COLLECTION LIST (though you can shuffle it up in the order of presentation),
7911 and Alpine knows not to save messages there.
7912 </DD>
7914 <DT>DEFAULT COLLECTION</DT>
7915 <DD>This is the default collection for your saved and sent messages folders.
7916 </DD>
7917 </DL>
7921 <H2>Defining Collections</H2>
7923 In the absence of any folder-collection definitions, Alpine will assume a
7924 single default folder collection.
7925 <!--chtml if pinemode="os_windows"-->
7926 <!--chtml else-->
7927 If necessary, Alpine will create the directory
7928 &quot;mail&quot; in your Unix home directory 
7929 to hold your folders.
7930 <!--chtml endif-->
7932 You can use the 
7933 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
7934 the MAIN MENU, to manage your collection list.  
7936 &lt;End of help on this topic&gt;
7937 </BODY>
7938 </HTML>
7939 ===== h_select_address_screen =====
7940 <HTML>
7941 <HEAD>
7942 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
7943 </HEAD>
7944 <BODY>
7945 <H1>SELECT AN ADDRESS SCREEN</H1>
7946 <H2>COMMANDS</H2>
7947 <!--chtml if pinemode="function_key"-->
7948 <PRE>
7949 Available  Commands                        
7950 -------------------------------            
7951 F1  Show Help Text
7952 F3  Exit without selecting anything
7953 F4  Select the highlighted address
7954 F5  Move highlight to previous address
7955 F6  Move highlight to next address
7956 F7  Previous page of addresses
7957 F8  Next page of addresses
7958 F11 Print
7959 F12 WhereIs
7960 </PRE>
7961 <!--chtml else-->
7962 <PRE>
7963 Navigation                     General Alpine Commands
7964 -------------------------      -----------------------
7965  P  Prev Address                ?  Display this help text
7966  N  Next Address                E  Exit without selecting anything
7967  -  Previous page               %  Print
7968 Spc (space bar) Next page
7969  W  WhereIs
7971 Select Command
7972 ------------------------------------------------
7973  S  Select the highlighted address
7974 </PRE>
7975 <!--chtml endif-->
7977 <H2>Description of the Select Address Screen</H2>
7979 This screen gives you an easy way to select an address from all of
7980 the address book entries that match the prefix typed so far.
7982 <P><UL>
7983 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7984 </UL>
7986 &lt;End of help on this topic&gt;
7987 </BODY>
7988 </HTML>
7989 ===== h_select_rule_screen =====
7990 <HTML>
7991 <HEAD>
7992 <TITLE>SELECT A RULE SCREEN</TITLE>
7993 </HEAD>
7994 <BODY>
7995 <H1>SELECT A RULE SCREEN</H1>
7996 <H2>COMMANDS</H2>
7997 <!--chtml if pinemode="function_key"-->
7998 <PRE>
7999 Available  Commands                        
8000 -------------------------------            
8001 F1  Show Help Text
8002 F3  Exit without selecting anything
8003 F4  Select the highlighted rule
8004 F5  Move highlight to previous rule
8005 F6  Move highlight to next rule
8006 F7  Previous page of rules
8007 F8  Next page of rules
8008 F11 Print
8009 F12 WhereIs
8010 </PRE>
8011 <!--chtml else-->
8012 <PRE>
8013 Navigation                     General Alpine Commands
8014 -------------------------      -----------------------
8015  P  Prev Rule                   ?  Display this help text
8016  N  Next Rule                   E  Exit without selecting anything
8017  -  Previous page               %  Print
8018 Spc (space bar) Next page
8019  W  WhereIs
8021 Select Command
8022 ------------------------------------------------
8023  S  Select the highlighted rule
8024 </PRE>
8025 <!--chtml endif-->
8027 <H2>Description of the Select Rule Screen</H2>
8029 This screen just gives you an easy way to select a rule from all of your
8030 defined rules.
8031 The list of rules presented is the list of nicknames of all of the rules
8032 defined using Setup/Rules.
8033 For selecting messages, it is likely that the Indexcolor rules and possibly
8034 the Roles rules will be most useful.
8035 The others are there also, in case you find a use for them.
8037 In order for this to be useful for selecting messages, the nicknames of
8038 the rules have to be different.
8039 Alpine actually just gets the nickname of the rule that you select and then
8040 looks up that rule using the nickname.
8041 So if there are duplicate nicknames, the first rule that has that
8042 nickname will be used.
8044 <P><UL>
8045 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8046 </UL>
8048 &lt;End of help on this topic&gt;
8049 </BODY>
8050 </HTML>
8051 ===== h_select_priority_screen =====
8052 <HTML>
8053 <HEAD>
8054 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
8055 </HEAD>
8056 <BODY>
8057 <H1>SELECT A PRIORITY SCREEN</H1>
8058 <H2>COMMANDS</H2>
8059 <!--chtml if pinemode="function_key"-->
8060 <PRE>
8061 Available  Commands                        
8062 -------------------------------            
8063 F1  Show Help Text
8064 F3  Exit without selecting anything
8065 F4  Select the highlighted priority
8066 F5  Move highlight to previous priority
8067 F6  Move highlight to next priority
8068 F7  Previous page of priorities
8069 F8  Next page of priorities
8070 F11 Print
8071 F12 WhereIs
8072 </PRE>
8073 <!--chtml else-->
8074 <PRE>
8075 Navigation                     General Alpine Commands
8076 -------------------------      -----------------------
8077  P  Prev Priority               ?  Display this help text
8078  N  Next Priority               E  Exit without selecting anything
8079  -  Previous page               %  Print
8080 Spc (space bar) Next page
8081  W  WhereIs
8083 Select Command
8084 ------------------------------------------------
8085  S  Select the highlighted priority
8086 </PRE>
8087 <!--chtml endif-->
8089 <H2>Description of the Select Priority Screen</H2>
8091 This screen gives you a way to select a priority for the message you are sending.
8092 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
8093 Some mail programs will display an indication of the priority level to
8094 the recipient of the message, some will ignore it.
8095 Even in cases where the mail programs of both the sender and the recipient
8096 agree on the meaning of this header, keep in mind that it is
8097 something that the sender sets so it is only an indication
8098 of the priority that the sender attaches to the mail.
8099 Alpine can be made to display an indication of this priority in incoming
8100 messages by use of one of the tokens
8101 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
8102 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
8103 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
8105 <P><UL>
8106 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8107 </UL>
8109 &lt;End of help on this topic&gt;
8110 </BODY>
8111 </HTML>
8112 ===== h_select_keyword_screen =====
8113 <HTML>
8114 <HEAD>
8115 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
8116 </HEAD>
8117 <BODY>
8118 <H1>SELECT A KEYWORD SCREEN</H1>
8119 <H2>COMMANDS</H2>
8120 <!--chtml if pinemode="function_key"-->
8121 <PRE>
8122 Available  Commands                        
8123 -------------------------------            
8124 F1  Show Help Text
8125 F3  Exit without selecting anything
8126 F4  Select the highlighted keyword
8127 F5  Move highlight to previous keyword
8128 F6  Move highlight to next keyword
8129 F7  Previous page of keywords
8130 F8  Next page of keywords
8131 F11 Print
8132 F12 WhereIs
8133 </PRE>
8134 <!--chtml else-->
8135 <PRE>
8136 Navigation                     General Alpine Commands
8137 -------------------------      -----------------------
8138  P  Prev Keyword                ?  Display this help text
8139  N  Next Keyword                E  Exit without selecting anything
8140  -  Previous page               %  Print
8141 Spc (space bar) Next page
8142  W  WhereIs
8144 Select Command
8145 ------------------------------------------------
8146  S  Select the highlighted keyword
8147 </PRE>
8148 <!--chtml endif-->
8150 <H2>Description of the Select Keyword Screen</H2>
8152 This screen just gives you an easy way to select a keyword.
8153 The list of keywords presented is the list of all keywords defined in your 
8154 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8155 If you have given a keyword a nickname, that nickname is displayed
8156 instead of the actual keyword.
8158 <P><UL>
8159 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8160 </UL>
8162 &lt;End of help on this topic&gt;
8163 </BODY>
8164 </HTML>
8165 ===== h_select_charset_screen =====
8166 <HTML>
8167 <HEAD>
8168 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
8169 </HEAD>
8170 <BODY>
8171 <H1>SELECT A CHARACTER SET SCREEN</H1>
8172 <H2>COMMANDS</H2>
8173 <!--chtml if pinemode="function_key"-->
8174 <PRE>
8175 Available  Commands                        
8176 -------------------------------            
8177 F1  Show Help Text
8178 F3  Exit without selecting anything
8179 F4  Select the highlighted character set
8180 F5  Move highlight to previous character set
8181 F6  Move highlight to next character set
8182 F7  Previous page of character sets
8183 F8  Next page of character sets
8184 F11 Print
8185 F12 WhereIs
8186 </PRE>
8187 <!--chtml else-->
8188 <PRE>
8189 Navigation                     General Alpine Commands
8190 -------------------------      -----------------------
8191  P  Prev Character Set          ?  Display this help text
8192  N  Next Character Set          E  Exit without selecting anything
8193  -  Previous page               %  Print
8194 Spc (space bar) Next page
8195  W  WhereIs
8197 Select Command
8198 ------------------------------------------------
8199  S  Select the highlighted character set
8200 </PRE>
8201 <!--chtml endif-->
8203 <H2>Description of the Select A Character Set Screen</H2>
8205 This screen just gives you an easy way to select a character set from the
8206 set of character sets Alpine knows about.
8207 The list presented will vary slightly depending on what option you are
8208 selecting the character set for.
8210 <P><UL>
8211 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8212 </UL>
8214 &lt;End of help on this topic&gt;
8215 </BODY>
8216 </HTML>
8217 ===== h_select_multcharsets_screen =====
8218 <HTML>
8219 <HEAD>
8220 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
8221 </HEAD>
8222 <BODY>
8223 <H1>SELECT CHARACTER SETS SCREEN</H1>
8224 <H2>COMMANDS</H2>
8225 <!--chtml if pinemode="function_key"-->
8226 <PRE>
8227 Available  Commands
8228 -------------------------------            
8229 F1  Show Help Text
8230 F3  Exit without selecting anything
8231 F4  Select the highlighted charset (or chosen charsets in ListMode)
8232 F5  Move highlight to previous charset
8233 F6  Move highlight to next charset
8234 F7  Previous page of charsets
8235 F8  Next page of charsets
8236 F9  Toggle choices when using ListMode
8237 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
8238 F11 Print
8239 F12 WhereIs
8240 </PRE>
8241 <!--chtml else-->
8242 <PRE>
8243 Navigation                     General Alpine Commands
8244 -------------------------      -----------------------
8245  P  Prev Charset                ?  Display this help text
8246  N  Next Charset                E  Exit without selecting anything
8247  -  Previous page               %  Print
8248 Spc (space bar) Next page
8249  W  WhereIs
8251 Select Command
8252 ------------------------------------------------
8253  S  Select the highlighted charset (or chosen charsets in ListMode)
8254  L  Turn on ListMode (makes it easy to choose multiple charsets)
8255  1  Turn off ListMode
8256  X  Toggle choices when using ListMode
8257 </PRE>
8258 <!--chtml endif-->
8260 <H2>Description of the Select Character Set Screen</H2>
8262 This screen just gives you an easy way to select a character set or a list of
8263 character sets.
8264 The list of character sets presented is the list of all character sets known to
8265 Alpine.
8266 You may select other character sets by typing them in directly.
8268 <P><UL>
8269 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8270 </UL>
8272 &lt;End of help on this topic&gt;
8273 </BODY>
8274 </HTML>
8275 ===== h_select_multkeyword_screen =====
8276 <HTML>
8277 <HEAD>
8278 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
8279 </HEAD>
8280 <BODY>
8281 <H1>SELECT KEYWORDS SCREEN</H1>
8282 <H2>COMMANDS</H2>
8283 <!--chtml if pinemode="function_key"-->
8284 <PRE>
8285 Available  Commands
8286 -------------------------------            
8287 F1  Show Help Text
8288 F3  Exit without selecting anything
8289 F4  Select the highlighted keyword (or chosen keywords in ListMode)
8290 F5  Move highlight to previous keyword
8291 F6  Move highlight to next keyword
8292 F7  Previous page of keywords
8293 F8  Next page of keywords
8294 F9  Toggle choices when using ListMode
8295 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
8296 F11 Print
8297 F12 WhereIs
8298 </PRE>
8299 <!--chtml else-->
8300 <PRE>
8301 Navigation                     General Alpine Commands
8302 -------------------------      -----------------------
8303  P  Prev Keyword                ?  Display this help text
8304  N  Next Keyword                E  Exit without selecting anything
8305  -  Previous page               %  Print
8306 Spc (space bar) Next page
8307  W  WhereIs
8309 Select Command
8310 ------------------------------------------------
8311  S  Select the highlighted keyword (or chosen keywords in ListMode)
8312  L  Turn on ListMode (makes it easy to choose multiple keywords)
8313  1  Turn off ListMode
8314  X  Toggle choices when using ListMode
8315 </PRE>
8316 <!--chtml endif-->
8318 <H2>Description of the Select Keyword Screen</H2>
8320 This screen just gives you an easy way to select a keyword or a list of
8321 keywords.
8322 The list of keywords presented is the list of all keywords defined in your 
8323 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8324 If you have given a keyword a nickname, that nickname is displayed
8325 instead of the actual keyword.
8327 <P><UL>
8328 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8329 </UL>
8331 &lt;End of help on this topic&gt;
8332 </BODY>
8333 </HTML>
8334 ===== h_select_incoming_to_monitor =====
8335 <HTML>
8336 <HEAD>
8337 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
8338 </HEAD>
8339 <BODY>
8340 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
8341 <H2>COMMANDS</H2>
8342 <!--chtml if pinemode="function_key"-->
8343 <PRE>
8344 Available  Commands
8345 -------------------------------            
8346 F1  Show Help Text
8347 F3  Exit without selecting anything
8348 F4  Select the marked folders
8349 F5  Move highlight to previous folder
8350 F6  Move highlight to next folder
8351 F7  Previous page of folders
8352 F8  Next page of folders
8353 F9  Toggle choices on or off
8354 F11 Print
8355 F12 WhereIs
8356 </PRE>
8357 <!--chtml else-->
8358 <PRE>
8359 Navigation                     General Alpine Commands
8360 -------------------------      -----------------------
8361  P  Prev Folder                 ?  Display this help text
8362  N  Next Folder                ^C  exit without changing anything
8363  -  Previous page               %  Print
8364 Spc (space bar) Next page
8365  W  WhereIs
8367 Select Command
8368 ------------------------------------------------
8369  S  Select the marked folders
8370  X  Toggle choices on or off
8371 </PRE>
8372 <!--chtml endif-->
8374 <H2>Description of the Select Folders to Check Screen</H2>
8376 This screen is only useful if the feature
8377 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
8378 is set.
8379 By default, when you set that feature all of your incoming folders
8380 will be checked periodically for Unseen messages.
8381 By using this screen, you may restrict the set of monitored folders to
8382 a subset of all of the incoming folders.
8384 Mark the folders you want to monitor for Unseen messages with
8385 an &quot;X&quot;.
8386 When you've finished marking all your selections use the Select
8387 command to register your choices.
8388 To return to the default of checking all incoming folders
8389 delete all folders or unmark all folders.
8391 <P><UL>
8392 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8393 </UL>
8395 &lt;End of help on this topic&gt;
8396 </BODY>
8397 </HTML>
8398 ===== h_role_select =====
8399 <HTML>
8400 <HEAD>
8401 <TITLE>ROLES SCREEN</TITLE>
8402 </HEAD>
8403 <BODY>
8404 <H1>ROLES SCREEN</H1>
8405 <H2>ROLES COMMANDS</H2>
8406 <!--chtml if pinemode="function_key"-->
8407 <PRE>
8408 Available  Commands                        
8409 -------------------------------            
8410 F1  Show Help Text
8411 F3  Exit without a selection
8412 F4  Select a role to use in composition
8413 F5  Move to previous role
8414 F6  Move to next role
8415 F7  Previous page of roles
8416 F8  Next page of roles
8417 F11 Change Default Role
8418 F12 Whereis (search role nicknames)
8419 </PRE>
8420 <!--chtml else-->
8421 <PRE>
8422 Navigation                     General Alpine Commands
8423 -------------------------      -----------------------
8424  P  Prev Role                     ?  Display this help text
8425  N  Next Role                     E  Exit without a selection
8426  -  Previous page
8427 Spc (space bar) Next page
8428  W  WhereIs (search for word in role nicknames)
8430 Select Role Commands
8431 ------------------------------------------------
8432  [Return]  Select highlighted role
8433  D         Change Default Role
8434 </PRE>
8435 <!--chtml endif-->
8437 <H2>Description of the Roles Screen</H2>
8439 With this screen you select a role to be used in the composition of a
8440 message.
8441 Use the Previous and Next commands to highlight the role you wish to
8442 use.
8443 When you type carriage return you will be placed in the composer using the highlighted role.
8445 You don't have any non-default <A HREF="h_rules_roles">roles</A>
8446 available unless you set them up.
8447 You may do so by using the Setup/Rules command on the MAIN MENU.
8449 By using the D command, you may set a default role that will persist until
8450 you change it or until you exit Alpine.
8451 The D command toggles through three states: set the default role, unset the
8452 default role, and leave the default role as it is.
8453 <P><UL>
8454 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8455 </UL>
8457 &lt;End of help on this topic&gt;
8458 </BODY>
8459 </HTML>
8460 ===== h_role_abook_select =====
8461 <HTML>
8462 <HEAD>
8463 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
8464 </HEAD>
8465 <BODY>
8466 <H1>SELECT ADDRESS BOOK SCREEN</H1>
8467 <H2>COMMANDS</H2>
8468 <!--chtml if pinemode="function_key"-->
8469 <PRE>
8470 Available  Commands                        
8471 -------------------------------            
8472 F1  Show Help Text
8473 F3  Exit screen without selecting anything
8474 F4  Select highlighted address book
8475 F5  Move to previous address book
8476 F6  Move to next address book
8477 F7  Previous page of address books
8478 F8  Next page of address books
8479 F12 Whereis
8480 </PRE>
8481 <!--chtml else-->
8482 <PRE>
8483 Navigation                     General Alpine Commands
8484 -------------------------      -----------------------
8485  P  Previous addrbook          ?  Display this help text
8486  N  Next addrbook
8487  -  Previous page
8488 Spc (space bar) Next page
8489  W  WhereIs
8491 Select Role Commands
8492 ------------------------------------------------
8493  S  Select highlighted address book
8494  E  Exit screen without selecting anything
8495 </PRE>
8496 <!--chtml endif-->
8498 <H2>Description of the Select Address Book Screen</H2>
8500 This screen helps you select one of your address books.
8501 Use the Previous and Next commands to highlight the address book you wish to
8502 select.
8503 <P><UL>
8504 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8505 </UL>
8507 &lt;End of help on this topic&gt;
8508 </BODY>
8509 </HTML>
8510 ======== h_rule_patterns =============
8511 <HTML>
8512 <HEAD>
8513 <TITLE>PATTERNS</TITLE>
8514 </HEAD>
8515 <BODY>
8516 <H1>PATTERNS</H1>
8517 Patterns are used with Roles, Filtering, Index Coloring,
8518 Scoring, Other Rules, and Search Rules.
8519 Patterns are compared with a message to see if there is a match.
8520 For Filtering, the messages being checked are all the messages in the
8521 folder, one at a time.
8522 For Index Line Coloring, each message that is visible on the screen is
8523 checked for matches with the Index Coloring Patterns.
8524 Roles are used with the Reply, Forward, and Compose commands.
8525 For Reply, the message used to compare the Pattern with is the message
8526 being replied to;
8527 for Forward, the message used to compare the Pattern with is the message
8528 being forwarded;
8529 and for Compose, there is no message, so the parts of the Pattern that depend
8530 on a message (everything other than Current Folder Type and the
8531 Beginning of Month and Year)
8532 are not used.
8533 Only the Current Folder Type matters for Compose (plus the Beginning of
8534 Month or Year, which you wouldn't usually use for a Role).
8535 For Scoring, the message being scored is compared with all of the Score
8536 Patterns, and the Score Values from the ones that match are added together to 
8537 get the message's score.
8538 For Other Rules, there is no message. Only the Current Folder Type is checked
8539 for Other Rules.
8541 Each Pattern has several possible parts, all of which are optional.
8542 In order for there to be a match, <EM>ALL</EM> of the
8543 <EM>defined</EM> parts of the Pattern must match the message.
8544 If a part is not defined it is considered a match, but note that a filtering
8545 Pattern must have at least one defined part or it will be ignored.
8546 For example, if the To pattern is not defined it will be
8547 displayed as
8549 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
8551 That is considered a match because it is not defined.
8552 This means that the Pattern with nothing defined is a match if the
8553 Current Folder Type matches, but there is an exception that was mentioned
8554 in the previous paragraph.
8555 Because filtering is a potentially destructive action, filtering Patterns
8556 with nothing other than Current Folder Type defined are ignored.
8557 If you really want a filtering Pattern to match all messages (subject to
8558 Current Folder Type) the best way to do it is to define a Score interval
8559 that includes all possible scores.
8560 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
8561 This can be used even if you haven't defined any rules to Set Scores.
8563 There are six predefined header patterns called the To, From, Sender, Cc, News,
8564 and Subject patterns.
8565 Besides those six predefined header patterns, you may add
8566 additional header patterns with header fieldnames of your choosing.
8567 You add an extra header pattern by placing the cursor on one of the
8568 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
8569 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
8570 and the Partic pattern is a header pattern that stands for
8571 Participant (From OR To OR Cc).
8572 (Defining the Recip pattern does not have the same effect as defining both
8573 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
8574 Similar to the header patterns are the AllText pattern and the BodyText pattern.
8575 Instead of comparing this pattern's text against only the contents of
8576 a particular header field, the text for the AllText pattern is compared
8577 with text anywhere in the message's header or body, and the text for the
8578 BodyText pattern is compared with text anywhere in the message's body.
8580 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
8581 &quot;!&quot; &quot;toggle NOT&quot; command.
8582 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8583 &quot;!&quot; at the beginning of the pattern line.
8584 When the &quot;!&quot; is present, it reverses the meaning of the match.
8585 That is, if the pattern matches then it is considered to NOT be a match, and
8586 if it does not match it is considered to be a match.
8588 Don't make the mistake of putting the &quot;!&quot; in the data field for
8589 a pattern.
8590 For example, if you type the characters &quot;!urgent&quot; into the Subject
8591 pattern, the pattern will look like:
8593 <PRE>
8594  Subject pattern = !urgent
8595 </PRE>
8597 This means you want to match the 7 character sequence &quot;!urgent&quot;.
8598 In order to match messages that do not have &quot;urgent&quot; in
8599 their Subject field, first type the characters &quot;urgent&quot; followed
8600 by carriage return for the value of the Subject pattern, then negate it
8601 by typing the &quot;!&quot; command.
8602 It should look like
8604 <PRE>
8605  ! Subject pattern = urgent
8606 </PRE>
8608 The contents of each of these header patterns (or the AllText or BodyText patterns) may
8609 be a complete email address, part of an address, or a random set of
8610 characters to match against.
8611 It may also be a list of such patterns, which means you
8612 are looking for a match against the first pattern in the list <EM>OR</EM>
8613 the second pattern <EM>OR</EM> the third and so on.
8614 For example, a Subject pattern equal to
8616 <PRE>
8617  Subject pattern = urgent
8618                    emergency
8619                    alert
8620 </PRE>
8622 would match all messages with a subject that contained at least one
8623 of those words.
8624 It would also match subjects containing the words &quot;alerts&quot; or
8625 &quot;Urgently&quot;.
8627 The same example with &quot;NOT&quot; turned on would be
8629 <PRE>
8630  ! Subject pattern = urgent
8631                      emergency
8632                      alert
8633 </PRE>
8635 which would match all messages with a subject that did <EM>NOT</EM> contain any of
8636 those words.
8637 You can use the &quot;Add Value&quot; command to add new words to the list,
8638 or you can enter them as a comma-separated list.
8640 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
8641 present for a match.
8642 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
8643 pattern2 must be present,
8644 and that is exactly what using a list does.)
8646 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
8647 also part of the Pattern, although the &quot;Score Interval&quot; is not used
8648 when checking for matches for Scoring.
8649 There are five similar settings that relate to the status of the message.
8650 These settings rely on the message being New or not, Deleted or not,
8651 Answered or not, Important or not, and Recent or not.
8652 There are also some other miscellaneous settings.
8653 The first is the Age of the message in days.
8654 Another is the Size of the message, in bytes.
8655 The third is a setting that detects whether or not the Subject of a
8656 message contains raw 8-bit characters (unencoded characters with the most
8657 significant bit set).
8658 There is a setting that detects whether or not this is the first time
8659 Alpine has been run this month (doesn't depend on individual messages),
8660 and another that detects whether or not this is the first time Alpine has
8661 been run this year.
8662 Other parts of the Pattern detect whether or not the From address of a
8663 message appears in your address book, whether or not certain keywords
8664 are set for a message, and whether or not certain character sets are
8665 used in a message.
8667 <H2>Parts of a Pattern</H2>
8669 <H3>Header patterns</H3>
8671 A header pattern is simply text that is searched for in the corresponding
8672 header field.
8673 For example, if a Pattern has a From header pattern with the value
8674 &quot;@company.com&quot;, then only messages that have a From header
8675 that contains the text &quot;@company.com&quot; will be possible
8676 matches.
8677 Matches don't have to be exact.
8678 For example, if the relevant field of a message contains the text
8679 &quot;mailbox@domain&quot; somewhere
8680 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
8681 &quot;mailbox@domain&quot; are all matches.
8683 All parts of the Pattern must match so, for example,
8684 if a message matches a defined
8685 From pattern, it still must be checked against the other parts of the
8686 Pattern that have been defined.
8687 The To header pattern is a slightly special case.
8688 If the message being checked has a Resent-To header
8689 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
8690 there are used in place of the addresses in the To header.
8691 This is only true for the To header.
8692 Resent-cc and Resent-From headers are never used unless you add them
8693 with the eXtraHdrs command.
8695 The meaning of a header pattern may be negated with the
8696 &quot;!&quot; &quot;toggle NOT&quot; command.
8697 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8698 &quot;!&quot; at the beginning of the pattern line.
8699 It would look something like
8701 <PRE>
8702  ! From pattern = susan@example.com
8703 </PRE>
8705 When the &quot;!&quot; is present, it reverses the meaning of the match.
8707 If you want to check for the presence of a header field but don't care
8708 about its value, then
8709 the empty pattern that you get by entering a pair of
8710 double quotes (&quot;&quot;) should match any message that
8711 has the corresponding header field.
8713 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
8715 AllText patterns are just like header patterns except that the text is
8716 searched for anywhere in the message's headers or body, not just in the
8717 contents of a particular header field.
8720 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
8722 BodyText patterns are just like header patterns except that the text is
8723 searched for anywhere in the message's body, not just in the
8724 contents of a particular header field.
8727 If there is more than one header pattern or AllText pattern or BodyText pattern
8728 for which you want to take the
8729 same action there is a shorthand notation that may be used.
8730 Any of these patterns may be a list of patterns instead of
8731 just a single pattern.
8732 If any one of the patterns in the list matches the message
8733 then it is considered a match.
8734 For example, if &quot;company1&quot; and &quot;company2&quot; both required
8735 you to use the same role when replying to messages, you might have
8736 a To pattern that looks like
8738 <PRE>
8739  To pattern = company1.com
8740               company2.com
8741 </PRE>
8743 This means that if the mail you are replying to was addressed to
8744 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
8745 then this Pattern is a match and the same actions will be taken.
8747 The meaning of an AllText or BodyText pattern may be negated with the
8748 &quot;!&quot; &quot;toggle NOT&quot; command.
8749 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8750 &quot;!&quot; at the beginning of the pattern line.
8751 When the &quot;!&quot; is present, it reverses the meaning of the match.
8753 A technicality: Since comma is the character used to separate multiple values
8754 in any of the fields that may have multiple values (such as header patterns,
8755 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
8756 you must escape comma with a
8757 backslash (&#92;) if you want to include a literal comma in one of those fields.
8758 In other words, if you type a backslash followed by a comma it will
8759 be interpreted as a comma by Alpine, instead of as a separator between
8760 pattern values.
8761 All other backslashes (those not followed by a comma) are literal
8762 backslashes and should not be escaped.
8763 It's unlikely you'll ever need to enter a literal comma or backslash in
8764 any of the patterns.
8766 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
8768 The &quot;Current Folder Type&quot; may be set to one of four different
8769 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
8770 &quot;Specific&quot;.
8771 If the value is set to &quot;News&quot;, then the
8772 Pattern will only match if the currently open folder is a newsgroup.
8773 The value &quot;Email&quot; only matches if the current folder is not news and
8774 the value &quot;Any&quot; causes any folder to match.
8775 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
8776 then you must fill in a value for &quot;Folder&quot;, which is on the line
8777 below the &quot;Specific&quot; line.
8778 In this case you will only get a match if the currently open folder is
8779 the specific folder you list.
8780 You may give a list of folders instead of just a single
8781 folder name, in which case the Pattern will match if the open folder is
8782 any one of the folders in the list.
8783 The name of each folder in the list may be either &quot;INBOX&quot;,
8784 the technical specification
8785 of the folder (like what appears in your configuration file) or, if the
8786 folder is one of your incoming folders, it may be the nickname you've given
8787 the folder.
8788 Here are some samples of specific folder names:
8790 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
8792 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
8794 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
8796 The easiest way to fill in the &quot;Folder&quot; field is to use
8797 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
8798 highlighted, or to use the &quot;Take&quot; command with the configuration
8799 feature
8800 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
8801 turned on.
8803 When reading a newsgroup, there may be a performance penalty
8804 incurred when collecting the information necessary to check whether
8805 or not a Pattern matches a message.
8806 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
8807 If you have Patterns with a Current Folder Type of either
8808 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
8809 Index Line Coloring or Scoring, you may experience
8810 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
8812 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
8814 The &quot;Age Interval&quot; may be set to an interval of message
8815 ages that should be considered a match.
8816 Like the other parts of the Pattern, if it is unset it will be ignored.
8817 The Age Interval looks like
8819 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
8821 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
8822 than or equal to zero.
8823 The special value &quot;INF&quot; may be used for
8824 the max value. It represents infinity.
8826 Actually, this option may be defined as a list of intervals instead
8827 of just a single interval.
8828 The list is separated by commas.
8829 It can look like
8831 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
8833 When there is an Age Interval defined, it is a match if the age, in days, of
8834 the message is contained in any of the intervals.
8835 The intervals include both endpoints.
8837 Even though this option is called Age, it isn't actually
8838 the <EM>age</EM> of the message.
8839 Instead, it is how many days ago the message arrived in one of your folders.
8840 If the current time is a little past midnight, then a message that arrived
8841 just before midnight arrived yesterday, even though the message is only
8842 a few minutes old.
8843 By default, the date being used is not the date in the Date
8844 header of the message.
8845 It is the date that the message arrived in one of your folders.
8846 When you Save a message from one folder to another that arrival date
8847 is preserved.
8848 If you would like to use the date in the Date header that is possible.
8849 Turn on the option
8850 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
8851 near the bottom of the rule definition.
8852 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
8854 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
8856 The &quot;Size Interval&quot; may be set to an interval of message
8857 sizes that should be considered a match.
8858 Like the other parts of the Pattern, if it is unset it will be ignored.
8859 The Size Interval looks like
8861 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
8863 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
8864 than or equal to zero.
8865 The special value &quot;INF&quot; may be used for
8866 the max value. It represents infinity.
8868 Actually, this option may be defined as a list of intervals instead
8869 of just a single interval.
8870 The list is separated by commas.
8871 It can look like
8873 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
8875 When there is a Size Interval defined, it is a match if the size, in bytes, of
8876 the message is contained in any of the intervals.
8877 The intervals include both endpoints.
8879 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
8881 The &quot;Score Interval&quot; may be set to an interval of message
8882 scores that should be considered a match.
8883 Like the other parts of the Pattern, if it is unset it will be ignored.
8884 The Score Interval looks like
8886 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
8888 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
8889 negative integers, with min_score less than or equal to max_score.
8890 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
8891 the min and max values to represent negative and positive infinity.
8893 Actually, a list of intervals may be used if you wish.
8894 A list would look like
8896 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
8898 When there is a Score Interval defined, it is a match if the score for
8899 the message is contained in any of the intervals in the list.
8900 The intervals include the endpoints.
8901 The score for a message is calculated by looking at every Score rule defined and
8902 adding up the Score Values for the ones that match the message.
8903 When deciding whether or not a Pattern matches a message for purposes of
8904 calculating the score, the Score Interval is ignored.
8906 <H3><A NAME="pattern_message_status">Message Status</A></H3>
8908 There are five separate message status settings.
8909 By default, all five are set to the value &quot;Don't care&quot;, which
8910 will match any message.
8911 The value &quot;Yes&quot; means that the particular status must be true
8912 for a match, and the value &quot;No&quot; means that the particular
8913 status must not be true for a match.
8914 For example, one of the five Message Status settings is whether a message
8915 is marked Important or not.
8916 A &quot;Yes&quot; means that the message must be Important to be
8917 considered a match and &quot;No&quot; means that the message must not be
8918 Important to be considered a match.
8919 The same is true of the other four message status settings that depend
8920 on whether or not the message is New; whether the message has 
8921 been Answered or not; whether the message has been Deleted or not, and
8922 whether the message is Recent or not. 
8924 The nomenclature for New and Recent is a bit confusing:
8926 New means that the message is Unseen.
8927 It could have been in your mailbox for a long time but if you haven't looked
8928 at it, it is still considered New.
8929 That matches the default Alpine index display that shows an N for such a
8930 message.
8932 Recent means that the message was added to this folder since the last time
8933 you opened the folder.
8934 Alpine also shows an N by default for these types of messages.
8935 If you were to run two copies of Alpine that opened a folder one right after
8936 the other, a message would only show up as Recent in (at most) the first
8937 Alpine session.
8939 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
8941 Keywords are similar to Message Status, but they are chosen by the user.
8942 Provided the mail server allows for it, you may add a set of possible keywords
8943 to a folder and then you may set those keywords or not for each message
8944 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
8945 The syntax of this part of the Pattern is similar to the header patterns.
8946 It is a list of keywords.
8947 The Keyword part of the Pattern is a match if the message has any of
8948 the keywords in the list set.
8949 Like other parts of the Pattern, if this is unset it will be ignored.
8951 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
8953 A message may use one or more character sets.
8954 This part of the Pattern matches messages that make use of one or more of
8955 the character sets specified in the pattern.
8956 It will be considered a match if a message uses any of the character
8957 sets in the list you give here.
8960 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
8961 GB2312) you may also use some shorthand names that Alpine provides.
8962 These names are more understandable shorthand names for sets of 
8963 character set names.
8964 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
8965 Selecting one of these shorthand names is equivalent to selecting all of
8966 the character sets that make up the set.
8967 You can see all of these shorthand names and the lists of character sets
8968 they stand for by typing the &quot;T&quot; command with the Character
8969 Set pattern highlighted.
8970 The syntax of this part of the Pattern is similar to the header patterns
8971 and the Message Keywords pattern.
8972 It is a list of character sets (or shorthand names).
8973 The Character Set part of the Pattern is a match if the message uses any
8974 of the character sets in the list.
8975 Like other parts of the Pattern, if this is unset it will be ignored.
8977 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
8979 It seems that lots of unwanted email contains unencoded 8-bit characters
8980 in the Subject.
8981 Normally, characters with the 8th bit set are not allowed in the Subject
8982 header unless they are MIME-encoded.
8983 This option gives you a way to match messages that have Subjects that
8984 contain unencoded 8-bit characters.
8985 By default, the value of this option is &quot;Don't care&quot;, which
8986 will match any message.
8987 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
8988 the Subject of the message in order for there to be a match,
8989 and the value &quot;No&quot; is the opposite.
8990 Setting this option will affect performance in large folders because the
8991 subject of each message in the folder has to be checked.
8993 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
8995 This option gives you a way to take some action once per month.
8996 By default, the value of this option is &quot;Don't care&quot;, which
8997 will always match.
8998 The value &quot;Yes&quot; means that this must be the first time Alpine has
8999 been run this month in order to count as a match,
9000 and the value &quot;No&quot; is the opposite.
9002 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
9004 This option gives you a way to take some action once per year.
9005 By default, the value of this option is &quot;Don't care&quot;, which
9006 will always match.
9007 The value &quot;Yes&quot; means that this must be the first time Alpine has
9008 been run this year in order to count as a match,
9009 and the value &quot;No&quot; is the opposite.
9011 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
9013 This option gives you a way to match messages that have an address
9014 that is in one of your address books.
9015 Only the simple entries in your address books are searched.
9016 Address book distribution lists are ignored!
9017 By default, the value of this option is &quot;Don't care&quot;, which
9018 will match any message.
9019 The value &quot;Yes, in any address book&quot; means the address
9020 from the message must be in at least one of your
9021 address books in order to be a match.
9022 The value &quot;No, not in any address book&quot;
9023 means none of the addresses may
9024 be in any of your address books in order to be a match.
9025 The values &quot;Yes, in specific address books&quot; and
9026 &quot;No, not in any of specific address books&quot; are similar but instead
9027 of depending on all address books you are allowed to give a list of address
9028 books to look in.
9029 The addresses from the message that are checked for are determined by the
9030 setting you have for &quot;Types of addresses to check for in address book&quot;.
9031 If you set this to &quot;From&quot; the From address from the message will
9032 be looked up in the address book.
9033 If you set it to only &quot;To&quot; then the To addresses will be used.
9034 If any of the To addresses are in the address book then it is considered
9035 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
9036 You could set it to both From and To, in which case all of the From and To
9037 addresses are used.
9038 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
9039 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
9040 exists or the From address if there is no Reply-To address.
9041 Same for the Sender address.
9042 Setting this option may affect performance in large folders because the
9043 From and Reply-To of each message in the folder have to be checked.
9045 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
9047 This is a command that is run with its standard input set to the message
9048 being checked and its standard output discarded.
9049 The full directory path should be specified.
9050 The command will be run and then its exit status will be checked against
9051 the Exit Status Interval, which defaults to just the value zero.
9052 If the exit status of the command falls in the interval, it is considered
9053 a match, otherwise it is not a match.
9056 This option may actually be a list of commands.
9057 The first one that exists and is executable is used.
9058 That makes it possible to use the same configuration with Unix Alpine and
9059 PC-Alpine.
9062 If none of the commands in the list exists and is executable then the rule
9063 is <EM>not</EM> a match.
9064 If it is possible that the command may not exist, you should be careful
9065 to structure your rules so that nothing destructive
9066 happens when the command does not exist.
9067 For example, you might have a filter that filters away spam when there is
9068 a match but does nothing when there is not a match.
9069 That would continue to work correctly if the command didn't exist.
9070 However, if you have a filter that filters away spam when there is not
9071 a match and keeps it when there is a match, that would filter everything
9072 if the categorizer command didn't exist.
9074 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
9075 setup for the bogofilter filter.
9078 &lt;End of help on this topic&gt;
9079 </BODY>
9080 </HTML>
9081 ===== h_rules_roles =====
9082 <HTML>
9083 <HEAD>
9084 <TITLE>SETUP ROLES SCREEN</TITLE>
9085 </HEAD>
9086 <BODY>
9087 <H1>SETUP ROLES SCREEN</H1>
9088 <H2>SETUP ROLES COMMANDS</H2>
9089 <!--chtml if pinemode="function_key"-->
9090 <PRE>
9091 Available  Commands -- Group 1         Available Commands -- Group 2   
9092 -------------------------------        ------------------------------  
9093 F1  Show Help Text                      F1  Show Help Text             
9094 F2  See commands in next group          F2  See commands in next group
9095 F3  Back to MAIN Alpine menu
9096 F4  Change configuration for role
9097 F5  Move to previous role               F5  Include file in role config
9098 F6  Move to next role                   F6  Exclude file from config
9099 F7  Previous page of roles
9100 F8  Next page of roles
9101 F9  Add new role                        F9  Replicate existing role
9102 F10 Delete existing role
9103 F11 Shuffle the order of roles
9104 F12 Whereis (search role nicknames)
9105 </PRE>
9106 <!--chtml else-->
9107 <PRE>
9108 Navigation                     General Alpine Commands
9109 -------------------------      -----------------------
9110  P  Prev Role                     ?  Display this help text
9111  N  Next Role                     E  Back to MAIN Alpine menu
9112  -  Previous page
9113 Spc (space bar) Next page
9114  W  WhereIs (search for word in role nicknames)
9116 Setup Roles Commands
9117 ------------------------------------------------
9118  A  Add new role                  $  Shuffle the order of roles
9119  D  Delete existing role          C  Change configuration for highlighted role
9120  R  Replicate existing role
9121  I  Include file in role config   X  Exclude file from role config
9122 </PRE>
9123 <!--chtml endif-->
9125 <H2>Description of the Setup Roles Screen</H2>
9127 This screen lets you add, delete, modify, or change the order of the rules
9128 that determine the role you are playing when composing a message.
9130 You may play different roles depending on who you are replying to.
9131 For example, if you are replying to a message addressed to help-desk you
9132 may be acting as a Help Desk Worker.
9133 That role may require that you use a different return address and/or
9134 a different signature.
9136 Roles are optional.
9137 If you set up roles they work like this:  Each role has a set of
9138 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
9139 considered for a particular use; a &quot;Pattern&quot;,
9140 which is used to decide which of the eligible roles is used; and a set
9141 of &quot;Actions&quot;, which are taken when that role is used.
9142 When you reply to a message, the message you are replying to is compared
9143 with the Patterns of the roles marked as eligible for use when replying.
9144 The comparisons start with the first eligible role and keep going until there
9145 is a match.
9146 If a match is found, the matching role's Actions are taken.
9148 It is also possible to set a default role and to change that role during
9149 your Alpine session.
9150 When you start Alpine no default role will be set.
9151 You may set or change the current default role by using the &quot;D&quot;
9152 command in the role selection screen.
9153 You'll see that screen while composing a message and being asked to select
9154 a role.
9155 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
9156 compose a message.
9157 You may find a default role useful if you normally perform the duties of one
9158 of your roles for a while, then you switch to another role and stay in the
9159 new role for another period of time.
9160 It may be easier than using the Role Command to select the role each time you
9161 compose a message.
9163 <H2>Role Uses</H2>
9165 There are three types of use to be configured;
9166 one for Replying, one for Forwarding, and one for Composing.
9167 These indicate whether or not you want a role to be considered when you
9168 type the Reply, Forward, or Compose commands.
9169 (The Role command is an alternate form of the Compose command, and it is
9170 not affected by these settings.)
9171 Each of these Use types has three possible values.
9172 The value &quot;Never&quot;
9173 means that the role will never be considered as a candidate for use with
9174 the corresponding command.
9175 For example, if you set a role's Reply Use to Never, then when you Reply to
9176 a message, that role won't even be considered.
9177 (That isn't quite true. If the message you are replying to matches some other
9178 role that requires confirmation,
9179 then there will be a ^T command available which allows you to select a role
9180 from all of your roles, not just the reply-eligible roles.)
9183 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
9184 both mean that you do want to consider this role when using the corresponding
9185 command.
9186 For either of these settings the role's Pattern will
9187 be checked to see if it matches the message.
9188 For Reply Use, the message used to compare the Pattern with is the message
9189 being replied to.
9190 For Forward Use, the message used to compare the Pattern with is the message
9191 being forwarded.
9192 For Compose Use, there is no message, so the parts of the Pattern that depend
9193 on a message (everything other than Current Folder Type) are ignored.
9194 In all cases, the Current Folder Type is checked if defined.
9195 If there is a match then this role will either be used without confirmation
9196 or will be the default when confirmation is asked for, depending on
9197 which of the two options is selected.
9198 If confirmation is requested, you will have a chance to
9199 choose No Role instead of the offered role, or to
9200 change the role to any one of your other roles (with the ^T command).
9202 <H2>Role Patterns</H2>
9204 In order to determine whether or not a message matches a role the message is
9205 compared with the Role's Pattern.
9206 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9207 Scoring, Other Rules, and Search Rules, so are described in only one place,
9208 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9210 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
9211 a role that has all header patterns unset, the AllText pattern unset,
9212 the BodyText pattern unset,
9213 the Score Interval unset, and the Current Folder Type set to
9214 &quot;Any&quot; may be used as a default role.
9215 It should be put last in the list of roles since the matching
9216 starts at the beginning and proceeds until one of the roles is a match.
9217 If no roles at all match, then Alpine will
9218 use its regular methods of defining the role.
9219 If you wanted to, you could define a different &quot;default&quot; role
9220 for Replying, Forwarding, and Composing by setting the
9221 &quot;Use&quot; fields appropriately.
9223 <H2>Role Actions</H2>
9225 Once a role match is found, the role's Actions are taken.
9226 For each role there are several possible actions that may be defined.
9227 They are actions to set the From address, the Reply-To address,
9228 the Fcc, the Signature, the Template file, and Other Headers.
9230 <H3>Set From</H3>
9232 The From address is the address used on the From line of the message
9233 you are sending.
9235 <H3>Set Reply-To</H3>
9237 The Reply-To address is the address used on the Reply-To line of the message
9238 you are sending.
9239 You don't need a Reply-To address unless it is different from the From address.
9241 <H3>Set Other Headers</H3>
9243 If you want to set the value of the From or Reply-To headers, use
9244 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
9245 If you want to set the values of other headers, use this field.
9246 This field is similar to the
9247 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
9248 Each header you specify here must include the header tag
9249 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
9250 and may optionally include a value for that header.
9251 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
9252 for a header here will replace any value that already exists.
9253 For example, if you are Replying to a message there will be at least one
9254 address in the To header (the address you are Replying to).
9255 However, if you Reply using a role that sets the To header, that role's
9256 To header value will be used instead.
9258 <H3>Set Fcc</H3>
9260 The Fcc is used as the Fcc for the message you are sending.
9262 <H3>Set Signature or Set LiteralSig</H3>
9264 The Signature is the name of a file to be used as the signature file when
9265 this role is being used.
9266 If the name of the file has a vertical bar following it (|)
9267 then it is assumed that the file is a program that should be run to
9268 produce the signature.
9269 If the LiteralSig is set, then it is used instead of the signature file.
9270 LiteralSig is just a different way to store the signature.
9271 It is stored in the pine configuration file instead of in a separate
9272 signature file.
9273 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
9274 either in the role or as the default signature in the Setup/Config screen,
9275 then the signature file is ignored.
9277 <H3>Set Template</H3>
9279 A Template is the name of a file to be included in the message when this
9280 role is being used.
9281 If the name of the file has a vertical bar following it (|)
9282 then it is assumed that the file is a program that should be run to
9283 produce the template.
9286 Both signature files and template files may be stored remotely on an IMAP
9287 server.
9288 In order to do that you just give the file a remote name.
9289 This works just like the regular
9290 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
9291 option that is configured from the Setup/Configuration screen.
9292 A remote signature file name might look like:
9294 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
9296 Once you have named the remote signature or template file you create its
9297 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
9298 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
9299 line of the role editor.
9302 Both signature files and template files (or the output of signature programs
9303 and template file programs) may contain special tokens
9304 that are replaced with contents
9305 that depend on the message being replied to or forwarded.
9306 See the help for the individual fields inside the role editor for more
9307 information on tokens.
9309 <H3>Use SMTP Server</H3>
9311 If this field has a value, then it will be used as the SMTP server
9312 to send mail when this role is being used (unless the SMTP server variable
9313 is set in the system-wide fixed configuration file).
9314 It has the same semantics as the
9315 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
9316 variable in the Setup/Config screen.
9317 When you postpone the composition this SMTP server list will be saved
9318 with the postponed composition and it cannot be changed later.
9319 Because of that, you may want to make this a list of SMTP servers
9320 with the preferred server at the front of the list and alternate servers
9321 later in the list.
9324 If any of the actions are left unset, then the action depends on what
9325 is present in the &quot;Initialize settings using role&quot; field.
9326 If you've listed the nickname of another one of your roles there, then the
9327 corresponding action from that role will be used here.
9328 If that action is also blank, or if there is no nickname specified,
9329 then Alpine will do whatever it normally does to set these actions.
9330 This depends on other configuration options and features you've set.
9332 <H2>Command Descriptions</H2>
9334 <H3>Add</H3>
9336 The Add command is used to add a new role definition to your set of
9337 roles.
9338 The new role will be added after the highlighted role.
9340 <H3>Delete</H3>
9342 The Delete command deletes the currently highlighted role.
9344 <H3>Change</H3>
9346 The Change command lets you edit the nickname, Uses, Pattern,
9347 and Actions of the currently highlighted role.
9349 <H3>Shuffle</H3>
9351 The Shuffle command allows you to change the order of the roles.
9352 You may move the currently highlighted role up or down in the list.
9353 The order of the roles is important since the roles are tested for a
9354 match starting with the first role and continuing until a match is found.
9355 You should place the roles with more specific Patterns near the beginning
9356 of the list, and those with more general Patterns near the end so that
9357 the more specific matches will happen when appropriate.
9359 <H3>Replicate</H3>
9361 The Replicate command is used to copy an existing role and modify it.
9362 The new role will be added after the highlighted role.
9364 <H3>IncludeFile</H3>
9366 The IncludeFile command allows you to add a roles file to your configuration.
9367 Usually, your roles will be contained in your Alpine configuration file.
9368 If you wish, some or all of your roles may be stored in a separate file.
9369 If a roles file already exists (maybe it was made by somebody else using
9370 Alpine), you may insert it before the currently highlighted role.
9371 You may also insert an empty file or a file that does not yet exist.
9372 Once you have an empty roles file in your configuration, you may use
9373 the Shuffle command to move roles into it.
9374 In fact, that's the only way to get the initial role into the file.
9376 <H3>eXcludeFile</H3>
9378 The eXcludeFile command removes a roles file from your roles configuration.
9379 A limitation of the program is that in order to exclude a roles file
9380 that file must have at least one role
9381 in it, otherwise you won't be able to highlight a line in the file.
9382 So you may have to add a dummy role to the file in order to exclude the file.
9383 <P><UL>
9384 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9385 </UL>
9387 &lt;End of help on this topic&gt;
9388 </BODY>
9389 </HTML>
9390 ===== h_rules_other =====
9391 <HTML>
9392 <HEAD>
9393 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
9394 </HEAD>
9395 <BODY>
9396 <H1>SETUP OTHER RULES SCREEN</H1>
9397 <H2>SETUP OTHER RULES COMMANDS</H2>
9398 <!--chtml if pinemode="function_key"-->
9399 <PRE>
9400 Available  Commands -- Group 1         Available Commands -- Group 2   
9401 -------------------------------        ------------------------------  
9402 F1  Show Help Text                      F1  Show Help Text             
9403 F2  See commands in next group          F2  See commands in next group
9404 F3  Back to MAIN Alpine menu
9405 F4  Change configuration for rule
9406 F5  Move to previous rule               F5  Include file in rule config
9407 F6  Move to next rule                   F6  Exclude file from config
9408 F7  Previous page of rules
9409 F8  Next page of rules
9410 F9  Add new rule                        F9  Replicate existing rule
9411 F10 Delete existing rule
9412 F11 Shuffle the order of rules
9413 F12 Whereis (search rule nicknames)
9414 </PRE>
9415 <!--chtml else-->
9416 <PRE>
9417 Navigation                     General Alpine Commands
9418 -------------------------      -----------------------
9419  P  Prev rule                     ?  Display this help text
9420  N  Next rule                     E  Back to MAIN Alpine menu
9421  -  Previous page
9422 Spc (space bar) Next page
9423  W  WhereIs (search for word in rule nicknames)
9425 Setup Other Rules Commands
9426 ------------------------------------------------
9427  A  Add new rule                  $  Shuffle the order of rules
9428  D  Delete existing rule          C  Change configuration for highlighted rule
9429  R  Replicate existing rule
9430  I  Include file in rule config   X  Exclude file from rule config
9431 </PRE>
9432 <!--chtml endif-->
9434 <H2>Description of the Setup Other Rules Screen</H2>
9436 This is where you may set various actions that do not fit well into the
9437 other Rules categories.
9439 <H2>Patterns</H2>
9441 Other Rules are a little different from the rest of the Rules because
9442 they depend only on the current folder, and not on a particular message.
9443 In order to determine whether or not a rule's actions should be applied
9444 the current folder is compared with the rule's Pattern, which consists
9445 of only the Current Folder Type.
9446 Current Folder Type works the same for Other Rules as it does for Roles,
9447 Filtering, Index Coloring, and Scoring.
9448 Keep in mind that the only part of the Pattern that applies to Other
9449 Rules is the Current Folder Type when looking at the description of
9450 Patterns given
9451 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9453 <H2>The Actions</H2>
9455 <H3>Set Sort Order</H3>
9457 When you enter a new folder, these rules will be checked to see if you
9458 have set a sort order that is different from your default sort order.
9459 The default is set in the Setup/Config screen with
9460 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
9461 If the Sort Order action is set, then the folder will be displayed sorted in
9462 that sort order instead of in the default order.
9464 A possible point of confusion arises when you change the configuration
9465 of the Sort Order for the currently open folder.
9466 The folder will normally be re-sorted when you go back to viewing the
9467 index.
9468 However, if you have manually sorted the folder with the
9469 Sort
9470 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
9471 command, then it will not be re-sorted until the next time it is opened.
9473 <H3>Set Index Format</H3>
9475 When you enter a new folder, these rules will be checked to see if you
9476 have set an Index Format that is different from your default Index Format,
9477 which is set with the
9478 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
9479 If so, the index will be displayed with this format instead of the default.
9481 <H3>Set Startup Rule</H3>
9483 When you enter a new folder, these rules will be checked to see if you
9484 have set a startup rule that is different from the default startup rule.
9485 The default for incoming folders is set in the Setup/Config screen with
9486 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
9487 The default for folders other than INBOX that are not part of your
9488 incoming collection
9489 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
9490 is to start with the last message in the folder.
9491 If the Startup Rule is set to something other than &quot;default&quot;,
9492 then the rule will determine which message will be the current message when
9493 the folder is first opened.
9495 The various startup rule possibilities work the same here as they do in
9496 the incoming collection, so check
9497 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
9498 for more help.
9500 <H2>Command Descriptions</H2>
9502 <H3>Add</H3>
9504 The Add command is used to add a new rule definition to your set of
9505 rules.
9506 The new rule will be added after the highlighted rule.
9508 <H3>Delete</H3>
9510 The Delete command deletes the currently highlighted rule.
9512 <H3>Change</H3>
9514 The Change command lets you edit the nickname, Pattern,
9515 and Action of the currently highlighted rule.
9517 <H3>Shuffle</H3>
9519 The Shuffle command allows you to change the order of the rules.
9520 You may move the currently highlighted rule up or down in the list.
9521 The order of the rules is important since the rules are tested for a
9522 match starting with the first rule and continuing until a match is found.
9523 You should place the rules with more specific Patterns near the beginning
9524 of the list, and those with more general Patterns near the end so that
9525 the more specific matches will happen when appropriate.
9527 <H3>Replicate</H3>
9529 The Replicate command is used to copy an existing rule definition and modify it.
9530 The new rule will be added after the highlighted rule.
9532 <H3>IncludeFile</H3>
9534 The IncludeFile command allows you to add a rules file to your configuration.
9535 Usually, your rules will be contained in your Alpine configuration file.
9536 If you wish, some or all of your rules may be stored in a separate file.
9537 If a rules file already exists (maybe it was made by somebody else using
9538 Alpine), you may insert it before the currently highlighted rule.
9539 You may also insert an empty file or a file that does not yet exist.
9540 Once you have an empty rules file in your configuration, you may use
9541 the Shuffle command to move rules into it.
9542 In fact, that's the only way to get the initial rule into the file.
9544 <H3>eXcludeFile</H3>
9546 The eXcludeFile command removes a rules file from your rules configuration.
9547 A limitation of the program is that in order to exclude a rules file
9548 that file must have at least one rule
9549 in it, otherwise you won't be able to highlight a line in the file.
9550 So you may have to add a dummy rule to the file in order to exclude the file.
9551 <P><UL>
9552 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9553 </UL>
9555 &lt;End of help on this topic&gt;
9556 </BODY>
9557 </HTML>
9558 ===== h_rules_srch =====
9559 <HTML>
9560 <HEAD>
9561 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
9562 </HEAD>
9563 <BODY>
9564 <H1>SETUP SEARCH RULES SCREEN</H1>
9565 <H2>SETUP SEARCH RULES COMMANDS</H2>
9566 <!--chtml if pinemode="function_key"-->
9567 <PRE>
9568 Available  Commands -- Group 1         Available Commands -- Group 2   
9569 -------------------------------        ------------------------------  
9570 F1  Show Help Text                      F1  Show Help Text             
9571 F2  See commands in next group          F2  See commands in next group
9572 F3  Back to MAIN Alpine menu
9573 F4  Change configuration for rule
9574 F5  Move to previous rule               F5  Include file in rule config
9575 F6  Move to next rule                   F6  Exclude file from config
9576 F7  Previous page of rules
9577 F8  Next page of rules
9578 F9  Add new rule                        F9  Replicate existing rule
9579 F10 Delete existing rule
9580 F11 Shuffle the order of rules
9581 F12 Whereis (search rule nicknames)
9582 </PRE>
9583 <!--chtml else-->
9584 <PRE>
9585 Navigation                     General Alpine Commands
9586 -------------------------      -----------------------
9587  P  Prev rule                     ?  Display this help text
9588  N  Next rule                     E  Back to MAIN Alpine menu
9589  -  Previous page
9590 Spc (space bar) Next page
9591  W  WhereIs (search for word in rule nicknames)
9593 Setup Search Rules Commands
9594 ------------------------------------------------
9595  A  Add new rule                  $  Shuffle the order of rules
9596  D  Delete existing rule          C  Change configuration for highlighted rule
9597  R  Replicate existing rule
9598  I  Include file in rule config   X  Exclude file from rule config
9599 </PRE>
9600 <!--chtml endif-->
9602 <H2>Description of the Setup Search Rules Screen</H2>
9604 One of the commands that becomes available when that feature is turned on
9605 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
9606 screen to select a set of messages.
9607 One way of selecting messages is to use a Rule.
9608 All of the messages that match (or don't match if you wish)
9609 a Rule's Pattern will be selected.
9611 Any of your Rules may be used for this purpose.
9612 You might already have Rules set up for filtering, index line color, scores, or roles;
9613 and you may use any of those Rules with the Select command.
9614 However, you might find it more convenient to set up a separate set of Rules
9615 just for this purpose without having to worry about what other effects
9616 they may cause.
9617 That is the purpose of these Select Rules.
9620 Each rule has a &quot;Pattern&quot;
9621 that is used to decide which messages are selected when you use it with
9622 the Select command.
9624 <H2>Patterns</H2>
9626 In order to determine whether or not a message should be selected
9627 the message is compared with the rule's Pattern.
9628 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9629 Scoring, Other Rules, and Search Rules, so are described in only one place,
9630 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9632 <H2>Command Descriptions</H2>
9634 <H3>Add</H3>
9636 The Add command is used to add a new rule definition to your set of
9637 rules.
9638 The new rule will be added after the highlighted rule.
9640 <H3>Delete</H3>
9642 The Delete command deletes the currently highlighted rule.
9644 <H3>Change</H3>
9646 The Change command lets you edit the nickname and Pattern
9647 of the currently highlighted rule.
9649 <H3>Shuffle</H3>
9651 The Shuffle command allows you to change the order of the rules.
9652 This affects only the order they are presented in when you use the
9653 ^T subcommand of the Select by Rule command.
9654 You may move the currently highlighted rule up or down in the list.
9656 <H3>Replicate</H3>
9658 The Replicate command is used to copy an existing rule definition and modify it.
9659 The new rule will be added after the highlighted rule.
9661 <H3>IncludeFile</H3>
9663 The IncludeFile command allows you to add a rules file to your configuration.
9664 Usually, your rules will be contained in your Alpine configuration file.
9665 If you wish, some or all of your rules may be stored in a separate file.
9666 If a rules file already exists (maybe it was made by somebody else using
9667 Alpine), you may insert it before the currently highlighted rule.
9668 You may also insert an empty file or a file that does not yet exist.
9669 Once you have an empty rules file in your configuration, you may use
9670 the Shuffle command to move rules into it.
9671 In fact, that's the only way to get the initial rule into the file.
9673 <H3>eXcludeFile</H3>
9675 The eXcludeFile command removes a rules file from your rules configuration.
9676 A limitation of the program is that in order to exclude a rules file
9677 that file must have at least one rule
9678 in it, otherwise you won't be able to highlight a line in the file.
9679 So you may have to add a dummy rule to the file in order to exclude the file.
9680 <P><UL>
9681 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9682 </UL>
9684 &lt;End of help on this topic&gt;
9685 </BODY>
9686 </HTML>
9687 ===== h_rules_incols =====
9688 <HTML>
9689 <HEAD>
9690 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
9691 </HEAD>
9692 <BODY>
9693 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
9694 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
9695 <!--chtml if pinemode="function_key"-->
9696 <PRE>
9697 Available  Commands -- Group 1         Available Commands -- Group 2   
9698 -------------------------------        ------------------------------  
9699 F1  Show Help Text                      F1  Show Help Text             
9700 F2  See commands in next group          F2  See commands in next group
9701 F3  Back to MAIN Alpine menu
9702 F4  Change configuration for rule
9703 F5  Move to previous rule               F5  Include file in rule config
9704 F6  Move to next rule                   F6  Exclude file from config
9705 F7  Previous page of rules
9706 F8  Next page of rules
9707 F9  Add new rule                        F9  Replicate existing rule
9708 F10 Delete existing rule
9709 F11 Shuffle the order of rules
9710 F12 Whereis (search rule nicknames)
9711 </PRE>
9712 <!--chtml else-->
9713 <PRE>
9714 Navigation                     General Alpine Commands
9715 -------------------------      -----------------------
9716  P  Prev rule                     ?  Display this help text
9717  N  Next rule                     E  Back to MAIN Alpine menu
9718  -  Previous page
9719 Spc (space bar) Next page
9720  W  WhereIs (search for word in rule nicknames)
9722 Setup Index Color Commands
9723 ------------------------------------------------
9724  A  Add new rule                  $  Shuffle the order of rules
9725  D  Delete existing rule          C  Change configuration for highlighted rule
9726  R  Replicate existing rule
9727  I  Include file in rule config   X  Exclude file from rule config
9728 </PRE>
9729 <!--chtml endif-->
9731 <H2>Description of the Setup Index Line Colors Screen</H2>
9733 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
9734 This action is only available if your terminal is capable of displaying
9735 color and color display has been enabled with the
9736 <A HREF="h_config_color_style">Color Style</A> option within the
9737 Setup Color screen.
9738 (In PC-Alpine, color is always enabled so there is no option to turn on.)
9739 This screen lets you add, delete, modify, or change the order of the rules
9740 that cause the lines in the MESSAGE INDEX to be displayed in different
9741 colors.
9743 Each rule has a &quot;Pattern&quot;,
9744 which is used to decide which of the rules is used; and the color that
9745 is used if the Pattern matches a particular message.
9747 <H2>Index Color Patterns</H2>
9749 In order to determine whether or not a message matches an Index Color Rule
9750 the message is compared with the rule's Pattern.
9751 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9752 Scoring, Other Rules, and Search Rules, so are described in only one place,
9753 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9756 If none of the Index Color rules is a match for a particular index line,
9757 then the color used is set using
9758 the <A HREF="h_color_setup">Setup Kolor</A> screen.
9760 <H2>Index Line Color</H2>
9762 This is the color that index lines are colored when there is a matching
9763 Pattern.
9764 This colors the whole index line, except possibly the status letters,
9765 which may be colored separately using
9766 the <A HREF="h_color_setup">Setup Kolor</A> screen.
9768 <H2>Command Descriptions</H2>
9770 <H3>Add</H3>
9772 The Add command is used to add a new rule definition to your set of
9773 rules.
9774 The new rule will be added after the highlighted rule.
9776 <H3>Delete</H3>
9778 The Delete command deletes the currently highlighted rule.
9780 <H3>Change</H3>
9782 The Change command lets you edit the nickname, Pattern,
9783 and Index Line Color of the currently highlighted rule.
9785 <H3>Shuffle</H3>
9787 The Shuffle command allows you to change the order of the rules.
9788 You may move the currently highlighted rule up or down in the list.
9789 The order of the rules is important since the rules are tested for a
9790 match starting with the first rule and continuing until a match is found.
9791 You should place the rules with more specific Patterns near the beginning
9792 of the list, and those with more general Patterns near the end so that
9793 the more specific matches will happen when appropriate.
9795 <H3>Replicate</H3>
9797 The Replicate command is used to copy an existing rule definition and modify it.
9798 The new rule will be added after the highlighted rule.
9800 <H3>IncludeFile</H3>
9802 The IncludeFile command allows you to add a rules file to your configuration.
9803 Usually, your rules will be contained in your Alpine configuration file.
9804 If you wish, some or all of your rules may be stored in a separate file.
9805 If a rules file already exists (maybe it was made by somebody else using
9806 Alpine), you may insert it before the currently highlighted rule.
9807 You may also insert an empty file or a file that does not yet exist.
9808 Once you have an empty rules file in your configuration, you may use
9809 the Shuffle command to move rules into it.
9810 In fact, that's the only way to get the initial rule into the file.
9812 <H3>eXcludeFile</H3>
9814 The eXcludeFile command removes a rules file from your rules configuration.
9815 A limitation of the program is that in order to exclude a rules file
9816 that file must have at least one rule
9817 in it, otherwise you won't be able to highlight a line in the file.
9818 So you may have to add a dummy rule to the file in order to exclude the file.
9819 <P><UL>
9820 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9821 </UL>
9823 &lt;End of help on this topic&gt;
9824 </BODY>
9825 </HTML>
9826 ===== h_rules_filter =====
9827 <HTML>
9828 <HEAD>
9829 <TITLE>SETUP FILTERING SCREEN</TITLE>
9830 </HEAD>
9831 <BODY>
9832 <H1>SETUP FILTERING SCREEN</H1>
9833 <H2>SETUP FILTERING COMMANDS</H2>
9834 <!--chtml if pinemode="function_key"-->
9835 <PRE>
9836 Available  Commands -- Group 1         Available Commands -- Group 2   
9837 -------------------------------        ------------------------------  
9838 F1  Show Help Text                      F1  Show Help Text             
9839 F2  See commands in next group          F2  See commands in next group
9840 F3  Back to MAIN Alpine menu
9841 F4  Change configuration for filter
9842 F5  Move to previous filter             F5  Include file in filter config
9843 F6  Move to next filter                 F6  Exclude file from config
9844 F7  Previous page of filters
9845 F8  Next page of filters
9846 F9  Add new filter                      F9  Replicate existing filter
9847 F10 Delete existing filter
9848 F11 Shuffle the order of filters
9849 F12 Whereis (search filter nicknames)
9850 </PRE>
9851 <!--chtml else-->
9852 <PRE>
9853 Navigation                     General Alpine Commands
9854 -------------------------      -----------------------
9855  P  Prev Filter                   ?  Display this help text
9856  N  Next Filter                   E  Back to MAIN Alpine menu
9857  -  Previous page
9858 Spc (space bar) Next page
9859  W  WhereIs (search for word in filter nicknames)
9861 Setup Filters Commands
9862 ------------------------------------------------
9863  A  Add new filter                $  Shuffle the order of filters
9864  D  Delete existing filter        C  Change configuration for highlighted filter
9865  R  Replicate existing filter
9866  I  Include file in filter config X  Exclude file from filter config
9867 </PRE>
9868 <!--chtml endif-->
9870 <H2>Description of the Setup Filtering Screen</H2>
9872 This screen lets you add, delete, modify, or change the order of the rules
9873 that determine the filtering Alpine does on folders you view.
9875 The software that actually delivers mail (the stuff that happens
9876 before Alpine is involved) for you is in a better position to do mail filtering
9877 than Alpine itself.
9878 If possible, you may want to look into using that sort of mail filtering to
9879 deliver mail to different folders, delete it, or forward it.
9880 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
9882 Filtering is a way to automatically move certain messages from one folder
9883 to another or to delete messages.
9884 It can also be used to set message status (Important, Deleted, New,
9885 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
9886 Alpine doesn't have the ability to forward mail to another address or
9887 to deliver vacation messages.
9889 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
9890 When a folder is opened, when new mail arrives in an open folder, or
9891 when mail is Expunged from a folder; each
9892 message is compared with the Patterns of your filtering rules.
9893 The comparisons start with the first rule and keep going until there
9894 is a match.
9895 If a match is found, the message may be deleted or moved, depending on
9896 the setting of the Filter Action.
9897 If the message is not deleted, it may have its status altered.
9900 <EM>NOTE:</EM>
9901 When setting up a Pattern used to delete messages,
9902 it is recommended that you test the Pattern first with a &quot;Move&quot;
9903 folder specified in
9904 case unintended matches occur.  Messages that are deleted will be removed 
9905 from the folder and <EM>unrecoverable</EM> from within Alpine after the
9906 next Expunge command or once the folder being filtered has been closed.
9908 <H2>Filter Patterns</H2>
9910 In order to determine whether or not a message matches a filter the message is
9911 compared with the Filter's Pattern.
9912 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9913 Scoring, Other Rules, and Search Rules, so are described in only one place,
9914 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9916 Since filtering is a potentially destructive action, if you have a filtering
9917 Pattern with nothing other than Current Folder Type set, that filtering
9918 rule is ignored.
9920 <H2>Filter Actions</H2>
9922 Once a filter match is found for a particular message, there are some actions
9923 that may be taken.
9924 First, the message may have its status changed.
9925 This is the same message status that you can manipulate manually using the
9926 <a href="h_common_flag">Flag Command</a>.
9927 There are always four elements of message status that you can control.
9928 You can set or clear the Important status, the New status, the Deleted
9929 status, and the Answered status.
9930 Of course, if the filter is going to delete the message,
9931 then there is no point in setting message status.
9932 You may also be able to set user-defined keywords for a message.
9933 Read a little about keywords in the help text for the
9934 <A HREF="h_common_flag">Flag</A> command.
9936 Second, the filter may delete or move the message.
9937 Deleting the message marks it Deleted and removes it from view.
9938 It is effectively gone forever (though it technically is still there until
9939 the next expunge command, which may happen implicitly).
9940 Moving the message moves it from the open folder into the folder
9941 listed on the &quot;Folder List&quot; line of the filter configuration.
9942 If you list more than one folder name (separated by commas) then the message
9943 will be copied to each of those folders.
9944 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
9945 message is removed from the current folder.
9946 If you just want to set the messages status without deleting it from
9947 the folder, then set the filter action to
9948 &quot;Just Set Message Status&quot;.
9950 (There is no way to do a Copy instead of a Move, due to the difficulties
9951 involved in keeping track of whether or not a message has
9952 already been copied.)
9954 <H2>Command Descriptions</H2>
9956 <H3>Add</H3>
9958 The Add command is used to add a new filter definition to your set of
9959 filters.
9960 The new filter will be added after the highlighted filter.
9962 <H3>Delete</H3>
9964 The Delete command deletes the currently highlighted filter.
9966 <H3>Change</H3>
9968 The Change command lets you edit the nickname, Pattern,
9969 and Folder of the currently highlighted filter.
9971 <H3>Shuffle</H3>
9973 The Shuffle command allows you to change the order of the filters.
9974 You may move the currently highlighted filter up or down in the list.
9975 The order of the filters is important since the filters are tested for a
9976 match starting with the first filter and continuing until a match is found.
9977 You should place the filters with more specific Patterns near the beginning
9978 of the list, and those with more general Patterns near the end so that
9979 the more specific matches will happen when appropriate.
9981 <H3>Replicate</H3>
9983 The Replicate command is used to copy an existing filter and modify it.
9984 The new filter will be added after the highlighted filter.
9986 <H3>IncludeFile</H3>
9988 The IncludeFile command allows you to add a filters file to your configuration.
9989 Usually, your filters will be contained in your Alpine configuration file.
9990 If you wish, some or all of your filters may be stored in a separate file.
9991 If a filters file already exists (maybe it was made by somebody else using
9992 Alpine), you may insert it before the currently highlighted filter.
9993 You may also insert an empty file or a file that does not yet exist.
9994 Once you have an empty filters file in your configuration, you may use
9995 the Shuffle command to move filters into it.
9996 In fact, that's the only way to get the initial filter into the file.
9998 <H3>eXcludeFile</H3>
10000 The eXcludeFile command removes a filters file from your filters configuration.
10001 A limitation of the program is that in order to exclude a filters file
10002 that file must have at least one filter
10003 in it, otherwise you won't be able to highlight a line in the file.
10004 So you may have to add a dummy filter to the file in order to exclude the file.
10005 <P><UL>
10006 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10007 </UL>
10009 <H3>Performance Considerations</H3>
10010 The number and type of patterns being tested can 
10011 adversely effect performance.  Issues to be aware
10012 of include:
10014 <UL>
10015   <LI> The more filters you have defined the longer it will take to run down
10016 the list.  Deleting unused filters is a good idea.
10017   <LI> Filtering in newsgroups served by an NNTP server will be slow
10018 if your patterns include tests other than &quot;From:&quot;
10019 or &quot;Subject:&quot;.
10020 </UL>
10022 &lt;End of help on this topic&gt;
10023 </BODY>
10024 </HTML>
10025 ===== h_rules_score =====
10026 <HTML>
10027 <HEAD>
10028 <TITLE>SETUP SCORING SCREEN</TITLE>
10029 </HEAD>
10030 <BODY>
10031 <H1>SETUP SCORING SCREEN</H1>
10032 <H2>SETUP SCORING COMMANDS</H2>
10033 <!--chtml if pinemode="function_key"-->
10034 <PRE>
10035 Available  Commands -- Group 1         Available Commands -- Group 2   
10036 -------------------------------        ------------------------------  
10037 F1  Show Help Text                      F1  Show Help Text             
10038 F2  See commands in next group          F2  See commands in next group
10039 F3  Back to MAIN Alpine menu
10040 F4  Change configuration for rule
10041 F5  Move to previous rule               F5  Include file in rule config
10042 F6  Move to next rule                   F6  Exclude file from config
10043 F7  Previous page of rules
10044 F8  Next page of rules
10045 F9  Add new rule                        F9  Replicate existing rule
10046 F10 Delete existing rule
10047 F11 Shuffle the order of rules
10048 F12 Whereis (search rule nicknames)
10049 </PRE>
10050 <!--chtml else-->
10051 <PRE>
10052 Navigation                     General Alpine Commands
10053 -------------------------      -----------------------
10054  P  Prev rule                     ?  Display this help text
10055  N  Next rule                     E  Back to MAIN Alpine menu
10056  -  Previous page
10057 Spc (space bar) Next page
10058  W  WhereIs (search for word in rule nicknames)
10060 Setup Scoring Commands
10061 ------------------------------------------------
10062  A  Add new rule                  $  Shuffle the order of rules
10063  D  Delete existing rule          C  Change configuration for highlighted rule
10064  R  Replicate existing rule
10065  I  Include file in rule config   X  Exclude file from rule config
10066 </PRE>
10067 <!--chtml endif-->
10069 <H2>Description of the Setup Scoring Screen</H2>
10071 Most people will not use scores at all, but if you do use them, here's how
10072 they work in Alpine.
10073 Using this screen, you may define Scoring rules.
10074 The score for a message is calculated by looking at every Score rule defined
10075 and adding up the Score Values for the ones that match the message.
10076 If there are no matches for a message, it has a score of zero.
10077 Message scores may be used a couple of ways in Alpine.
10079 <H3>Sorting by Score</H3>
10081 One of the methods you may use to sort message indexes is to sort by
10082 score.
10083 The scores of all the messages in a folder will be calculated and then
10084 the index will be ordered by placing the messages in order of ascending or
10085 descending score.
10087 <H3>Scores for use in Patterns</H3>
10089 The Patterns used for Roles, Index Line Coloring, and Filtering have a
10090 category labeled &quot;Score Interval&quot;.
10091 When a message is being compared with a Pattern to check for a match, if
10092 the Score Interval is set only messages that have a score somewhere in
10093 the interval are a match.
10095 <H2>Scoring Rule Patterns</H2>
10097 In order to determine whether or not a message matches a scoring rule
10098 the message is compared with the rule's Pattern.
10099 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10100 Scoring, Other Rules, and Search Rules, so are described in only one place,
10101 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10104 Actually, Scoring rule Patterns are slightly different from the other types of
10105 Patterns because Scoring rule Patterns don't contain a Score Interval.
10106 In other words, when calculating the score for a message, which is done
10107 by looking at the Scoring rule Patterns, scores aren't used.
10109 <H2>Score Value</H2>
10111 This is the value that will be added to the score for a message if the
10112 rule's Pattern is a match.
10113 Each individual Score Value is an integer between -100 and 100, and the
10114 values from matching rules are added together to get a message's score.
10115 There is also a way to extract the value from a particular header of each
10116 message. See the help text for Score Value for further information.
10118 <H2>Command Descriptions</H2>
10120 <H3>Add</H3>
10122 The Add command is used to add a new scoring rule definition.
10123 The new rule will be added after the highlighted rule.
10125 <H3>Delete</H3>
10127 The Delete command deletes the currently highlighted scoring rule.
10129 <H3>Change</H3>
10131 The Change command lets you edit the nickname, Pattern,
10132 and Score Value of the currently highlighted scoring rule.
10134 <H3>Shuffle</H3>
10136 The Shuffle command allows you to change the order of the scoring rules.
10137 You may move the currently highlighted rule up or down in the list.
10138 The order of the rules is important since the rules are tested for a
10139 match starting with the first rule and continuing until a match is found.
10140 You should place the rules with more specific Patterns near the beginning
10141 of the list, and those with more general Patterns near the end so that
10142 the more specific matches will happen when appropriate.
10144 <H3>Replicate</H3>
10146 The Replicate command is used to copy an existing rule and modify it.
10147 The new rule will be added after the highlighted rule.
10149 <H3>IncludeFile</H3>
10151 The IncludeFile command allows you to add a rules file to your configuration.
10152 Usually, your rules will be contained in your Alpine configuration file.
10153 If you wish, some or all of your rules may be stored in a separate file.
10154 If a rules file already exists (maybe it was made by somebody else using
10155 Alpine), you may insert it before the currently highlighted rule.
10156 You may also insert an empty file or a file that does not yet exist.
10157 Once you have an empty rules file in your configuration, you may use
10158 the Shuffle command to move rules into it.
10159 In fact, that's the only way to get the initial rule into the file.
10161 <H3>eXcludeFile</H3>
10163 The eXcludeFile command removes a rules file from your rules configuration.
10164 A limitation of the program is that in order to exclude a rules file
10165 that file must have at least one rule
10166 in it, otherwise you won't be able to highlight a line in the file.
10167 So you may have to add a dummy rule to the file in order to exclude the file.
10168 <P><UL>
10169 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10170 </UL>
10172 &lt;End of help on this topic&gt;
10173 </BODY>
10174 </HTML>
10175 ===== h_direct_config =====
10176 <HTML>
10177 <HEAD>
10178 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
10179 </HEAD>
10180 <BODY>
10181 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
10182 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
10183 <!--chtml if pinemode="function_key"-->
10184 <PRE>
10185 Available  Commands                        
10186 -------------------------------            
10187 F1  Show Help Text                         
10188 F3  Back to MAIN Alpine menu                 
10189 F4  Change configuration for directory server  
10190 F5  Move to previous directory server          
10191 F6  Move to next directory server              
10192 F7  Previous page of directory servers         
10193 F8  Next page of directory servers
10194 F9  Add new directory server
10195 F10 Delete existing directory server
10196 F11 Shuffle the order of directory servers
10197 F12 Whereis (search directory server titles)   
10198 </PRE>
10199 <!--chtml else-->
10200 <PRE>
10201 Navigation                     General Alpine Commands
10202 -------------------------      -----------------------
10203  P  Prev Directory Server         ?  Display this help text
10204  N  Next Directory Server         E  Back to MAIN Alpine menu
10205  -  Previous page
10206 Spc (space bar) Next page
10207  W  WhereIs (search for word in directory server titles)
10209 Setup LDAP Directory Server Commands
10210 ------------------------------------------------
10211  A  Add new directory server      $  Shuffle the order of directory servers
10212  D  Delete existing dir server    C  Change configuration for highlighted server
10213 </PRE>
10214 <!--chtml endif-->
10216 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
10218 This screen lets you add, delete, modify, or change the order of your
10219 directory servers. You may also set some optional behavior for each server.
10220 The &quot;Add Dir&quot; command brings up a blank form to 
10221 fill in. You will have to supply at least the name of the LDAP server.
10222 You will often have to supply a search base to be used with that server,
10223 as well. Once the form has been brought up on your screen, there is help
10224 available for each of the options you may set.
10226 The &quot;Del Dir&quot; command allows you to remove a directory server
10227 from your configuration.
10229 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
10230 The difference is that instead of bringing up a form for a new server
10231 configuration, you are changing the configuration of an existing entry.
10232 For example, you might want to correct a typing error, change a
10233 nickname, or change one of the options set for that server.
10235 The &quot;Shuffle&quot; command is used to change the order of directory
10236 servers.
10237 <P><UL>
10238 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10239 </UL>
10241 &lt;End of help on this topic&gt;
10242 </BODY>
10243 </HTML>
10244 ============= h_address_display ========================
10245 <HTML>
10246 <HEAD>
10247 <TITLE>SEARCH RESULTS INDEX</TITLE>
10248 </HEAD>
10249 <BODY>
10250 <H1>SEARCH RESULTS INDEX</H1>
10251 This screen shows the results, if any, of your Directory Server search.  
10252 Commands (besides those for screen navigation) are:
10253 <DL>
10254 <DT>View
10255 <!--chtml if pinemode="function_key"-->
10256 (F4)
10257 <!--chtml else-->
10259 <!--chtml endif-->
10260 </DT>
10261 <DD>See the full information for the selected entry.
10263 <DT>Compose
10264 <!--chtml if pinemode="function_key"-->
10265 (F9)
10266 <!--chtml else-->
10268 <!--chtml endif--></DT>
10269 <DD>Compose a message with the selected entry as the recipient.
10271 <DT>Role
10272 <!--chtml if pinemode="function_key"-->
10273 (F2)
10274 <!--chtml else-->
10276 <!--chtml endif--></DT>
10277 <DD>Compose a message with the selected entry as the recipient. This differs
10278 from Compose in that you may select a role before beginning your composition.
10280 <DT>Forward
10281 <!--chtml if pinemode="function_key"-->
10282 (F10)
10283 <!--chtml else-->
10285 <!--chtml endif--></DT>
10286 <DD>Send the full information for the selected entry as an 
10287 email message to someone else.
10289 <DT>Save
10290 <!--chtml if pinemode="function_key"-->
10291 (F11)
10292 <!--chtml else-->
10294 <!--chtml endif-->
10295 </DT>
10296 <DD>Save to your address book:
10297 <UL>
10298 <LI>the result of the search (as just found through your query) for the 
10299 selected entry; or 
10300 <LI>the selected entry for repeated Directory Server searching when used 
10301 in the future.
10302 </UL>
10303 or<BR>
10304 Export to a file (external to Alpine):
10305 <UL>
10306 <LI>the full information for the selected entry; or
10307 <LI>the email address from the selected entry; or
10308 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
10309 </UL>
10310 <DT>WhereIs
10311 <!--chtml if pinemode="function_key"-->
10312 (F12)
10313 <!--chtml else-->
10315 <!--chtml endif-->
10316 </DT>
10317 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10318 displayed text, not the full records for each entry.)  
10319 </DL>
10320 &lt;End of help on this topic&gt;
10321 </BODY>
10322 </HTML>
10323 ============= h_address_select ========================
10324 <HTML>
10325 <HEAD>
10326 <TITLE>SEARCH RESULTS INDEX</TITLE>
10327 </HEAD>
10328 <BODY>
10329 <H1>SEARCH RESULTS INDEX</H1>
10330 This screen shows the results, if any, of your Directory Server search.  
10331 Commands (besides those for screen navigation) are:
10332 <DL>
10333 <DT>Select
10334 </DT>
10335 <DD>Select this entry for use.
10337 <DT>ExitSelect
10338 <DD>Exit without selecting any of the entries.
10340 <DT>WhereIs
10341 </DT>
10342 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10343 displayed text, not the full records for each entry.)  
10344 </DL>
10345 &lt;End of help on this topic&gt;
10346 </BODY>
10347 </HTML>
10348 ===== h_folder_maint =====
10349 <HTML>
10350 <HEAD>
10351 <TITLE>Help for Folder List</TITLE>
10352 </HEAD>
10353 <BODY>
10354 <H1>FOLDER LIST COMMANDS</H1>
10355 <!--chtml if pinemode="function_key"-->
10356 <PRE>
10357 Available Commands -- Group 1        Available Commands -- Group 2
10358 -------------------------------      ------------------------------
10359 F1  Show Help Text                    F1  Show Help Text               
10360 F2  See commands in next group        F2  See commands in next group  
10361 F3  MAIN MENU Screen                  F3  Quit Alpine                    
10362 F4  Select folder and view it         F4  MAIN MENU Screen
10363 F5  Move to previous folder
10364 F6  Move to next folder               F6  Specify a folder to go to
10365 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
10366 F8  Show next screen of listing       F8  Compose a message
10367 F9  Add a new folder                  F9  Print folder listing
10368 F10 Delete selected folder
10369 F11 Rename selected folder
10370 F12 Whereis (search folder names)
10372 Available Commands -- Group 3
10373 F1  Show Help Text
10374 F2  See commands in next group
10375 F5  Go to next new message
10376     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
10377 F8  Compose a message using roles
10378 F9  Export folder to a file
10379 F10 Import the file back to a folder
10380 </PRE>
10381 <!--chtml else-->
10382 <PRE>
10383 Navigating the Folder Screen            Operations on the Selected Folder
10384 ----------------------------            ---------------------------------
10385  P   Move to previous folder              V  View Index of selected folder
10386  N   Move to next folder                  D  Delete
10387  -   Show previous page of listing        R  Rename
10388 Spc  (space bar) Show next page           E  Export to file
10389                                           U  Import from file to folder
10391 FOLDER LIST Screen Commands              General Alpine Command
10392 ---------------------------              -----------------------
10393  A  Add a folder                          O  Show all other available commands
10394  G  Specify a folder to go to             ?  Show Help text
10395  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
10396  W  Whereis (search folder names)         Q  Quit Alpine
10397  %  Print folder listing                  C  Compose a message
10398                                           #  Compose a message using roles
10399 </PRE>
10400 <!--chtml endif-->
10402 These commands are only available in the FOLDER LIST screen when the 
10403 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
10404 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
10405 <DT>Select:</DT>
10406 <DD>Select folders by certain criteria:<UL>
10407 <LI>All: of limited use, since there is no Apply command.
10408 <LI>by Property: <UL>
10409         <LI>folder contains messages not yet seen 
10410         <LI>folder contains new messages
10411         <LI>folder contains exactly as many, more, or fewer messages 
10412 than a given number
10413         </UL>
10414 <LI>by Text: <UL>
10415         <LI>contained in name of folder (Name Select)
10416         <LI>contained in messages in folder (Content Select)
10417         </UL>
10418 </UL></DD>
10420 <DT>Select current:</DT>
10421 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
10422 add one or more folders to a set created with the Select command described 
10423 above.)</DD>
10424 <DT>Zoom mode:</DT>
10425 <DD>Toggles display of only selected folders or all folders on and off.</DD>
10426 </DL>
10428 If the feature
10429 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
10430 is set then the TAB key will display the number of recent messages and
10431 the total number of messages in the highlighted folder.
10433 The &quot;Export&quot; command causes the lowest common denominator style
10434 mailbox to be written to a file.
10435 If the file already exists, you are asked if you want to delete it.
10436 If you say No, then the operation is aborted.
10437 Export might be a reasonable way to store a backup or an archival copy of
10438 a folder.
10439 The exported-to file is a local file on the system where you are running Alpine.
10440 The &quot;Import&quot; command is the opposite of the Export command.
10441 It reads a file created by Export and asks where it should save it in your
10442 folders.
10443 This could be a new folder or an existing folder.
10444 If the folder already exists, the messages from the exported file will be
10445 appended to the folder.
10447 <CENTER>Description of the FOLDER LIST Screen</CENTER>
10449 The purpose of the FOLDER LIST screen is to help you browse and manage
10450 the folders and directories (also known as &quot;hierarchy&quot;)
10451 contained within a collection.
10454 Folders and directories are arranged alphabetically across lines of
10455 the screen.  Directories, if present, are denoted by a special
10456 character at the end of the name known as the hierarchy delimiter
10457 (typically, &quot;/&quot;).  By default, folders and directories are
10458 mixed together.  The
10459 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
10460 configuration option can be used to group directories toward the 
10461 beginning or end of the list.
10464 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
10465 commands change the &quot;selected&quot; (i.e., highlighted) folder or
10466 directory, and the View Fldr/Dir commands will &quot;open&quot; the
10467 selected item.  Folder and directory management is provided via the
10468 Rename, Delete and Add commands.
10470 <P><CENTER>About Folders</CENTER>
10471 What are Folders?<P>
10473 Folders are simply files where messages are kept.  Every message has to be
10474 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
10475 folder for sent mail and a folder for saved messages.<P>
10477 You may create as many other folders as you wish.  They must be given
10478 names that can be filenames on the filesystem.  
10481 You can move messages from one folder to another by opening the original
10482 folder and saving messages into the other folder just as you can save
10483 message from your INBOX to any other folder.<P>
10485 Folders are typically just files in the filesystem.  However, the files
10486 that are
10487 folders have some special formatting in them (so that Alpine knows where one
10488 message ends and another begins) and should <EM>not</EM> be edited outside of
10489 Alpine.  If you want copies of your messages in text files that you can edit
10490 or otherwise manipulate, use the Export command to copy them from Alpine into
10491 your regular file area.
10494 FOR MORE INFORMATION: See the section on
10495 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
10497 <CENTER>About Directories</CENTER>
10499 A directory is simply a container used to group folders within a
10500 folder list.  You can create as many directories as you like.  And 
10501 directories can even contain directories themselves.
10504 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
10505 to note that not all IMAP servers support directories.  If you find that
10506 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
10507 then it's likely that directories are not supported by the server serving
10508 in that collection.
10511 Similarly, servers that do provide for directories may not do so in
10512 the same way.  On some servers, for example, each folder name you
10513 create is at the same time capable of being a directory.  When this
10514 happens, Alpine will display both the folder name and the name of the
10515 directory (with trailing hierarchy delimiter) in the folder list.
10518 Another issue with IMAP access, though with a much smaller set of servers,
10519 is that not all servers accept the request to list out the available
10520 folders and directories in the same way.  If you find yourself having
10521 trouble viewing folders on your server, you might investigate the
10522 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
10523 feature.
10525 <UL>
10526 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10527 </UL>
10529 &lt;End of help on this topic&gt;
10530 </BODY>
10531 </HTML>
10532 ========= h_valid_folder_names ========
10533 <HTML>
10534 <HEAD>
10535 <TITLE>Explanation of Valid Folder Names</TITLE>
10536 </HEAD>
10537 <BODY>
10538 <H1>Folder Name Syntax Explained</H1>
10540 Once your folder collections are defined, you can usually refer to
10541 folders by their simple (unqualified) name, or pick from a FOLDER LIST
10542 display.  However, understanding the complete syntax for folder names,
10543 both local and remote, is handy when using the Goto command and when
10544 you are adding new folder collections via the Setups/collectionList screen.
10546 An Alpine folder name looks like
10549 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
10552 The square brackets ([]) mean that the part is optional.
10555 If there is no remote-specification, then the folder name is interpreted
10556 locally on the computer running Alpine.
10557 Local folder names depend on the operating system used by the computer 
10558 running Alpine, as well as the configuration of that system.  For example,
10559 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
10560 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
10561 system running Unix.
10564 Alpine users have the option of using folders that are stored on some other
10565 computer.  Alpine accesses remote folders via IMAP (the Internet Message
10566 Access Protocol), or in the case of news, via NNTP (the Network News
10567 Transport Protocol).  To be able to access remote folders in Alpine, the
10568 remote host must be running the appropriate server software (imapd or
10569 nntpd) and you must correctly specify the name of the folder to Alpine,
10570 including the domain name of the remote machine. For example,
10572 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
10574 could be a remote folder specification, and so could
10576 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
10579 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
10581 Note that in the case of remote folders, the directory/file path in the specification is 
10582 determined by the operating system of the remote computer, <B>not</B> by
10583 the operating system of the computer on which you are running Alpine.
10585 As you can tell, the name of the computer is in &#123;} brackets
10586 followed immediately by the name of the folder.  (In each of these cases the
10587 optional namespace is missing.)  If, as in these
10588 examples, there is no remote access protocol specified, then IMAP is
10589 assumed.  Check
10590 <A HREF="h_folder_server_syntax">here</A>
10591 for a more detailed look at what options can be placed between the brackets.
10592 If there are no brackets at all, then the folder name is interpreted locally
10593 on the computer on which you are running Alpine.
10596 To the right of the brackets when a server name is present, or at the
10597 start of the foldername if no server is present, the sharp sign,
10598 &quot;#&quot;, holds special meaning.  It indicates a folder name
10599 outside the area reserved for your personal folders.  In fact, it's
10600 used to indicate both the name of the folder, and a special phrase
10601 telling Alpine how to interpret the name that follows.
10604 So, for example, Alpine can be used to access a newsgroup that might be 
10605 available on your computer using:
10607 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
10609 The sharp sign indicates the folder name is outside your personal
10610 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
10611 interpret the remainder of the name as a newsgroup.
10614 Similarly, to access a newsgroup on your IMAP server, you might
10615 use something like:
10617 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
10620 There are a number of such special phrases (or &quot;namespaces&quot;)
10621 available.  For a more detailed explanation read about
10622 <A HREF="h_folder_name_namespaces">Namespaces</A>.
10625 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
10626 names.  The name INBOX refers to your &quot;principal incoming
10627 message folder&quot; and will be mapped to the actual file name used for your
10628 INBOX on any given host.  Therefore, a name like
10629 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
10630 store incoming mail for you on that particular host.
10633 &lt;End of help on this topic&gt;
10634 </BODY>
10635 </HTML>
10636 ======= h_folder_name_namespaces =======
10637 <HTML>
10638 <HEAD>
10639 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
10640 </HEAD>
10641 <BODY>
10642 <H1>Folder Name Namespaces Explained</H1>
10644 An Alpine folder name looks like
10647 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
10650 The local part of a folder name has an optional &quot;Namespace&quot; which
10651 tells Alpine how to interpret the rest of the name.
10653 <P> 
10654 By default the folder name is interpreted as defining a section of your personal
10655 folder area.  This area and how you specify it are defined by the
10656 server, if one is specified, or, typically, the home
10657 directory, if no server is defined.
10660 If a namespace is specified, it begins with the
10661 sharp, &quot;#&quot;, character followed by the name of the namespace
10662 and then the namespace's path-element-delimiter.  Aside from the
10663 path's format, namespaces can also imply access rights, content
10664 policy, audience, location, and, occasionally, access methods.
10667 Each server exports its own set (possibly of size one) of 
10668 namespaces.  Hence, it's likely communication with your server's
10669 administrator will be required for specific configurations.  Some of
10670 the more common namespaces, however, include:
10672 <DL>
10673 <DT>#news.</DT>
10674 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
10675 names are hierarchically defined with each level delimited by a period.
10677 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
10679 </DD>
10680 <DT>#public/</DT>
10681 <DD>This specifies a folder area that the server may export to the general
10682 public.
10683 </DD>
10684 <DT>#shared/</DT>
10685 <DD>This specifies a folder area that the server may export to groups
10686 of users.
10687 </DD>
10688 <DT>#ftp/</DT>
10689 <DD>This specifies a folder area that is the same as that it may have 
10690 exported via the &quot;File Transfer Protocol&quot;.
10691 </DD>
10692 <DT>#mh/</DT>
10693 <DD>This specifies the personal folder area associated with folders
10694 and directories that were created using the MH message handling system.
10695 </DD>
10696 <DT>#move/</DT>
10697 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
10699 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
10701 The #move namespace is followed by two folder names separated by a delimiter
10702 character.
10703 The delimiter character may be any character that does not appear in
10704 the MailDropFolder name.
10705 The meaning of #move is that mail will be copied from the MailDropFolder to
10706 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
10707 Periodic checks at frequency
10708 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
10709 time between checks set by
10710 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
10711 are made for new mail arriving in the MailDropFolder.
10712 An example that copies mail from a POP inbox to a local folder follows
10714 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
10716 To you it appears that mail is being delivered to the local folder when it
10717 is copied from the MailDropFolder, and you read mail from the local folder.
10719 Note that if the DestinationFolder does not exist then the messages are not
10720 copied from the MailDropFolder.
10721 A #move folder may only be used as an
10722 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
10723 an Inbox.
10724 When you are in the FOLDER LIST of Incoming Message Folders (after turning
10725 on the
10726 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
10727 option)
10728 the Add command has a subcommand &quot;Use Mail Drop&quot;
10729 which may be helpful for defining the folder in your Alpine configuration.
10730 The same is true when you edit the
10731 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
10732 option in Setup/Config.
10733 Each of these configuration methods will also create the DestinationFolder
10734 if it doesn't already exist.
10735 If you are having problems, make sure the DestinationFolder exists.
10736 You may find some more useful information about Mail Drops at
10737 <A HREF="h_maildrop">What is a Mail Drop?</A>.
10738 </DD>
10739 </DL>
10742 In addition, the server may support access to other user's folders,
10743 provided you have suitable permissions.  Common methods use a prefix
10744 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
10745 indicate the root of the other user's folder area.
10748 No, nothing's simple.
10751 &lt;End of help on this topic&gt;
10752 </BODY>
10753 </HTML>
10754 ============= h_whatis_vcard ========================
10755 <HTML>
10756 <HEAD>
10757 <TITLE>VCARD EXPLAINED</TITLE>
10758 </HEAD>
10759 <BODY>
10760 <H1>What is the vCard format?</H1>
10761 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
10762 information about and among people and organizations electronically.  
10763 More information about vCard can be found (as of May 1998) on the WWW site 
10764 of the Internet Mail Consortium at the URL:
10766 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
10768 &lt;End of help on this topic&gt;
10769 </BODY>
10770 </HTML>
10771 ===== h_folder_open =====
10772 <HTML>
10773 <HEAD>
10774 <TITLE>Explanation of Folder Selection</TITLE>
10775 </HEAD>
10776 <BODY>
10777 <BR>
10778 <BR>
10779 This screen is designed to allow you to quickly and easily survey your
10780 folders and select one to open.
10781 <!--chtml if pinemode="function_key"-->
10782 <PRE>
10783 Navigating the List of Folders             General Alpine Commands
10784 ------------------------------             -----------------------
10785  P   Move to previous folder               ?   Show this help text
10786  N   Move to next folder
10787  -   Show previous screen of folders
10788 Spc  (space bar) Show next screen
10789  W   WhereIs (search folder names)
10791 Folder Selection Commands
10792 -------------------------
10793  E   Exit the Folder Select menu (without selecting a folder)
10794  S   Select the currently highlighted folder
10795 </PRE>
10796 <!--chtml else-->
10797 <PRE>
10798 Navigating the List of Folders             General Alpine Commands
10799 ------------------------------             -----------------------
10800 F5   Move to previous folder               F1  Show this help text
10801 F6   Move to next folder
10802 F7   Show previous screen of folders
10803 F8   Show next screen of folders
10804 F12  WhereIs (search folder names)
10806 Folder Selection Commands
10807 -------------------------
10808 F3   Exit the Folder Select menu (without selecting a folder)
10809 F4   Select the currently highlighted folder
10810 </PRE>
10811 <!--chtml endif-->
10813 FOR MORE INFORMATION: See the section on
10814 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
10816 &lt;End of help on this topic&gt;
10817 </BODY>
10818 </HTML>
10819 ===== h_folder_subscribe =====
10820 <HTML>
10821 <HEAD>
10822 <TITLE>Newsgroup Subcribe Screen explained</TITLE>
10823 </HEAD>
10824 <BODY>
10825 <H1>FOLDER SUBSCRIBE HELP</H1>
10827 This screen is designed to help you subscribe to newsgroups you are
10828 not currently subscribed to.  The screen display is a list of all
10829 available newsgroups (or possibly a partial list if you specified a
10830 partial name when entering the screen).  Groups you have already
10831 subscribed to have the letters &quot;SUB&quot; next to them.  You may
10832 select a single new group to subscribe to by moving the cursor to that
10833 group and pressing &quot;S&quot; or carriage return.  Alternatively,
10834 you may change into ListMode with the &quot;ListMode&quot; command.
10835 The display will change slightly so that each group has a checkbox in
10836 front of it.  Use the cursor and the Set/Unset command to place an
10837 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
10840 When you are finished marking groups, the &quot;Subscribe&quot;
10841 command will subscribe you to those groups you have marked.  Note, you
10842 may not unsubscribe to groups with this command.  Instead of the
10843 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
10844 UnSbscrbe command.
10847 <!--chtml if pinemode="function_key"-->
10848 <PRE>
10849 Navigating the List of Newsgroups          General Alpine Commands
10850 ---------------------------------          -----------------------
10851 F5   Move to previous group                F1   Show this help text
10852 F6   Move to next group
10853 F7   Show previous screen of groups
10854 F8   Show next screen of groups
10855 F12  WhereIs (search group names)
10856 F9   Use ListMode
10858 Group Selection Commands
10859 -------------------------
10860 F3  Exit the News Subscribe menu (without selecting any groups)
10861 F4  Subscribe to the currently highlighted newsgroup
10862 </PRE>
10863 <!--chtml else-->
10864 <PRE>
10865 Navigating the List of Newsgroups          General Alpine Commands
10866 ---------------------------------          -----------------------
10867  P   Move to previous group                ?   Show this help text
10868  N   Move to next group
10869  -   Show previous screen of groups
10870 Spc  (space bar) Show next screen
10871  W   WhereIs (search group names)
10872  L   Use ListMode
10874 Group Selection Commands
10875 -------------------------
10876  E   Exit the News Subscribe menu (without selecting any groups)
10877  S   Subscribe to the currently highlighted newsgroup
10878 </PRE>
10879 <!--chtml endif-->
10881 When in ListMode, there is an additional command for marking groups to
10882 subscribe to:
10884 <!--chtml if pinemode="function_key"-->
10885 <PRE>
10886 ListMode Commands
10887 -------------------------
10888 F9  Set or unset the highlighted group
10889 </PRE>
10890 <!--chtml else-->
10891 <PRE>
10892 ListMode Commands
10893 -------------------------
10894 X   Set or unset the highlighted group
10895 </PRE>
10896 <!--chtml endif-->
10898 &lt;End of help on this topic&gt;
10899 </BODY>
10900 </HTML>
10901 ===== h_folder_postnews =====
10902 <HTML>
10903 <HEAD>
10904 <TITLE>Newsgroup selecting for Posting explained</TITLE>
10905 </HEAD>
10906 <BODY>
10907 This screen is designed to allow you to quickly and easily survey
10908 the available newsgroups and select one to post news to.
10910 <!--chtml if pinemode="function_key"-->
10911 <PRE>
10912 Navigating the List of Newsgroups          General Alpine Commands
10913 ---------------------------------          -----------------------
10914 F5   Move to previous group                F1  Show this help text
10915 F6   Move to next group
10916 F7   Show previous screen of groups
10917 F8   Show next screen of groups
10918 F12  WhereIs (search group names)
10920 Group Selection Commands
10921 -------------------------
10922 F3   Exit the Selection menu (without selecting a group)
10923 F4   Select the currently highlighted newsgroup
10924 </PRE>
10925 <!--chtml else-->
10926 <PRE>
10927 Navigating the List of Newsgroups          General Alpine Commands
10928 ---------------------------------          -----------------------
10929  P   Move to previous group                ?  Show this help text
10930  N   Move to next group
10931  -   Show previous screen of groups
10932 Spc  (space bar) Show next screen of groups
10933  W   WhereIs (search group names)
10935 Group Selection Commands
10936 -------------------------
10937  E   Exit the Selection menu (without selecting a group)
10938  S   Select the currently highlighted newsgroup
10939 </PRE>
10940 <!--chtml endif-->
10942 &lt;End of help on this topic&gt;
10943 </BODY>
10944 </HTML>
10945 ===== h_folder_save =====
10946 <HTML>
10947 <HEAD>
10948 <TITLE>Folder Select for Save Explained</TITLE>
10949 </HEAD>
10950 <BODY>
10951 This screen is designed to allow you to quickly and easily survey your
10952 folders and select one to use for saving the current message.
10955 <!--chtml if pinemode="function_key"-->
10956 <PRE>
10957 Navigating the List of Folders             General Alpine Commands
10958 ------------------------------             -----------------------
10959 F5   Move to previous folder               F1  Show this help text
10960 F6   Move to next folder
10961 F7   Show previous screen of folders
10962 F8   Show next screen of folders
10963 F12  WhereIs (search folder names)
10965 Folder Selection Commands
10966 -------------------------
10967 F3   Exit the Folder Select menu (without selecting a folder)
10968 F4   Select the currently highlighted folder
10969 F11  AddNew folder (just like Select, but you type in a new folder name)
10970 </PRE>
10971 <!--chtml else-->
10972 <PRE>
10973 Navigating the List of Folders             General Alpine Commands
10974 ------------------------------             -----------------------
10975  P   Move to previous folder               ?  Show this help text
10976  N   Move to next folder
10977  -   Show previous screen of folders
10978 Spc  (space bar) Show next screen of folders
10979  W   WhereIs (search folder names)
10981 Folder Selection Commands
10982 -------------------------
10983  E   Exit the Folder Select menu (without selecting a folder)
10984  S   Select the currently highlighted folder
10985  A   AddNew folder (just like Select, but you type in a new folder name)
10986 </PRE>
10987 <!--chtml endif-->
10989 FOR MORE INFORMATION: See the section on
10990 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
10992 &lt;End of help on this topic&gt;
10993 </BODY>
10994 </HTML>
10995 ===== h_folder_fcc =====
10996 <HTML>
10997 <HEAD>
10998 <TITLE>Folder Select for Fcc Explained</TITLE>
10999 </HEAD>
11000 <BODY>
11001 This screen is designed to allow you to quickly and easily survey your
11002 folders and select one to use as the file carbon copy (fcc) for the
11003 current message.
11006 <!--chtml if pinemode="function_key"-->
11007 <PRE>
11008 Navigating the List of Folders             General Alpine Commands
11009 ------------------------------             -----------------------
11010 F5   Move to previous folder               F1  Show this help text
11011 F6   Move to next folder
11012 F7   Show previous screen of folders
11013 F8   Show next screen of folders
11014 F12  WhereIs (search folder names)
11016 Folder Selection Commands
11017 -------------------------
11018 F3   Exit the Folder Select menu (without selecting a folder)
11019 F4   Select the currently highlighted folder
11020 F11  AddNew folder (just like Select, but you type in a new folder name)
11021 </PRE>
11022 <!--chtml else-->
11023 <PRE>
11024 Navigating the List of Folders             General Alpine Commands
11025 ------------------------------             -----------------------
11026  P   Move to previous folder               ?  Show this help text
11027  N   Move to next folder
11028  -   Show previous screen of folders
11029 Spc  (space bar) Show next screen of folders
11030  W   WhereIs (search folder names)
11032 Folder Selection Commands
11033 -------------------------
11034  E   Exit the Folder Select menu (without selecting a folder)
11035  S   Select the currently highlighted folder
11036  A   AddNew folder (just like Select, but you type in a new folder name)
11037 </PRE>
11038 <!--chtml endif-->
11040 FOR MORE INFORMATION: See the section on
11041 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11043 &lt;End of help on this topic&gt;
11044 </BODY>
11045 </HTML>
11046 ===== h_folder_pattern_roles =====
11047 <HTML>
11048 <HEAD>
11049 <TITLE>Folder Select for Current Folder Explained</TITLE>
11050 </HEAD>
11051 <BODY>
11052 This screen is designed to allow you to quickly and easily survey your
11053 folders and select one to use as the specific Current Folder
11054 in a Pattern.
11057 <!--chtml if pinemode="function_key"-->
11058 <PRE>
11059 Navigating the List of Folders             General Alpine Commands
11060 ------------------------------             -----------------------
11061 F5   Move to previous folder               F1  Show this help text
11062 F6   Move to next folder
11063 F7   Show previous screen of folders
11064 F8   Show next screen of folders
11065 F12  WhereIs (search folder names)
11067 Folder Selection Commands
11068 -------------------------
11069 F3   Exit the Folder Select menu (without selecting a folder)
11070 F4   Select the currently highlighted folder
11071 F11  AddNew folder (just like Select, but you type in a new folder name)
11072 </PRE>
11073 <!--chtml else-->
11074 <PRE>
11075 Navigating the List of Folders             General Alpine Commands
11076 ------------------------------             -----------------------
11077  P   Move to previous folder               ?  Show this help text
11078  N   Move to next folder
11079  -   Show previous screen of folders
11080 Spc  (space bar) Show next screen of folders
11081  W   WhereIs (search folder names)
11083 Folder Selection Commands
11084 -------------------------
11085  E   Exit the Folder Select menu (without selecting a folder)
11086  S   Select the currently highlighted folder
11087  A   AddNew folder (just like Select, but you type in a new folder name)
11088 </PRE>
11089 <!--chtml endif-->
11091 FOR MORE INFORMATION: See the section on
11092 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11094 &lt;End of help on this topic&gt;
11095 </BODY>
11096 </HTML>
11097 ===== h_folder_stayopen_folders =====
11098 <HTML>
11099 <HEAD>
11100 <TITLE>Folder Select Explained</TITLE>
11101 </HEAD>
11102 <BODY>
11103 This screen is designed to allow you to quickly and easily survey your
11104 folders and select one to use as a Stay-Open folder.
11107 <!--chtml if pinemode="function_key"-->
11108 <PRE>
11109 Navigating the List of Folders             General Alpine Commands
11110 ------------------------------             -----------------------
11111 F5   Move to previous folder               F1  Show this help text
11112 F6   Move to next folder
11113 F7   Show previous screen of folders
11114 F8   Show next screen of folders
11115 F12  WhereIs (search folder names)
11117 Folder Selection Commands
11118 -------------------------
11119 F3   Exit the Folder Select menu (without selecting a folder)
11120 F4   Select the currently highlighted folder
11121 F11  AddNew folder (just like Select, but you type in a new folder name)
11122 </PRE>
11123 <!--chtml else-->
11124 <PRE>
11125 Navigating the List of Folders             General Alpine Commands
11126 ------------------------------             -----------------------
11127  P   Move to previous folder               ?  Show this help text
11128  N   Move to next folder
11129  -   Show previous screen of folders
11130 Spc  (space bar) Show next screen of folders
11131  W   WhereIs (search folder names)
11133 Folder Selection Commands
11134 -------------------------
11135  E   Exit the Folder Select menu (without selecting a folder)
11136  S   Select the currently highlighted folder
11137  A   AddNew folder (just like Select, but you type in a new folder name)
11138 </PRE>
11139 <!--chtml endif-->
11141 FOR MORE INFORMATION: See the section on
11142 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11144 &lt;End of help on this topic&gt;
11145 </BODY>
11146 </HTML>
11147 ===== h_folder_action_roles =====
11148 <HTML>
11149 <HEAD>
11150 <TITLE>Folder Select Explained</TITLE>
11151 </HEAD>
11152 <BODY>
11153 This screen is designed to allow you to quickly and easily survey your
11154 folders and select one to use as the folder into which messages
11155 matching this filter will be moved.
11158 <!--chtml if pinemode="function_key"-->
11159 <PRE>
11160 Navigating the List of Folders             General Alpine Commands
11161 ------------------------------             -----------------------
11162 F5   Move to previous folder               F1  Show this help text
11163 F6   Move to next folder
11164 F7   Show previous screen of folders
11165 F8   Show next screen of folders
11166 F12  WhereIs (search folder names)
11168 Folder Selection Commands
11169 -------------------------
11170 F3   Exit the Folder Select menu (without selecting a folder)
11171 F4   Select the currently highlighted folder
11172 F11  AddNew folder (just like Select, but you type in a new folder name)
11173 </PRE>
11174 <!--chtml else-->
11175 <PRE>
11176 Navigating the List of Folders             General Alpine Commands
11177 ------------------------------             -----------------------
11178  P   Move to previous folder               ?  Show this help text
11179  N   Move to next folder
11180  -   Show previous screen of folders
11181 Spc  (space bar) Show next screen of folders
11182  W   WhereIs (search folder names)
11184 Folder Selection Commands
11185 -------------------------
11186  E   Exit the Folder Select menu (without selecting a folder)
11187  S   Select the currently highlighted folder
11188  A   AddNew folder (just like Select, but you type in a new folder name)
11189 </PRE>
11190 <!--chtml endif-->
11192 FOR MORE INFORMATION: See the section on
11193 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11195 &lt;End of help on this topic&gt;
11196 </BODY>
11197 </HTML>
11198 ===== h_abook_config =====
11199 <HTML>
11200 <HEAD>
11201 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
11202 </HEAD>
11203 <BODY>
11204 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
11205 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
11206 <!--chtml if pinemode="function_key"-->
11207 <PRE>
11208 Available  Commands                        
11209 -------------------------------            
11210 F1  Show Help Text                         
11211 F3  Back to MAIN Alpine menu                 
11212 F4  Change configuration for address book  
11213 F5  Move to previous address book          
11214 F6  Move to next address book              
11215 F7  Previous page of address books         
11216 F8  Next page of address books             
11217 F9  Add new address book                   
11218 F10 Delete existing address book           
11219 F11 Shuffle the order of address books     
11220 F12 Whereis (search address book titles)   
11221 </PRE>
11222 <!--chtml else-->
11223 <PRE>
11224 Navigation                     General Alpine Commands
11225 -----------------------        -----------------------
11226  P  Prev Address Book           ?  Display this help text
11227  N  Next Address Book           E  Back to MAIN Alpine menu
11228  -  Previous page
11229 Spc (space bar) Next page
11230  W  WhereIs (search for word in address book titles)
11232 Setup Address Books Commands
11233 ------------------------------------------------
11234  A  Add new address book          $  Shuffle the order of address books
11235  D  Delete existing address book  C  Change configuration for address book
11236 </PRE>
11237 <!--chtml endif-->
11239 <H2>Description of the Setup Address Books Screen</H2>
11241 This screen lets you add, delete, modify, or change the order of your
11242 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
11243 fill in.  If you are adding a remote address book on an IMAP server
11244 you should fill in the name of the IMAP server.  Otherwise, leave
11245 that field blank.  (Note that remote IMAP address books are an Alpine
11246 concept and are unlikely to interoperate with other mail clients.)
11247 For a remote address book, fill in the name of the remote folder
11248 in the Folder field.  This should be a folder that is used only for
11249 this one purpose, not a general purpose folder you expect to store
11250 messages in.
11251 <P>If you are adding a local address book, fill in the
11252 Folder Name field with a local file name (e.g., .addressbook).
11254 <B>Please note:</B> Remote address books stored on an IMAP server are 
11255 of an entirely different format (namely, a special-purpose 
11256 &quot;mail folder&quot;) than that of the local addressbook familiar 
11257 to Alpine users.  Therefore, 
11258 you cannot use &quot;add a remote address book&quot; to make an existing 
11259 Alpine .addressbook file you may have on a remote IMAP server accessible to 
11260 Alpine running on a different host.  
11263 The &quot;Del Abook&quot; command allows you to remove an address book
11264 from your configuration.  It will also ask you if you wish to remove
11265 the data for that address book, which would erase all traces of the
11266 address book if you answer Yes.
11269 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
11270 The difference is that instead of adding a new address book to your
11271 configuration, you are changing the configuration of an existing entry.
11272 For example, you might want to correct a typing error or change a
11273 nickname.  The &quot;Change&quot; command is not a move command.  If you
11274 change the folder name or server name the data will not be moved for you.
11277 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
11278 an address book toward another address book in the same group then
11279 the order of those two address books will be swapped.  If you shuffle
11280 the last Personal address book down towards the Global address book
11281 section, it will become a Global address book.  If you shuffle
11282 the first Global address book up it will become a Personal address
11283 book.  The main difference between Personal and Global address
11284 books is that Global address books are forced read-only.
11285 <P><UL>
11286 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11287 </UL>
11289 &lt;End of help on this topic&gt;
11290 </BODY>
11291 </HTML>
11292 ===== h_abook_top =====
11293 <HTML>
11294 <HEAD>
11295 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
11296 </HEAD>
11297 <BODY>
11298 <H1>ADDRESS BOOK LIST COMMANDS</H1>
11299 <!--chtml if pinemode="function_key"-->
11300 <PRE>
11301 Available  Commands -- Group 1         Available Commands -- Group 2
11302 -------------------------------        ------------------------------
11303 F1  Show Help Text                      F1  Show Help Text
11304 F2  See commands in next group          F2  See commands in next group
11305 F3  Exit to MAIN MENU                   F3  Quit Alpine
11306 F4  View/Edit selected address book
11307 F5  Move to previous address book       F5  FOLDER LIST screen
11308 F6  Move to next address book           F6  Specify a folder to go to
11309 F7  Previous page                       F7  MESSAGE INDEX screen
11310 F8  Next page                           F9  Print list of address books
11311 F12 Whereis (search for word)
11312 </PRE>
11313 <!--chtml else-->
11314 <PRE>
11315 Navigation                       General Alpine Commands
11316 -----------------------          -----------------------
11317  P  Previous Entry                ?  Display this help text
11318  N  Next Entry                    O  Show all other available commands
11319  -  Previous page                 &lt;  Back to MAIN Alpine menu
11320 Spc (space bar) Next page         Q  Quit Alpine
11321  W  WhereIs (search for word)     L  FOLDER LIST screen
11322                                   G  Specify a folder to go to
11323 Address Book Commands             I  MESSAGE INDEX screen
11324 ------------------------------------------------
11325  &gt;  View/Edit selected address book
11326               or
11327  &gt;  Search on selected directory server
11329  %  Print list of address books and directory servers
11330 </PRE>
11331 <!--chtml endif-->
11333 <H2>Description of the Address Book List Screen</H2>
11335 From this screen you may choose which address book you wish to view
11336 or edit. For more information on address books, view one of your
11337 address books (with
11338 <!--chtml if pinemode="function_key"-->
11340 <!--chtml else-->
11341 &quot;&gt;&quot;
11342 <!--chtml endif-->)
11343 and see the Help Text there.<P>
11345 You may also choose a directory server on which to search for entries.
11346 You do that by highlighting the directory server line and using
11347 <!--chtml if pinemode="function_key"-->
11349 <!--chtml else-->
11350 &quot;&gt;&quot;
11351 <!--chtml endif-->.<P>
11353 If you wish to define new address books or directory servers go to the Main
11354 menu and choose Setup. You may then either choose to setup AddressBooks or
11355 Directory (among other things). It's possible that the Directory option
11356 will not be there if the Alpine you are using does not contain LDAP directory
11357 lookup functionality.
11359 <P><UL>
11360 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11361 </UL><P>
11362 &lt;End of help on this topic&gt;
11363 </BODY>
11364 </HTML>
11365 ===== h_abook_opened =====
11366 <HTML>
11367 <HEAD>
11368 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
11369 </HEAD>
11370 <BODY>
11371 <H1>THE ALPINE ADDRESS BOOK</H1>
11372 <H2>ADDRESS BOOK COMMANDS</H2>
11373 <PRE>
11374 <!--chtml if pinemode="function_key"-->
11375 Available  Commands -- Group 1         Available Commands -- Group 2   
11376 -------------------------------        ------------------------------  
11377 F1  Show Help Text                      F1  Show Help Text             
11378 F2  See commands in next group          F2  See commands in next group
11379 F3  Exit this screen                    F3  Quit Alpine                  
11380 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
11381 F5  Move to previous entry              F5  FOLDER LIST screen         
11382 F6  Move to next entry                  F6  Specify a folder to go to  
11383 F7  Previous page of address book       F7  MESSAGE INDEX screen        
11384 F8  Next page of address book           F8  Compose to entry using roles
11385 F9  Add new entry to address book       F9  Print address book         
11386 F10 Delete selected entry               F10 TakeAddr to another addrbook
11387 F11 Compose to selected entry           F11 Save or Export addrbook selections
11388 F12 Whereis (search address book)       F12 Forward entry by mail       
11390 Available Commands -- Group 3                                           
11391 ------------------------------                                          
11392 F3  Select                              F6  Zoom (or unZoom)            
11393 F5  Select Current                      F7  Apply Command to Selection  
11394 <!--chtml else-->
11395 Address Book Navigation        General Alpine Commands
11396 -----------------------        -----------------------
11397  P  Prev Address                  ?  Display this help text
11398  N  Next Address                  O  Show all other available commands
11399  -  Previous page of address book M  Back to MAIN MENU
11400 Spc (space bar) Next page         Q  Quit Alpine
11401  W  WhereIs (search for word      C  Compose message to selected addr
11402      or name in address book)     #  Compose to addr using roles
11403  &lt;  To List of Address Books if   L  FOLDER LIST screen
11404      more than one, else to MAIN  G  Specify a folder to go to
11405                                   I  MESSAGE INDEX screen
11407 Address Book Commands
11408 ----------------------------------------------------
11409  &gt;  View/Update selected entry    D  Delete selected entries
11410  %  Print address book            S  Save or Export address book selections
11411  F  Forward entries by mail       @  Add new entry to address book
11413  ;  Select command                Z  Toggle Zoom Mode
11414  :  Select highlighted entry      A  Apply command to selected entries
11416 <!--chtml endif-->
11417 </PRE>
11418 Note:  The presence or absence of the final four commands above is
11419 controlled by the option 
11420 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
11423 <H2>Description of the Address Book Screen</H2>
11425 This screen lets you edit and manage entries in your address book.  It
11426 also acts as a short-cut for composing messages to people in the address
11427 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
11428 message starts &quot;pre-addressed&quot; to whatever address book entry is
11429 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
11430 role to use in your composition.
11432 Alpine's address book helps you keep a list of addresses you send email to so
11433 you do not have to remember addresses that are often complex.  Each entry
11434 in the address book has five fields, all of them optional.  The three
11435 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
11437         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
11438         This is what you type in as you are addressing the message in the
11439         composer.  If there is a matching entry in your address book(s),
11440         Alpine will extract the corresponding FullName and Address fields to
11441         generate the actual address for your message.
11443         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
11444 of the
11445         person or organization.  Usually the full names are put in last
11446         name first so they sort nicely in alphabetical order.  Whatever
11447         you put as the name here will appear on the message when it is
11448         finally delivered.  Examples:<PRE>
11449            Garcia Marquez, Gabriel
11450            Henscheid, Eckhard
11451            Alpine-Info mailing list
11452            Library materials renewal requests
11453            Kim An-guk
11454            &quot;George III, King of Great Britain, 1738-1820&quot;
11455 </PRE>
11456 (In the second-to-last example, no comma is used in the name so that 
11457 the family name appears first in the address book and when the entry is 
11458 used in the composer.
11459 In the last example, retaining the commas is intended; 
11460 double-quotation marks surround the name to 
11461 prevent the transposition of its parts when the entry is used in 
11462 the composer.)
11464         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
11465         a valid Internet address that conforms to the Internet message
11466         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
11468 The two fields that aren't usually visible are:<DL>
11470   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
11471         message to this address to be saved in.  If this field is set, and
11472         this address is the first one in the message's To: header, then
11473         Alpine will use this folder name for the FCC in lieu of the normal
11474         FCC folder name.
11476   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
11477         </DL>
11479 Due to screen width limitations, these last two fields do not show up in
11480 the normal ADDRESS BOOK display.  You may select the 
11481 &quot;View/Update&quot; command to
11482 view or modify them.  You may use the configuration variable
11483 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
11484 to add these fields to your ADDRESS BOOK 
11485 display, or to modify the format of the display.
11487 <H2>Sorting the Address book</H2>
11489 By default, address book entries are sorted alphabetically on the full
11490 name with distribution lists sorted to the end.  Sorting can be changed by
11491 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
11492 --assuming you have &quot;write&quot; permission for the address book file.
11494 Unlike the sorting of folders (which only changes presentation), sorting an
11495 address book actually changes the file as it is kept on the computer.  For
11496 this reason you won't be able to sort a shared or system-wide address
11497 book.
11499 <H2>Adding New Entries</H2>
11501 The easiest way to add new entries to your address book is to use the
11502 &quot;TakeAddr&quot; command when viewing a message.
11503 This command allows you to take addresses from the header and body of the
11504 message and put them into your address book, without having to type
11505 them in.
11508 To manually add a new entry from within the address book screen, use the AddNew
11509 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
11510 Use this command both for adding a simple alias and for adding a
11511 distribution list.
11513 <H2>Distribution Lists</H2>
11515 Address book entries can be simple cases of aliases (a single nickname is linked
11516 to a single email address) or distribution lists (a single nickname
11517 pointing at more than one email address).  Each distribution list has a
11518 nickname, a full name and a list of addresses.  The addresses may be
11519 actual addresses or they may be other nicknames in your address book.
11520 They may even refer to other distribution lists.
11521 There's really no difference between a simple alias and a distribution list,
11522 other than the number of addresses.
11523 Therefore, you can turn a simple alias with one address into a distribution
11524 list simply by adding more addresses.
11525 To add entries to an existing list or alias
11526 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
11527 a single address from the list if the cursor is placed on the address;
11528 it will delete the entire distribution list if the cursor is on the
11529 nickname/fullname line.  View/Update may also be used to delete addresses
11530 from a list.
11532 Address field entries in distribution lists may take any one of three
11533 forms: a nickname existing in any of the defined address books, a normal
11534 address of the form &quot;jsmith@art.example.com&quot;, or a complete
11535 fullname/address combination, e.g. &quot;John Smith
11536 &lt;jsmith@art.example.com&gt;&quot;.
11538 Distribution lists in Alpine address books can only be used by the person or
11539 people who have access to that address book.  They are not usually used to
11540 implement discussion groups, but can be used to facilitate small
11541 discussion groups if all the participants have access to the same shared
11542 address book.
11544 <H2>FCC and Comments</H2>
11546 As mentioned above, each entry in the address book also has two other optional
11547 fields, Fcc and Comments.  The command to look at or change either of these
11548 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
11549 Comments field is just for your own use.  The Fcc field overrides the
11550 default Fcc if this address is the first one on the To line.  The WhereIs
11551 command may be used to search for particular strings in the address book,
11552 including fields that are not visible (like Comment and Fcc by default).
11554 <H2>Aggregate Operations</H2>
11556 If the feature
11557 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
11558 is turned on (the default), then the four commands &quot;Select&quot;,
11559 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
11560 are available.  The two selection commands allow you to mark a set of
11561 address book entries as being selected.  If you have more than one address
11562 book, the selections may be in more than one of those address books.
11563 The &quot;Zoom&quot; command will toggle between displaying only the selected
11564 entries and all of the entries.  The &quot;Apply&quot; command allows you to
11565 apply one of the regular address book commands to all of the selected
11566 entries.  Usually the address book commands apply to only the entry
11567 highlighted by the cursor.  The &quot;Apply&quot; command works with the
11568 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
11569 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
11571 <H2>Exporting and Forwarding Address book entries</H2>
11573 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
11574 address book entry is placed in a plain text file in your home directory
11575 <!--chtml if pinemode="running"-->
11576 (which, in the present configuration of your system, is
11577  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
11578 <!--chtml endif-->
11579 or current working directory
11580 <!--chtml if pinemode="running"-->
11581 (which, at least for your current Alpine &quot;session,&quot; 
11582 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
11583 <!--chtml endif-->, depending on the 
11584 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
11585 configuration setting.  If you have some entries selected and use the
11586 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
11587 placed in the text file.
11589 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
11590 address book entry is placed in a special attachment and you are put into
11591 the composer.  You can fill in some comments in the body of the message,
11592 if you'd like, and send it to somebody else who uses Alpine.  The recipient
11593 may use the TakeAddr command on that message to insert the address book
11594 entry you sent in their own address book.  If you have some entries
11595 selected and use the Apply Forward command all of the selected entries
11596 will be forwarded in a single message.  You may
11597 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.
11598 The recipient must be using Alpine in order to receive this correctly.
11599 One way for the recipient to handle this might be to create an empty
11600 address book and then &quot;Take&quot; your forwarded address book entries into
11601 that empty address book.
11603 <H2>Multiple and/or Site-Wide Address books</H2>
11605 You may have more than one personal address book.  In addition, there may
11606 be one or more global address books.  This capability allows you to have
11607 multiple personal address books (some of which may be shared) and it also
11608 allows system administrators to implement site-wide address books that
11609 contain entries for users on multiple machines within the organization.
11610 <P><DL>
11611 <DT>Searching
11612   <DD> If you enter a nickname when composing a message, your
11613   personal address books will be searched through in order, and then the
11614   global address book(s) searched. If more than one address book has an entry
11615   for the nickname, Alpine uses the first one that it finds, so an entry in
11616   your personal address book would override a global address book entry. If
11617   after searching all the address books there is still no match, (Unix) Alpine
11618   then searches the local host password file on the assumption that you have
11619   entered a local user name rather than an address book nickname.
11620   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
11621   command, but global address books are always searched after personal
11622   address books.
11624   <P><DT>Tab completion
11625   <DD> If the
11626   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
11627   feature is turned on (the default) then the Tab key may be used
11628   in the composer to complete partially typed nicknames in the To
11629   or Cc lines. You type the first few letters of a nickname and then
11630   press the Tab key. It there is only one nickname that matches it will
11631   be filled in by Alpine. If there is more than one the unambiguous part
11632   of the nicknames will be filled in. For example, if your address book or
11633   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
11634   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
11635   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
11636   If you then type a second Tab character you will be presented with a list
11637   of matching nicknames to select from. Alternatively, you could type another
11638   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
11639   in the entire &quot;barbecue&quot; entry.
11641   <P><DT>Defining
11642   <DD> You define multiple personal address books in the 
11643   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
11644   from the MAIN MENU.  
11645   You may add as many as you like.  Global address books are usually
11646   site-wide address books defined by the System administrator, but
11647   you may define global address books of your own just like you define
11648   personal address books.
11650   <P><DT>Creating and updating
11651   <DD> Personal address books are normally created empty
11652   and populated by explicit additions from within Alpine, e.g. via the
11653   TakeAddr command.  Unlike personal address books, global address books may
11654   not be modified/updated from within Alpine; that is, they are Read-Only.
11655   Thus, global address books are created, populated and updated outside of
11656   Alpine. They might be hand-edited, generated by a program from another
11657   database, or by copying an existing address book.  They might also be
11658   some other user's personal address book, and so be modified normally by
11659   that user but accessed Read-Only by you.  See the Alpine Technical
11660   Notes document (included in the Alpine distribution) for more information on
11661   this.
11663   <P><DT>Accessing
11664   <DD>There are two different types of address books in Alpine.
11665   A local address book is stored in a regular file and the normal file
11666   access permissions apply.  A remote address book is stored on an IMAP
11667   server in a special folder that contains only messages pertaining to
11668   that address book.  The last message in the remote folder contains a
11669   copy of the address book data, and that data is copied to a local cache
11670   file in your home directory.  From there it is accessed just like a local
11671   address book.  The name of the cache file is kept track of in a special
11672   file called the
11673   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
11674   the name of which is stored in
11675   your Alpine configuration file the first time you use a remote address book.
11676   Just as local Alpine address books use a format that only Alpine understands,
11677   remote Alpine address books do the same and other mail reading programs
11678   are unlikely to be able to understand them.<P>
11679   While global address books are explicitly intended to be shared, there is
11680   nothing to prevent you from sharing a personal address book with other
11681   Alpine users. This might be useful in the case of a small workgroup.
11682   However, it is recommended that updates to shared personal address books
11683   be done when other Alpine users are not accessing the address book. Alpine
11684   does not do any file-locking to manage concurrent updates to the
11685   addressbook, but it does check to see if the file has been modified before
11686   making any changes.  Consequently, inadvertent concurrent updates will
11687   only cause other Alpine users to have to restart their address book
11688   operation, which will cause Alpine to reopen the updated file.
11690   <P><DT>Converting to Remote
11691   <DD>The easiest way to convert an existing local
11692   address book into a remote address book is to create an empty new remote
11693   personal address book by typing &quot;A&quot; to execute the
11694   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
11695   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
11696   address book.
11697   After you have added the empty
11698   remote address book, go into the screen for the address book you wish
11699   to copy and &quot;Select&quot; &quot;All&quot;.
11700   This selects every entry in that
11701   address book.  Then type the command &quot;Apply Save&quot;.
11702   You will be asked for the address book to save to.  You may use ^P and ^N
11703   to get to the new empty address book, then hit RETURN and the addresses
11704   will be copied.
11705   At this point you'll probably want to unselect all the entries in the local
11706   address book before proceeding. You do that with
11707   &quot;Select&quot; &quot;unselect All&quot;.
11709 </DL>
11710 <UL>
11711 <LI><A HREF="h_address_format">Explanation of Address formats</A>
11712 </UL>
11713 <P><UL>
11714 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11715 </UL>
11717 &lt;End of help on this topic&gt;
11718 </BODY>
11719 </HTML>
11720 ===== h_abook_select_addr =====
11721 <HTML>
11722 <HEAD>
11723 <TITLE>Addressbook Selection Explained</TITLE>
11724 </HEAD>
11725 <BODY>
11726 <H1>SELECT ADDRESS</H1>
11727 <!--chtml if pinemode="function_key"-->
11728 <PRE>
11729 Navigating the List of Messages               General Alpine Commands
11730 -------------------------------               -----------------------
11731 F5   Move to previous entry                   F1  Show this help text
11732 F6   Move to next entry
11733 F7   Show previous screen of address book
11734 F8   Show next screen of address book
11735 F12  WhereIs (search through address book)
11737 Address Selection Commands
11738 --------------------------
11739 F3   Exit the Address Select screen (without selecting an address)
11740 F4   Select the currently highlighted entry
11741 </PRE>
11742 <!--chtml else-->
11743 <PRE>
11744 Navigating the List of Messages               General Alpine Commands
11745 -------------------------------               -----------------------
11746  P   Move to previous entry                    ?  Show this help text
11747  N   Move to next entry
11748  -   Show previous screen of address book
11749 Spc  (space bar) Show next screen of address book
11750  W   WhereIs (search through address book)
11752 Address Selection Commands
11753 --------------------------
11754  E   Exit the Address Select screen (without selecting an address)
11755  S   Select the currently highlighted entry
11756 </PRE>
11757 <!--chtml endif-->
11760 This screen is designed to let you easily scan your address book(s) in
11761 order to select an entry for the message you are composing.  You cannot
11762 edit your address book in any way at this time, for address book
11763 maintenance, select the address book command when not composing a message.
11766 If you are composing a message and know the nickname of the person/list you
11767 want, you can bypass this screen by simply typing in the nickname on the
11768 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
11769 selecting an entry does not cancel your message.
11772 FOR MORE INFORMATION on addressing see
11773 <A HREF="h_address_format">Explanation of Address formats</A>, and the
11774 <A HREF="h_abook_opened">Address Book Screen's</A>
11775 help text.
11777 &lt;End of help on this topic&gt;
11778 </BODY>
11779 </HTML>
11780 ===== h_abook_select_top =====
11781 <HTML>
11782 <HEAD>
11783 <TITLE>Addressbook Selection Navigation Explained</TITLE>
11784 </HEAD>
11785 <BODY>
11786 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
11787 <!--chtml if pinemode="function_key"-->
11788 <PRE>
11789 Navigating the List of Address Books       General Alpine Commands
11790 ------------------------------------       -----------------------
11791 F4   View the highlighted address book
11792 F5   Move to previous address book         F1  Show this help text
11793 F6   Move to next address book
11794 F7   Show previous screen of address books
11795 F8   Show next screen of address books
11796 F12  WhereIs (search through address books)
11798 Address Selection Commands
11799 --------------------------
11800 F3   Exit the Address Select screen (without selecting an address)
11801 F4   Select the currently selected entries (if using ListMode)
11802 F9   Change to ListMode
11803 </PRE>
11804 <!--chtml else-->
11805 <PRE>
11806 Navigating the List of Address Books       General Alpine Commands
11807 ------------------------------------       -----------------------
11808  &gt;   View the highlighted address book
11809  P   Move to previous address book         ?  Show this help text
11810  N   Move to next address book
11811  -   Show previous screen of address books
11812 Spc  (space bar) Show next screen of address books
11813  W   WhereIs (search through address books)
11815 Address Selection Commands
11816 --------------------------
11817  E   Exit the Address Select screen (without selecting an address)
11818  S   Select the currently selected entries (if using ListMode)
11819  L   Change to ListMode
11820 </PRE>
11821 <!--chtml endif-->
11824 This screen is designed to let you easily scan your address book(s) in
11825 order to select entries for the message you are composing.  You cannot
11826 edit your address book in any way at this time.  For address book
11827 maintenance, select the address book command when not composing a message.
11830 If you are composing a message and know the nickname of the person/list you
11831 want, you can bypass this screen by simply typing in the nickname on the
11832 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
11833 selecting an entry does not cancel your message.
11836 The ListMode command will add a column at the left edge of the screen.
11837 You mark the entries that you wish to select with the &quot;X&quot; command.
11838 This allows you to choose more than one entry at a time.
11841 An alternative method of composing a message to entries in your
11842 address book(s) is to first use the &quot;Select&quot; command from
11843 the address book maintenance screen and then the &quot;Apply&quot;
11844 &quot;ComposeTo&quot; command to start the composer composing to the
11845 selected entries.
11848 FOR MORE INFORMATION on addressing see
11849 <A HREF="h_address_format">Explanation of Address formats</A>, and the
11850 <A HREF="h_abook_opened">Address Book Screen's</A>
11851 help text.
11853 &lt;End of help on this topic&gt;
11854 </BODY>
11855 </HTML>
11856 ===== h_abook_select_listmode =====
11857 <HTML>
11858 <HEAD>
11859 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
11860 </HEAD>
11861 <BODY>
11862 <H1>COMPOSER: SELECT ADDRESSES</H1>
11863 <!--chtml if pinemode="function_key"-->
11864 <PRE>
11865 Navigating the List of Messages                 General Alpine Commands
11866 -------------------------------                 -----------------------
11867 F5   Move to previous entry                     F1  Show this help text
11868 F6   Move to next entry
11869 F7   Show previous screen of address book
11870 F8   Show next screen of address book
11871 F12  WhereIs (search through address book)
11873 Address Selection Commands
11874 --------------------------
11875 F3   Exit the Address Select screen (without selecting an address)
11876 F4   Select the currently highlighted entry
11877 F9   Change to ListMode
11878 </PRE>
11879 <!--chtml else-->
11880 <PRE>
11881 Navigating the List of Messages                 General Alpine Commands
11882 -------------------------------                 -----------------------
11883  P   Move to previous entry                     ?  Show this help text
11884  N   Move to next entry
11885  -   Show previous screen of address book
11886 Spc  (space bar) Show next screen of address book
11887  W   WhereIs (search through address book)
11889 Address Selection Commands
11890 --------------------------
11891  E   Exit the Address Select screen (without selecting an address)
11892  S   Select the currently highlighted entry
11893  L   Change to ListMode
11894 </PRE>
11895 <!--chtml endif-->
11898 This screen is designed to let you easily scan your address book(s) in
11899 order to select entries for the message you are composing.  You cannot
11900 edit your address book in any way at this time, for address book
11901 maintenance, select the address book command when not composing a message.
11904 If you are composing a message and know the nickname of the person/list you
11905 want, you can bypass this screen by simply typing in the nickname on the
11906 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
11907 selecting an entry does not cancel your message.
11910 The ListMode command will add a column at the left edge of the screen.
11911 You mark the entries that you wish to select with the &quot;X&quot; command.
11912 This allows you to choose more than one entry at a time.
11915 An alternative method of composing a message to entries in your
11916 address book(s) is to first use the &quot;Select&quot; command from
11917 the address book maintenance screen and then the &quot;Apply&quot;
11918 &quot;ComposeTo&quot; command to start the composer composing to the
11919 selected entries.
11922 FOR MORE INFORMATION on addressing see
11923 <A HREF="h_address_format">Explanation of Address formats</A>, and the
11924 <A HREF="h_abook_opened">Address Book Screen's</A>
11925 help text.
11927 &lt;End of help on this topic&gt;
11928 </BODY>
11929 </HTML>
11930 ===== h_abook_select_checks =====
11931 <HTML>
11932 <HEAD>
11933 <TITLE>Address Selection from Composer Explained</TITLE>
11934 </HEAD>
11935 <BODY>
11936 <H1>COMPOSER: SELECT ADDRESSES</H1>
11937 <!--chtml if pinemode="function_key"-->
11938 <PRE>
11939 Navigating the List of Messages                 General Alpine Commands
11940 -------------------------------                 -----------------------
11941 F5   Move to previous entry                     F1  Show this help text
11942 F6   Move to next entry
11943 F7   Show previous screen of address book
11944 F8   Show next screen of address book
11945 F12  WhereIs (search through address book)
11947 Address Selection Commands
11948 --------------------------
11949 F3   Exit the Address Select screen (without selecting an address)
11950 F4   Select the currently highlighted entry
11951 F8   Either Sets or Unsets all entries in this address book
11952 F9   Set or Unset the highlighted entry
11953 </PRE>
11954 <!--chtml else-->
11955 <PRE>
11956 Navigating the List of Messages                 General Alpine Commands
11957 -------------------------------                 -----------------------
11958  P   Move to previous entry                     ?  Show this help text
11959  N   Move to next entry
11960  -   Show previous screen of address book
11961 Spc  (space bar) Show next screen of address book
11962  W   WhereIs (search through address book)
11964 Address Selection Commands
11965 --------------------------
11966  E   Exit the Address Select screen (without selecting an address)
11967  S   Select the currently highlighted entry
11968  X   Set or Unset the highlighted entry
11969  A   Either Sets or Unsets all entries in this address book
11970 </PRE>
11971 <!--chtml endif-->
11974 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
11975 command.  Type &quot;S Select&quot; to select all of the entries you
11976 have marked, just as if you had typed them in by hand.
11979 An alternative method of composing a message to entries in your
11980 address book(s) is to first use the &quot;Select&quot; command from
11981 the address book maintenance screen and then the &quot;Apply&quot;
11982 &quot;ComposeTo&quot; command to start the composer composing to the
11983 selected entries.
11986 FOR MORE INFORMATION on addressing see
11987 <A HREF="h_address_format">Explanation of Address formats</A>, and the
11988 <A HREF="h_abook_opened">Address Book Screen's</A>
11989 help text.
11991 &lt;End of help on this topic&gt;
11992 </BODY>
11993 </HTML>
11994 ===== h_abook_select_nicks_take =====
11995 <HTML>
11996 <HEAD>
11997 <TITLE>Take Address Nickname Selection Explained</TITLE>
11998 </HEAD>
11999 <BODY>
12000 <H1>TAKEADDR: SELECT NICKNAME</H1>
12001 <!--chtml if pinemode="function_key"-->
12002 <PRE>
12003 Navigating the List of Messages                 General Alpine Commands
12004 -------------------------------                 -----------------------
12005 F5   Move to previous entry                     F1  Show this help text
12006 F6   Move to next entry
12007 F7   Show previous screen of address book
12008 F8   Show next screen of address book
12009 F12  WhereIs (search through address book)
12011 Message Selection Commands
12012 --------------------------
12013 F3   Exit the Nickname Select screen (without selecting an address)
12014 F4   Select the currently highlighted entry
12015 </PRE>
12016 <!--chtml else-->
12017 <PRE>
12018 Navigating the List of Messages                 General Alpine Commands
12019 -------------------------------                 -----------------------
12020  P   Move to previous entry                     ?  Show this help text
12021  N   Move to next entry
12022  -   Show previous screen of address book
12023 Spc  (space bar) Show next screen of address book
12024  W   WhereIs (search through address book)
12026 Message Selection Commands
12027 --------------------------
12028  E   Exit the Nickname Select screen (without selecting an address)
12029  S   Select the currently highlighted entry
12030 </PRE>
12031 <!--chtml endif-->
12034 This screen is designed to let you modify or add to an existing
12035 address book entry.  You have already selected the name(s) and
12036 address(es) through &quot;Take Address&quot;.  This screen simply lets
12037 you scan your address books and select the nickname to be
12038 changed/augmented.  If you want to add a new entry, then you are in
12039 the wrong place-- Select &quot;Exit&quot; command.
12042 FOR MORE INFORMATION on addressing see
12043 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12044 <A HREF="h_abook_opened">Address Book Screen's</A>
12045 help text.
12047 &lt;End of help on this topic&gt;
12048 </BODY>
12049 </HTML>
12050 ===== h_abook_select_nick =====
12051 <HTML>
12052 <HEAD>
12053 <TITLE>Nickname Selection Explained</TITLE>
12054 </HEAD>
12055 <BODY>
12056 <H1>SELECT NICKNAME</H1>
12057 <!--chtml if pinemode="function_key"-->
12058 <PRE>
12059 Navigating the List of Messages                 General Alpine Commands
12060 -------------------------------                 -----------------------
12061 F5   Move to previous entry                     F1  Show this help text
12062 F6   Move to next entry
12063 F7   Show previous screen of address book
12064 F8   Show next screen of address book
12065 F12  WhereIs (search through address book)
12067 Message Selection Commands
12068 --------------------------
12069 F3   Exit the Nickname Select screen (without selecting an address)
12070 F4   Select the currently highlighted entry
12071 </PRE>
12072 <!--chtml else-->
12073 <PRE>
12074 Navigating the List of Messages                 General Alpine Commands
12075 -------------------------------                 -----------------------
12076  P   Move to previous entry                     ?  Show this help text
12077  N   Move to next entry
12078  -   Show previous screen of address book
12079 Spc  (space bar) Show next screen of address book
12080  W   WhereIs (search through address book)
12082 Message Selection Commands
12083 --------------------------
12084  E   Exit the Nickname Select screen (without selecting an address)
12085  S   Select the currently highlighted entry
12086 </PRE>
12087 <!--chtml endif-->
12090 This screen is designed to let you look at the nicknames in your address
12091 books before choosing a new one.
12094 FOR MORE INFORMATION on addressing see
12095 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12096 <A HREF="h_abook_opened">Address Book Screen's</A>
12097 help text.
12099 &lt;End of help on this topic&gt;
12100 </BODY>
12101 </HTML>
12102 ===== h_takeaddr_screen =====
12103 <HTML>
12104 <HEAD>
12105 <TITLE>Take Address Screen Explained</TITLE>
12106 </HEAD>
12107 <BODY>
12108 <H1>TAKE ADDRESS COMMANDS</H1>
12109 <!--chtml if pinemode="function_key"-->
12110 <PRE>
12111 Navigating the List of Addresses       Address Selection Commands        
12112 --------------------------------       --------------------------        
12113  F5  Move to previous entry            F3  Exit without taking address
12114  F6  Move to next entry                F4  Take current address(es)
12115  F7  Show previous page of address list
12116  F8  Show next page of address list
12117  F2  WhereIs (search list)
12118                                --------------
12119 Mode Toggle            F9  Set/Unset current address
12120 -----------            F10 Set all
12121  F12 Toggle between List and single mode       F11 Unset all
12122 </PRE>
12123 <!--chtml else-->
12124 <PRE>
12125 Navigating the List of Addresses       Address Selection Commands
12126 --------------------------------       --------------------------
12127  P  Move to previous entry              &lt;  Exit without taking address
12128  N  Move to next entry                  T  Take address
12129  -  Show previous page of address list
12130 Spc (space bar) Show next page of address list
12131  W  WhereIs (search list)              List Mode
12132                                        ---------
12133 Single Mode                             X  Set/Unset current address
12134 -----------                             A  Set all addresses
12135  L  Switch to list mode                 U  Unset all addresses
12136                                         S  Switch to single mode
12137 </PRE>
12138 <!--chtml endif-->
12140 <H2>Description of the Take Address Screen</H2>
12142 This screen is designed to let you select one or more address/name
12143 combinations from the current message and put them into your address book.
12144 The cursor is initially placed on the line with the message author.
12145 Other lines include the names of people and/or mailing lists who also
12146 received the message.  Other people &quot;involved&quot; in the
12147 message (e.g. the person named as Reply-To:) are also listed here.
12150 The simple case is adding a new, single entry into your address book. To
12151 do this, simply highlight the correct line and press 
12152 <!--chtml if pinemode="function_key"-->
12154 <!--chtml else-->
12155 &quot;T&quot;.
12156 <!--chtml endif-->
12157 To create a new list or add to an existing list, switch the screen display
12158 into List Mode by pressing
12159 <!--chtml if pinemode="function_key"-->
12160 F12.
12161 <!--chtml else-->
12162 &quot;L&quot;.
12163 <!--chtml endif-->
12164 In List Mode, you select the
12165 group of addresses you wish to manipulate by marking them with an
12166 &quot;X&quot;.
12167 The Set/Unset
12168 <!--chtml if pinemode="function_key"-->
12169 (F9)
12170 <!--chtml else-->
12171 (&quot;X&quot;)
12172 <!--chtml endif-->
12173 command will turn the &quot;X&quot; on for the
12174 highlighted address if it was off or turn it off if it was previously on.
12175 The SetAll command will select all of the addresses, and the UnSetAll
12176 command will turn off all the selections.  Once you've gotten the
12177 selection the way you want it, you may create a new list by pressing
12178 <!--chtml if pinemode="function_key"-->
12180 <!--chtml else-->
12181 &quot;T&quot;.
12182 <!--chtml endif-->
12185 In both the simple and list cases, after choosing to take the address,
12186 you will be asked for the nickname of the entry.  Typing in a new name
12187 creates the new entry/list.  Entering an existing nickname will replace
12188 the entry (simple case) or add to the list (list case).  Alternatively,
12189 you can press Ctrl-T at the nickname prompt and select an existing
12190 nickname from your address book.
12193 You will normally start in Single Mode, unless you used the Apply command
12194 to startup the TakeAddr screen, in which case you will start in List Mode.
12195 You may switch between the two modes at any time.  If you've already
12196 selected several addresses in List Mode, those will be remembered when you
12197 switch to Single Mode and then back to List Mode.  The set of addresses
12198 that are pre-selected when you start in List Mode are the From addresses
12199 of all of the messages you are operating on.  You may, of course, easily
12200 erase those selections with the UnSetAll command.
12203 If you have more than one writable address book, you will be prompted for
12204 the name of the address book you wish to add the new entry to before
12205 anything else. You can use ^N and ^P to choose among the defined address
12206 books, or type in the address book name.
12209 FOR MORE INFORMATION on addressing see
12210 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12211 <A HREF="h_abook_opened">Address Book Screen's</A>
12212 help text.
12214 &lt;End of help on this topic&gt;
12215 </BODY>
12216 </HTML>
12217 ===== h_takeexport_screen =====
12218 <HTML>
12219 <HEAD>
12220 <TITLE>Take Export Screen Explained</TITLE>
12221 </HEAD>
12222 <BODY>
12223 <H1>TAKE EXPORT COMMANDS</H1>
12224 <!--chtml if pinemode="function_key"-->
12225 <PRE>
12226 Navigating the List of Addresses       Address Selection Commands        
12227 --------------------------------       --------------------------        
12228  F5  Move to previous entry            F3  Exit without taking address
12229  F6  Move to next entry                F4  Take current address(es)
12230  F7  Show previous page of address list
12231  F8  Show next page of address list
12232  F2  WhereIs (search list)
12233                                --------------
12234 Mode Toggle            F9  Set/Unset current address
12235 -----------            F10 Set all
12236  F12 Toggle between List and single mode       F11 Unset all
12237 </PRE>
12238 <!--chtml else-->
12239 <PRE>
12240 Navigating the List of Addresses       Address Selection Commands
12241 --------------------------------       --------------------------
12242  P  Move to previous entry              &lt;  Exit without taking address
12243  N  Move to next entry                  T  Take address
12244  -  Show previous page of address list
12245 Spc (space bar) Show next page of address list
12246  W  WhereIs (search list)              List Mode
12247                                        ---------
12248 Single Mode                             X  Set/Unset current address
12249 -----------                             A  Set all addresses
12250  L  Switch to list mode                 U  Unset all addresses
12251                                         S  Switch to single mode
12252 </PRE>
12253 <!--chtml endif-->
12255 <H2>Description of the Take Export Screen</H2>
12257 This screen is designed to let you select one or more addresses
12258 from the current message and put them into a file.
12259 Only the user@domain_name part of each address is put into the file.
12262 To put a single entry into a file simply highlight the correct line and press 
12263 <!--chtml if pinemode="function_key"-->
12265 <!--chtml else-->
12266 &quot;T&quot;.
12267 <!--chtml endif-->
12268 To put more than one entry into a file
12269 switch the screen display
12270 into List Mode by pressing
12271 <!--chtml if pinemode="function_key"-->
12272 F12.
12273 <!--chtml else-->
12274 &quot;L&quot;.
12275 <!--chtml endif-->
12276 In List Mode, you select the
12277 group of addresses you wish to manipulate by marking them with an
12278 &quot;X&quot;.
12279 The Set/Unset
12280 <!--chtml if pinemode="function_key"-->
12281 (F9)
12282 <!--chtml else-->
12283 (&quot;X&quot;)
12284 <!--chtml endif-->
12285 command will turn the &quot;X&quot; on for the
12286 highlighted address if it was off or turn it off if it was previously on.
12287 The SetAll command will select all of the addresses, and the UnSetAll
12288 command will turn off all the selections.  Once you've gotten the
12289 selection the way you want it, you may put the addresses in a file by typing
12290 <!--chtml if pinemode="function_key"-->
12292 <!--chtml else-->
12293 &quot;T&quot;.
12294 <!--chtml endif-->
12297 You will be asked for the name of a file to put the addresses in.
12298 If the file already exists, you will be asked whether you want to Overwrite
12299 (replace) the contents of the file or Append to the contents of the file.
12302 &lt;End of help on this topic&gt;
12303 </BODY>
12304 </HTML>
12305 ============= h_abook_view ========================
12306 <HTML>
12307 <HEAD>
12308 <TITLE>Address Book View Explained</TITLE>
12309 </HEAD>
12310 <BODY>
12311 This function allows you to view the contents of an address book entry. You
12312 can only view one entry at a time.
12314 <DL>
12315 <DT>Help
12316 <!--chtml if pinemode="function_key"-->
12317 (F1)
12318 <!--chtml else-->
12320 <!--chtml endif-->
12321 </DT>
12322 <DD>
12323 Display this help text.
12325 <DT>Abook
12326 <!--chtml if pinemode="function_key"-->
12327 (F3)
12328 <!--chtml else-->
12329 (&lt;)
12330 <!--chtml endif-->
12331 </DT>
12332 <DD>
12333 Go back to index of address book entries.
12335 <DT>Update
12336 <!--chtml if pinemode="function_key"-->
12337 (F4)
12338 <!--chtml else-->
12340 <!--chtml endif-->
12341 </DT>
12342 <DD>
12343 Update (modify) this entry.
12345 <DT>ComposeTo
12346 <!--chtml if pinemode="function_key"-->
12347 (F5)
12348 <!--chtml else-->
12350 <!--chtml endif-->
12351 </DT>
12352 <DD>Compose a message to the address(es) in this entry.
12354 <DT>Role
12355 <!--chtml if pinemode="function_key"-->
12356 (F6)
12357 <!--chtml else-->
12359 <!--chtml endif-->
12360 </DT>
12361 <DD>Compose a message to the address(es) in this entry using roles.
12363 <DT>Prev Page
12364 <!--chtml if pinemode="function_key"-->
12365 (F7)
12366 <!--chtml else-->
12368 <!--chtml endif-->
12369 </DT>
12370 <DD>
12371 Show the previous page of the current entry.
12373 <DT>Next Page
12374 <!--chtml if pinemode="function_key"-->
12375 (F8)
12376 <!--chtml else-->
12377 (Space)
12378 <!--chtml endif-->
12379 </DT>
12380 <DD>
12381 Show the next page of the current entry.
12383 <DT>Print
12384 <!--chtml if pinemode="function_key"-->
12385 (F9)
12386 <!--chtml else-->
12388 <!--chtml endif-->
12389 </DT>
12390 <DD>Print the current entry.  You can select the
12391 printer or the print command via the &quot;Setup&quot; command
12392 on the MAIN MENU.
12394 <DT>WhereIs
12395 <!--chtml if pinemode="function_key"-->
12396 (F10)
12397 <!--chtml else-->
12399 <!--chtml endif-->
12400 </DT>
12401 <DD>Search the entry for a string of letters.  If it is
12402 found, move to it.  The string can be one word or a phrase.
12403 If there are multiple occurrences, the cursor moves to the
12404 first occurrence beyond the current cursor position.
12406 <DT>Fwd Email
12407 <!--chtml if pinemode="function_key"-->
12408 (F11)
12409 <!--chtml else-->
12411 <!--chtml endif-->
12412 </DT>
12413 <DD>Begin composition of a new mail message with the displayed
12414 text already inserted in the message body.
12416 </DL>
12418 &lt;End of help on this topic&gt;
12419 </BODY>
12420 </HTML>
12421 ============= h_ldap_view ========================
12422 <HTML>
12423 <HEAD>
12424 <TITLE>LDAP Response View Explained</TITLE>
12425 </HEAD>
12426 <BODY>
12427 This function allows you to view the contents of a directory entry. You
12428 can only view one entry at a time.
12430 <DL>
12431 <DT>Help
12432 <!--chtml if pinemode="function_key"-->
12433 (F1)
12434 <!--chtml else-->
12436 <!--chtml endif-->
12437 </DT>
12438 <DD>
12439 Display this help text.
12441 <DT>Results Index
12442 <!--chtml if pinemode="function_key"-->
12443 (F3)
12444 <!--chtml else-->
12445 (&lt;)
12446 <!--chtml endif-->
12447 </DT>
12448 <DD>Go back to index of search results.
12450 <DT>ComposeTo
12451 <!--chtml if pinemode="function_key"-->
12452 (F5)
12453 <!--chtml else-->
12455 <!--chtml endif-->
12456 </DT>
12457 <DD>Compose a message to the address(es) in this entry.
12459 <DT>Role
12460 <!--chtml if pinemode="function_key"-->
12461 (F6)
12462 <!--chtml else-->
12464 <!--chtml endif-->
12465 </DT>
12466 <DD>Compose a message to the address(es) in this entry using roles.
12468 <DT>Prev Page
12469 <!--chtml if pinemode="function_key"-->
12470 (F7)
12471 <!--chtml else-->
12473 <!--chtml endif-->
12474 </DT>
12475 <DD>
12476 Show the previous page of the current entry.
12478 <DT>Next Page
12479 <!--chtml if pinemode="function_key"-->
12480 (F8)
12481 <!--chtml else-->
12482 (Space)
12483 <!--chtml endif-->
12484 </DT>
12485 <DD>
12486 Show the next page of the current entry.
12488 <DT>Print
12489 <!--chtml if pinemode="function_key"-->
12490 (F9)
12491 <!--chtml else-->
12493 <!--chtml endif-->
12494 </DT>
12495 <DD>Print the current entry on paper.  You can select the
12496 printer or the print command via the &quot;Setup&quot; command
12497 on the MAIN MENU.
12499 <DT>WhereIs
12500 <!--chtml if pinemode="function_key"-->
12501 (F10)
12502 <!--chtml else-->
12504 <!--chtml endif-->
12505 </DT>
12506 <DD>Search the entry for a string of letters.  If it is
12507 found, move to it.  The string can be one word or a phrase.
12508 If there are multiple occurrences, the cursor moves to the
12509 first occurrence beyond the current cursor position.
12511 <DT>Fwd Email
12512 <!--chtml if pinemode="function_key"-->
12513 (F11)
12514 <!--chtml else-->
12516 <!--chtml endif-->
12517 </DT>
12518 <DD>Begin composition of a new mail message with the displayed
12519 text already inserted in the message body.
12521 <DT>Save
12522 <!--chtml if pinemode="function_key"-->
12523 (F12)
12524 <!--chtml else-->
12526 <!--chtml endif-->
12527 </DT>
12528 <DD>Save the displayed entry to one of your address books or export
12529 it to a file.
12530 </DL>
12532 &lt;End of help on this topic&gt;
12533 </BODY>
12534 </HTML>
12535 ===== h_attachment_screen =====
12536 <HTML>
12537 <HEAD>
12538 <TITLE>Attachment Index Screen Explained</TITLE>
12539 </HEAD>
12540 <BODY>
12541 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
12542 message's attachments, and allows various operations on them.  The
12543 first attachment is usually the message text, but does not include the
12544 header portion of the message.
12546 Available commands include:
12548 <DL>
12550 <DT>Help</DT>
12551 <DD>Show this help text.
12553 <DT>Msg #<I>num</I></DT>
12554 <DD>Leave this screen without displaying or saving any attachments.
12556 <DT>View</DT>
12557 <DD>View the currently selected attachment.
12559 <DT>Prev Attach</DT>
12560 <DD>Move to previous attachment.
12562 <DT>Next Attach</DT>
12563 <DD>Move to next attachment.
12565 <DT>Prev Page</DT>
12566 <DD>Previous page of the listed attachments.
12568 <DT>Next Page</DT>
12569 <DD>Next page of the listed attachments.
12571 <DT>Delete</DT>
12572 <DD>Mark the currently selected attachment for Deletion.
12573 This does not modify the current message by deleting the attachment from
12574 it, but instead the delete flag <EM>only</EM> has an effect when saving
12575 the message to a folder.
12576 Attachments marked for deletion are not copied to the destination folder
12577 along with the rest of the message when it is saved.
12578 It is ok for the destination folder to be the same as the current folder.
12579 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
12581 <DT>Undelete</DT>
12582 <DD>Turn off the Delete flag for the selected attachment.
12584 <DT>Save</DT>
12585 <DD>Save the selected attachment to a file.  If the attachment is of
12586 type &quot;RFC822/Message&quot;, then the attachment will be saved to
12587 the specified mail folder.
12589 <DT>Export</DT>
12590 <DD>If the attachment is of
12591 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
12592 copy the message to a file in the same way this command works on 
12593 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
12595 <DT>Pipe</DT>
12596 <DD>Pipe the attachment contents into a UNIX command (if enabled).
12597 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
12599 <DT>WhereIs</DT>
12600 <DD>Find a matching string in the attachment list.
12602 <DT>AboutAttch</DT>
12603 <DD>Examine various aspects of the selected attachment.
12605 <DT>Print</DT>
12606 <DD>Print the selected attachment.
12608 <DT>Forward</DT>
12609 <DD>Forward the selected attachment as an attachment.
12610 </DL>
12614 All attachments can be saved or piped into a UNIX command, but some may
12615 not be readily displayed by either Alpine or an external tool.  In such
12616 cases, the reason why the message cannot be displayed is displayed on
12617 Alpine's message line.
12619 &lt;End of help on this topic&gt;
12620 </BODY>
12621 </HTML>
12622 ============= h_mail_text_att_view ========================
12623 <HTML>
12624 <HEAD>
12625 <TITLE>Attachment View Screen Explained</TITLE>
12626 </HEAD>
12627 <BODY>
12628 This function allows you to view the contents of a text attachment. You
12629 can only view one attachment at a time.
12631 Available commands include:
12633 <DL>
12635 <DT>Help</DT>
12636 <DD>Display this help text
12638 <DT>AttchIndex</DT>
12639 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
12641 <DT>Prev Page</DT>
12642 <DD>Show the previous page of the current attachment.
12644 <DT>Next Page</DT>
12645 <DD>Show the next page of the current attachment by pressing the space bar.
12647 <DT>Delete</DT>
12648 <DD>Mark the viewed attachment for Deletion.  The delete
12649 flag <EM>only</EM> has affect when saving the message to a folder.
12650 Attachments marked for deletion are exluded from the messsage when
12651 it is saved.  In addition, the delete mark <EM>only</EM> applies to
12652 this Alpine session.
12654 <DT>Undelete</DT>
12655 <DD>Turn off the Delete flag for the selected attachment.
12657 <DT>Save</DT>
12658 <DD>Copy the current attachment to a file.  If you just enter
12659 a filename, the attachment will be saved with that name in
12660 your home directory 
12661 <!--chtml if pinemode="running"-->
12662 (which, in the present configuration of your system, is
12663  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12664 <!--chtml endif-->
12665 or current working directory
12666 <!--chtml if pinemode="running"-->
12667 (which, at least for your current Alpine &quot;session,&quot; 
12668 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12669 <!--chtml endif-->, depending on the
12670 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12671 configuration setting.  You may enter the full
12672 path and filename to save it in another directory instead.
12674 <DT>Export</DT>
12675 <DD>If the attachment is of
12676 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
12677 copy the message to a file in the same way this command works on 
12678 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
12679 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
12680 defined, they may affect the contents of the exported file.)
12682 <DT>Pipe</DT>
12683 <DD>Pipe the attachment contents into a UNIX command (if enabled)
12685 <DT>WhereIs</DT>
12686 <DD>Search the attachment for a string of letters.  If it is
12687 found, move to it.  The string can be one word or a phrase.
12688 If there are multiple occurrences, the cursor moves to the
12689 first occurrence beyond the current cursor position.
12691 <DT>Print</DT>
12692 <DD>Print the current attachment on paper.  You can select the
12693 printer or the print command via the &quot;Setup&quot; command
12694 on the MAIN MENU.
12696 <DT>Forward</DT>
12697 <DD>Forward the selected attachment as an attachment.
12698 </DL>
12700 &lt;End of help on this topic&gt;
12701 </BODY>
12702 </HTML>
12703 ============= h_journal ==============
12704 <HTML>
12705 <HEAD>
12706 <TITLE>Recent Message Journal Explained</TITLE>
12707 </HEAD>
12708 <BODY>
12710 The following commands are available on this screen:
12712 <DL>
12713 <DT>Help</DT>
12714 <DD>Show this help text
12716 <DT>Exit</DT>
12717 <DD>Exit Viewer, and go back to mail processing
12719 <DT>Prev Page</DT>
12720 <DD>Show the previous page text
12722 <DT>Next Page</DT>
12723 <DD>Show the next page of text by pressing the space bar
12725 <DT>Print</DT>
12726 <DD>Print the displayed text on paper.  You can select the
12727 printer or the print command via the &quot;Setup&quot; command
12728 on the MAIN MENU.
12730 <DT>Fwd Email</DT>
12731 <DD>Begin composition of a new mail message with the displayed
12732 text already inserted in the message body.
12734 <DT>Save</DT>
12735 <DD>Copy the displayed text to a file.  If you just enter
12736 a filename, the text will be saved with that name in
12737 your 
12738 home directory 
12739 <!--chtml if pinemode="running"-->
12740 (which, in the present configuration of your system, is
12741  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12742 <!--chtml endif-->
12743 or current working directory
12744 <!--chtml if pinemode="running"-->
12745 (which, at least for your current Alpine &quot;session,&quot; 
12746 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12747 <!--chtml endif-->, depending on the
12748 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12749 configuration setting.   You may enter the full
12750 path and filename to save it in another directory instead.
12752 <DT>WhereIs</DT>
12753 <DD>Search the text for a string of letters.  If it is
12754 found, move to it.  The string can be one word or a phrase.
12755 If there are multiple occurrences, the cursor moves to the
12756 first occurrence beyond the current cursor position.
12757 </DL>
12759 &lt;End of help on this topic&gt;
12760 </BODY>
12761 </HTML>
12762 ============= h_debugjournal ==============
12763 <HTML>
12764 <HEAD>
12765 <TITLE>Debug Journal Explained</TITLE>
12766 </HEAD>
12767 <BODY>
12769 The following commands are available on this screen:
12771 <DL>
12772 <DT>Help</DT>
12773 <DD>Show this help text
12775 <DT>Exit</DT>
12776 <DD>Exit Viewer, and go back to mail processing
12778 <DT>Timestamps</DT>
12779 <DD>Turn on or off timestamps.
12781 <DT>DebugView</DT>
12782 <DD>Set the level of debugging you want to see. The level may be any number
12783 in the range 0-9. Higher numbers show more debugging detail. Note that the
12784 debugging information has already been captured. This setting just causes the
12785 debugging information that you see to be filtered. If you set this to
12786 the number &quot;5&quot; then you will be shown all of the debugging information
12787 at levels 5 and below.
12788 It's actually a bit more complicated than that. A fixed amount of memory
12789 is used to store the debug information.
12790 Since the amount of memory used is limited the debugging information
12791 has to be trimmed back when it gets too large.
12793 <DT>Prev Page</DT>
12794 <DD>Show the previous page text
12796 <DT>Next Page</DT>
12797 <DD>Show the next page of text by pressing the space bar
12799 <DT>Print</DT>
12800 <DD>Print the displayed text on paper.  You can select the
12801 printer or the print command via the &quot;Setup&quot; command
12802 on the MAIN MENU.
12804 <DT>Fwd Email</DT>
12805 <DD>Begin composition of a new mail message with the displayed
12806 text already inserted in the message body.
12808 <DT>Save</DT>
12809 <DD>Copy the displayed text to a file.  If you just enter
12810 a filename, the text will be saved with that name in
12811 your 
12812 home directory 
12813 <!--chtml if pinemode="running"-->
12814 (which, in the present configuration of your system, is
12815  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12816 <!--chtml endif-->
12817 or current working directory
12818 <!--chtml if pinemode="running"-->
12819 (which, at least for your current Alpine &quot;session,&quot; 
12820 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12821 <!--chtml endif-->, depending on the
12822 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12823 configuration setting.   You may enter the full
12824 path and filename to save it in another directory instead.
12826 <DT>WhereIs</DT>
12827 <DD>Search the text for a string of letters.  If it is
12828 found, move to it.  The string can be one word or a phrase.
12829 If there are multiple occurrences, the cursor moves to the
12830 first occurrence beyond the current cursor position.
12831 </DL>
12833 &lt;End of help on this topic&gt;
12834 </BODY>
12835 </HTML>
12836 ============= h_simple_text_view ==============
12837 <HTML>
12838 <HEAD>
12839 <TITLE>Simple Text View Screen Explained</TITLE>
12840 </HEAD>
12841 <BODY>
12843 The following commands are available on this screen:
12845 <DL>
12846 <DT>Help</DT>
12847 <DD>Show this help text
12849 <DT>Exit</DT>
12850 <DD>Exit Viewer, and go back to mail processing
12852 <DT>Prev Page</DT>
12853 <DD>Show the previous page text
12855 <DT>Next Page</DT>
12856 <DD>Show the next page of text by pressing the space bar
12858 <DT>Print</DT>
12859 <DD>Print the displayed text on paper.  You can select the
12860 printer or the print command via the &quot;Setup&quot; command
12861 on the MAIN MENU.
12863 <DT>Fwd Email</DT>
12864 <DD>Begin composition of a new mail message with the displayed
12865 text already inserted in the message body.
12867 <DT>Save</DT>
12868 <DD>Copy the displayed text to a file.  If you just enter
12869 a filename, the attachment will be saved with that name in
12870 your 
12871 home directory 
12872 <!--chtml if pinemode="running"-->
12873 (which, in the present configuration of your system, is
12874  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12875 <!--chtml endif-->
12876 or current working directory
12877 <!--chtml if pinemode="running"-->
12878 (which, at least for your current Alpine &quot;session,&quot; 
12879 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12880 <!--chtml endif-->, depending on the
12881 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12882 configuration setting.   You may enter the full
12883 path and filename to save it in another directory instead.
12885 <DT>WhereIs</DT>
12886 <DD>Search the attachment for a string of letters.  If it is
12887 found, move to it.  The string can be one word or a phrase.
12888 If there are multiple occurrences, the cursor moves to the
12889 first occurrence beyond the current cursor position.
12890 </DL>
12892 &lt;End of help on this topic&gt;
12893 </BODY>
12894 </HTML>
12895 ======= h_pine_for_windows ========
12896 <HTML>
12897 <HEAD>
12898 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
12899 </HEAD>
12900 <BODY>
12901 <H1>Getting Help In PC-Alpine</H1>
12904 PC-Alpine offers general and specific help text. From the <A
12905 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
12906 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
12907 specific help for that screen is available from the toolbar Help menu or
12908 with the 
12909 <!--chtml if pinemode="function_key"-->
12910 &quot;F1&quot; key.
12911 <!--chtml else-->
12912 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
12913 typing &quot;?&quot; would be mistaken as entering text.
12914 <!--chtml endif-->
12917 Although this version of Alpine is for Microsoft Windows, it is not
12918 considered a full &quot;Graphical User Interface&quot; application. 
12919 Yet, many of the controls that Windows users are accustomed to seeing, 
12920 such as scrollbars and toolbars, are available.
12923 PC-Alpine offers considerable mouse support.  You can view what is
12924 &quot;click-able&quot; by dragging your mouse over any screen; when the
12925 arrow cursor changes into a hand, you found something. Mouse-click
12926 possibilities include navigating between screens and folders and
12927 double-clicking on hyperlinks to open your Web browser.
12928 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
12929 screen.  Examples of right-click options include &quot;copy&quot; after
12930 selecting text to copy and &quot;View in New Window&quot; when you click
12931 on a particular message in the Message Index. The menu choices available
12932 to you will vary based upon what screen is open, where on the screen your
12933 cursor is located, and even what action you have already taken.
12936 &lt;End of help on this topic&gt;
12937 </BODY>
12938 </HTML>
12939 ===== h_composer =====
12940 <HTML>
12941 <HEAD>
12942 <TITLE>COMPOSER COMMANDS</TITLE>
12943 </HEAD>
12944 <BODY>
12945 <H1>COMPOSER COMMANDS</H1>
12947 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>
12948 &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>
12949 &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>
12950 &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>
12951 &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>
12952 &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>
12953 &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>
12954 &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>
12955 &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>
12956 &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>
12957 ---------------------------------------|&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>
12958 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>
12959 &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>
12960 &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>
12961 &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>
12964 NOTE:
12965 <OL>
12966  <LI>For help on a particular command, highlight the bold text associated
12967 with it above and hit Return.
12968  <LI> The availability of certain commands
12969 is determined by Alpine configuration files and system capabilities.
12970 At some sites, certain commands may not be available due to security or
12971 support concerns.
12972  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
12973 Ctrl-&#92;, ESC.
12974  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
12975 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
12976 </OL>
12979 HINT: To move rapidly to the bottom of a message you are composing,
12980 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
12981 with the Mark and Cut commands to eliminate large amounts of unwanted
12982 text in a Reply.
12984 <H2>Description of Composer</H2>
12986 Alpine has a built-in editing program that allows you to compose messages
12987 without having to leave Alpine.  The editor is designed to be very simple to
12988 use so that you can get started writing email right away.
12991 Messages are usually just text, about 80 columns wide.  Using upper and
12992 lower case is encouraged.  On some systems the size limit of the message
12993 is about 100,000 characters, which is about 2,000 lines.  You can include
12994 punctuation and special characters found on most keyboards, but you can't
12995 include characters with diacritical marks and certain special symbols.
12998 Text automatically wraps as you type past the end of a line so you do not
12999 have to hit return.  Using the
13000 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
13001 you can also reformat text explicitly, perhaps after you have
13002 deleted some text.
13005 You can include other text files with the 
13006 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
13007 which will prompt you for the name of the file to insert at the
13008 current cursor postion.
13011 <UL>
13012 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13013 </UL>
13015 &lt;End of help on this topic&gt;
13016 </BODY>
13017 </HTML>
13018 ====== h_composer_browse =====
13019 <HTML>
13020 <HEAD>
13021 <TITLE>BROWSER</TITLE>
13022 </HEAD>
13023 <BODY>
13024 <H1>BROWSER</H1>
13025 This screen lets you browse your files and directories.  To go to another 
13026 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
13027 choose &quot;Select&quot; (the default choice on the menu); 
13028 or choose &quot;Goto&quot; and enter the name of the directory.
13029 <!--chtml if pinemode="os_windows"-->
13030 <!--chtml else--> 
13031 In Unix Alpine, you may use 
13032 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
13033 to another's home directory.  
13034 <!--chtml endif--><P>
13035 To select a file, move the cursor to it and 
13036 choose &quot;Select&quot; (the default choice on the menu).  
13038 <UL>
13039 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
13040 inclusion in the 
13041 message body (that is, you chose &quot;Read File&quot; with the cursor under 
13042 the 
13043 &quot;----- Message Text -----&quot; line
13044 while composing, then &quot;To Files&quot;):  Since the file 
13045 selected will become part of the message text, it must be in a format 
13046 suitable for that (Alpine does not check!), such as a plain text file.
13047 Files of other formats (for example, graphics, databases, software 
13048 programs) should be 
13049 <B>attached</B> to the message instead --
13050 by moving the cursor in the COMPOSE MESSAGE screen into the 
13051 message header area and pressing 
13052 <!--chtml if pinemode="function_key"-->
13054 <!--chtml else-->
13055 Ctrl-J.
13056 <!--chtml endif--> 
13058 <P><LI>
13059 Note <B>if</B> you are currently using the BROWSER for saving a message 
13060 attachment, or exporting a message, to a file: You can use the Add command to 
13061 provide the name for a new file to save/export to, and then select that name 
13062 to use it for the save/export operation.  Back at the prompt 
13063 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
13064 either Overwrite or Append (it doesn't make a difference, since the file is 
13065 so far empty).  Note: If you cancel the 
13066 operation at that point, the file created with the Add command will remain 
13067 0 bytes in size.
13069 </UL>
13070 <P><UL>
13071 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13072 </UL>
13074 &lt;End of help on this topic&gt;
13075 </BODY>
13076 </HTML>
13077 ====== h_composer_ins =====
13078 <HTML>
13079 <HEAD>
13080 <TITLE>INSERT TEXT FILE</TITLE>
13081 </HEAD>
13082 <BODY>
13083 <H1>INSERT TEXT FILE</H1>
13085 Use this function to insert a text file. The file name
13086 given can be an absolute file path name for your system
13087 <!--chtml if pinemode="os_windows"-->
13088 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13089 with a relative pathname, or simply a file name without
13090 drive or directory specification.  
13091 <!--chtml else-->
13092 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13093 a file in your home directory, or a file path relative to your 
13094 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13095 your home directory or &quot;~user&quot; to refer to another
13096 account's home directory.
13097 <!--chtml endif-->
13099 No wild card characters may be used.  
13100 The file must reside on the system running Alpine.
13102 If the 
13103 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13104 feature is set, names are relative to your current working directory 
13105 <!--chtml if pinemode="running"-->
13106 (which, at least for your current Alpine &quot;session,&quot; 
13107 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13108 <!--chtml endif-->
13109 rather than your home directory
13110 <!--chtml if pinemode="running"-->
13111 (which, in the present configuration of your system, is
13112  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13113 <!--chtml endif-->
13115 <P><UL>
13116 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13117 </UL>
13119 &lt;End of help on this topic&gt;
13120 </BODY>
13121 </HTML>
13122 ====== h_composer_ins_m =====
13123 <HTML>
13124 <HEAD>
13125 <TITLE>INSERT MESSAGE</TITLE>
13126 </HEAD>
13127 <BODY>
13128 <H1>INSERT MESSAGE</H1>
13130 Type in the number of a message in the currently open folder to insert it
13131 into your message.
13132 <P><UL>
13133 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13134 </UL>
13136 &lt;End of help on this topic&gt;
13137 </BODY>
13138 </HTML>
13139 ====== h_composer_search =====
13140 <HTML>
13141 <HEAD>
13142 <TITLE>Explanation of Composer Whereis Command </TITLE>
13143 </HEAD>
13144 <BODY>
13145 <H1>Help For Whereis Command</H1>
13147 Whereis is used to search the message for a word or part of a word.
13148 When searching in the composer, only the message part of your mail is
13149 searched, and the cursor is put on the first occurrence appearing
13150 after the location of the cursor.  The search will wrap to the
13151 beginning of the message when it no longer finds matches in the
13152 remainder of the message.
13154 To search for the same string a second time, press 
13155 <!--chtml if pinemode="function_key"-->
13156 &quot;F6&quot;
13157 <!--chtml else-->
13158 &quot;^W&quot;
13159 <!--chtml endif-->
13160 to begin search and then just press RETURN to accept the previous
13161 search string shown in square brackets rather than entering a new
13162 search string.<P>
13164 The &quot;Search&quot; prompt has several sub-command available:
13166 <DL>
13167 <DT>Get Help</DT>
13168 <DD> Takes you to this help page.
13170 <DT>Cancel</DT>
13171 <DD> Cancels the prompt.  No search takes place.
13173 <DT>First Line</DT>
13174 <DD> Takes you back to the composer with the cursor on the first character
13175 of the first line of text.
13177 <DT>Last Line</DT>
13178 <DD> Takes you back to the composer with the cursor on the last character
13179 of the last line of text.
13181 <DT>Replace (Optional)</DT>
13182 <DD> This sub-command is enabled by the 
13183 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13184 feature (which is on by default); see its help screen for details on how replacing works.
13186 </DL>
13188 &lt;End of help on this topic&gt;
13189 </BODY>
13190 </HTML>
13191 ====== h_sigedit_search =====
13192 <HTML>
13193 <HEAD>
13194 <TITLE>Explanation of Whereis Command </TITLE>
13195 </HEAD>
13196 <BODY>
13197 <H1>Help For Whereis Command</H1>
13199 Whereis is used to search for a word or part of a word.
13200 When searching the cursor is put on the first occurrence appearing
13201 after the location of the cursor.  The search will wrap to the
13202 beginning of the signature when it no longer finds matches in the
13203 remainder of the signature.
13205 To search for the same string a second time, press 
13206 <!--chtml if pinemode="function_key"-->
13207 &quot;F6&quot;
13208 <!--chtml else-->
13209 &quot;^W&quot;
13210 <!--chtml endif-->
13211 to begin search and then just press RETURN to accept the previous
13212 search string shown in square brackets rather than entering a new
13213 search string.<P>
13215 The &quot;Search&quot; prompt has several sub-command available:
13217 <DL>
13218 <DT>Get Help</DT>
13219 <DD> Takes you to this help page.
13221 <DT>Cancel</DT>
13222 <DD> Cancels the prompt.  No search takes place.
13224 <DT>First Line</DT>
13225 <DD> Takes you back to the composer with the cursor on the first character
13226 of the first line of text.
13228 <DT>Last Line</DT>
13229 <DD> Takes you back to the composer with the cursor on the last character
13230 of the last line of text.
13232 <DT>Replace (Optional)</DT>
13233 <DD> This sub-command is enabled by the 
13234 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13235 feature (which is on by default); see its help screen for details on how replacing works.
13237 </DL>
13239 &lt;End of help on this topic&gt;
13240 </BODY>
13241 </HTML>
13242 ======= h_composer_to ====
13243 <HTML>
13244 <HEAD>
13245 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
13246 </HEAD>
13247 <BODY>
13248 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
13250 <H2>The &quot;To:&quot; field</H2>
13251 The address you enter here must be a valid email address that is reachable
13252 from your site. 
13254 <H2>Email Address Format</H2>
13255 You may enter a full name and email address, 
13256 <!--chtml if pinemode="os_windows"-->
13257 <!--chtml else-->
13258 a local (meaning, on the same 
13259 host as the one you are running Alpine on) username that Alpine will
13260 complete for you, 
13261 <!--chtml endif-->
13262 the nickname of someone in a 
13263 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
13264 mail alias defined by your system administrator.  When you move the cursor
13265 out of this field, the nicknames will be expanded to the addresses in your
13266 address book, and the local usernames will be expanded to include the 
13267 persons' actual names.  You may enter as many addresses as you wish, but they 
13268 must be separated by commas.  You can move around this and other header fields
13269 with the arrow keys and use many of the usual composer editing keys.
13271 <UL>
13272 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13273 </UL>
13276 <H2>MESSAGE HEADER COMMANDS</H2>
13277 <!--chtml if pinemode="function_key"-->
13278 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13279 ^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>
13280 ^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>
13281 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
13282 ^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>
13283 ^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>
13284 ^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>
13285 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>
13286 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>
13287 ^@&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>
13288 ----------------------------------------|<BR>
13289 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
13290 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>
13291 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>
13292 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>
13293 <!--chtml else-->
13294 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13295 ^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>
13296 ^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>
13297 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
13298 ^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>
13299 ^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>
13300 ^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>
13301 ^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>
13302 ^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>
13303 ^@&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>
13304 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
13305 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>
13306 ^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>
13307 ^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>
13308 ^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>
13309 <!--chtml endif-->
13312 NOTE:
13313 <OL>
13314  <LI>For help on a particular command, highlight the bold text associated
13315 with it above and hit Return.
13316  <LI> The availability of certain commands 
13317 is determined by Alpine configuration files and system capabilities.
13318 At some sites, certain commands may not be available due to security or
13319 support concerns.
13320 </OL>
13323 <UL>   
13324 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13325 </UL><P>
13326 &lt;End of help on this topic&gt;
13327 </BODY>
13328 </HTML>
13329 ======= h_composer_cc ====
13330 <HTML>
13331 <HEAD>
13332 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
13333 </HEAD>
13334 <BODY>
13335 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
13336 The Cc: field is just like the To: field, except it is used for addressees
13337 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
13338 not directly meant directly &quot;for&quot; these recipients, but you wanted 
13339 them to see the message.  The only difference the recipients see is that their 
13340 name is in the Cc: field, rather than the To: field.
13342 For help with Cc: field editing
13343 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13345 <UL>
13346 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13347 </UL>
13349 <UL>   
13350 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13351 </UL><P>
13352 &lt;End of help on this topic&gt;
13353 </BODY>
13354 </HTML>
13355 ======= h_composer_bcc ====
13356 <HTML>
13357 <HEAD>
13358 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
13359 </HEAD>
13360 <BODY>
13361 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
13362 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
13363 a copy of the message to one or more people whose addresses you do not
13364 wish disclosed, either to reduce clutter or for confidentiality.
13366 The format of the Bcc: field is just the same as the To: and Cc: fields in
13367 the way the addresses are entered.  The recipients listed here will
13368 receive a copy of the message, but --assuming your site's mail transport
13369 software is properly configured-- their addresses will not show up in the
13370 headers of the message, as delivered to all of the recipients.  The To:
13371 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
13373 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
13374 will automatically generate and place in the To: field a pseudo-address of 
13375   &quot;undisclosed-recipients: ;&quot;
13376 or whatever string has been specified in the 
13377 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13378 variable.
13380 The reason for this is to avoid embarrassment caused by some Internet
13381 mail transfer software that interprets a &quot;missing&quot; To: header as 
13382 an error and replaces it with an Apparently-to: header that may contain
13383 the addresses you entered on the Bcc: line.  In addition, it may be
13384 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
13386 You can manipulate what text ends up on the (originally) empty To:
13387 field.  Just remember to put a colon and semicolon at the end of the
13388 field, which is a special notation denoting that it is not a real address.
13390 For information on message header editing
13391 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13393 <UL>
13394 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13395 </UL>
13397 <UL>   
13398 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13399 </UL><P>
13400 &lt;End of help on this topic&gt;
13401 </BODY>
13402 </HTML>
13403 ======= h_composer_lcc ====
13404 <HTML>
13405 <HEAD>
13406 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
13407 </HEAD>
13408 <BODY>
13409 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
13410 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
13411 you wish to send a message to a list of people but avoid having all
13412 of their addresses visible, in order to reduce clutter when the
13413 message is received.
13415 It is similar to the 
13416 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
13417 in that individual
13418 addressees are hidden, but Lcc is designed to work specifically with
13419 distribution lists you have created in your 
13420 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
13421 the nickname of the list on the Lcc line will result in the full name of
13422 your Alpine Address Book list being placed on the To: line of the message,
13423 using a special notation that distinguishes it from a real address. You
13424 must leave the To: line blank for your list name to appear there.
13426 For example, if you have this list entered in your Address Book:<PRE>
13428         largo         Key Largo List       DISTRIBUTION LIST:
13429                                            bogie@mgm.com
13430                                            lauren@mgm.com
13431                                            walter@mgm.com</PRE>
13434 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
13435 the result is:<PRE>
13437         To      : Key Largo List: ;
13438         Cc      :
13439         Bcc     :
13440         Fcc     : sent-mail
13441         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
13442                   lauren@mgm.com,
13443                   walter@mgm.com
13444         Subject :</PRE>
13446 Each recipient listed on the Lcc: line receives a copy of the message
13447 without their address being visible (as though they were listed on the
13448 Bcc: line). The colon-semicolon notation used to put the full-name of the
13449 list on the To: line is a special address format that doesn't specify any
13450 actual addressees, but does give some information to the recipients of the
13451 message.
13453 Note: if after entering an LCC, you delete the list name that is placed
13454 on the To: line, then recipients will see <PRE>
13455        To: undisclosed-recipients: ;</PRE>
13457 (or whatever string is defined in the 
13458 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13459 variable) just as in the BCC case. 
13461 For help with Lcc: field editing
13462 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13464 <UL>
13465 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13466 </UL>
13468 <UL>   
13469 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13470 </UL><P>
13471 &lt;End of help on this topic&gt;
13472 </BODY>
13473 </HTML>
13474 ======= h_composer_from =======
13475 <HTML>
13476 <HEAD>
13477 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
13478 </HEAD>
13479 <BODY>
13480 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
13482 This header carries your return address.  It is the address toward which
13483 replies (and often, future unrelated correspondence) will be directed,
13484 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
13485 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
13486 sure this address is correct.
13488 For help with message header editing
13489 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13491 <UL>
13492 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13493 </UL>
13495 <UL>   
13496 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13497 </UL><P>
13498 &lt;End of help on this topic&gt;
13499 </BODY>
13500 </HTML>
13501 ======= h_composer_reply_to =======
13502 <HTML>
13503 <HEAD>
13504 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
13505 </HEAD>
13506 <BODY>
13507 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
13509 Most people should not need this header. The Reply-To: header is used in
13510 cases where you would like replies to your messages to be directed to an
13511 address other than your normal &quot;From:&quot; address.  This is atypical, 
13512 but can happen when you use multiple machines and do not have the same account
13513 name on each one, or when you wish to direct certain replies to accounts
13514 or folders designated for specific classes of correspondence.
13516 For help with message header editing
13517 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13519 <UL>
13520 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13521 </UL>
13524 <UL>   
13525 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13526 </UL><P>
13527 &lt;End of help on this topic&gt;
13528 </BODY>
13529 </HTML>
13530 ======= h_composer_custom_addr ====
13531 <HTML>
13532 <HEAD>
13533 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13534 </HEAD>
13535 <BODY>
13536 <H1>CUSTOMIZED HEADER FIELD</H1>
13537 This is a customized header, i.e. not one that is part of Alpine's normal
13538 set of Compose headers.
13540 For help with message header editing
13541 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13543 <UL>
13544 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13545 </UL>
13547 <UL>   
13548 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13549 </UL><P>
13550 &lt;End of help on this topic&gt;
13551 </BODY>
13552 </HTML>
13553 ======= h_composer_custom_free ====
13554 <HTML>
13555 <HEAD>
13556 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13557 </HEAD>
13558 <BODY>
13559 <H1>CUSTOMIZED HEADER FIELD</H1>
13560 This is a customized header, i.e. not one that is part of Alpine's normal
13561 set of Compose headers.
13563 This field consists of arbitrary text.
13565 For help with message header editing
13566 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13568 <UL>   
13569 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13570 </UL><P>
13571 &lt;End of help on this topic&gt;
13572 </BODY>
13573 </HTML>
13574 ====== h_composer_news =====
13575 <HTML>
13576 <HEAD>
13577 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
13578 </HEAD>
13579 <BODY>
13580 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
13581 Use the newsgroups line to specify any and all USENET newsgroups to which
13582 your message should be posted.  When composing a message from scratch, this
13583 line may be hidden.  If so, just press the rich headers command
13584 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
13585 to make it visible.
13587 <EM>Be aware</EM> that when you post to a newsgroup thousands of
13588 people will be reading your message.  Also, you or your system manager
13589 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
13590 in order for you to be able to post.
13592 For help with message header editing
13593 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13594 <P><UL>
13595 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13596 </UL>
13598 &lt;End of help on this topic&gt;
13599 </BODY>
13600 </HTML>
13601 ======= h_composer_fcc ====
13602 <HTML>
13603 <HEADER>
13604 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
13605 </HEADER>
13606 <BODY>
13607 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
13608 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
13609 each outgoing message.  The default value can be configured with the
13610 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
13611 the file carbon copy on any message you send by editing the FCC header.<p>
13613 You may type ^T to get a list of all your folders and select one to use as
13614 the FCC for this message.<P>
13616 For help with message header editing
13617 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13619 <UL>   
13620 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13621 </UL><P>
13622 &lt;End of help on this topic&gt;
13623 </BODY>
13624 </HTML>
13625 ======= h_composer_subject ====
13626 <HTML>
13627 <HEADER>
13628 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
13629 </HEADER>
13630 <BODY>
13631 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
13633 The subject header provides a place to enter a few words that summarize
13634 the topic of the message you are sending.  You may leave this line blank,
13635 but it is considered a courtesy to use a meaningful subject.<p>
13637 For help with message header editing
13638 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13640 <UL>   
13641 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13642 </UL><P>
13643 &lt;End of help on this topic&gt;
13644 </BODY>
13645 </HTML>
13646 ======= h_composer_attachment ====
13647 <HTML>
13648 <HEAD>
13649 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
13650 </HEAD>
13651 <BODY>
13652 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
13654 The &quot;Attchmnt:&quot; field is where you specify what file or
13655 files you'd like attached to
13656 the message you are composing.  Those files must reside on the machine
13657 running Alpine. If your file is on a PC or Mac and you run Alpine with an
13658 account on a Unix machine, you'll have to transfer it before attaching it.
13659 Contact local computer support people for assistance with transferring.
13662 The file name
13663 given can be an absolute file path name for your system
13664 <!--chtml if pinemode="os_windows"-->
13665 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13666 with a relative pathname, or simply a file name without
13667 drive or directory specification.  
13668 <!--chtml else-->
13669 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13670 a file in your home directory, or a file path relative to your 
13671 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13672 your home directory or &quot;~user&quot; to refer to another
13673 account's home directory.
13674 <!--chtml endif--><P>
13675 No wild card characters may be used.
13676 <P>If the 
13677 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13678 feature is set, names are relative to your current working directory 
13679 <!--chtml if pinemode="running"-->
13680 (which, at least for your current Alpine &quot;session,&quot; 
13681 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13682 <!--chtml endif-->
13683 rather than your home directory
13684 <!--chtml if pinemode="running"-->
13685 (which, in the present configuration of your system, is
13686  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13687 <!--chtml endif-->
13690 Alpine uses MIME encoding for attachments, so binaries and files of any
13691 length can safely be delivered to any MIME-capable mail reading program.
13692 If you send an attachment to someone who does not have a MIME-capable mail
13693 reading program yet, then the main message text will be readable, but
13694 attachments (even attachments that are just plain text) are not.
13697 Typing the filename on the Attchmnt: line achieves the same
13698 result as using the 
13699 <!--chtml if pinemode="function_key"-->
13701 <!--chtml else-->
13702 Ctrl-J
13703 <!--chtml endif--> command.
13706 If you Forward a message with attachments, you may delete them from your
13707 Forwarded message by editing the Attchmnt header line.
13710 For help with message header editing
13711 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13713 <UL>   
13714 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13715 </UL><P>
13716 &lt;End of help on this topic&gt;
13717 </BODY>
13718 </HTML>
13719 ======= h_composer_ctrl_j ====
13720 <HTML>
13721 <HEAD>
13722 <TITLE>COMPOSER ATTACH</TITLE>
13723 </HEAD>
13724 <BODY>
13725 After the
13726 <!--chtml if pinemode="function_key"-->
13728 <!--chtml else-->
13729 Ctrl-J
13730 <!--chtml endif--> command:
13731 At the &quot;File to attach:&quot; prompt, enter the name of the 
13732 existing file to attach to your message.  
13733 When the feature
13734 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
13735 is set
13736 you need only enter the beginning of the filename (enough of it to uniquely 
13737 identify the file) and press TAB to complete it.
13739 Or, press ^T to use the BROWSER screen for 
13740 selecting the file.  <P>
13741 For more information on attaching files, see the help screen for the 
13742 composer's 
13743 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
13744 but can be revealed using the 
13745 <!--chtml if pinemode="function_key"-->
13747 <!--chtml else-->
13748 Ctrl-R
13749 <!--chtml endif--> 
13750 command with the cursor positioned above the
13751 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
13753 &lt;End of help on this topic&gt;
13754 </BODY>
13755 </HTML>
13756 ======= h_edit_nav_cmds =========
13757 <HTML>
13758 <HEAD>
13759 <TITLE>Composer Editing Commands Explained</TITLE>
13760 </HEAD>
13761 <BODY>
13762 <H1>EDITING and NAVIGATION COMMANDS</H1>
13763 <!--chtml if pinemode="function_key"-->
13764 <PRE>
13765 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
13766 ^B (Left Arrow)    Back character       | ^D       Delete current character
13767 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
13768 ^P (Up Arrow)      Previous line        |
13769 ^N (Down Arrow)    Next line            | F9       Cut marked text or
13770 ^A                 Beginning of line    |            delete current line
13771 ^E                 End of line          | F10      Undelete line(s)
13772 F7                 Previous page        |
13773 F8                 Next page            |-------------------------------------
13774 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
13775 ----------------------------------------|
13776 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
13777 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
13778 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
13779 </PRE>
13780 <!--chtml else-->
13781 <PRE>
13782 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
13783 ^B (Left Arrow)    Back character       | ^D       Delete current character
13784 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
13785 ^P (Up Arrow)      Previous line        |
13786 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
13787 ^A                 Beginning of line    |            delete current line
13788 ^E                 End of line          | ^U       Undelete line(s)
13789 ^Y                 Previous page        |
13790 ^V                 Next page            |-------------------------------------
13791 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
13792 ----------------------------------------|
13793 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
13794 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
13795 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
13796 </PRE>
13797 <!--chtml endif-->
13798 &lt;End of help on this topic&gt;
13799 </BODY>
13800 </HTML>
13801 ===== h_composer_sigedit =====
13802 <HTML>
13803 <HEAD>
13804 <TITLE>Signature Editor Commands Explained</TITLE>
13805 </HEAD>
13806 <BODY>
13807 <H1>SIGNATURE EDITOR COMMANDS</H1>
13808 <!--chtml if pinemode="function_key"-->
13809 <PRE>
13810 CURSOR MOTION KEYS                     |EDITING KEYS
13811   ^B (Left Arrow)   Back character     | ^D       Delete current character
13812   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
13813   ^P (Up Arrow)     Previous line      | ^^       Set a mark
13814   ^N (Down Arrow)   Next line          | F9       Cut marked text or
13815   ^A                Beginning of line  |           delete current line
13816   ^E                End of line        | F10       Paste text, undelete lines
13817   F7                Previous page      |           cut with ^K, or unjustify
13818   F8                Next page          |-------------------------------------
13819   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
13820 ---------------------------------------| F6       Whereis (search for string)
13821 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
13822  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
13823                  |  ^Z    Suspend      | ^L       Redraw Screen
13824  F2   Send       |  F6    Alt. editor  | F5       Read in a file
13825 </PRE>
13826 <!--chtml else-->
13827 <PRE>
13828 CURSOR MOTION KEYS                     |EDITING KEYS
13829   ^B (Left Arrow)   Back character     | ^D       Delete current character
13830   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
13831   ^P (Up Arrow)     Previous line      | ^^       Set a mark
13832   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
13833   ^A                Beginning of line  |           delete current line
13834   ^E                End of line        | ^U        Paste text, undelete lines
13835   ^Y                Previous page      |           cut with ^K, or unjustify
13836   ^V                Next page          |-------------------------------------
13837   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
13838 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
13839 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
13840  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
13841                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
13842  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
13843 </PRE>
13844 <!--chtml endif-->
13846 NOTE: The presence or absence of the following commands is determined
13847 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
13848 some of these commands may be administratively disabled by your system
13849 manager; if they don't work, please check with your local help desk
13850 before reporting a bug.
13852 <UL>
13853  <LI>Suspend (suspends Alpine and gives a system prompt)
13854  <LI>Alternate editor (allows you to compose with your own editor)
13855 </UL>
13858 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
13859 Ctrl-&#92;, ESC
13862 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
13863 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
13865 &lt;End of help on this topic&gt;
13866 </BODY>
13867 </HTML>
13868 ===== h_composer_commentedit =====
13869 <HTML>
13870 <HEAD>
13871 <TITLE>Comment Editor Commands Explained</TITLE>
13872 </HEAD>
13873 <BODY>
13874 <H1>COMMENT EDITOR COMMANDS</H1>
13875 <!--chtml if pinemode="function_key"-->
13876 <PRE>
13877 CURSOR MOTION KEYS                     |EDITING KEYS
13878   ^B (Left Arrow)   Back character     | ^D       Delete current character
13879   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
13880   ^P (Up Arrow)     Previous line      | ^^       Set a mark
13881   ^N (Down Arrow)   Next line          | F9       Cut marked text or
13882   ^A                Beginning of line  |           delete current line
13883   ^E                End of line        | F10       Paste text, undelete lines
13884   F7                Previous page      |           cut with ^K, or unjustify
13885   F8                Next page          |-------------------------------------
13886   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
13887 ---------------------------------------| F6       Whereis (search for string)
13888 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
13889  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
13890                  |  ^Z    Suspend      | ^L       Redraw Screen
13891  F2   Send       |  F6    Alt. editor  | F5       Read in a file
13892 </PRE>
13893 <!--chtml else-->
13894 <PRE>
13895 CURSOR MOTION KEYS                     |EDITING KEYS
13896   ^B (Left Arrow)   Back character     | ^D       Delete current character
13897   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
13898   ^P (Up Arrow)     Previous line      | ^^       Set a mark
13899   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
13900   ^A                Beginning of line  |           delete current line
13901   ^E                End of line        | ^U        Paste text, undelete lines
13902   ^Y                Previous page      |           cut with ^K, or unjustify
13903   ^V                Next page          |-------------------------------------
13904   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
13905 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
13906 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
13907  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
13908                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
13909  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
13910 </PRE>
13911 <!--chtml endif-->
13913 NOTE: The presence or absence of the following commands is determined
13914 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
13915 some of these commands may be administratively disabled by your system
13916 manager; if they don't work, please check with your local help desk
13917 before reporting a bug.
13919 <UL>
13920  <LI>Suspend (suspends Alpine and gives a system prompt)
13921  <LI>Alternate editor (allows you to compose with your own editor)
13922 </UL>
13925 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
13926 Ctrl-&#92;, ESC
13929 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
13930 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
13932 &lt;End of help on this topic&gt;
13933 </BODY>
13934 </HTML>
13935 ======= h_composer_abook_nick =======
13936 <HTML>
13937 <HEAD>
13938 <TITLE>Addressbook Nickname Explained</TITLE>
13939 </HEAD>
13940 <BODY>
13941 This is a short nickname for this address book entry.  If it is used in
13942 place of an address from the composer, the composer will fill in the
13943 address(es) for the entry that matches the nickname. 
13946 Look <A HREF="h_edit_nav_cmds">here</A>
13947 to see the available Editing and Navigation commands.
13949 &lt;End of help on this topic&gt;
13950 </BODY>
13951 </HTML>
13952 ======= h_composer_abook_full =======
13953 <HTML>
13954 <HEAD>
13955 <TITLE>Addressbook Fullname Explained</TITLE>
13956 </HEAD>
13957 <BODY>
13958 This is the full name field for this entry.  If this is going to be a
13959 distribution list (more than one address), it should be a descriptive
13960 phrase describing the list.  It will be included in the mail header if you
13961 put the list in the To: or CC: field, or in the To: line if you put the
13962 list in the Lcc: field.  It's OK to leave this field blank (and OK to
13963 leave any of the other fields blank, too). If this address book entry is
13964 going to be a simple entry with just one address, then this field is the
13965 person's name. When you send mail to this entry, this is the field to the
13966 left of the brackets. That is, it is the most readable part of the 
13967 address. For example, in the sample address:
13968 <PRE>
13969        John Doe &lt;jdoe@some.domain&gt;
13970 </PRE>
13971 "John Doe" is the full name field. If you are sorting your address book
13972 with one of the options that uses full names, then it might be useful to
13973 enter the full name as "Last, First", for example:
13974 <PRE>
13975        Doe, John
13976 </PRE>
13977 so that it will be sorted using Doe instead of John. This will be changed
13978 back into John Doe when you use it.
13980 Look <A HREF="h_edit_nav_cmds">here</A>
13981 to see the available Editing and Navigation commands.
13983 &lt;End of help on this topic&gt;
13984 </BODY>
13985 </HTML>
13986 ======= h_composer_abook_fcc =======
13987 <HTML>
13988 <HEAD>
13989 <TITLE>Addressbook Fcc Explained</TITLE>
13990 </HEAD>
13991 <BODY>
13992 If this entry is the first one in the To: line of an outgoing message,
13993 this field will be used for the Fcc (File Carbon Copy) instead of whatever
13994 you would normally get (which depends on which
13995 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
13996 you've chosen). 
13998 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
13999 that you don't want any Fcc associated with this entry.
14001 Look <A HREF="h_edit_nav_cmds">here</A>
14002 to see the available Editing and Navigation commands.
14004 &lt;End of help on this topic&gt;
14005 </BODY>
14006 </HTML>
14007 ====== h_config_combined_abook_display =====
14008 <HTML>
14009 <HEAD>
14010 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
14011 </HEAD>
14012 <BODY>
14013 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
14015 This feature affects the address book display screens.
14016 Normally, expanding an address book from the ADDRESS BOOK LIST screen
14017 will cause the remaining address books and directory servers to disappear
14018 from the screen, leaving only the entries of the expanded address book.
14019 If this feature is set, then the other address books will remain on the screen,
14020 so that all of the address books can be present at once.
14023 The way that commands work won't be changed.
14024 For example, the Select All command will select all of the entries in the
14025 current address book, not all of the entries in all of the address books.
14026 The WhereIs command will change a little.
14027 It will search through all of the text on the screen plus all of the entries
14028 from expanded address books.
14031 When this feature is set, the setting of the feature
14032 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
14033 has an effect.
14035 &lt;End of help on this topic&gt;
14036 </BODY>
14037 </HTML>
14038 ====== h_config_titlebar_color_style =====
14039 <HTML>
14040 <HEAD>
14041 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
14042 </HEAD>
14043 <BODY>
14044 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
14046 This option affects the colors used to display the titlebar (the top
14047 line on the screen) when viewing a message.
14050 The available options include:
14053 <DL>
14054 <DT>default</DT>
14055 <DD>The color of the titlebar will be the color you set for the
14056 <A HREF="h_config_title_color">Title Color</A>.
14057 The Title Color may be set by using the
14058 <A HREF="h_color_setup">Setup Kolor</A> screen.
14059 </DD>
14061 <DT>indexline</DT>
14062 <DD>The color of the titlebar will be the same as the color of the
14063 index line corresponding to the message being viewed.
14064 The rules that determine what color the index line will be may be set
14065 up by going to the Setup/Rules/Indexcolor screen.
14066 If the index line for a message is not colored explicitly by the
14067 Indexcolor rules, then the titlebar will be colored the same as for
14068 the &quot;default&quot; option above (which is not the same color that
14069 the index line itself will have).
14070 </DD>
14072 <DT>reverse-indexline</DT>
14073 <DD>This is similar to the &quot;indexline&quot; option except the
14074 foreground and background colors from the corresponding index line will
14075 be reversed.
14076 For example, if the index line color is red letters on a white background,
14077 then the titlebar will be white letters on a red background.
14078 If the index line for a message is not colored explicitly by the
14079 Indexcolor rules, then the titlebar will be colored the same as for
14080 the &quot;default&quot; option above (which is not the same color that
14081 the index line itself will have).
14082 </DD>
14083 </DL>
14087 <UL>   
14088 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14089 </UL><P>
14090 &lt;End of help on this topic&gt;
14091 </BODY>
14092 </HTML>
14093 ====== h_config_index_color_style =====
14094 <HTML>
14095 <HEAD>
14096 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
14097 </HEAD>
14098 <BODY>
14099 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
14101 This option affects the colors used to display the current line in the
14102 MESSAGE INDEX screen.
14103 If you do not have Index Color Rules defined, then this option will
14104 have no effect in the index.
14105 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
14107 If the option
14108 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
14109 is turned on and the
14110 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
14111 is set to something other than the default, then
14112 this option also affects the color used to display the current folder
14113 in the Incoming FOLDER LIST screen.
14116 The available options include:
14119 <DL>
14120 <DT>flip-colors</DT>
14121 <DD>This is the default.
14122 If an index line is colored because it matches one of your
14123 Index Color Rules, then its colors will be reversed when it is the currently
14124 highlighted line.
14125 For example, if the line is normally red text on a blue background, then
14126 when it is the current line it will be drawn as blue text on a red background.
14128 The rest of the option values all revert to this flip-colors behavior if
14129 there is no Reverse Color defined.
14130 </DD>
14132 <DT>reverse</DT>
14133 <DD>With this option the Reverse color is always used to highlight the
14134 current line.
14135 </DD>
14137 <DT>reverse-fg</DT>
14138 <DD>The foreground part of the Reverse Color is used to highlight
14139 the current line.
14140 If this would cause the text to be unreadable (because the foreground and
14141 background colors are the same) or if it would cause no change in the
14142 color of the index line, then the colors are flipped instead.
14144 Some people think this works particularly well if you use different
14145 background colors to emphasize &quot;interesting&quot; lines,
14146 but always with the same Normal foreground color,
14147 and you use a different foreground color for the Reverse Color.
14148 </DD>
14150 <DT>reverse-fg-no-ambiguity</DT>
14151 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
14152 the resulting color will be exactly the same as the regular Reverse
14153 Color.
14154 That can lead to some possible confusion because an
14155 &quot;interesting&quot;
14156 line that is the current line will be displayed exactly the same as a
14157 non-interesting line that is current.
14158 You can't tell whether the line is just a regular current line or if it is
14159 an &quot;interesting&quot; current line by looking at the color.
14160 Setting the option to this value removes that ambiguity.
14161 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
14162 interesting current line would look just like a non-interesting current line.
14163 In that case, the interesting line's colors are simply flipped (like in the
14164 default behavior).
14166 As an alternative way to preserve the line's interestingness in this case,
14167 you may find that using both a different foreground and a different
14168 background color for the interesting line will help.
14169 </DD>
14171 <DT>reverse-bg</DT>
14172 <DD>The background part of the Reverse Color is used to highlight
14173 the current line.
14174 If this would cause the text to be unreadable (because the foreground and
14175 background colors are the same) or if it would cause no change in the
14176 color of the index line, then the colors are flipped instead.
14178 Some people think this works particularly well if you use different
14179 foreground colors to emphasize &quot;interesting&quot; lines,
14180 but always with the same Normal background color,
14181 and you use a different background color for the Reverse Color.
14182 </DD>
14184 <DT>reverse-bg-no-ambiguity</DT>
14185 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
14186 rule may also result in a color that is exactly the same as the regular
14187 Reverse Color.
14188 Setting the option to this value removes that ambiguity.
14189 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
14190 current line has the same color as the Reverse Color.
14191 In that case, the interesting line's colors are simply flipped (like in the
14192 default behavior).
14193 </DD>
14194 </DL>
14198 <UL>   
14199 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14200 </UL><P>
14201 &lt;End of help on this topic&gt;
14202 </BODY>
14203 </HTML>
14204 ====== h_config_expanded_addrbooks =====
14205 <HTML>
14206 <HEAD>
14207 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
14208 </HEAD>
14209 <BODY>
14210 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
14212 If multiple address books (either personal or global) are defined, and you
14213 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
14214 screen, then set this feature. This feature will have no effect unless the
14215 feature
14216 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
14217 is also set.
14219 &lt;End of help on this topic&gt;
14220 </BODY>
14221 </HTML>
14222 ====== h_config_combined_folder_display =====
14223 <HTML>
14224 <HEAD>
14225 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
14226 </HEAD>
14227 <BODY>
14228 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
14230 This feature affects the folder list display screens.
14231 Normally, each folder list is viewed within its collection only.  This
14232 command allows folder lists to be viewed within a single screen that
14233 combines the contents of all collections.
14236 The way that commands work won't be changed.
14237 For example, the Select All command will select all of the folders in the
14238 current collection, not all of the entries in all of the collections.
14239 The WhereIs command will change a little.
14240 It will search through all of the folders in the current collection as well
14241 as all the folder in any other expanded collection.
14244 When this feature is set, the setting of the feature
14245 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
14246 has an effect.
14248 &lt;End of help on this topic&gt;
14249 </BODY>
14250 </HTML>
14251 ====== h_config_combined_subdir_display =====
14252 <HTML>
14253 <HEAD>
14254 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
14255 </HEAD>
14256 <BODY>
14257 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
14259 This feature affects the Folder List screen when
14261 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14262 feature is enabled.  Normally, selecting a directory from the Folder
14263 List takes you into a new screen displaying only the contents of
14264 that directory.
14267 Enabling this feature will cause the contents of the selected
14268 directory to be
14269 displayed within the boundaries of the &quot;Collection&quot; it
14270 is a part of.  All previously displayed collections will remain
14271 in the screen.
14274 The way that commands work won't be changed.
14275 For example, the Select All command will select all of the folders in the
14276 directory, as opposed to all of the entries in all of the collections.
14277 The WhereIs command will change a little.
14278 It will search through all of the folders in the current collection as well
14279 as all the folder in any other expanded collection.
14282 &lt;End of help on this topic&gt;
14283 </BODY>
14284 </HTML>
14285 ====== h_config_separate_fold_dir_view =====
14286 <HTML>
14287 <HEAD>
14288 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
14289 </HEAD>
14290 <BODY>
14291 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
14293 This feature affects folder collections wherein a folder
14294 and directory can have the same name.  By default, Alpine displays them
14295 only once, denoting that it is both a folder and directory by appending
14296 the folder name with the hierarchy character enclosed
14297 in square brackets.
14301 Enabling this feature will cause Alpine to display such names
14302 separately marking the name representing a directory with a trailing
14303 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
14306 The feature also alters the command set slightly.  By default, the
14307 right-arrow descends into the directory, while hitting the Return key will
14308 cause the folder by that name to be opened.
14311 With this feature set, the Return key will open the highlighted folder, or
14312 enter the highlighted directory.
14315 &lt;End of help on this topic&gt;
14316 </BODY>
14317 </HTML>
14318 ====== h_config_expanded_folders =====
14319 <HTML>
14320 <HEAD>
14321 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
14322 </HEAD>
14323 <BODY>
14324 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
14326 If multiple folder collections are defined, and you
14327 wish to have them all expanded implicitly upon entering the FOLDER LIST
14328 screen, then set this feature. This feature will have no effect unless the
14329 feature
14330 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14331 is also set.
14333 &lt;End of help on this topic&gt;
14334 </BODY>
14335 </HTML>
14336 ======= h_config_ldap_server =======
14337 <HTML>
14338 <HEAD>
14339 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
14340 </HEAD>
14341 <BODY>
14342 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
14343 This is the name of the host where an LDAP server is running.
14344 For redundancy, this may be a space-delimited set of server names, in which
14345 case the first server that answers is used.
14346 Each of the server names may be optionally followed by
14347 a colon and a port number.
14348 If this form is used then the port number configured below in the
14349 <EM>port</EM> field is not used.
14351 To find out whether your organization has its own LDAP server, 
14352 contact its computing support staff.
14353 <P><UL>
14354 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14355 </UL>
14357 &lt;End of help on this topic&gt;
14358 </BODY>
14359 </HTML>
14360 ======= h_config_ldap_base =======
14361 <HTML>
14362 <HEAD>
14363 <TITLE>LDAP OPTION: Search-Base</TITLE>
14364 </HEAD>
14365 <BODY>
14366 <H1>LDAP OPTION: Search-Base</H1>
14368 This is the search base to be used on this server.  It functions as a filter 
14369 by restricting your searches in the LDAP server database
14370 to the specified contents of the specified fields.  Without it, searches 
14371 submitted to this directory server may fail.  It might be something
14372 like:
14374 <PRE>
14375       O = &lt;Your Organization Name&gt;, C = US
14376 </PRE>
14377 or it might be blank.  
14378 (Some LDAP servers actually ignore anything specified here.)
14380 If in doubt what parameters you should specify here, 
14381 contact the maintainers of the LDAP server.
14382 <P><UL>
14383 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14384 </UL>
14386 &lt;End of help on this topic&gt;
14387 </BODY>
14388 </HTML>
14389 ======= h_config_ldap_port =======
14390 <HTML>
14391 <HEAD>
14392 <TITLE>LDAP OPTION: Port</TITLE>
14393 </HEAD>
14394 <BODY>
14395 <H1>LDAP OPTION: Port</H1>
14397 This is the TCP port number to be used with this LDAP server. If you leave
14398 this blank port 389 will be used.
14400 &lt;End of help on this topic&gt;
14401 </BODY>
14402 </HTML>
14403 ======= h_config_ldap_nick =======
14404 <HTML>
14405 <HEAD>
14406 <TITLE>LDAP OPTION: Nickname</TITLE>
14407 </HEAD>
14408 <BODY>
14409 <H1>LDAP OPTION: Nickname</H1>
14411 This is a nickname to be used in displays. If you don't supply a
14412 nickname the server name
14413 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
14414 will be used instead.  This option is strictly for your convenience.
14416 &lt;End of help on this topic&gt;
14417 </BODY>
14418 </HTML>
14419 ======= h_config_ldap_binddn =======
14420 <HTML>
14421 <HEAD>
14422 <TITLE>LDAP OPTION: Bind-DN</TITLE>
14423 </HEAD>
14424 <BODY>
14425 <H1>LDAP OPTION: Bind-DN</H1>
14427 You may need to authenticate to the LDAP server before you are able to use it.
14428 This is the Distinguished Name to bind to when authenticating to this server.
14429 Try leaving this blank until you know you need it.
14431 Alpine only knows about LDAP Simple authentication.
14432 It does not attempt LDAP SASL authentication.
14433 The DN and password will be sent in the clear unless TLS encryption is
14434 being used on this connection.
14435 Because of this, you may want to set the LDAP feature
14436 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
14437 or the feature
14438 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14439 if you are going to be providing a password.
14440 <P><UL>
14441 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14442 </UL>
14444 &lt;End of help on this topic&gt;
14445 </BODY>
14446 </HTML>
14447 ======= h_config_ldap_opts_impl =======
14448 <HTML>
14449 <HEAD>
14450 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
14451 </HEAD>
14452 <BODY>
14453 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
14455 Set this to have lookups done to this server implicitly from the composer.
14456 If an address doesn't look like a fully-qualified address, it will be looked
14457 up in your address books, and if it doesn't match a nickname there, then it
14458 will be looked up on the LDAP servers that have this feature set.
14459 The lookups will also be done when using the address completion feature
14460 (TAB command) in the composer if any of the serves have this feature set.
14461 Also see the LDAP feature
14462 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
14463 and the Setup/Config feature
14464 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
14466 &lt;End of help on this topic&gt;
14467 </BODY>
14468 </HTML>
14469 ======= h_config_ldap_opts_tls =======
14470 <HTML>
14471 <HEAD>
14472 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
14473 </HEAD>
14474 <BODY>
14475 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
14477 When connecting to this server Alpine will attempt to use TLS encryption
14478 on the connection.
14479 Also see the closely related feature
14480 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14482 &lt;End of help on this topic&gt;
14483 </BODY>
14484 </HTML>
14485 ======= h_config_ldap_opts_tlsmust =======
14486 <HTML>
14487 <HEAD>
14488 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
14489 </HEAD>
14490 <BODY>
14491 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
14493 When connecting to this server Alpine will attempt to use TLS encryption
14494 on the connection.
14495 If the StartTLS operation fails then the connection will not be used.
14497 &lt;End of help on this topic&gt;
14498 </BODY>
14499 </HTML>
14500 ====== h_config_ldap_opts_rhs =====
14501 <HTML>
14502 <HEAD>
14503 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
14504 </HEAD>
14505 <BODY>
14506 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
14508 Normally implicit LDAP lookups from the composer are done only for the
14509 strings you type in from the composer screen. In other words, you type in
14510 something in the To or CC field and press return, then the string is looked up.
14511 First that string is looked up in your address books. If a match is found
14512 there, then the results of that match are looked up again. If you place
14513 a string in your address book that you want to have looked up on the LDAP
14514 directory server, you need to turn on this feature. If you set this feature
14515 for a server, you almost always will also want to set the
14516 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
14517 feature. An example might serve to best illustrate this feature.
14519 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
14520 entry with an
14521 address of pres@whitehouse.gov, then you might put an entry in your address
14522 book that looks like:
14524 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
14525 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
14527 Now, when you type &quot;bill&quot; into an
14528 address field in the composer Alpine will
14529 find the &quot;bill&quot; entry in your address book.
14530 It will replace &quot;bill&quot; with
14531 &quot;William Clinton&quot;.
14532 It will then search for an entry with that nickname
14533 in your address book and not find one. If this feature
14534 is set, Alpine will then attempt to lookup
14535 &quot;William Clinton&quot; on the LDAP server and find the entry with address
14536 pres@whitehouse.gov.
14538 A better way to accomplish the same thing is probably to use the feature
14539 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
14541 &lt;End of help on this topic&gt;
14542 </BODY>
14543 </HTML>
14544 ====== h_config_ldap_opts_ref =====
14545 <HTML>
14546 <HEAD>
14547 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
14548 </HEAD>
14549 <BODY>
14550 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
14552 Normally when you save the results of an LDAP directory lookup to your
14553 address book the results of the lookup are saved. If this feature is set
14554 and the entry being saved was found on this directory server, then the
14555 search criteria is saved instead of the results of the search. When this
14556 address book entry is used in the future, instead of copying the results
14557 from the address book the directory lookup will be done again. This could
14558 be useful if the copied result might become stale because the data on
14559 the directory server changes (for example, the entry's email address changes).
14560 You probably don't want to set this feature if the server is at all slow or
14561 unreliable.
14563 The way this actually works is that instead of saving the email address
14564 in your address book, Alpine saves enough information to look up the same
14565 directory entry again. In particular, it saves the server name and the
14566 distinguished name of the entry. It's possible that the server administrators
14567 might change the format of distinguished names on the server, or that the
14568 entry might be removed from the server. If Alpine notices this, you will be warned
14569 and a backup copy of the email address will be used. You may want to create
14570 a new entry in this case, since you will get the annoying warning every
14571 time you use the old entry. You may do that by Saving the entry to a new
14572 nickname in the same address book. You will be asked whether or not you
14573 want to use the backup email address.
14575 A related feature in the Setup/Config screen is
14576 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
14578 &lt;End of help on this topic&gt;
14579 </BODY>
14580 </HTML>
14581 ======= h_config_ldap_opts_nosub =======
14582 <HTML>
14583 <HEAD>
14584 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
14585 </HEAD>
14586 <BODY>
14587 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
14589 Spaces in your input are normally handled specially.
14590 Each space character is replaced
14593 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
14595 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
14596 The reason this is done is so the input string
14598 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
14600 (which is converted to &quot;Greg* Donald&quot;) will match
14601 the names &quot;Greg Donald&quot;,
14602 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
14603 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
14604 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
14605 then it would also match the name &quot;Greg Donaldson&quot;.
14607 Turning on this feature will disable this substitution.
14609 &lt;End of help on this topic&gt;
14610 </BODY>
14611 </HTML>
14612 ====== h_config_ldap_searchtypes =======
14613 <HTML>
14614 <HEAD>
14615 <TITLE>LDAP OPTION: Search-Type</TITLE>
14616 </HEAD>
14617 <BODY>
14618 <H1>LDAP OPTION: Search-Type</H1>
14620 This affects the way that LDAP searches are done.
14621 In particular, this tells the server where to look for the string to be matched.
14622 If set to &quot;name&quot; then the string that is being searched for will
14623 be compared with the string in the
14624 &quot;Name&quot; field on the server
14625 (technically, it is the &quot;commonname&quot; field on the server).
14626 &quot;Surname&quot; means we're looking for a
14627 match in the &quot;Surname&quot; field on the
14628 server (actually the &quot;sn&quot; field).
14629 &quot;Givenname&quot; really is &quot;givenname&quot;
14630 and &quot;email&quot; is the electronic mail address (this is actually the field
14631 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
14632 The other three types are combinations of
14633 the types listed so far. &quot;Name-or-email&quot;
14634 means the string should appear
14635 in either the &quot;name&quot; field OR the &quot;email&quot; field.
14636 Likewise, &quot;surname-or-givenname&quot;
14637 means &quot;surname&quot; OR &quot;givenname&quot;
14638 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
14640 This search TYPE is combined with the
14641 search <A HREF="h_config_ldap_searchrules">RULE</A>
14642 to form the actual search query.
14644 The usual default value for this
14645 option is &quot;sur-or-given-or-name-or-email&quot;.
14646 This type of search may be slow on some servers.
14647 Try &quot;name-or-email&quot;, which is often
14648 faster, or just &quot;name&quot; if the performance seems to be a problem.
14650 Some servers have been configured with different attribute names for
14651 these four fields.
14652 In other words, instead of using the attribute name &quot;mail&quot;
14653 for the email address field, the server might be configured to use something
14654 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
14655 Alpine can be configured to use these different attribute names by using
14656 the four configuration options:
14657 <P><UL>
14658 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
14659 </UL>
14660 <P><UL>
14661 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
14662 </UL>
14663 <P><UL>
14664 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
14665 </UL>
14666 <P><UL>
14667 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
14668 </UL>
14670 &lt;End of help on this topic&gt;
14671 </BODY>
14672 </HTML>
14673 ====== h_config_ldap_searchrules =======
14674 <HTML>
14675 <HEAD>
14676 <TITLE>LDAP OPTION: Search-Rule</TITLE>
14677 </HEAD>
14678 <BODY>
14679 <H1>LDAP OPTION: Search-Rule</H1>
14681 This affects the way that LDAP searches are done.
14682 If set to &quot;equals&quot; then
14683 only exact matches count.
14684 &quot;Contains&quot; means that the string you type in
14685 is a substring of what you are matching against.
14686 &quot;Begins-with&quot; and &quot;ends-with&quot;
14687 mean that the string starts or ends with the string you type in.
14689 Spaces in your input are normally handled specially, but you can turn that
14690 special handling off with the
14691 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
14692 feature.
14694 The usual default value for this option is &quot;begins-with&quot;.
14696 &lt;End of help on this topic&gt;
14697 </BODY>
14698 </HTML>
14699 ======= h_config_ldap_email_attr =======
14700 <HTML>
14701 <HEAD>
14702 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
14703 </HEAD>
14704 <BODY>
14705 <H1>LDAP OPTION: EmailAttribute</H1>
14707 This is the name of the attribute that is searched for when looking for
14708 an email address. The default value for this option is &quot;mail&quot; or
14709 &quot;electronicmail&quot;.
14710 If the server you are using uses a different attribute name for the email
14711 address, put that attribute name here.
14713 This will affect the search filter used if your Search-Type is one that
14714 contains a search for &quot;email&quot;.
14715 It will also cause the attribute value matching this attribute name to be used
14716 as the email address when you look up an entry from the composer.
14718 &lt;End of help on this topic&gt;
14719 </BODY>
14720 </HTML>
14721 ======= h_config_ldap_sn_attr =======
14722 <HTML>
14723 <HEAD>
14724 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
14725 </HEAD>
14726 <BODY>
14727 <H1>LDAP OPTION: SurnameAttribute</H1>
14729 This is the name of the attribute that is searched for when looking for
14730 the surname of the entry. The default value for this option is &quot;sn&quot;.
14731 If the server you are using uses a different attribute name for the surname,
14732 put that attribute name here.
14733 This will affect the search filter used if your Search-Type is one that
14734 contains a search for &quot;surname&quot;.
14736 &lt;End of help on this topic&gt;
14737 </BODY>
14738 </HTML>
14739 ======= h_config_ldap_gn_attr =======
14740 <HTML>
14741 <HEAD>
14742 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
14743 </HEAD>
14744 <BODY>
14745 <H1>LDAP OPTION: GivennameAttribute</H1>
14747 This is the name of the attribute that is searched for when looking for
14748 the given name of the entry. The default value for this option is &quot;givenname&quot;.
14749 If the server you are using uses a different attribute name for the given name,
14750 put that attribute name here.
14751 This will affect the search filter used if your Search-Type is one that
14752 contains a search for &quot;givenname&quot;.
14754 &lt;End of help on this topic&gt;
14755 </BODY>
14756 </HTML>
14757 ======= h_config_ldap_cn_attr =======
14758 <HTML>
14759 <HEAD>
14760 <TITLE>LDAP OPTION: NameAttribute</TITLE>
14761 </HEAD>
14762 <BODY>
14763 <H1>LDAP OPTION: NameAttribute</H1>
14765 This is the name of the attribute that is searched for when looking for
14766 the name of the entry. The default value for this option is &quot;cn&quot;, which
14767 stands for common name.
14768 If the server you are using uses a different attribute name for the name,
14769 put that attribute name here.
14770 This will affect the search filter used if your Search-Type is one that
14771 contains a search for &quot;name&quot;.
14773 &lt;End of help on this topic&gt;
14774 </BODY>
14775 </HTML>
14776 ======= h_config_ldap_time =======
14777 <HTML>
14778 <HEAD>
14779 <TITLE>LDAP OPTION: Timelimit</TITLE>
14780 </HEAD>
14781 <BODY>
14782 <H1>LDAP OPTION: Timelimit</H1>
14784 This places a limit on the number of seconds the LDAP search will continue.
14785 The default is 30 seconds. A value of 0 means no limit. Note that some servers
14786 may place limits of their own on searches.
14788 &lt;End of help on this topic&gt;
14789 </BODY>
14790 </HTML>
14791 ======= h_config_ldap_size =======
14792 <HTML>
14793 <HEAD>
14794 <TITLE>LDAP OPTION: Sizelimit</TITLE>
14795 </HEAD>
14796 <BODY>
14797 <H1>LDAP OPTION: Sizelimit</H1>
14799 This places a limit on the number of entries returned by the LDAP server.
14800 A value of 0 means no limit. The default is 0. Note that some servers
14801 may place limits of their own on searches.
14803 &lt;End of help on this topic&gt;
14804 </BODY>
14805 </HTML>
14806 ======= h_config_ldap_cust =======
14807 <HTML>
14808 <HEAD>
14809 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
14810 </HEAD>
14811 <BODY>
14812 <H1>LDAP OPTION: Custom-Search-Filter</H1>
14814 This one is for advanced users only! If you define this, then the
14815 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
14816 However, the feature
14817 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
14818 is still in effect.
14819 That is, the space substitution will take place even in a custom filter unless
14820 you disable it.
14822 If your LDAP service stops working and you suspect it might be because
14823 of your custom filter, just delete this filter and try using the
14824 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
14825 Another option that sometimes causes trouble is the
14826 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
14828 This variable may be set to the string representation of an LDAP search
14829 filter (see RFC1960). In the places where you want the address string to be
14830 substituted in, put a '%s' in this filter string. Here are some examples:
14832 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
14833 is equivalent to the &quot;Custom-Search-Filter&quot;
14834 <PRE>
14835      (cn=%s*)
14836 </PRE>
14837 When you try to match against the string &quot;string&quot; the program replaces
14838 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
14839 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
14841 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
14842 of &quot;contains&quot; is equivalent to
14843 <PRE>
14844      (|(cn=*%s*)(mail=*%s*))
14845 </PRE>
14847 If your server uses a different attribute <EM>name</EM> than
14848 Alpine uses by default,
14849 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
14850 then you may be able to use one or more of the four attribute configuration
14851 options instead of defining a custom filter:
14852 <P><UL>
14853 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
14854 </UL>
14855 <P><UL>
14856 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
14857 </UL>
14858 <P><UL>
14859 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
14860 </UL>
14861 <P><UL>
14862 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
14863 </UL>
14865 &lt;End of help on this topic&gt;
14866 </BODY>
14867 </HTML>
14868 ======= h_composer_abook_comment =======
14869 <HTML>
14870 <HEAD>
14871 <TITLE>Addressbook Comment Explained</TITLE>
14872 </HEAD>
14873 <BODY>
14874 This is a comment to help you remember what this entry is. The WhereIs
14875 command searches comments so that it is easier to find an entry with a comment
14876 you know about attached to it. This field is not used in the outgoing message.
14878 Look <A HREF="h_edit_nav_cmds">here</A>
14879 to see the available Editing and Navigation commands.
14881 &lt;End of help on this topic&gt;
14882 </BODY>
14883 </HTML>
14884 ======= h_composer_abook_addrs =======
14885 <HTML>
14886 <HEAD>
14887 <TITLE>Addressbook Lists</TITLE>
14888 </HEAD>
14889 <BODY>
14890 <H1>Addressbook Lists</H1>
14892 This is a list of addresses to send to when sending to this address book
14893 entry.  Each member of the list may be an address or another nickname from
14894 any of your address books.  If it is an address, it is OK to include the
14895 full name field as well as the electronic address portion of that address.
14896 For example, the following are all legitimate entries in this field:
14898 <DL><DT>&nbsp;</DT>
14899 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
14900 <DD>jdoe@some.domain
14901 <DD>John Doe &lt;jdoe@some.domain&gt;
14902 </DL>
14904 The addresses should be listed separated by commas, just like you would
14905 enter them from the composer.
14909 The only difference between a distribution list and a simple entry with a
14910 single address, is that a distribution list has more than one address   
14911 listed in the Addresses: field, whereas a simple personal entry has just  
14912 one address.
14916 For individual address book entries, if there is a full name in the
14917 Fullname: field (filling in the Fullname: field is not required), it is
14918 used.  If the full name is specified in the Address: field and not in the
14919 Fullname: field, then the full name from the Address: field is used.
14923 If you type the nickname of a distribution list from one of your address 
14924 books in the Lcc: field, then the full name of that list is used in the  
14925 To: field.  If you put a list in the To: or Cc: fields, that list will be
14926 expanded into all of its addresses.  If the list has a full name, then
14927 that will appear at the beginning of the addresses.
14929 <DL><DT>&nbsp;</DT>
14930 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
14931 &lt;sal@here.there&gt;
14932 </DL>
14934 If the first address in the distribution list also has a full name, then
14935 the list full name and that full name are combined into something like the
14936 following:
14938 <DL><DT>&nbsp;</DT>
14939 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
14940 </DL>
14943 If you specify a list via Lcc, the full name is used in the To: line.  If
14944 you specify a list in the To: or Cc: fields, then it uses the same method
14945 as for individual entries for filling in the full name.
14949 For help with editing and navigation commands, check the Help for the
14950 Nickname: field.
14953 &lt;End of help on this topic&gt;
14954 </BODY>
14955 </HTML>
14956 ======= h_config_role_nick =======
14957 <HTML>
14958 <HEAD>
14959 <TITLE>Nickname Explained</TITLE>
14960 </HEAD>
14961 <BODY>
14962 <H1>Nickname Explained</H1>
14964 This is a nickname to help you.
14965 You should have a different nickname for each role you define.
14966 The nickname will be used in the SETUP ROLE RULES screen to allow you to
14967 pick a role to edit.
14968 It will also be used when you send a message to let you know you are
14969 sending with a different role than you use by default, and
14970 it will be useful for choosing a role when composing with the Role command
14971 or when composing with one of the Role Uses set to With Confirmation.
14972 This field is not used in the outgoing message.
14974 Look <A HREF="h_edit_nav_cmds">here</A>
14975 to see the available Editing and Navigation commands.
14977 &lt;End of help on this topic&gt;
14978 </BODY>
14979 </HTML>
14980 ======= h_config_role_comment =======
14981 <HTML>
14982 <HEAD>
14983 <TITLE>Comment Explained</TITLE>
14984 </HEAD>
14985 <BODY>
14986 <H1>Comment Explained</H1>
14988 This is a comment to help you.
14989 This comment does not play any functional role, it is simply an optional
14990 comment to help you remember what the rule is for.
14992 Look <A HREF="h_edit_nav_cmds">here</A>
14993 to see the available Editing and Navigation commands.
14995 &lt;End of help on this topic&gt;
14996 </BODY>
14997 </HTML>
14998 ======= h_config_other_nick =======
14999 <HTML>
15000 <HEAD>
15001 <TITLE>Nickname Explained</TITLE>
15002 </HEAD>
15003 <BODY>
15004 <H1>Nickname Explained</H1>
15006 This is a nickname to help you.
15007 You should have a different nickname for each rule you define.
15008 The nickname will be used in the SETUP OTHER RULES screen to allow you to
15009 pick a rule to edit.
15011 Look <A HREF="h_edit_nav_cmds">here</A>
15012 to see the available Editing and Navigation commands.
15014 &lt;End of help on this topic&gt;
15015 </BODY>
15016 </HTML>
15017 ======= h_config_score_nick =======
15018 <HTML>
15019 <HEAD>
15020 <TITLE>Nickname Explained</TITLE>
15021 </HEAD>
15022 <BODY>
15023 <H1>Nickname Explained</H1>
15025 This is a nickname to help you.
15026 You should have a different nickname for each scoring rule you define.
15027 The nickname will be used in the SETUP SCORING RULES screen to allow you to
15028 pick a rule to edit.
15030 Look <A HREF="h_edit_nav_cmds">here</A>
15031 to see the available Editing and Navigation commands.
15033 &lt;End of help on this topic&gt;
15034 </BODY>
15035 </HTML>
15036 ======= h_config_incol_nick =======
15037 <HTML>
15038 <HEAD>
15039 <TITLE>Nickname Explained</TITLE>
15040 </HEAD>
15041 <BODY>
15042 <H1>Nickname Explained</H1>
15044 This is a nickname to help you.
15045 You should have a different nickname for each color rule you define.
15046 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
15047 pick a rule to edit.
15049 Look <A HREF="h_edit_nav_cmds">here</A>
15050 to see the available Editing and Navigation commands.
15052 &lt;End of help on this topic&gt;
15053 </BODY>
15054 </HTML>
15055 ======= h_config_filt_nick =======
15056 <HTML>
15057 <HEAD>
15058 <TITLE>Nickname Explained</TITLE>
15059 </HEAD>
15060 <BODY>
15061 <H1>Nickname Explained</H1>
15063 This is a nickname to help you.
15064 You should have a different nickname for each filtering rule you define.
15065 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
15066 pick a rule to edit.
15068 Look <A HREF="h_edit_nav_cmds">here</A>
15069 to see the available Editing and Navigation commands.
15071 &lt;End of help on this topic&gt;
15072 </BODY>
15073 </HTML>
15074 ======= h_config_score_topat =======
15075 <HTML>
15076 <HEAD>
15077 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15078 </HEAD>
15079 <BODY>
15080 <H1>&quot;To:&quot; Pattern Explained</H1>
15082 Any text you enter as the &quot;To pattern&quot;
15083 will be compared to the recipients from the To: line of
15084 the message being scored.
15085 When the text you entered matches
15086 all or part of the To: line of a message, then the Score Value
15087 you have specified will be added to the score for the message.
15088 (Any other non-blank parts of the Pattern must match, too.)
15091 You may enter a complete email address, part of an address, or a
15092 list of addresses or partial addresses.
15093 For example:
15096 <PRE>
15097  To pattern = friend@public.com
15099  To pattern = rated.net
15101  To pattern = xxx@adults.com
15102               admin@msn.com
15103               fool@motleyfool.com
15104 </PRE>
15107 Each of those are valid To patterns.
15110 Messages match those patterns if any of the
15111 addresses in the To: line of the message contains the pattern.
15112 If the pattern is a list of patterns
15113 (like the last example above) then it is a match if any of the patterns in
15114 the list match any of the addresses in the To: line.
15115 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15116 present for a match.
15117 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15118 address2 must be present.
15119 That is exactly what using a list does.)
15122 Some messages may be &quot;bounced&quot; to you, and will
15123 have a &quot;Resent-To:&quot; header line.
15124 If the message contains a Resent-To: line
15125 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15126 Alpine will look for
15127 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15128 the original To: line.
15131 When entering a pattern, you may choose an address from your address book
15132 with the &quot;T&quot; command.
15135 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15136 &quot;!&quot; &quot;toggle NOT&quot; command.
15137 This changes the meaning of the To pattern so that it has the opposite meaning.
15138 It will be considered a match if there are no matches between the
15139 addresses in the To: line and the list of To patterns.
15141 Don't make the mistake of putting the &quot;!&quot; in the data field for
15142 the pattern.
15143 For example, if you type the characters &quot;!frizzle&quot; into the To
15144 pattern, the pattern will look like:
15146 <PRE>
15147  To pattern = !frizzle
15148 </PRE>
15150 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15151 In order to match messages that do not have &quot;frizzle&quot; in
15152 their To field, first type the characters &quot;frizzle&quot; followed
15153 by carriage return for the value of the To pattern, then negate it
15154 by typing the &quot;!&quot; command.
15155 It should end up looking like
15157 <PRE>
15158  ! To pattern = frizzle
15159 </PRE>
15161 You are not limited to using the six standard header patterns that are
15162 normally shown (To, From, Sender, Cc, News, and Subject).
15163 You may add any other header to a Pattern by
15164 using the &quot;eXtraHdr&quot; command to specify a different
15165 message header line; and then the Add or Change command to fill in
15166 a pattern for the new header line, just like you would for a standard header.
15168 A technicality: Since comma is the character used to separate multiple
15169 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15170 you want to include a literal comma in the field.
15171 In other words, if you type a backslash followed by a comma it will
15172 be interpreted as a comma by Alpine, instead of as a separator between
15173 pattern values.
15174 All other backslashes are literal backslashes and should not be escaped.
15176 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15177 for more information on Patterns.
15179 Look <A HREF="h_edit_nav_cmds">here</A>
15180 to see the available Editing and Navigation commands.
15182 &lt;End of help on this topic&gt;
15183 </BODY>
15184 </HTML>
15185 ======= h_config_incol_topat =======
15186 <HTML>
15187 <HEAD>
15188 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15189 </HEAD>
15190 <BODY>
15191 <H1>&quot;To:&quot; Pattern Explained</H1>
15193 Any text you enter as the &quot;To pattern&quot;
15194 will be compared to the recipients from the To: lines of
15195 the messages in the index.
15196 When the text you entered matches
15197 all or part of the To: line of a message, then the Index Line Color you have
15198 specified will be used for that line in the index.
15199 (Any other non-blank parts of the Pattern must match, too.)
15202 You may enter a complete email address, part of an address, or a
15203 list of addresses or partial addresses.
15204 For example:
15207 <PRE>
15208  To pattern = friend@public.com
15209  To pattern = rated.net
15210  To pattern = xxx@adults.com
15211               admin@msn.com
15212               fool@motleyfool.com
15213 </PRE>
15216 Each of those are valid To patterns.
15219 Messages match those patterns if any of the
15220 addresses in the To: line of the message contains the pattern.
15221 If the pattern is a list of patterns
15222 (like the last example above) then it is a match if any of the patterns in
15223 the list match any of the addresses in the To: line.
15224 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15225 present for a match.
15226 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15227 address2 must be present.
15228 That is exactly what using a list does.)
15231 Some messages may be &quot;bounced&quot; to you, and will
15232 have a &quot;Resent-To:&quot; header line.
15233 If the message contains a Resent-To: line
15234 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15235 Alpine will look for
15236 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15237 the original To: line.
15240 When entering a pattern, you may choose an address from your address book
15241 with the &quot;T&quot; command.
15244 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15245 &quot;!&quot; &quot;toggle NOT&quot; command.
15246 This changes the meaning of the To pattern so that it has the opposite meaning.
15247 It will be considered a match if there are no matches between the
15248 addresses in the To: line and the list of To patterns.
15250 Don't make the mistake of putting the &quot;!&quot; in the data field for
15251 the pattern.
15252 For example, if you type the characters &quot;!frizzle&quot; into the To
15253 pattern, the pattern will look like:
15255 <PRE>
15256  To pattern = !frizzle
15257 </PRE>
15259 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15260 In order to match messages that do not have &quot;frizzle&quot; in
15261 their To field, first type the characters &quot;frizzle&quot; followed
15262 by carriage return for the value of the To pattern, then negate it
15263 by typing the &quot;!&quot; command.
15264 It should end up looking like
15266 <PRE>
15267  ! To pattern = frizzle
15268 </PRE>
15271 You are not limited to using the six standard header patterns that are
15272 normally shown (To, From, Sender, Cc, News, and Subject).
15273 You may add any other header to a Pattern by
15274 using the &quot;eXtraHdr&quot; command to specify a different
15275 message header line; and then the Add or Change command to fill in
15276 a pattern for the new header line, just like you would for a standard header.
15278 A technicality: Since comma is the character used to separate multiple
15279 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15280 you want to include a literal comma in the field.
15281 In other words, if you type a backslash followed by a comma it will
15282 be interpreted as a comma by Alpine, instead of as a separator between
15283 pattern values.
15284 All other backslashes are literal backslashes and should not be escaped.
15286 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15287 for more information on Patterns.
15289 Look <A HREF="h_edit_nav_cmds">here</A>
15290 to see the available Editing and Navigation commands.
15292 &lt;End of help on this topic&gt;
15293 </BODY>
15294 </HTML>
15295 ======= h_config_other_topat =======
15296 <HTML>
15297 <HEAD>
15298 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15299 </HEAD>
15300 <BODY>
15301 <H1>&quot;To:&quot; Pattern Explained</H1>
15303 For some of the OTHER RULES actions, there is no message that is being
15304 compared against.
15305 If that is the case, then only the Current Folder Type is checked.
15306 In particular, this To pattern is ignored.
15307 Actions that fall into this category include both
15308 Sort Order and Index Format.
15310 A technicality: Since comma is the character used to separate multiple
15311 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15312 you want to include a literal comma in the field.
15313 In other words, if you type a backslash followed by a comma it will
15314 be interpreted as a comma by Alpine, instead of as a separator between
15315 pattern values.
15316 All other backslashes are literal backslashes and should not be escaped.
15318 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15319 for more information on Patterns.
15321 Look <A HREF="h_edit_nav_cmds">here</A>
15322 to see the available Editing and Navigation commands.
15324 &lt;End of help on this topic&gt;
15325 </BODY>
15326 </HTML>
15327 ======= h_config_filt_topat =======
15328 <HTML>
15329 <HEAD>
15330 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15331 </HEAD>
15332 <BODY>
15333 <H1>&quot;To:&quot; Pattern Explained</H1>
15335 Any text you enter as the &quot;To pattern&quot;
15336 will be compared to the recipients from the To: line of
15337 messages when Alpine opens folders.
15338 When the text you entered matches
15339 all or part of the To: line of a message, then the Filter Action you have
15340 specified will be carried out.
15341 (Any other non-blank parts of the Pattern must match, too.)
15344 You may enter a complete email address, part of an address, or a
15345 list of addresses or partial addresses.
15346 For example:
15349 <PRE>
15350  To pattern = friend@public.com
15351  To pattern = rated.net
15352  To pattern = xxx@adults.com
15353               admin@msn.com
15354               fool@motleyfool.com
15355 </PRE>
15358 Each of those are valid To patterns.
15361 Messages match those patterns if any of the
15362 addresses in the To: line of the message contains the pattern.
15363 If the pattern is a list of patterns
15364 (like the last example above) then it is a match if any of the patterns in
15365 the list match any of the addresses in the To: line.
15366 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15367 present for a match.
15368 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15369 address2 must be present.
15370 That is exactly what using a list does.)
15373 Some messages may be &quot;bounced&quot; to you, and will
15374 have a &quot;Resent-To:&quot; header line.
15375 If the message contains a Resent-To: line
15376 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15377 Alpine will look for
15378 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15379 the original To: line.
15382 When entering a pattern, you may choose an address from your address book
15383 with the &quot;T&quot; command.
15386 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15387 &quot;!&quot; &quot;toggle NOT&quot; command.
15388 This changes the meaning of the To pattern so that it has the opposite meaning.
15389 It will be considered a match if there are no matches between the
15390 addresses in the To: line and the list of To patterns.
15392 Don't make the mistake of putting the &quot;!&quot; in the data field for
15393 the pattern.
15394 For example, if you type the characters &quot;!frizzle&quot; into the To
15395 pattern, the pattern will look like:
15397 <PRE>
15398  To pattern = !frizzle
15399 </PRE>
15401 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15402 In order to match messages that do not have &quot;frizzle&quot; in
15403 their To field, first type the characters &quot;frizzle&quot; followed
15404 by carriage return for the value of the To pattern, then negate it
15405 by typing the &quot;!&quot; command.
15406 It should end up looking like
15408 <PRE>
15409  ! To pattern = frizzle
15410 </PRE>
15413 You are not limited to using the six standard header patterns that are
15414 normally shown (To, From, Sender, Cc, News, and Subject).
15415 You may add any other header to a Pattern by
15416 using the &quot;eXtraHdr&quot; command to specify a different
15417 message header line; and then the Add or Change command to fill in
15418 a pattern for the new header line, just like you would for a standard header.
15420 A technicality: Since comma is the character used to separate multiple
15421 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15422 you want to include a literal comma in the field.
15423 In other words, if you type a backslash followed by a comma it will
15424 be interpreted as a comma by Alpine, instead of as a separator between
15425 pattern values.
15426 All other backslashes are literal backslashes and should not be escaped.
15428 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15429 for more information on Patterns.
15431 Look <A HREF="h_edit_nav_cmds">here</A>
15432 to see the available Editing and Navigation commands.
15434 &lt;End of help on this topic&gt;
15435 </BODY>
15436 </HTML>
15437 ======= h_config_role_topat =======
15438 <HTML>
15439 <HEAD>
15440 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15441 </HEAD>
15442 <BODY>
15443 <H1>&quot;To:&quot; Pattern Explained</H1>
15445 Any text you enter as the &quot;To pattern&quot;
15446 will be compared to the recipients from the To: line of
15447 the message being replied to or forwarded.
15448 (Any other non-blank parts of the Pattern must match, too.)
15449 In the case of the Compose command, this pattern and the other header
15450 patterns are ignored.
15453 You may enter a complete email address, part of an address, or a
15454 list of addresses or partial addresses.
15455 For example:
15458 <PRE>
15459  To pattern = friend@public.com
15460  To pattern = rated.net
15461  To pattern = xxx@adults.com
15462               admin@msn.com
15463               fool@motleyfool.com
15464 </PRE>
15467 Each of those are valid To patterns.
15470 Messages match those patterns if any of the
15471 addresses in the To: line of the message contains the pattern.
15472 If the pattern is a list of patterns
15473 (like the last example above) then it is a match if any of the patterns in
15474 the list match any of the addresses in the To: line.
15475 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15476 present for a match.
15477 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15478 address2 must be present.
15479 That is exactly what using a list does.)
15482 Some messages may be &quot;bounced&quot; to you, and will
15483 have a &quot;Resent-To:&quot; header line.
15484 If the message contains a Resent-To: line
15485 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15486 Alpine will look for
15487 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15488 the original To: line.
15491 When entering a pattern, you may choose an address from your address book
15492 with the &quot;T&quot; command.
15495 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15496 &quot;!&quot; &quot;toggle NOT&quot; command.
15497 This changes the meaning of the To pattern so that it has the opposite meaning.
15498 It will be considered a match if there are no matches between the
15499 addresses in the To: line and the list of To patterns.
15501 Don't make the mistake of putting the &quot;!&quot; in the data field for
15502 the pattern.
15503 For example, if you type the characters &quot;!frizzle&quot; into the To
15504 pattern, the pattern will look like:
15506 <PRE>
15507  To pattern = !frizzle
15508 </PRE>
15510 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15511 In order to match messages that do not have &quot;frizzle&quot; in
15512 their To field, first type the characters &quot;frizzle&quot; followed
15513 by carriage return for the value of the To pattern, then negate it
15514 by typing the &quot;!&quot; command.
15515 It should end up looking like
15517 <PRE>
15518  ! To pattern = frizzle
15519 </PRE>
15522 You are not limited to using the six standard header patterns that are
15523 normally shown (To, From, Sender, Cc, News, and Subject).
15524 You may add any other header to a Pattern by
15525 using the &quot;eXtraHdr&quot; command to specify a different
15526 message header line; and then the Add or Change command to fill in
15527 a pattern for the new header line, just like you would for a standard header.
15529 A technicality: Since comma is the character used to separate multiple
15530 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15531 you want to include a literal comma in the field.
15532 In other words, if you type a backslash followed by a comma it will
15533 be interpreted as a comma by Alpine, instead of as a separator between
15534 pattern values.
15535 All other backslashes are literal backslashes and should not be escaped.
15537 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15538 for more information on Patterns.
15540 Look <A HREF="h_edit_nav_cmds">here</A>
15541 to see the available Editing and Navigation commands.
15543 &lt;End of help on this topic&gt;
15544 </BODY>
15545 </HTML>
15546 ======= h_config_role_frompat =======
15547 <HTML>
15548 <HEAD>
15549 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
15550 </HEAD>
15551 <BODY>
15552 <H1>&quot;From:&quot; Pattern Explained</H1>
15554 This is just like the &quot;To pattern&quot; except that it is compared with
15555 the address in the From: line of the message
15556 instead of the addresses from the To: line.
15557 See the help for the To pattern for more information on header patterns.
15559 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15560 for more information on Patterns.
15562 Look <A HREF="h_edit_nav_cmds">here</A>
15563 to see the available Editing and Navigation commands.
15565 &lt;End of help on this topic&gt;
15566 </BODY>
15567 </HTML>
15568 ======= h_config_role_senderpat =======
15569 <HTML>
15570 <HEAD>
15571 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
15572 </HEAD>
15573 <BODY>
15574 <H1>&quot;Sender:&quot; Pattern Explained</H1>
15576 This is just like the &quot;To pattern&quot; except that it is compared with
15577 the address from the Sender: line of the message
15578 instead of the addresses from the To: line.
15579 See the help for the To pattern for more information on header patterns.
15581 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15582 for more information on Patterns.
15584 Look <A HREF="h_edit_nav_cmds">here</A>
15585 to see the available Editing and Navigation commands.
15587 &lt;End of help on this topic&gt;
15588 </BODY>
15589 </HTML>
15590 ======= h_config_role_ccpat =======
15591 <HTML>
15592 <HEAD>
15593 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
15594 </HEAD>
15595 <BODY>
15596 <H1>&quot;Cc:&quot; Pattern Explained</H1>
15598 This is just like the &quot;To pattern&quot; except that it is compared with
15599 the addresses from the Cc: line of the message
15600 instead of the addresses from the To: line.
15601 See the help for the To pattern for more information on header patterns.
15603 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15604 for more information on Patterns.
15606 Look <A HREF="h_edit_nav_cmds">here</A>
15607 to see the available Editing and Navigation commands.
15609 &lt;End of help on this topic&gt;
15610 </BODY>
15611 </HTML>
15612 ======= h_config_role_recippat =======
15613 <HTML>
15614 <HEAD>
15615 <TITLE>Recipient Pattern Explained</TITLE>
15616 </HEAD>
15617 <BODY>
15618 <H1>Recipient Pattern Explained</H1>
15620 This is just like the &quot;To pattern&quot; except that it is compared with
15621 the addresses from both the To: line and the Cc: line of the
15622 message instead of just the addresses from the To: line.
15623 In other words, it is considered a match if the pattern matches
15624 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
15625 in the Cc: line.
15626 (Notice that defining the Recipient pattern does not have the same
15627 effect as defining both the To and Cc patterns.
15628 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
15629 It is equivalent to having two different rules;
15630 one with a To pattern and the other with the same Cc pattern.)
15632 A technicality: Since comma is the character used to separate multiple
15633 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15634 you want to include a literal comma in the field.
15635 In other words, if you type a backslash followed by a comma it will
15636 be interpreted as a comma by Alpine, instead of as a separator between
15637 pattern values.
15638 All other backslashes are literal backslashes and should not be escaped.
15640 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15641 for more information on Patterns.
15643 Look <A HREF="h_edit_nav_cmds">here</A>
15644 to see the available Editing and Navigation commands.
15646 &lt;End of help on this topic&gt;
15647 </BODY>
15648 </HTML>
15649 ======= h_config_role_particpat =======
15650 <HTML>
15651 <HEAD>
15652 <TITLE>Participant Pattern Explained</TITLE>
15653 </HEAD>
15654 <BODY>
15655 <H1>Participant Pattern Explained</H1>
15657 This is just like the &quot;To pattern&quot; except that it is compared with
15658 the addresses from the From: line, the To: line, and the Cc: line of the
15659 message instead of just the addresses from the To: line.
15660 In other words, it is considered a match if the pattern matches
15661 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
15662 in the To: line, <EM>OR</EM> an address in the Cc: line.
15663 (Notice that defining the Participant pattern does not have the same
15664 effect as defining all of the From, To, and Cc patterns.
15665 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
15666 From <EM>AND</EM> To <EM>AND</EM> Cc.
15667 It is equivalent to having three different rules;
15668 one with a From pattern, another with the same To pattern, and a third with
15669 the same Cc pattern.)
15671 A technicality: Since comma is the character used to separate multiple
15672 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15673 you want to include a literal comma in the field.
15674 In other words, if you type a backslash followed by a comma it will
15675 be interpreted as a comma by Alpine, instead of as a separator between
15676 pattern values.
15677 All other backslashes are literal backslashes and should not be escaped.
15679 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15680 for more information on Patterns.
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_newspat =======
15689 <HTML>
15690 <HEAD>
15691 <TITLE>News Pattern Explained</TITLE>
15692 </HEAD>
15693 <BODY>
15694 <H1>News Pattern Explained</H1>
15696 If this pattern is non-blank, then for this rule to be considered a
15697 match, at least one of the newsgroups from
15698 the Newsgroups line of the message must match this pattern.
15699 If this pattern is a list of patterns, then at least one of the
15700 newsgroups must match at least one of the patterns.
15701 (Any other non-blank parts of the Pattern must match, too.)
15703 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
15704 &quot;!&quot; &quot;toggle NOT&quot; command.
15705 This changes the meaning of the News pattern so that it has the opposite meaning.
15706 It will be considered a match if there are no matches between the
15707 addresses in the Newsgroups: line and the list of News patterns.
15709 Don't make the mistake of putting the &quot;!&quot; in the data field for
15710 the pattern.
15711 For example, if you type the characters &quot;!frizzle&quot; into the News
15712 pattern, the pattern will look like:
15714 <PRE>
15715  News pattern = !frizzle
15716 </PRE>
15718 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15719 In order to match messages that do not have &quot;frizzle&quot; in
15720 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
15721 by carriage return for the value of the News pattern, then negate it
15722 by typing the &quot;!&quot; command.
15723 It should end up looking like
15725 <PRE>
15726  ! News pattern = frizzle
15727 </PRE>
15729 A technicality: Since comma is the character used to separate multiple
15730 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15731 you want to include a literal comma in the field.
15732 In other words, if you type a backslash followed by a comma it will
15733 be interpreted as a comma by Alpine, instead of as a separator between
15734 pattern values.
15735 All other backslashes are literal backslashes and should not be escaped.
15738 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15739 for more information on Patterns.
15741 Look <A HREF="h_edit_nav_cmds">here</A>
15742 to see the available Editing and Navigation commands.
15744 &lt;End of help on this topic&gt;
15745 </BODY>
15746 </HTML>
15747 ======= h_config_role_subjpat =======
15748 <HTML>
15749 <HEAD>
15750 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
15751 </HEAD>
15752 <BODY>
15753 <H1>&quot;Subject:&quot; Pattern Explained</H1>
15755 This is similar to the other parts of the Pattern.
15756 It is compared with
15757 the contents from the Subject of the message.
15759 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15760 for more information on Patterns.
15762 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
15763 &quot;!&quot; &quot;toggle NOT&quot; command.
15764 This changes the meaning of the Subject pattern so that it has the opposite meaning.
15765 It will be considered a match if there are no matches between the
15766 text in the Subject: line and the list of Subject patterns.
15769 If you wish to have a header pattern that is not one of the six standard
15770 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
15772 A technicality: Since comma is the character used to separate multiple
15773 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15774 you want to include a literal comma in the field.
15775 In other words, if you type a backslash followed by a comma it will
15776 be interpreted as a comma by Alpine, instead of as a separator between
15777 pattern values.
15778 All other backslashes are literal backslashes and should not be escaped.
15780 Look <A HREF="h_edit_nav_cmds">here</A>
15781 to see the available Editing and Navigation commands.
15783 &lt;End of help on this topic&gt;
15784 </BODY>
15785 </HTML>
15786 ======= h_config_role_alltextpat =======
15787 <HTML>
15788 <HEAD>
15789 <TITLE>AllText Pattern Explained</TITLE>
15790 </HEAD>
15791 <BODY>
15792 <H1>AllText Pattern Explained</H1>
15794 This is similar to the header patterns.
15795 Instead of comparing with text in a particular header field it 
15796 is compared with all of the text in the message header and body.
15798 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
15799 &quot;!&quot; &quot;toggle NOT&quot; command.
15800 This changes the meaning of the AllText pattern so that it has the opposite meaning.
15801 It will be considered a match if there are no matches between the
15802 text of the message and the list of AllText patterns.
15804 Don't make the mistake of putting the &quot;!&quot; in the data field for
15805 the pattern.
15806 For example, if you type the characters &quot;!frizzle&quot; into the AllText
15807 pattern, the pattern will look like:
15809 <PRE>
15810  AllText pattern = !frizzle
15811 </PRE>
15813 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15814 In order to match messages that do not have &quot;frizzle&quot; in
15815 the text of the message, first type the characters &quot;frizzle&quot; followed
15816 by carriage return for the value of the AllText pattern, then negate it
15817 by typing the &quot;!&quot; command.
15818 It should end up looking like
15820 <PRE>
15821  ! AllText pattern = frizzle
15822 </PRE>
15824 It is possible that you may notice degraded performance when using
15825 AllText Patterns.
15827 A technicality: Since comma is the character used to separate multiple
15828 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15829 you want to include a literal comma in the field.
15830 In other words, if you type a backslash followed by a comma it will
15831 be interpreted as a comma by Alpine, instead of as a separator between
15832 pattern values.
15833 All other backslashes are literal backslashes and should not be escaped.
15835 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15836 for more information on Patterns.
15838 Look <A HREF="h_edit_nav_cmds">here</A>
15839 to see the available Editing and Navigation commands.
15841 &lt;End of help on this topic&gt;
15842 </BODY>
15843 </HTML>
15844 ======= h_config_role_bodytextpat =======
15845 <HTML>
15846 <HEAD>
15847 <TITLE>BodyText Pattern Explained</TITLE>
15848 </HEAD>
15849 <BODY>
15850 <H1>BodyText Pattern Explained</H1>
15852 This is similar to the header patterns.
15853 Instead of comparing with text in a particular header field it 
15854 is compared with all of the text in the message body.
15856 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
15857 &quot;!&quot; &quot;toggle NOT&quot; command.
15858 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
15859 It will be considered a match if there are no matches between the
15860 text of the body of the message and the list of BodyText patterns.
15862 Don't make the mistake of putting the &quot;!&quot; in the data field for
15863 the pattern.
15864 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
15865 pattern, the pattern will look like:
15867 <PRE>
15868  BdyText pattern = !frizzle
15869 </PRE>
15871 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15872 In order to match messages that do not have &quot;frizzle&quot; in
15873 their BodyText, first type the characters &quot;frizzle&quot; followed
15874 by carriage return for the value of the BodyText pattern, then negate it
15875 by typing the &quot;!&quot; command.
15876 It should end up looking like
15878 <PRE>
15879  ! BodyText pattern = frizzle
15880 </PRE>
15882 It is possible that you may notice degraded performance when using
15883 BodyText Patterns.
15885 A technicality: Since comma is the character used to separate multiple
15886 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15887 you want to include a literal comma in the field.
15888 In other words, if you type a backslash followed by a comma it will
15889 be interpreted as a comma by Alpine, instead of as a separator between
15890 pattern values.
15891 All other backslashes are literal backslashes and should not be escaped.
15893 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15894 for more information on Patterns.
15896 Look <A HREF="h_edit_nav_cmds">here</A>
15897 to see the available Editing and Navigation commands.
15899 &lt;End of help on this topic&gt;
15900 </BODY>
15901 </HTML>
15902 ======= h_config_role_charsetpat =======
15903 <HTML>
15904 <HEAD>
15905 <TITLE>Character Set Pattern Explained</TITLE>
15906 </HEAD>
15907 <BODY>
15908 <H1>Character Set Pattern Explained</H1>
15910 A message may use one or more character sets.
15911 This part of the Pattern matches messages that make use of
15912 certain specified character sets.
15913 It will be considered a match if a message uses any of the character
15914 sets in the list you give here.
15917 When filling in a value for this field, you may use
15918 the &quot;T&quot; command, which presents you with a large list of
15919 possible character sets to choose from.
15920 You may also just type in the name of a character set, and it need not
15921 be one that Alpine knows about.
15924 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
15925 GB2312) you may also use some shorthand names that Alpine provides.
15926 These names are more understandable shorthand names for sets of 
15927 character set names.
15928 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
15929 Selecting one of these shorthand names is equivalent to selecting all of
15930 the character sets that make up the set.
15931 You can see all of these shorthand names and the lists of character sets
15932 they stand for by typing the &quot;T&quot; command.
15935 For the purposes of this Pattern,
15936 Alpine will search through a message for all of the text parts and
15937 collect the character sets declared for each part.
15938 It will also look in the Subject line for a character set used there.
15939 Alpine does not actually look at the text of the message or the text
15940 of the Subject to determine if a declared character set is actually
15941 used, it looks only at the declarations themselves in the MIME part headers
15942 and in the Subject.
15945 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
15946 &quot;!&quot; &quot;toggle NOT&quot; command.
15947 This changes the meaning of the Character Set pattern so that
15948 it has the opposite meaning.
15949 It will be considered a match if none of the character sets in the
15950 list are used in a message.
15952 Don't make the mistake of putting the &quot;!&quot; in the data field for
15953 the pattern.
15954 For example, if you type the characters &quot;!GB2312&quot; into the
15955 Character Set pattern, the pattern will look like:
15957 <PRE>
15958  Charset pattern = !GB2312
15959 </PRE>
15961 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
15962 In order to match messages that do not have the
15963 character set &quot;GB2312&quot;
15964 set, first type the characters &quot;GB2312&quot; followed
15965 by carriage return for the value of the Character Set pattern, then negate it
15966 by typing the &quot;!&quot; command.
15967 It should end up looking like
15969 <PRE>
15970  ! Charset pattern = GB2312
15971 </PRE>
15973 A technicality: Since comma is the character used to separate multiple
15974 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15975 you want to include a literal comma in the field.
15976 In other words, if you type a backslash followed by a comma it will
15977 be interpreted as a comma by Alpine, instead of as a separator between
15978 pattern values.
15979 All other backslashes are literal backslashes and should not be escaped.
15981 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15982 for more information on Patterns.
15984 Look <A HREF="h_edit_nav_cmds">here</A>
15985 to see the available Editing and Navigation commands.
15987 &lt;End of help on this topic&gt;
15988 </BODY>
15989 </HTML>
15990 ======= h_config_role_keywordpat =======
15991 <HTML>
15992 <HEAD>
15993 <TITLE>Keyword Pattern Explained</TITLE>
15994 </HEAD>
15995 <BODY>
15996 <H1>Keyword Pattern Explained</H1>
15998 A folder may have user-defined keywords.
15999 These are similar to the Important flag, which the user may set using the
16000 Flag command.
16001 The difference is that the Important flag is always present for each folder.
16002 User-defined keywords are picked by the user.
16003 You may add new keywords by defining them in the
16004 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
16005 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
16006 the Flag command may be used to set or clear the keyword on individual messages.
16007 If you have given a keyword a nickname when configuring it,
16008 that nickname may be used instead of the actual keyword.
16011 When filling in a value for this field, it may be easiest to use
16012 the &quot;T&quot; command, which presents you with a list of the keywords
16013 you have defined to choose from.
16016 This part of the Pattern matches messages with certain keywords set.
16017 It will be considered a match if a message has any of the keywords in the
16018 list set.
16019 A keyword that you have not defined using the
16020 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16021 will not be a match.
16024 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
16025 &quot;!&quot; &quot;toggle NOT&quot; command.
16026 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
16027 It will be considered a match if none of the keywords in the list are set
16028 for a message.
16029 A keyword that you have not defined using the
16030 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16031 will not be a match, so a <EM>NOT</EM> of that keyword does match.
16033 Don't make the mistake of putting the &quot;!&quot; in the data field for
16034 the pattern.
16035 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
16036 pattern, the pattern will look like:
16038 <PRE>
16039  Keyword pattern = !frizzle
16040 </PRE>
16042 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16043 In order to match messages that do not have the keyword &quot;frizzle&quot;
16044 set, first type the characters &quot;frizzle&quot; followed
16045 by carriage return for the value of the Keyword pattern, then negate it
16046 by typing the &quot;!&quot; command.
16047 It should end up looking like
16049 <PRE>
16050  ! Keyword pattern = frizzle
16051 </PRE>
16053 A technicality: Since comma is the character used to separate multiple
16054 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16055 you want to include a literal comma in the field.
16056 In other words, if you type a backslash followed by a comma it will
16057 be interpreted as a comma by Alpine, instead of as a separator between
16058 pattern values.
16059 All other backslashes are literal backslashes and should not be escaped.
16061 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16062 for more information on Patterns.
16064 Look <A HREF="h_edit_nav_cmds">here</A>
16065 to see the available Editing and Navigation commands.
16067 &lt;End of help on this topic&gt;
16068 </BODY>
16069 </HTML>
16070 ======= h_config_role_arbpat =======
16071 <HTML>
16072 <HEAD>
16073 <TITLE>Extra Header Patterns Explained</TITLE>
16074 </HEAD>
16075 <BODY>
16076 <H1>Extra Header Patterns Explained</H1>
16078 The header patterns that come after the Participant pattern but before the 
16079 AllText pattern are extra header patterns that you have added to a rule's
16080 Pattern. These are just like the other header patterns except that
16081 the contents of the particular header listed on the left hand side will
16082 be used for comparisons.
16084 The &quot;eXtraHdr&quot; command may be used to add more of these
16085 header patterns to the rule you are editing.
16087 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
16088 extra header pattern from the rule you are editing.
16090 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
16091 &quot;!&quot; &quot;toggle NOT&quot; command.
16092 This changes the meaning of the pattern so that it has the opposite meaning.
16093 It will be considered a match if there are no matches between the
16094 text in the header line and the list of patterns.
16096 Don't make the mistake of putting the &quot;!&quot; in the data field for
16097 the pattern.
16098 For example, if you type the characters &quot;!frizzle&quot; into the
16099 pattern, the pattern will look like:
16101 <PRE>
16102  Xyz pattern = !frizzle
16103 </PRE>
16105 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16106 In order to match messages that do not have &quot;frizzle&quot; in
16107 their Xyz field, first type the characters &quot;frizzle&quot; followed
16108 by carriage return for the value of the pattern, then negate it
16109 by typing the &quot;!&quot; command.
16110 It should end up looking like
16112 <PRE>
16113  ! Xyz pattern = frizzle
16114 </PRE>
16117 A technicality: Since comma is the character used to separate multiple
16118 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16119 you want to include a literal comma in the field.
16120 In other words, if you type a backslash followed by a comma it will
16121 be interpreted as a comma by Alpine, instead of as a separator between
16122 pattern values.
16123 All other backslashes are literal backslashes and should not be escaped.
16125 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16126 for more information on Patterns.
16128 Look <A HREF="h_edit_nav_cmds">here</A>
16129 to see the available Editing and Navigation commands.
16131 &lt;End of help on this topic&gt;
16132 </BODY>
16133 </HTML>
16134 ======= h_config_role_cat_cmd =======
16135 <HTML>
16136 <HEAD>
16137 <TITLE>Categorizer Command Explained</TITLE>
16138 </HEAD>
16139 <BODY>
16140 <H1>Categorizer Command Explained</H1>
16142 This is a command that is run with its standard input set to the message
16143 being checked and its standard output discarded.
16144 The full directory path should be specified.
16145 The command will be run and then its exit status will be checked against
16146 the Exit Status Interval, which defaults to just the value zero.
16147 If the exit status of the command falls in the interval, it is considered
16148 a match, otherwise it is not a match.
16151 This option may actually be a list of commands.
16152 The first one that exists and is executable is used.
16153 That makes it possible to use the same configuration with Unix Alpine and
16154 PC-Alpine.
16157 If none of the commands in the list exists and is executable then the rule
16158 is <EM>not</EM> a match.
16159 If it is possible that the command may not exist, you should be careful
16160 to structure your rules so that nothing destructive
16161 happens when the command does not exist.
16162 For example, you might have a filter that filters away spam when there is
16163 a match but does nothing when there is not a match.
16164 That would cause no harm if the command didn't exist.
16165 However, if you have a filter that filters away spam when there is not
16166 a match and keeps it when there is a match, that would filter everything
16167 if the categorizer command didn't exist.
16169 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
16170 setup for the bogofilter filter.
16173 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16174 for more information on Patterns.
16176 Look <A HREF="h_edit_nav_cmds">here</A>
16177 to see the available Editing and Navigation commands.
16179 &lt;End of help on this topic&gt;
16180 </BODY>
16181 </HTML>
16182 ======= h_config_role_cat_cmd_example =======
16183 <HTML>
16184 <HEAD>
16185 <TITLE>Categorizer Command Example</TITLE>
16186 </HEAD>
16187 <BODY>
16188 <H1>Categorizer Command Example</H1>
16190 Bogofilter
16191 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
16192 is a mail filter that attempts to classify mail as spam or
16193 non-spam using statistical analysis of the message content.
16194 When run with no arguments and a message as standard input, it exits with
16195 exit status 0 if it thinks a message is spam and 1 if it thinks
16196 it is not spam.
16197 To use bogofilter as your Categorizer Command you would simply set Command to
16198 the pathname of the bogofilter program.
16199 For example,
16201 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
16203 Exit status of zero is what you are interested in, so you'd set the
16204 Exit Status Interval to
16206 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
16209 In order to prevent downloading an entire huge message to check for spam, you
16210 might want to set the Character Limit to a few thousand characters (the
16211 assumption being that the spam will reveal itself in those characters)
16213 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
16216 You would probably use bogofilter in an Alpine Filter Rule, and have the action
16217 be to move the message to a spam folder.
16218 It would usually be wise to also check the &quot;Message is Recent&quot;
16219 part of the rule so that messages are only checked when they first arrive,
16220 and to restrict the Current Folder Type to just your INBOX.
16221 The reason for checking only Recent messages is to save the time it takes
16222 to run bogofilter on each message.
16223 As an experiment, you might start out by using this in an Indexcolor Rule
16224 instead of a Filter Rule.
16225 In that case, you probably wouldn't check the Recent checkbox.
16227 The use described above assumes that you are somehow maintaining bogofilter's
16228 database of words associated with spam and non-spam messages.
16229 One way to start your database would be to select a bunch of spam messages
16230 in Alpine (you might Save spam messages to a special folder or use Alpine's
16231 Select command to select several) and then Apply
16232 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
16233 a pipe command to the spam messages.
16234 For example, you could have a shell script or an alias
16235 called <EM>this_is_spam</EM>, which would simply be the command
16237 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
16240 It is probably best to use the pipe command's Raw Text, With Delimiter,
16241 and Free Output options,
16242 which are at the bottom of the screen when you type the pipe command.
16243 That's because bogofilter expects the raw message as input, and uses
16244 the Delimiters to tell when a new message starts.
16245 You would not need to use a separate pipe for each message, because
16246 bogofilter can handle multiple messages at once.
16248 Similarly, you would select a group of non-spam messages
16249 and run them through a <EM>this_is_nonspam</EM> script
16250 that was something like
16252 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
16255 For the more adventurous, the next step might be to automate the upkeep of
16256 the bogofilter database.
16257 It might make more sense to have bogofilter be part of the delivery process,
16258 but it is also possible to do it entirely from within Alpine.
16259 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
16260 the &quot;-u&quot; argument will cause bogofilter to update the database.
16262 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16264 You'd want a couple more aliases or shell scripts called something like
16265 <EM>change_to_spam</EM>
16267 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
16270 <EM>change_to_nonspam</EM>
16272 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
16274 When you run across a message in your INBOX that should have been
16275 classified as spam you would pipe it to the change_to_spam script, and
16276 when you run across a message in your spam folder that should have been
16277 left in your INBOX you would pipe it through change_to_nonspam.
16280 There is a technical problem with this approach.
16281 Alpine may check your filters more than once.
16282 In particular, every time you start Alpine the filters will be checked for
16283 each message.
16284 Also, if you have any filters that depend on message state (New, Deleted, etc.)
16285 then Alpine will recheck for matches in messages that have changed state
16286 at the time you close the folder and before expunging.
16287 This is usually ok.
16288 However, in this case it is a problem because the command
16290 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16292 has the side effect of updating the database.
16293 So you run the risk of updating the database multiple times for a single
16294 message instead of updating it just once per message.
16295 There are some ways to work around this problem.
16296 What you need is a way to mark the message after you have run the filter.
16297 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
16298 Besides having the filter move the message to a spam folder, also have it
16299 set the Bogo keyword.
16300 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
16301 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
16302 This rule can only set the Bogo keyword for the messages that it matches.
16303 You will also need to add a second rule right after this one that
16304 matches all the messages that don't have the Bogo keyword set
16305 (put the keyword in the Keyword pattern and toggle
16306 the Not with the ! command)
16307 and takes the action of setting it.
16308 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
16309 (and so it won't re-run the bogofilter command) if the keyword is already
16310 set.
16312 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
16313 on all messages that don't have the Bogo keyword set.
16314 This will have the side effect of inserting that message in the bogofilter
16315 database, match or not.
16316 If this rule matches (it is spam), the Bogo keyword will be set and
16317 the message will be moved to a spam folder.
16318 If it does not match, the
16319 following rule will mark the message by turning on the keyword.
16320 This second rule should be a non-terminating
16321 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
16322 rule so that it doesn't stop the filtering process before the rest of
16323 your rules are consulted.
16326 In summary, the first rule is something like
16327 <PRE>
16328   Nickname          = bogofilter -u rule
16329   Current Folder Type =
16330                (*) Specific
16331                    Folder = INBOX
16333   ! Keyword pattern = Bogo
16335   External Categorizer Commands =
16336        Command              = /usr/local/bin/bogofilter -u
16337        Exit Status Interval = (0,0)
16338        Character Limit      = <No Value Set: using "-1">  (optionally set this)
16340   Filter Action =
16341        (*) Move
16342            Folder = spam
16343   
16344   Set These Keywords   = Bogo
16345 </PRE>
16347 and the following rule is
16348 <PRE>
16349   Nickname          = Set Bogo Keyword
16350   Current Folder Type =
16351                (*) Specific
16352                    Folder = INBOX
16354   ! Keyword pattern = Bogo
16356   Filter Action =
16357        (*) Just Set Message Status
16359   Set These Keywords   = Bogo
16361   Features =
16362       [X]  dont-stop-even-if-rule-matches
16363 </PRE>
16365 If it is possible for you to insert bogofilter in the delivery process instead
16366 of having it called from Alpine you could prevent having to wait
16367 for the bogofilter processing while you read your mail.
16368 You would have bogofilter add a header to the message at the time of delivery
16369 that identified it as spam or nonspam.
16370 With this method, you could avoid using a Categorizer Command while running Alpine,
16371 and just match on the header instead.
16372 You might still want to use the scripts mentioned above to initialize the
16373 database or to re-classify wrongly classified messages.
16376 Finally, it isn't for the faint-hearted,
16377 but it is also possible to run bogofilter from PC-Alpine.
16378 You can install Cygwin from
16379 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
16380 then compile bogofilter in the cygwin environment, and run it from
16381 within PC-Alpine.
16382 You would end up with a Categorizer command that looked something like
16384 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
16386 Note that the &quot;.exe&quot; extension is explicit,
16387 and that the bogofilter.exe executable should be in the same directory
16388 as cygwin1.dll.
16391 &lt;End of help on this topic&gt;
16392 </BODY>
16393 </HTML>
16394 ======= h_config_role_cat_status =======
16395 <HTML>
16396 <HEAD>
16397 <TITLE>Exit Status Interval Explained</TITLE>
16398 </HEAD>
16399 <BODY>
16400 <H1>Exit Status Interval Explained</H1>
16402 The categorizer command is run and the result is the exit status of
16403 that command.
16404 If that exit status falls in the Exit Status Interval
16405 then it is considered a match, otherwise it is not a match.
16406 Of course for the entire rule to match, it must also be checked against
16407 the other defined parts of the Pattern.
16409 The Exit Status Interval defaults to the single value 0 (zero).
16410 If you define it, it should be set to something like:
16412 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
16414 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
16415 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
16416 positive and negative integers.
16418 Actually, a list of intervals may be used if you wish.
16419 A list would look like
16421 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
16423 When there is an Exit Status Interval defined, it is a match if the exit status
16424 of the categorizer command is contained in any of the intervals.
16425 The intervals include both endpoints.
16427 The default interval is
16429 <CENTER><SAMP>(0,0)</SAMP></CENTER>
16431 and it matches only if the command exits with exit status equal to zero.
16434 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16435 for more information on Patterns.
16437 Look <A HREF="h_edit_nav_cmds">here</A>
16438 to see the available Editing and Navigation commands.
16440 &lt;End of help on this topic&gt;
16441 </BODY>
16442 </HTML>
16443 ======= h_config_role_cat_limit =======
16444 <HTML>
16445 <HEAD>
16446 <TITLE>Character Limit Explained</TITLE>
16447 </HEAD>
16448 <BODY>
16449 <H1>Character Limit Explained</H1>
16451 Setting this option makes it possible to limit how much of the message
16452 is made available to the categorizer command as input.
16453 The default value (-1) means that the entire message is fed to the
16454 command.
16455 A value of 0 (zero) means that only the headers of the message are
16456 made available.
16457 A positive integer means that the headers plus that many characters from
16458 the body of the message are passed to the categorizer.
16461 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16462 for more information on Patterns.
16464 Look <A HREF="h_edit_nav_cmds">here</A>
16465 to see the available Editing and Navigation commands.
16467 &lt;End of help on this topic&gt;
16468 </BODY>
16469 </HTML>
16470 ======= h_config_role_age =======
16471 <HTML>
16472 <HEAD>
16473 <TITLE>Age Interval Explained</TITLE>
16474 </HEAD>
16475 <BODY>
16476 <H1>Age Interval Explained</H1>
16478 The Age Interval, if defined, is part of the Pattern.
16479 If you use this, it should be set to something like:
16481 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
16483 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
16484 The special value &quot;INF&quot; may be used for the max value.
16485 It represents infinity.
16487 In rare cases it may be useful to use the more general form of the value,
16488 which is a comma-separated list of intervals.
16489 It would look something like:
16491 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
16493 When there is an Age Interval defined, it is a match if the age, in days, of
16494 the message is contained in the interval.
16495 The interval includes both endpoints.
16496 If the option is set to a list of intervals then it is a match if the
16497 age of the message is contained in any of the intervals.
16499 Even though this option is called Age, it isn't actually
16500 the <EM>age</EM> of the message.
16501 Instead, it is how many days ago the message arrived in one of your folders.
16502 If the current time is a little past midnight, then a message that arrived
16503 just before midnight arrived yesterday, even though the message is only
16504 a few minutes old.
16505 By default, the date being used is not the date in the Date
16506 header of the message.
16507 It is the date that the message arrived in one of your folders.
16508 When you Save a message from one folder to another that arrival date
16509 is preserved.
16510 If you would like to use the date in the Date header that is possible.
16511 Turn on the option
16512 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
16513 near the bottom of the rule definition.
16515 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
16516 The age interval
16518 <CENTER><SAMP>(2,2)</SAMP></CENTER>
16520 matches all messages that arrived on the day before yesterday.
16521 The interval
16523 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
16525 matches all messages that arrived at least 180 days before today.
16526 The interval
16528 <CENTER><SAMP>(0,1)</SAMP></CENTER>
16530 matches all messages that arrived today or yesterday.
16533 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16534 for more information on Patterns.
16536 Look <A HREF="h_edit_nav_cmds">here</A>
16537 to see the available Editing and Navigation commands.
16539 &lt;End of help on this topic&gt;
16540 </BODY>
16541 </HTML>
16542 ======= h_config_role_size =======
16543 <HTML>
16544 <HEAD>
16545 <TITLE>Size Interval Explained</TITLE>
16546 </HEAD>
16547 <BODY>
16548 <H1>Size Interval Explained</H1>
16550 The Size Interval, if defined, is part of the Pattern.
16551 If you use this, it should be set to something like:
16553 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
16555 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
16556 The special value &quot;INF&quot; may be used for the max value.
16557 It represents infinity.
16559 In rare cases it may be useful to use the more general form of the value,
16560 which is a comma-separated list of intervals.
16561 It would look something like:
16563 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
16565 When there is a Size Interval defined, it is a match if the size of
16566 the message is contained in the interval.
16567 The interval includes both endpoints.
16568 If the option is set to a list of intervals then it is a match if the
16569 size of the message is contained in any of the intervals.
16571 The size interval
16573 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
16575 matches all messages with sizes greater than or equal to 10000, and less
16576 than or equal to 50000.
16577 The interval
16579 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
16581 matches all messages with sizes greater than or equal to 100000.
16584 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16585 for more information on Patterns.
16587 Look <A HREF="h_edit_nav_cmds">here</A>
16588 to see the available Editing and Navigation commands.
16590 &lt;End of help on this topic&gt;
16591 </BODY>
16592 </HTML>
16593 ======= h_config_role_scorei =======
16594 <HTML>
16595 <HEAD>
16596 <TITLE>Score Interval Explained</TITLE>
16597 </HEAD>
16598 <BODY>
16599 <H1>Score Interval Explained</H1>
16601 The Score Interval, if defined, is part of the Pattern.
16602 If you use this, it should be set to something like:
16604 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
16606 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
16607 -32000 and 32000.
16608 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
16609 the min and max values.
16610 These represent negative and positive infinity.
16612 Actually, the value may be a list of intervals rather than just a
16613 single interval if that is useful.
16614 The elements of the list are separated by commas like:
16616 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
16618 When there is a Score Interval defined, it is a match if the score for
16619 the message is contained in any of the intervals.
16620 The intervals include both endpoints.
16621 The score for a message is calculated by looking at every scoring rule
16622 defined and adding up the Score Values for the rules that match the message.
16623 Scoring rules are created using the
16624 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
16627 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16628 for more information on Patterns.
16630 Look <A HREF="h_edit_nav_cmds">here</A>
16631 to see the available Editing and Navigation commands.
16633 &lt;End of help on this topic&gt;
16634 </BODY>
16635 </HTML>
16636 ======= h_config_role_fldr_type =======
16637 <HTML>
16638 <HEAD>
16639 <TITLE>Current Folder Type Explained</TITLE>
16640 </HEAD>
16641 <BODY>
16642 <H1>Current Folder Type Explained</H1>
16644 The Current Folder Type is part of the role's Pattern.
16645 It refers to the type of the currently open folder, which is the folder
16646 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
16647 In order for a role to be considered a match, the current folder must
16648 be of the type you set here.
16649 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16650 all what you might think.
16652 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
16653 example, then
16654 that role will only be a match if the current folder is a newsgroup and
16655 the rest of the Pattern matches.
16656 The value &quot;Specific&quot; may be used when you want to limit the match
16657 to a specific folder (not just a specific type of folder), or to a list of
16658 specific folders.
16660 In order to match a specific folder you Select the &quot;Specific&quot;
16661 button <EM>AND</EM> fill in
16662 the name (or list of names) of
16663 the folder in the &quot;Folder List&quot; field.
16664 If the current folder is any of the folders in the list, that is considered
16665 a match.
16666 The name of each folder in the list may be either &quot;INBOX&quot;,
16667 the technical specification
16668 of the folder (like what appears in your configuration file) or, if the
16669 folder is one of your incoming folders, it may be the nickname you've given
16670 the folder.
16671 Here are a couple samples of specific folder names:
16673 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16675 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16677 The easiest way to fill in the &quot;Folder List&quot; field is to use
16678 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
16679 highlighted, or to use the &quot;Take&quot; command with the configuration
16680 feature
16681 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
16682 turned on.
16683 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16684 Current Folder Type is set to &quot;Specific&quot;, and any value that
16685 &quot;Folder List&quot; has is ignored unless the type
16686 is set to &quot;Specific&quot;.
16688 When reading a newsgroup, there may be a performance penalty
16689 incurred when collecting the information necessary to check a Pattern.
16690 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
16692 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16693 for more information on Patterns.
16695 Look <A HREF="h_edit_nav_cmds">here</A>
16696 to see the available Editing and Navigation commands.
16698 &lt;End of help on this topic&gt;
16699 </BODY>
16700 </HTML>
16701 ======= h_config_filt_rule_type =======
16702 <HTML>
16703 <HEAD>
16704 <TITLE>Filter Action Explained</TITLE>
16705 </HEAD>
16706 <BODY>
16707 <H1>Filter Action Explained</H1>
16709 The Filter Action specifies the action to be taken when the Pattern is a
16710 match.
16711 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
16712 &quot;Just Set Message Status&quot;.
16714 If it is set to &quot;Delete&quot;, then the message that matches the
16715 Pattern will be deleted from the open folder.
16717 If it is set to &quot;Move&quot;, then the name of the folder to which
16718 the matching message should be moved is given in the &quot;Folder List&quot; field on the
16719 next line of the screen.
16720 A list of folders separated by commas may be given, in which case the
16721 message will be copied to all of the folders in the list before it is
16722 deleted.
16724 If it is set to neither of those two values (it is set to the value
16725 labeled &quot;Just Set Message Status&quot;) then the message status
16726 setting will happen
16727 but the message will not be deleted or moved.
16729 If you are Moving a message you may also set Message Status if you wish.
16731 The easiest way to fill in the &quot;Folder List&quot; field is to use
16732 the T command that is available when the &quot;Folder List&quot; line is
16733 highlighted.
16734 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16735 Filter Action is set to &quot;Move&quot;, and any value that
16736 &quot;Folder List&quot; has is ignored unless the type
16737 is set to &quot;Move&quot;.
16739 There are a few tokens that may be used in the names in the Folder List.
16740 They are all related to the date on which the filtering is taking place.
16741 The tokens are words surrounded by underscores.
16742 For example, if you want your filter to move messages to a folder named
16743 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
16744 you could specify the folder as
16745 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
16746 which would result in a file named something like
16747 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
16749 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
16750 which would result in a file named something like
16751 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
16752 The available tokens are listed
16753 <A HREF="h_index_tokens">here</A>.
16755 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16756 for more information on Patterns.
16758 Look <A HREF="h_edit_nav_cmds">here</A>
16759 to see the available Editing and Navigation commands.
16761 &lt;End of help on this topic&gt;
16762 </BODY>
16763 </HTML>
16764 ======= h_config_score_fldr_type =======
16765 <HTML>
16766 <HEAD>
16767 <TITLE>Current Folder Type Explained</TITLE>
16768 </HEAD>
16769 <BODY>
16770 <H1>Current Folder Type Explained</H1>
16772 The Current Folder Type is part of the scoring rule's Pattern.
16773 It refers to the type of the folder that
16774 the message being scored is in.
16775 In order for a rule to be considered a match, the current folder must
16776 be of the type you set here.
16777 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16778 all what you might think.
16780 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
16781 example, then
16782 that Pattern will only match if the current folder is a newsgroup and
16783 the rest of the Pattern matches.
16784 The value &quot;Specific&quot; may be used when you want to limit the match
16785 to a specific folder (not just a specific type of folder), or to a list of
16786 specific folders.
16788 In order to match a specific folder you Select the &quot;Specific&quot;
16789 button <EM>AND</EM> fill in
16790 the name (or list of names) of
16791 the folder in the &quot;Folder List&quot; field.
16792 If the current folder is any of the folders in the list, that is considered
16793 a match.
16794 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
16795 of the folder (like what appears in your configuration file) or, if the
16796 folder is one of your incoming folders, it may be the nickname you've given
16797 the folder.
16798 Here are a couple samples of specific folder names:
16800 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16802 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16804 The easiest way to fill in the &quot;Folder List&quot; field is to use
16805 the T command that is available when the &quot;Folder List&quot; line is
16806 highlighted.
16807 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16808 Current Folder Type is set to &quot;Specific&quot;, and any value that
16809 &quot;Folder List&quot; has is ignored unless the type
16810 is set to &quot;Specific&quot;.
16812 When reading a newsgroup, there may be a performance penalty
16813 incurred when collecting the information necessary to check a Pattern.
16814 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
16815 For example, if you have Index Line Coloring rules that have Score Intervals
16816 defined then the scores for all the visible messages will need to be calculated.
16817 If some of your Scoring rules have 
16818 a Current Folder Type of
16819 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
16820 screen to draw more slowly when in a newsgroup.
16822 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16823 for more information on Patterns.
16825 Look <A HREF="h_edit_nav_cmds">here</A>
16826 to see the available Editing and Navigation commands.
16828 &lt;End of help on this topic&gt;
16829 </BODY>
16830 </HTML>
16831 ======= h_config_other_fldr_type =======
16832 <HTML>
16833 <HEAD>
16834 <TITLE>Current Folder Type Explained</TITLE>
16835 </HEAD>
16836 <BODY>
16837 <H1>Current Folder Type Explained</H1>
16839 The Current Folder Type is part of the rule's Pattern.
16840 It refers to the type of the folder being viewed.
16841 In order for a rule to be considered a match, the current folder must
16842 be of the type you set here.
16843 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16844 all what you might think.
16846 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
16847 example, then
16848 that Pattern will only match if the current folder is a newsgroup.
16849 The value &quot;Specific&quot; may be used when you want to limit the match
16850 to a specific folder (not just a specific type of folder), or to a list of
16851 specific folders.
16853 In order to match a specific folder you Select the &quot;Specific&quot;
16854 button <EM>AND</EM> fill in
16855 the name (or list of names) of
16856 the folder in the &quot;Folder List&quot; field.
16857 If the current folder is any of the folders in the list, that is considered
16858 a match.
16859 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
16860 of the folder (like what appears in your configuration file) or, if the
16861 folder is one of your incoming folders, it may be the nickname you've given
16862 the folder.
16863 Here are a couple samples of specific folder names:
16865 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16867 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16869 The easiest way to fill in the &quot;Folder List&quot; field is to use
16870 the T command that is available when the &quot;Folder List&quot; line is
16871 highlighted.
16872 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16873 Current Folder Type is set to &quot;Specific&quot;, and any value that
16874 &quot;Folder List&quot; has is ignored unless the type
16875 is set to &quot;Specific&quot;.
16877 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16878 for more information on Patterns.
16880 Look <A HREF="h_edit_nav_cmds">here</A>
16881 to see the available Editing and Navigation commands.
16883 &lt;End of help on this topic&gt;
16884 </BODY>
16885 </HTML>
16886 ======= h_config_incol_fldr_type =======
16887 <HTML>
16888 <HEAD>
16889 <TITLE>Current Folder Type Explained</TITLE>
16890 </HEAD>
16891 <BODY>
16892 <H1>Current Folder Type Explained</H1>
16894 The Current Folder Type is part of the Line Coloring rule's Pattern.
16895 It refers to the type of the folder for which the MESSAGE INDEX is
16896 being viewed.
16897 In order for a rule to be considered a match, the current folder must
16898 be of the type you set here.
16899 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16900 all what you might think.
16902 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
16903 example, then
16904 that Pattern will only match if the current folder is a newsgroup and
16905 the rest of the Pattern matches.
16906 The value &quot;Specific&quot; may be used when you want to limit the match
16907 to a specific folder (not just a specific type of folder), or to a list of
16908 specific folders.
16910 In order to match a specific folder you Select the &quot;Specific&quot;
16911 button <EM>AND</EM> fill in
16912 the name (or list of names) of
16913 the folder in the &quot;Folder List&quot; field.
16914 If the current folder is any of the folders in the list, that is considered
16915 a match.
16916 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
16917 of the folder (like what appears in your configuration file) or, if the
16918 folder is one of your incoming folders, it may be the nickname you've given
16919 the folder.
16920 Here are a couple samples of specific folder names:
16922 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16924 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16926 The easiest way to fill in the &quot;Folder List&quot; field is to use
16927 the T command that is available when the &quot;Folder List&quot; line is
16928 highlighted.
16929 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16930 Current Folder Type is set to &quot;Specific&quot;, and any value that
16931 &quot;Folder List&quot; has is ignored unless the type
16932 is set to &quot;Specific&quot;.
16934 When reading a newsgroup, there may be a performance penalty
16935 incurred when collecting the information necessary to check a Pattern.
16936 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
16937 For example, a rule with a non-Normal Index Line Color
16938 and a Current Folder Type of
16939 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
16940 screen to draw more slowly when in a newsgroup.
16942 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16943 for more information on Patterns.
16945 Look <A HREF="h_edit_nav_cmds">here</A>
16946 to see the available Editing and Navigation commands.
16948 &lt;End of help on this topic&gt;
16949 </BODY>
16950 </HTML>
16951 ======= h_config_filt_fldr_type =======
16952 <HTML>
16953 <HEAD>
16954 <TITLE>Current Folder Type Explained</TITLE>
16955 </HEAD>
16956 <BODY>
16957 <H1>Current Folder Type Explained</H1>
16959 The Current Folder Type is part of the Filtering rule's Pattern.
16960 It refers to the type of the folder for which the filtering is being done.
16961 In order for a rule to be considered a match, the current folder must
16962 be of the type you set here.
16963 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16964 all what you might think.
16966 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
16967 example, then
16968 that Pattern will only match if the current folder is a newsgroup and
16969 the rest of the Pattern matches.
16970 The value &quot;Specific&quot; may be used when you want to limit the match
16971 to a specific folder (not just a specific type of folder), or to a list of
16972 specific folders.
16974 In order to match a specific folder you Select the &quot;Specific&quot;
16975 button <EM>AND</EM> fill in
16976 the name (or list of names) of
16977 the folder in the &quot;Folder List&quot; field.
16978 If the current folder is any of the folders in the list, that is considered
16979 a match.
16980 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
16981 of the folder (like what appears in your configuration file) or, if the
16982 folder is one of your incoming folders, it may be the nickname you've given
16983 the folder.
16984 Here are a couple samples of specific folder names:
16986 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16988 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16990 The easiest way to fill in the &quot;Folder List&quot; field is to use
16991 the T command that is available when the &quot;Folder List&quot; line is
16992 highlighted.
16993 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16994 Current Folder Type is set to &quot;Specific&quot;, and any value that
16995 &quot;Folder List&quot; has is ignored unless the type
16996 is set to &quot;Specific&quot;.
16998 When reading a newsgroup, there may be a performance penalty
16999 incurred when collecting the information necessary to check a Pattern.
17000 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17001 For example, a rule with a Current Folder Type of either
17002 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
17003 more slowly when opening a newsgroup.
17005 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17006 for more information on Patterns.
17008 Look <A HREF="h_edit_nav_cmds">here</A>
17009 to see the available Editing and Navigation commands.
17011 &lt;End of help on this topic&gt;
17012 </BODY>
17013 </HTML>
17014 ======= h_config_role_stat_imp =======
17015 <HTML>
17016 <HEAD>
17017 <TITLE>Message Important Status Explained</TITLE>
17018 </HEAD>
17019 <BODY>
17020 <H1>Message Important Status Explained</H1>
17022 This part of the Pattern may have one of three possible values.
17023 The default value is &quot;Don't care&quot;, which matches any message.
17024 The other two values are &quot;Yes&quot;, which means the message must be
17025 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
17026 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
17027 to be a match.
17029 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17030 for more information on Patterns.
17032 Look <A HREF="h_edit_nav_cmds">here</A>
17033 to see the available Editing and Navigation commands.
17035 &lt;End of help on this topic&gt;
17036 </BODY>
17037 </HTML>
17038 ======= h_config_role_stat_new =======
17039 <HTML>
17040 <HEAD>
17041 <TITLE>Message New Status Explained</TITLE>
17042 </HEAD>
17043 <BODY>
17044 <H1>Message New Status Explained</H1>
17046 This part of the Pattern may have one of three possible values.
17047 The default value is &quot;Don't care&quot;, which matches any message.
17048 The other two values are &quot;Yes&quot;, which means the message must be
17049 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
17050 means the message must <EM>not</EM> be &quot;New&quot; in order
17051 to be a match.
17052 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
17053 same as <EM>Seen</EM>.
17055 The nomenclature for New and Recent is a bit confusing:
17057 New means that the message is Unseen.
17058 It could have been in your mailbox for a long time but if you haven't looked
17059 at it, it is still considered New.
17060 That matches the default Alpine index display that shows an N for such a
17061 message.
17063 Recent means that the message was added to this folder since the last time
17064 you opened the folder.
17065 Alpine also shows an N by default for these types of messages.
17066 If you were to run two copies of Alpine that opened a folder one right after
17067 the other, a message would only show up as Recent in (at most) the first
17068 Alpine session.
17070 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17071 for more information on Patterns.
17073 Look <A HREF="h_edit_nav_cmds">here</A>
17074 to see the available Editing and Navigation commands.
17076 &lt;End of help on this topic&gt;
17077 </BODY>
17078 </HTML>
17079 ======= h_config_role_stat_recent =======
17080 <HTML>
17081 <HEAD>
17082 <TITLE>Message Recent Status Explained</TITLE>
17083 </HEAD>
17084 <BODY>
17085 <H1>Message Recent Status Explained</H1>
17087 This part of the Pattern may have one of three possible values.
17088 The default value is &quot;Don't care&quot;, which matches any message.
17089 The other two values are &quot;Yes&quot;, which means the message must be
17090 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
17091 means the message must <EM>not</EM> be &quot;Recent&quot; in order
17092 to be a match.
17093 &quot;Recent&quot; means that the message was added to the folder since
17094 the last time the folder was opened.
17095 If more than one mail client has the folder opened, the message will
17096 appear to be &quot;Recent&quot; to only one of the clients.
17098 The nomenclature for New and Recent is a bit confusing:
17100 New means that the message is Unseen.
17101 It could have been in your mailbox for a long time but if you haven't looked
17102 at it, it is still considered New.
17103 That matches the default Alpine index display that shows an N for such a
17104 message.
17106 Recent means that the message was added to this folder since the last time
17107 you opened the folder.
17108 Alpine also shows an N by default for these types of messages.
17109 If you were to run two copies of Alpine that opened a folder one right after
17110 the other, a message would only show up as Recent in (at most) the first
17111 Alpine session.
17113 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17114 for more information on Patterns.
17116 Look <A HREF="h_edit_nav_cmds">here</A>
17117 to see the available Editing and Navigation commands.
17119 &lt;End of help on this topic&gt;
17120 </BODY>
17121 </HTML>
17122 ======= h_config_role_stat_del =======
17123 <HTML>
17124 <HEAD>
17125 <TITLE>Message Deleted Status Explained</TITLE>
17126 </HEAD>
17127 <BODY>
17128 <H1>Message Deleted Status Explained</H1>
17130 This part of the Pattern may have one of three possible values.
17131 The default value is &quot;Don't care&quot;, which matches any message.
17132 The other two values are &quot;Yes&quot;, which means the message must be
17133 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
17134 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
17135 to be a match.
17137 If you are thinking of using this part of the Pattern as a way to prevent
17138 messages from being filtered more than once in a Filter Pattern,
17139 take a look at the Filter Option
17140 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
17141 instead.
17142 It should work better than using this field since it will hide the filtered
17143 messages even if they are already Deleted.
17144 That option is at the bottom of the Filter configuration screen.
17146 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17147 for more information on Patterns.
17149 Look <A HREF="h_edit_nav_cmds">here</A>
17150 to see the available Editing and Navigation commands.
17152 &lt;End of help on this topic&gt;
17153 </BODY>
17154 </HTML>
17155 ======= h_config_role_stat_ans =======
17156 <HTML>
17157 <HEAD>
17158 <TITLE>Message Answered Status Explained</TITLE>
17159 </HEAD>
17160 <BODY>
17161 <H1>Message Answered Status Explained</H1>
17163 This part of the Pattern may have one of three possible values.
17164 The default value is &quot;Don't care&quot;, which matches any message.
17165 The other two values are &quot;Yes&quot;, which means the message must be
17166 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
17167 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
17168 to be a match.
17170 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17171 for more information on Patterns.
17173 Look <A HREF="h_edit_nav_cmds">here</A>
17174 to see the available Editing and Navigation commands.
17176 &lt;End of help on this topic&gt;
17177 </BODY>
17178 </HTML>
17179 ======= h_config_role_abookfrom =======
17180 <HTML>
17181 <HEAD>
17182 <TITLE>Address in Address Book Explained</TITLE>
17183 </HEAD>
17184 <BODY>
17185 <H1>Address in Address Book Explained</H1>
17187 This option gives you a way to match messages that contain an address
17188 that is in one of your address books.
17189 Only the simple entries in your address books are searched.
17190 Address book distribution lists are ignored!
17192 This part of the Pattern may have one of five possible values.
17193 The default value is &quot;Don't care&quot;, which matches any message.
17194 The value &quot;Yes, in any address book&quot; means at least one of the addresses
17195 from the message must be in at least one of your
17196 address books in order to be a match.
17197 The value &quot;No, not in any address book&quot;
17198 means none of the addresses may
17199 be in any of your address books in order to be a match.
17201 The values &quot;Yes, in specific address books&quot; and
17202 &quot;No, not in any of specific address books&quot; are similar but instead
17203 of depending on all address books you are allowed to give a list of address
17204 books to look in.
17205 Usually this would be a single address book but it may be a
17206 list of address books as well.
17207 For each of these &quot;specific&quot; address book options you Select which
17208 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
17209 name (or list of names) of the address book in the
17210 &quot;Abook List&quot; field.
17211 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
17212 The easiest way to fill in the Abook List field it to use
17213 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
17214 line is highlighted.
17215 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
17216 option is set to one of the two &quot;Specific&quot;, values.
17218 The addresses from the message that are checked for are determined by the
17219 setting you have for &quot;Types of addresses to check for in address book&quot;.
17220 If you set this to &quot;From&quot; the From address from the message will
17221 be looked up in the address book.
17222 If you set it to &quot;To&quot; instead then the To addresses will be used.
17223 If any of the To addresses are in the address book then it is considered
17224 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
17225 You could set it to both From and To, in which case all of the From and To
17226 addresses are used.
17227 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
17228 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
17229 exists or the From address if there is no Reply-To address.
17230 Same for the Sender address.
17232 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17233 for more information on Patterns.
17235 Look <A HREF="h_edit_nav_cmds">here</A>
17236 to see the available Editing and Navigation commands.
17238 &lt;End of help on this topic&gt;
17239 </BODY>
17240 </HTML>
17241 ======= h_config_inabook_from =======
17242 <HTML>
17243 <HEAD>
17244 <TITLE>From</TITLE>
17245 </HEAD>
17246 <BODY>
17247 <H1>From</H1>
17249 Setting the From line will cause the address from the From header line
17250 of the message to be checked for in the address book.
17252 &lt;End of help on this topic&gt;
17253 </BODY>
17254 </HTML>
17255 ======= h_config_inabook_replyto =======
17256 <HTML>
17257 <HEAD>
17258 <TITLE>Reply-To</TITLE>
17259 </HEAD>
17260 <BODY>
17261 <H1>Reply-To</H1>
17263 Setting the Reply-To line will cause the address from the Reply-To header line
17264 of the message to be checked for in the address book.
17265 However, if there is no Reply-To header line in the message the From header
17266 line will be used instead.
17267 We understand this is dumb but we don't have an easy way around it.
17269 &lt;End of help on this topic&gt;
17270 </BODY>
17271 </HTML>
17272 ======= h_config_inabook_sender =======
17273 <HTML>
17274 <HEAD>
17275 <TITLE>Sender</TITLE>
17276 </HEAD>
17277 <BODY>
17278 <H1>Sender</H1>
17280 Setting the Sender line will cause the address from the Sender header line
17281 of the message to be checked for in the address book.
17282 However, if there is no Sender header line in the message the From header
17283 line will be used instead.
17284 We understand this is dumb but we don't have an easy way around it.
17286 &lt;End of help on this topic&gt;
17287 </BODY>
17288 </HTML>
17289 ======= h_config_inabook_to =======
17290 <HTML>
17291 <HEAD>
17292 <TITLE>To</TITLE>
17293 </HEAD>
17294 <BODY>
17295 <H1>To</H1>
17297 Setting the To line will cause the address from the To header line
17298 of the message to be checked for in the address book.
17300 &lt;End of help on this topic&gt;
17301 </BODY>
17302 </HTML>
17303 ======= h_config_inabook_cc =======
17304 <HTML>
17305 <HEAD>
17306 <TITLE>CC</TITLE>
17307 </HEAD>
17308 <BODY>
17309 <H1>CC</H1>
17311 Setting the CC line will cause the address from the CC header line
17312 of the message to be checked for in the address book.
17314 &lt;End of help on this topic&gt;
17315 </BODY>
17316 </HTML>
17317 ======= h_config_role_stat_8bitsubj =======
17318 <HTML>
17319 <HEAD>
17320 <TITLE>Raw 8-bit in Subject Explained</TITLE>
17321 </HEAD>
17322 <BODY>
17323 <H1>Raw 8-bit in Subject Explained</H1>
17325 It seems that lots of unwanted email contains unencoded 8-bit characters
17326 in the Subject.
17327 Normally, characters with the 8th bit set are not allowed in the Subject
17328 header unless they are MIME-encoded.
17329 This option gives you a way to match messages that have Subjects that
17330 contain unencoded 8-bit characters.
17332 This part of the Pattern may have one of three possible values.
17333 The default value is &quot;Don't care&quot;, which matches any message.
17334 The other two values are &quot;Yes&quot;, which means the Subject of
17335 the message must contain unencoded 8-bit characters (characters with the
17336 most significant bit set)
17337 in order to be a match; or &quot;No&quot;, which
17338 means the Subject must <EM>not</EM>
17339 contain unencoded 8-bit characters in order to be a match.
17341 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17342 for more information on Patterns.
17344 Look <A HREF="h_edit_nav_cmds">here</A>
17345 to see the available Editing and Navigation commands.
17347 &lt;End of help on this topic&gt;
17348 </BODY>
17349 </HTML>
17350 ======= h_config_role_bom =======
17351 <HTML>
17352 <HEAD>
17353 <TITLE>Beginning of Month</TITLE>
17354 </HEAD>
17355 <BODY>
17356 <H1>Beginning of Month</H1>
17358 This option gives you a limited ability to take different actions depending on whether
17359 this is the first time Alpine has been run this month or not.
17360 Though it would be nice to have such an option available, this is not the
17361 same as whether or not this is the first time a paricular folder has been
17362 opened this month.
17363 If you want some action (probably Filtering) to take place in a folder each
17364 month, then you will need to be sure that the folder is opened during the
17365 first Alpine session of the month in order for this option to be helpful.
17367 This part of the Pattern may have one of three possible values.
17368 The default value is &quot;Don't care&quot;, which matches any message.
17369 The other two values are &quot;Yes&quot;, which means this is the first
17370 time Alpine has been run this month;
17371 or &quot;No&quot;, which
17372 means this is not the first time Alpine has been run this month.
17374 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17375 for more information on Patterns.
17377 Here are some technical details.
17378 The way that Alpine decides if it is the beginning of the month or not is
17379 to compare today's date with the date stored in the
17380 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17381 variable in the config file.
17382 If the month of today's date is later than the month stored in the variable,
17383 then this is considered to be the first time you have run Alpine this month, and
17384 that turns the Beginning of the Month option on.
17386 Look <A HREF="h_edit_nav_cmds">here</A>
17387 to see the available Editing and Navigation commands.
17389 &lt;End of help on this topic&gt;
17390 </BODY>
17391 </HTML>
17392 ======= h_config_role_boy =======
17393 <HTML>
17394 <HEAD>
17395 <TITLE>Beginning of Year</TITLE>
17396 </HEAD>
17397 <BODY>
17398 <H1>Beginning of Year</H1>
17400 This option gives you a limited ability to take different actions depending on whether
17401 this is the first time Alpine has been run this year or not.
17402 Though it would be nice to have such an option available, this is not the
17403 same as whether or not this is the first time a paricular folder has been
17404 opened this year.
17405 If you want some action (probably Filtering) to take place in a folder each
17406 year, then you will need to be sure that the folder is opened during the
17407 first Alpine session of the year in order for this option to be helpful.
17409 This part of the Pattern may have one of three possible values.
17410 The default value is &quot;Don't care&quot;, which matches any message.
17411 The other two values are &quot;Yes&quot;, which means this is the first
17412 time Alpine has been run this year;
17413 or &quot;No&quot;, which
17414 means this is not the first time Alpine has been run this year.
17416 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17417 for more information on Patterns.
17419 Here are some technical details.
17420 The way that Alpine decides if it is the beginning of the year or not is
17421 to compare today's date with the date stored in the
17422 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17423 variable in the config file.
17424 If the year of today's date is later than the year stored in the variable,
17425 then this is considered to be the first time you have run Alpine this year, and
17426 that turns the Beginning of the Year option on.
17428 Look <A HREF="h_edit_nav_cmds">here</A>
17429 to see the available Editing and Navigation commands.
17431 &lt;End of help on this topic&gt;
17432 </BODY>
17433 </HTML>
17434 ======= h_config_role_inick =======
17435 <HTML>
17436 <HEAD>
17437 <TITLE>Initialize Values From Role Explained</TITLE>
17438 </HEAD>
17439 <BODY>
17440 <H1>Initialize Values From Role Explained</H1>
17442 This is a power user feature.
17443 You will usually want to leave this field empty.
17444 The value of this field is the nickname of another one of your roles.
17445 The Action values from that other role
17446 are used as the initial values of the Action items for this role.
17447 If you put something in any of the action fields for this role, that will
17448 override whatever was in the corresponding field of the initializer role.
17450 You might use this field if the &quot;Action&quot; part of one of your roles
17451 is something you want to use in more than one role.
17452 Instead of filling in those action values again for each role, you
17453 may give the nickname of the role where the values are filled in.
17454 It's just a shortcut way to define Role Actions.
17456 Here's an example to help explain how this works.
17457 Suppose you have a role with nickname &quot;role1&quot; and role1 has
17458 (among other things)
17460 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
17462 set.
17463 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
17464 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
17465 from role1 by default (and any of the other inheritable action values
17466 that are set).
17467 So if role2 had
17469 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
17471 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
17472 However, if role2 had
17474 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
17476 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
17478 If you wish,
17479 you may choose a nickname from your list of roles by using the
17480 &quot;T&quot; command.
17481 If the role you are using to initialize also has a role it initializes from,
17482 then that initialization happens first.
17483 That is, inheritance works as expected with the grandparent and
17484 great-grandparent (and so on) roles having the expected effect.
17486 Look <A HREF="h_edit_nav_cmds">here</A>
17487 to see the available Editing and Navigation commands.
17489 &lt;End of help on this topic&gt;
17490 </BODY>
17491 </HTML>
17492 ======= h_config_role_setfrom =======
17493 <HTML>
17494 <HEAD>
17495 <TITLE>Set From Explained</TITLE>
17496 </HEAD>
17497 <BODY>
17498 <H1>Set From Explained</H1>
17500 This describes part of the action to be taken if the Pattern for this
17501 role is a match.
17502 This field consists of a single address that will be used as the From
17503 address on the message you are sending.
17504 This should be a fully-qualified address like
17506 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
17508 or just
17510 <CENTER><SAMP>user@domain</SAMP></CENTER>
17512 If you wish,
17513 you may choose an address from your address book with the
17514 &quot;T&quot; command.
17516 If this is left blank, then your normal From address will be used.
17518 You may also find it useful to add the changed From address to the
17519 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
17520 configuration option.
17522 Look <A HREF="h_edit_nav_cmds">here</A>
17523 to see the available Editing and Navigation commands.
17525 &lt;End of help on this topic&gt;
17526 </BODY>
17527 </HTML>
17528 ======= h_config_role_setreplyto =======
17529 <HTML>
17530 <HEAD>
17531 <TITLE>Set Reply-To Explained</TITLE>
17532 </HEAD>
17533 <BODY>
17534 <H1>Set Reply-To Explained</H1>
17536 This describes part of the action to be taken if the Pattern for this
17537 role is a match.
17538 This field consists of a single address that will be used as the Reply-To
17539 address on the message you are sending.
17540 This may be a fully-qualified address like
17542 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
17544 or just
17546 <CENTER><SAMP>user@domain</SAMP></CENTER>
17548 If you wish,
17549 you may choose an address from your address book with the
17550 &quot;T&quot; command.
17552 If this is left blank, then there won't be a Reply-To address unless
17553 you have configured one specially with the
17554 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
17555 configuration option.
17557 Look <A HREF="h_edit_nav_cmds">here</A>
17558 to see the available Editing and Navigation commands.
17560 &lt;End of help on this topic&gt;
17561 </BODY>
17562 </HTML>
17563 ======= h_config_role_setfcc =======
17564 <HTML>
17565 <HEAD>
17566 <TITLE>Set Fcc Explained</TITLE>
17567 </HEAD>
17568 <BODY>
17569 <H1>Set Fcc Explained</H1>
17571 This describes part of the action to be taken if the Pattern for this
17572 role is a match.
17573 This field consists of a single folder name that will be used in
17574 the Fcc field of the message you are sending.
17575 You may put anything here that you would normally type into the Fcc
17576 field from the composer.
17578 In addition, an fcc of &quot;&quot; (two double quotation marks) means
17579 no Fcc.
17581 A blank field here means that Alpine will use its normal rules for deciding
17582 the default value of the Fcc field.
17583 For many roles, perhaps most, it may make more sense for you to use the
17584 other Alpine facilities for setting the Fcc.
17585 In particular, if you want the Fcc to depend on who you are sending the
17586 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
17587 is probably more useful.
17588 In that case, you would want to leave the Fcc field here blank.
17589 However, if you have a role that depends on who the message you are replying
17590 to was From, or what address that message was sent to;
17591 then it might make sense to set the Fcc for that role here.
17593 If you wish,
17594 you may choose a folder from your folder collections by using the
17595 &quot;T&quot; command.
17597 Look <A HREF="h_edit_nav_cmds">here</A>
17598 to see the available Editing and Navigation commands.
17600 &lt;End of help on this topic&gt;
17601 </BODY>
17602 </HTML>
17603 ======= h_config_role_usesmtp =======
17604 <HTML>
17605 <HEAD>
17606 <TITLE>Use SMTP Server Explained</TITLE>
17607 </HEAD>
17608 <BODY>
17609 <H1>Use SMTP Server Explained</H1>
17611 This describes part of the action to be taken if the Pattern for this
17612 role is a match.
17613 If this field has a value, then it will be used as the SMTP server
17614 to send mail when this role is being used (unless the SMTP server variable
17615 is set in the system-wide fixed configuration file).
17616 It has the same semantics as the
17617 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
17618 variable in the Setup/Config screen.
17620 If you are using this to post from home when you are at home and from
17621 work when you are at work you need to be careful about postponing messages.
17622 When you postpone a composition that was using a role with this variable
17623 set, the SMTP server list will be saved
17624 with the postponed composition.
17625 It cannot be changed later.
17626 Because of this, you may want to make this a list of SMTP servers
17627 with the preferred server at the front of the list and alternate servers
17628 later in the list.
17629 In your &quot;Home&quot; role you would put the home SMTP server first and
17630 the work SMTP server last.
17631 In your &quot;Work&quot; role you would put the work SMTP server first and
17632 the home SMTP server last.
17633 Then if you start a composition as &quot;Work&quot;, postpone
17634 it, and then later resume it from home the work SMTP server will fail but
17635 the home SMTP server later in the list will succeed.
17637 You may be able to simplify things by making the regular
17638 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
17639 variable in the Setup/Config screen a list instead of using roles
17640 to set the SMTP server.
17643 Look <A HREF="h_edit_nav_cmds">here</A>
17644 to see the available Editing and Navigation commands.
17646 &lt;End of help on this topic&gt;
17647 </BODY>
17648 </HTML>
17649 ======= h_config_role_usenntp =======
17650 <HTML>
17651 <HEAD>
17652 <TITLE>Use NNTP Server Explained</TITLE>
17653 </HEAD>
17654 <BODY>
17655 <H1>Use NNTP Server Explained</H1>
17657 This describes part of the action to be taken if the Pattern for this
17658 role is a match.
17659 If this field has a value, then it will be used as the NNTP server
17660 to post to newsgroups when this role is being used (unless the NNTP server
17661 variable
17662 is set in the system-wide fixed configuration file).
17663 It has the same semantics as the
17664 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
17665 variable in the Setup/Config screen.
17667 This role setting can facilitate posting to the right nntp server for someone
17668 who reads news from various news sources.  The feature
17669 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
17670 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
17671 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
17672 nntp servers for roles may be more desirable for some people.
17674 If you are using this to post from home when you are at home and from
17675 work when you are at work you need to be careful about postponing messages.
17676 When you postpone a composition that was using a role with this variable
17677 set, the NNTP server list will be saved
17678 with the postponed composition.
17679 It cannot be changed later.
17680 Because of this, you may want to make this a list of NNTP servers
17681 with the preferred server at the front of the list and alternate servers
17682 later in the list.
17683 In your &quot;Home&quot; role you would put the home NNTP server first and
17684 the work NNTP server last.
17685 In your &quot;Work&quot; role you would put the work NNTP server first and
17686 the home NNTP server last.
17687 Then if you start a composition as &quot;Work&quot;, postpone
17688 it, and then later resume it from home the work NNTP server will fail but
17689 the home NNTP server later in the list will succeed.
17691 You may be able to simplify things by making the regular
17692 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
17693 variable in the Setup/Config screen a list instead of using roles
17694 to set the NNTP server.
17697 Look <A HREF="h_edit_nav_cmds">here</A>
17698 to see the available Editing and Navigation commands.
17700 &lt;End of help on this topic&gt;
17701 </BODY>
17702 </HTML>
17703 ======= h_config_role_setotherhdr =======
17704 <HTML>
17705 <HEAD>
17706 <TITLE>Set Other Headers Explained</TITLE>
17707 </HEAD>
17708 <BODY>
17709 <H1>Set Other Headers Explained</H1>
17711 This describes part of the action to be taken if the Pattern for this
17712 role is a match.
17713 This field gives you a way to set values for headers besides
17714 &quot;From&quot; and &quot;Reply-To&quot;.
17715 If you want to set either of those, use the specific
17716 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
17718 This field is similar to the
17719 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
17720 Each header you specify here must include the header tag 
17721 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
17722 and may optionally include a value for that header.
17723 In order to see these headers when you compose using this role you 
17724 must use the rich header
17725 <!--chtml if pinemode="function_key"-->(F5)
17726 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
17727 Here's an example that shows how you might set the To address.
17729 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
17731 Headers set in this way are different from headers set with the
17732 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
17733 will replace any value that already exists.
17734 For example, if you are Replying to a message there will already be at
17735 least one address in the To header (the address you are Replying to).
17736 However, if you Reply using a role that sets the To header, that role's
17737 To header value will be used instead.
17739 Limitation: Because commas are used to separate the list of
17740 Other Headers, it is not possible to have the value of a
17741 header contain a comma;
17742 nor is there currently an &quot;escape&quot; mechanism provided
17743 to make this work.
17745 Look <A HREF="h_edit_nav_cmds">here</A>
17746 to see the available Editing and Navigation commands.
17748 &lt;End of help on this topic&gt;
17749 </BODY>
17750 </HTML>
17751 ======= h_config_role_setlitsig =======
17752 <HTML>
17753 <HEAD>
17754 <TITLE>Set Literal Signature Explained</TITLE>
17755 </HEAD>
17756 <BODY>
17757 <H1>Set Literal Signature Explained</H1>
17759 This describes part of the action to be taken if the Pattern for this
17760 role is a match.
17761 This field contains the actual text for your signature, as opposed to
17762 the name of a file containing your signature.
17763 If this is defined it takes precedence over any value set in the
17764 &quot;Set Signature&quot; field.
17766 This is simply a different way to store the signature.
17767 The signature is stored inside your Alpine configuration file instead of in
17768 a separate file.
17769 Tokens work the same way they do with
17770 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
17771 help text there for more information.
17774 The two character sequence &#92;n (backslash followed by
17775 the character n) will be used to signify a line-break in your signature.
17776 You don't have to enter the &#92;n, but it will be visible in the
17777 CHANGE THIS ROLE RULE window after you are done editing the signature.
17779 Look <A HREF="h_edit_nav_cmds">here</A>
17780 to see the available Editing and Navigation commands.
17782 &lt;End of help on this topic&gt;
17783 </BODY>
17784 </HTML>
17785 ======= h_config_role_setsig =======
17786 <HTML>
17787 <HEAD>
17788 <TITLE>Set Signature Explained</TITLE>
17789 </HEAD>
17790 <BODY>
17791 <H1>Set Signature Explained</H1>
17793 This describes part of the action to be taken if the Pattern for this
17794 role is a match.
17796 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
17797 option from Setup/Config
17798 or the &quot;Set LiteralSig&quot; option for this role are defined,
17799 then this option will be ignored.
17800 You can tell that that is the case because the value of this
17801 option will show up as
17803 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
17805 You may either use all Literal Signatures (signatures stored in your
17806 configuration file) throughout Alpine, or all signature files.
17807 You can't mix the two.
17809 This field consists of a filename that will be used as the signature
17810 file when using this role.
17812 If the filename is followed by a vertical bar (|) then instead
17813 of reading the contents of the file the file is assumed to be a
17814 program that will produce the text to be used on its standard output.
17815 The program can't have any arguments and doesn't receive any input from Alpine,
17816 but the rest of the processing works as if the contents came from a file.
17818 Instead of storing the data in a local file, the
17819 signature data may be stored remotely in an IMAP folder.
17820 In order to do this, 
17821 you must use a remote name for the signature.
17822 A remote signature name might look like:
17824 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
17827 The syntax used here is the same as the syntax used for a remote
17828 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
17829 Note that you may not access an existing signature file remotely,
17830 you have to create a new <EM>folder</EM> that contains the signature data.
17831 If the name you use here for the signature data is a remote name, then when
17832 you edit the file using the &quot;F&quot; command the data will
17833 be saved remotely in the folder.
17834 You aren't required to do anything special to create the folder, it
17835 gets created if you use a remote name.
17838 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
17839 the name of the file) you have specified.
17840 If you type &quot;T&quot; you may use a browser to choose an existing filename.
17842 Besides containing regular text, a signature file may also
17843 contain (or a signature program may produce) tokens that are replaced with text
17844 that depends on the message you are replying to or forwarding.
17845 The tokens all look like _word_ (a word surrounded by underscores).
17846 For example, if the token
17848 <CENTER><SAMP>_DATE_</SAMP></CENTER>
17850 is included in the text of the signature file, then when you reply to
17851 or forward a message, the token will be replaced with the actual date
17852 the message you are replying to or forwarding was sent.
17854 If you use a role that has a signature file for a plain composition
17855 (that is, not a reply or forward) then there is no original message, so
17856 any tokens that depend on the message will be replaced with nothing.
17857 So if you want a signature file to be useful for new compositions it
17858 shouldn't include any of the tokens that depend on the message being
17859 replied to or forwarded.
17861 The list of available tokens is
17862 <A HREF="h_index_tokens">here</A>.
17864 Actually, for the adventurous, there is a way to conditionally include text based
17865 on whether or not a token would result in specific replacement text.
17866 For example, you could include some text based on whether or not
17867 the _NEWS_ token would result in any newsgroups if it was used.
17868 It's explained in detail
17869 <A HREF="h_reply_token_conditionals">here</A>.
17871 In the very unlikely event that you want to include a literal token in
17872 a signature file, you must precede it with a backslash character.
17873 For example, to include the literal text _DATE_ you must actually use
17874 &#92;_DATE_.
17875 It is not possible to have a literal backslash followed by an expanded token.
17877 A blank field here means that Alpine will use its normal rules for deciding
17878 which file (if any) to use for the signature file.
17880 An alternate method for storing the signature is available in
17881 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
17883 Look <A HREF="h_edit_nav_cmds">here</A>
17884 to see the available Editing and Navigation commands.
17886 &lt;End of help on this topic&gt;
17887 </BODY>
17888 </HTML>
17889 ======= h_config_role_settempl =======
17890 <HTML>
17891 <HEAD>
17892 <TITLE>Set Template Explained</TITLE>
17893 </HEAD>
17894 <BODY>
17895 <H1>Set Template Explained</H1>
17897 This describes part of the action to be taken if the Pattern for this
17898 role is a match.
17899 This field consists of a filename that will be used as the template
17900 file when using this role.
17901 The template file is a file that is included at the top of the message you
17902 are composing.
17904 If the filename is followed by a vertical bar (|) then instead
17905 of reading the contents of the file the file is assumed to be a
17906 program that will produce the text to be used on its standard output.
17907 The program can't have any arguments and doesn't receive any input from Alpine,
17908 but the rest of the processing works as if the contents came from a file.
17910 Instead of storing the data in a local file, the
17911 template may be stored remotely in an IMAP folder.
17912 In order to do this, 
17913 you must use a remote name for the template.
17914 A remote template name might look like:
17916 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
17919 The syntax used here is the same as the syntax used for a remote
17920 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
17921 Note that you may not access an existing template file remotely,
17922 you have to create a new <EM>folder</EM> that contains the template data.
17923 If the name you use here for the template is a remote name, then when
17924 you edit the file using the &quot;F&quot; command the data will
17925 be saved remotely in the folder.
17926 You aren't required to do anything special to create the folder, it
17927 gets created if you use a remote name.
17929 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
17930 the name of the file) you have specified.
17931 If you type &quot;T&quot; you may use a browser to choose an existing filename.
17933 Besides containing regular text, the template file may also
17934 contain (or a template file program may produce) tokens that are replaced with text
17935 that depends on the message you are replying to or forwarding.
17936 The tokens all look like _word_ (a word surrounded by underscores).
17937 For example, if the token
17939 <CENTER><SAMP>_DATE_</SAMP></CENTER>
17941 is included in the text of the template file, then when you reply to
17942 or forward a message, the token will be replaced with the actual date
17943 the message you are replying to or forwarding was sent.
17945 If you use a role that has a template file for a plain composition
17946 (that is, not a reply or forward) then there is no original message, so
17947 any tokens that depend on the message will be replaced with nothing.
17948 So if you want a template file to be useful for new compositions it
17949 shouldn't include any of the tokens that depend on the message being
17950 replied to or forwarded.
17952 The list of available tokens is
17953 <A HREF="h_index_tokens">here</A>.
17955 Actually, for the adventurous, there is a way to conditionally include text based
17956 on whether or not a token would result in specific replacement text.
17957 For example, you could include some text based on whether or not
17958 the _NEWS_ token would result in any newsgroups if it was used.
17959 It's explained in detail
17960 <A HREF="h_reply_token_conditionals">here</A>.
17962 In the very unlikely event that you want to include a literal token in
17963 a template file, you must precede it with a backslash character.
17964 For example, to include the literal text _DATE_ you must actually use
17965 &#92;_DATE_.
17966 It is not possible to have a literal backslash followed by an expanded token.
17968 A blank template field means that Alpine will not use a template file when
17969 this role is being used.
17971 Look <A HREF="h_edit_nav_cmds">here</A>
17972 to see the available Editing and Navigation commands.
17974 &lt;End of help on this topic&gt;
17975 </BODY>
17976 </HTML>
17977 ======= h_config_filt_stat_imp =======
17978 <HTML>
17979 <HEAD>
17980 <TITLE>Set Important Status Explained</TITLE>
17981 </HEAD>
17982 <BODY>
17983 <H1>Set Important Status Explained</H1>
17985 This describes part of the action to be taken if the Pattern for this
17986 filter is a match.
17987 If set to &quot;Don't change it&quot; then this does nothing.
17988 If set to &quot;Set this state&quot; then the Important flag is set
17989 for the matching message.
17990 If set to &quot;Clear this state&quot; then the Important flag is cleared
17991 for the matching message.
17992 The important flag usually causes an asterisk to show up in the MESSAGE
17993 INDEX.
17994 It may also be useful when selecting a set of messages
17995 with the Select command.
17997 Look <A HREF="h_edit_nav_cmds">here</A>
17998 to see the available Editing and Navigation commands.
18000 &lt;End of help on this topic&gt;
18001 </BODY>
18002 </HTML>
18003 ======= h_config_filt_stat_new =======
18004 <HTML>
18005 <HEAD>
18006 <TITLE>Set New Status Explained</TITLE>
18007 </HEAD>
18008 <BODY>
18009 <H1>Set New Status Explained</H1>
18011 This describes part of the action to be taken if the Pattern for this
18012 filter is a match.
18013 If set to &quot;Don't change it&quot; then this does nothing.
18014 If set to &quot;Set this state&quot; then the
18015 matching message is marked New.
18016 If set to &quot;Clear this state&quot; then the
18017 matching message is marked Seen.
18019 Look <A HREF="h_edit_nav_cmds">here</A>
18020 to see the available Editing and Navigation commands.
18022 &lt;End of help on this topic&gt;
18023 </BODY>
18024 </HTML>
18025 ======= h_config_filt_stat_ans =======
18026 <HTML>
18027 <HEAD>
18028 <TITLE>Set Answered Status Explained</TITLE>
18029 </HEAD>
18030 <BODY>
18031 <H1>Set Answered Status Explained</H1>
18033 This describes part of the action to be taken if the Pattern for this
18034 filter is a match.
18035 If set to &quot;Don't change it&quot; then this does nothing.
18036 If set to &quot;Set this state&quot; then the Answered flag is set
18037 for the matching message.
18038 If set to &quot;Clear this state&quot; then the Answered flag is cleared
18039 for the matching message.
18041 Look <A HREF="h_edit_nav_cmds">here</A>
18042 to see the available Editing and Navigation commands.
18044 &lt;End of help on this topic&gt;
18045 </BODY>
18046 </HTML>
18047 ======= h_config_filt_stat_del =======
18048 <HTML>
18049 <HEAD>
18050 <TITLE>Set Deleted Status Explained</TITLE>
18051 </HEAD>
18052 <BODY>
18053 <H1>Set Deleted Status Explained</H1>
18055 This describes part of the action to be taken if the Pattern for this
18056 filter is a match.
18057 If set to &quot;Don't change it&quot; then this does nothing.
18058 If set to &quot;Set this state&quot; then the
18059 matching message is marked Deleted.
18060 If set to &quot;Clear this state&quot; then the
18061 matching message is marked UnDeleted.
18063 You should not use this option unless you are prepared to have matching
18064 messages expunged from the folder permanently.
18065 For example, if you type the Expunge command, this filter is applied
18066 before the expunge, so matching messages will be marked Deleted and then
18067 will be permanently expunged from the folder.
18068 However, since the index isn't redrawn in between the time that the message
18069 is marked Deleted and the time that you are asked to expunge, the only
18070 indication that you are expunging the message comes in the number of messages
18071 being expunged.
18072 The same thing may happen when you close a folder.
18073 It is also possible that an expunge not initiated by you will
18074 delete matching messages.
18076 Look <A HREF="h_edit_nav_cmds">here</A>
18077 to see the available Editing and Navigation commands.
18079 &lt;End of help on this topic&gt;
18080 </BODY>
18081 </HTML>
18082 ======= h_config_role_scoreval =======
18083 <HTML>
18084 <HEAD>
18085 <TITLE>Score Value Explained</TITLE>
18086 </HEAD>
18087 <BODY>
18088 <H1>Score Value Explained</H1>
18090 A message's score is the sum of the Score Values from all of the Scoring rules
18091 with Patterns that match the message.
18092 The value you give here is the Score Value associated with this rule.
18093 A Score Value is an integer between -100 and 100, with the default
18094 value of zero.
18096 Alternatively, if the
18097 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
18098 field is defined
18099 (on the line right below the &quot;Score Value&quot; field)
18100 then the &quot;Score Value&quot; is ignored and
18101 the &quot;Score From Header&quot; field is used instead.
18103 Look <A HREF="h_edit_nav_cmds">here</A>
18104 to see the available Editing and Navigation commands.
18106 &lt;End of help on this topic&gt;
18107 </BODY>
18108 </HTML>
18109 ======= h_config_role_scorehdrtok =======
18110 <HTML>
18111 <HEAD>
18112 <TITLE>Score Value From Header Explained</TITLE>
18113 </HEAD>
18114 <BODY>
18115 <H1>Score Value From Header Explained</H1>
18117 This option provides a way to use a number that appears in the headers of your
18118 messages as the message's score, or as a component of that score.
18119 If this field is defined then it is used instead of the &quot;Score Value&quot;.
18120 The idea behind this option is that there may be a score embedded in the
18121 headers of messages that has already been calculated outside of Alpine.
18122 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
18123 somewhere in that header there is a score.
18125 The value for this option is the name of the header followed by parentheses
18126 with two arguments inside:
18128 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
18130 No space is allowed between the comma and the start of the field_separators.
18131 It would be interpreted as the first separator if it was there.
18132 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
18133 starts after that and goes to the second separator, and so on.
18134 It's easier to explain with examples.
18136 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
18138 In the above example the header that is used is the &quot;X-Spam&quot; header.
18139 The value of that header (the part after the colon and the space) is split
18140 into fields separated by spaces.
18142 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
18144 The second field is selected and converted to an integer. It only makes sense
18145 if Field2 really is an integer.
18147 Here's an example of a SpamAssassin header.
18148 The exact look of the header will vary, but if your incoming mail
18149 contains headers that look like the following
18151 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
18153 you might want to use the hits value as a score.
18154 Since the score is an integer value you can't make use of the decimal part of
18155 the number, but
18156 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
18157 and &quot;.&quot; as your separators.
18159 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
18161 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
18162 hits.
18163 The second field is &quot;10&quot; so the score value would be 10.
18165 Another example we've seen has headers that look like
18167 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
18169 Because there are two equals before the 7% the value
18171 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
18173 should capture the probability as the score.
18175 The Score From Header scoring value actually works just like the
18176 regular Score Value in that the rest of the pattern has to match before
18177 it is used and the scores from all the different scoring rules that
18178 match for a particular message are added together.
18179 When using the Score From Header method it may (or may not) make sense to
18180 use only a single scoring rule with a pattern that matches every message.
18182 Look <A HREF="h_edit_nav_cmds">here</A>
18183 to see the available Editing and Navigation commands.
18185 &lt;End of help on this topic&gt;
18186 </BODY>
18187 </HTML>
18188 ======= h_config_role_replyuse =======
18189 <HTML>
18190 <HEAD>
18191 <TITLE>Reply Use Explained</TITLE>
18192 </HEAD>
18193 <BODY>
18194 <H1>Reply Use Explained</H1>
18196 This option determines how this particular role will be used when Replying
18197 to a message.
18198 There are three possible values for this option.
18199 The value &quot;Never&quot;
18200 means that this role will not be a candidate for use when Replying.
18201 The role's Pattern will not be checked for a match, however the role will
18202 be available to be manually switched to if there is a confirmation prompt.
18205 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18206 mean that you do want to consider this role when Replying.
18207 For either of these settings, the role's Pattern will be compared with
18208 the message being replied to.
18209 If there is a match then this role will either be used without confirmation
18210 or will be the default when confirmation is asked for, depending on
18211 which of the two options is selected.
18212 If confirmation is requested, you will also have a chance to
18213 manually change the role to any one of your other roles.
18216 You won't be prompted for confirmation if none of your role Patterns
18217 match the message being replied to.
18218 This is independent of the value of the current option.
18219 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18220 feature may be used to change this behavior.
18222 &lt;End of help on this topic&gt;
18223 </BODY>
18224 </HTML>
18225 ======= h_config_role_forwarduse =======
18226 <HTML>
18227 <HEAD>
18228 <TITLE>Forward Use Explained</TITLE>
18229 </HEAD>
18230 <BODY>
18231 <H1>Forward Use Explained</H1>
18233 This option determines how this particular role will be used when Forwarding
18234 a message.
18235 There are three possible values for this option.
18236 The value &quot;Never&quot;
18237 means that this role will not be a candidate for use when Forwarding.
18238 The role's Pattern will not be checked for a match, however the role will
18239 be available to be manually switched to if there is a confirmation prompt.
18242 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18243 mean that you do want to consider this role when Forwarding.
18244 For either of these settings, the role's Pattern will be compared with
18245 the message being forwarded.
18246 If there is a match then this role will either be used without confirmation
18247 or will be the default when confirmation is asked for, depending on
18248 which of the two options is selected.
18249 If confirmation is requested, you will also have a chance to
18250 manually change the role to any one of your other roles.
18253 You won't be prompted for confirmation if none of your role Patterns
18254 match the message being forwarded.
18255 This is independent of the value of the current option.
18256 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18257 feature may be used to change this behavior.
18259 &lt;End of help on this topic&gt;
18260 </BODY>
18261 </HTML>
18262 ======= h_config_role_composeuse =======
18263 <HTML>
18264 <HEAD>
18265 <TITLE>Compose Use Explained</TITLE>
18266 </HEAD>
18267 <BODY>
18268 <H1>Compose Use Explained</H1>
18270 This option determines how this particular role will be used when Composing
18271 a new message using the &quot;Compose&quot; command.
18272 This does not affect what happens when using the &quot;Role&quot; command
18273 to compose a new message.
18274 The &quot;Role&quot; command allows you to select a role from all of the
18275 roles you have defined, regardless of what Uses you've assigned to those
18276 roles.
18279 There are three possible values for this option.
18280 The value &quot;Never&quot;
18281 means that this role will not be a candidate for use when Composing.
18282 The role's Current Folder Type will not be checked for a match, however the role
18283 will be available to be manually switched to if there is a confirmation prompt.
18286 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18287 mean that you do want to consider this role when Composing.
18288 For either of these settings,
18289 the role's Current Folder Type will be checked (since there is no message
18290 to compare with, the rest of the Pattern is considered a match).
18291 If there is a match then this role will either be used without confirmation
18292 or will be the default when confirmation is asked for, depending on
18293 which of the two options is selected.
18294 If confirmation is requested, you will also have a chance to
18295 manually change the role to any one of your other roles.
18298 When using the Compose command the role checking is a little different
18299 because there is no message being replied to or forwarded.
18300 Because of this the Current Folder Type is checked but the header pattern
18301 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
18302 A role is considered to be a match if it is a candidate for Compose Use and
18303 its Current Folder Type matches the currently open folder.
18304 This could be useful if you want to set a role based on the folder you
18305 are reading, or the type of folder you are reading.
18308 You won't be prompted for confirmation if none of your role Patterns
18309 are a match.
18310 This is independent of the value of the current option.
18311 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18312 feature may be used to change this behavior.
18314 &lt;End of help on this topic&gt;
18315 </BODY>
18316 </HTML>
18317 ======= h_config_filter_folder =======
18318 <HTML>
18319 <HEAD>
18320 <TITLE>Filter Folder Explained</TITLE>
18321 </HEAD>
18322 <BODY>
18323 <H1>Filter Folder Explained</H1>
18325 When the Filter Action is set to &quot;Move&quot;,
18326 the folder or folders specified here will be used to store messages matching
18327 the provided pattern.
18330 If you set the Filter Action to &quot;Move&quot; you must give a folder name
18331 here.
18334 If you wish,
18335 you may choose a folder from your folder collections by using the
18336 &quot;T&quot; command.
18338 Besides regular text, the folder name may also contain
18339 tokens that are replaced with text representing the current date
18340 when you run Alpine.
18341 For example, if the folder name you use is
18343 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
18345 that is replaced with something like
18347 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
18351 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
18353 becomes
18355 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
18357 The token names must be surrounded by underscores in order to be recognized
18358 as tokens.
18359 The tokens that may be used are those that are derived from the current date.
18360 They're listed near the bottom of the list of tokens give
18361 <A HREF="h_index_tokens">here</A>.
18363 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18364 for more information on Patterns.
18366 Look <A HREF="h_edit_nav_cmds">here</A>
18367 to see the available Editing and Navigation commands.
18369 &lt;End of help on this topic&gt;
18370 </BODY>
18371 </HTML>
18372 ======= h_config_filter_kw_set =======
18373 <HTML>
18374 <HEAD>
18375 <TITLE>Set These Keywords Explained</TITLE>
18376 </HEAD>
18377 <BODY>
18378 <H1>Set These Keywords Explained</H1>
18380 This describes part of the action to be taken if the Pattern for this
18381 filter is a match.
18382 Read a little about keywords in the help text for the
18383 <A HREF="h_common_flag">Flag</A> command.
18384 This option is a list of keywords that will be Set when there is a match.
18385 If you wish, you may choose keywords from the list of keywords you have
18386 defined with the &quot;T&quot; command.
18387 You may add new keywords by defining them in the
18388 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
18389 If you have given a keyword a nickname when configuring it,
18390 that nickname may be used instead of the actual keyword.
18393 Look <A HREF="h_edit_nav_cmds">here</A>
18394 to see the available Editing and Navigation commands.
18396 &lt;End of help on this topic&gt;
18397 </BODY>
18398 </HTML>
18399 ======= h_config_filter_kw_clr =======
18400 <HTML>
18401 <HEAD>
18402 <TITLE>Clear These Keywords Explained</TITLE>
18403 </HEAD>
18404 <BODY>
18405 <H1>Clear These Keywords Explained</H1>
18407 This describes part of the action to be taken if the Pattern for this
18408 filter is a match.
18409 Read a little about keywords in the help text for the
18410 <A HREF="h_common_flag">Flag</A> command.
18411 This option is a list of keywords that will be Cleared when there is a match.
18412 If you wish, you may choose keywords from the list of keywords you have
18413 defined with the &quot;T&quot; command.
18414 You may add new keywords by defining them in the
18415 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
18416 If you have given a keyword a nickname when configuring it,
18417 that nickname may be used instead of the actual keyword.
18420 Look <A HREF="h_edit_nav_cmds">here</A>
18421 to see the available Editing and Navigation commands.
18423 &lt;End of help on this topic&gt;
18424 </BODY>
18425 </HTML>
18426 ======= h_index_tokens =======
18427 <HTML>
18428 <HEAD>
18429 <TITLE>Tokens for Index and Replying</TITLE>
18430 </HEAD>
18431 <BODY>
18433 This set of special tokens may be used in the
18434 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
18435 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
18436 in signature files,
18437 in template files used in
18438 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
18439 that is the target of a Filter Rule.
18440 Some of them aren't available in all situations.
18442 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
18443 option, but they must be surrounded by underscores for the
18444 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
18445 and in the target of Filter Rules.
18449 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
18451 <DL>
18452 <DT>SUBJECT</DT>
18453 <DD>
18454 This token represents the Subject the sender gave the message.
18455 Alternatives for use in the index screen are
18456 SUBJKEY, SUBJKEYINIT, SUBJECTTEXT, SUBJKEYTEXT, and SUBJKEYINITTEXT.
18457 You may color the subject text in the MESSAGE INDEX screen differently by using the
18458 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
18459 <A HREF="h_config_index_opening_color">Index Opening Color</A>
18460 options available from
18461 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18462 </DD>
18464 <DT>FROM</DT>
18465 <DD>
18466 This token represents the personal name (or email address if the name
18467 is unavailable) of the person specified in the message's &quot;From:&quot;
18468 header field.
18469 You may color the from text in the MESSAGE INDEX screen differently by using the
18470 <A HREF="h_config_index_from_color">Index From Color</A>
18471 option available from
18472 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18473 </DD>
18475 <DT>ADDRESS</DT>
18476 <DD>
18477 This is similar to the &quot;FROM&quot; token, only it is always the
18478 email address, never the personal name.
18479 For example, &quot;mailbox@domain&quot;.
18480 </DD>
18482 <DT>MAILBOX</DT>
18483 <DD>
18484 This is the same as the &quot;ADDRESS&quot; except that the 
18485 domain part of the address is left off.
18486 For example, &quot;mailbox&quot;.
18487 </DD>
18489 <DT>SENDER</DT>
18490 <DD>
18491 This token represents the personal name (or email address) of the person
18492 listed in the message's &quot;Sender:&quot; header field.
18493 </DD>
18495 <DT>TO</DT>
18496 <DD>
18497 This token represents the personal names (or email addresses if the names
18498 are unavailable) of the persons specified in the
18499 message's &quot;To:&quot; header field.
18500 </DD>
18502 <DT>NEWSANDTO</DT>
18503 <DD>
18504 This token represents the newsgroups from the
18505 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
18506 the personal names (or email addresses if the names
18507 are unavailable) of the persons specified in the
18508 message's &quot;To:&quot; header field.
18509 </DD>
18511 <DT>TOANDNEWS</DT>
18512 <DD>
18513 Same as &quot;NEWSANDTO&quot; except in the opposite order.
18514 </DD>
18516 <DT>NEWS</DT>
18517 <DD>
18518 This token represents the newsgroups from the
18519 message's &quot;Newsgroups:&quot; header field.
18520 </DD>
18522 <DT>CC</DT>
18523 <DD>
18524 This token represents the personal names (or email addresses if the names
18525 are unavailable) of the persons specified in the
18526 message's &quot;Cc:&quot; header field.
18527 </DD>
18529 <DT>RECIPS</DT>
18530 <DD>
18531 This token represents the personal names (or email addresses if the names
18532 are unavailable) of the persons specified in both the
18533 message's &quot;To:&quot; header field and
18534 the message's &quot;Cc:&quot; header field.
18535 </DD>
18537 <DT>NEWSANDRECIPS</DT>
18538 <DD>
18539 This token represents the newsgroups from the
18540 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
18541 the personal names (or email addresses if the names
18542 are unavailable) of the persons specified in the
18543 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
18544 </DD>
18546 <DT>RECIPSANDNEWS</DT>
18547 <DD>
18548 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
18549 </DD>
18551 <DT>INIT</DT>
18552 <DD>
18553 This token represents the initials from the personal name
18554 of the person specified in the message's &quot;From:&quot;
18555 header field.
18556 If there is no personal name, it is blank.
18557 </DD>
18559 <DT>DATE</DT>
18560 <DD>
18561 This token represents the date on which the message was sent, according
18562 to the &quot;Date&quot; header field.
18563 It has the format MMM DD. For example, &quot;Oct 23&quot;.
18564 The feature
18565 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
18566 which adjusts for the timezone the message was sent from,
18567 may have an affect on the value of this token as well as the values of
18568 all of the other DATE or TIME tokens.
18569 Some of the DATE and TIME tokens are displayed in a locale-specific
18570 way unless the option
18571 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
18572 </DD>
18574 <DT>SMARTDATE</DT>
18575 <DD>
18576 This token represents the date on which the message was sent, according
18577 to the &quot;Date&quot; header field.
18578 It is &quot;Today&quot; if the message was sent today,
18579 &quot;Yesterday&quot; for yesterday,
18580 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
18581 message is from last year and is more than six months old it includes the year, as well.
18582 See the SMARTDATE alternatives below, as well.
18583 </DD>
18585 <DT>SMARTTIME</DT>
18586 <DD>
18587 This token represents the most relevant elements of the date on which
18588 the message was sent (according to the &quot;Date&quot; header field),
18589 in a compact form. If the message was sent today, only the time is used
18590 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
18591 the past week, the day of the week and the hour are used
18592 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
18593 given as date, month, and year (e.g. &quot;23Aug00&quot;,
18594 &quot;9Apr98&quot;).
18595 </DD>
18597 <DT>SMARTDATETIME</DT>
18598 <DD>
18599 This is a combination of SMARTDATE and SMARTTIME.
18600 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
18601 case it is SMARTTIME.
18602 See the SMARTDATETIME alternatives below, as well.
18603 </DD>
18605 <DT>DATEISO</DT>
18606 <DD>
18607 This token represents the date on which the message was sent, according
18608 to the &quot;Date&quot; header field.
18609 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
18610 </DD>
18612 <DT>SHORTDATEISO</DT>
18613 <DD>
18614 This token represents the date on which the message was sent, according
18615 to the &quot;Date&quot; header field.
18616 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
18617 </DD>
18619 <DT>SHORTDATE1</DT>
18620 <DD>
18621 This token represents the date on which the message was sent, according
18622 to the &quot;Date&quot; header field.
18623 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
18624 </DD>
18626 <DT>SHORTDATE2</DT>
18627 <DD>
18628 This token represents the date on which the message was sent, according
18629 to the &quot;Date&quot; header field.
18630 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
18631 </DD>
18633 <DT>SHORTDATE3</DT>
18634 <DD>
18635 This token represents the date on which the message was sent, according
18636 to the &quot;Date&quot; header field.
18637 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
18638 </DD>
18640 <DT>SHORTDATE4</DT>
18641 <DD>
18642 This token represents the date on which the message was sent, according
18643 to the &quot;Date&quot; header field.
18644 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
18645 </DD>
18647 <DT>LONGDATE</DT>
18648 <DD>
18649 This token represents the date on which the message was sent, according
18650 to the &quot;Date&quot; header field.
18651 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
18652 </DD>
18654 <DT>SMARTDATE alternatives</DT>
18655 <DD>
18656 There are several versions of SMARTDATE that are all the same except
18657 for the way they format dates far in the past.
18658 SMARTDATE formats the date using the information from your locale settings
18659 to format the date string. It may end up formatting dates so that they look
18660 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
18661 The feature
18662 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
18663 may have an affect on the values of these tokens.
18664 If you want more control you may use one of the following.
18665   <DL>
18666   <DT>SMARTDATE</DT> <DD>If the option
18667 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
18668 then this will be locale specific. Control this with the
18669 LC_TIME locale setting on a UNIX system. On Windows
18670 the Regional Options control panel may be used to set the Short date
18671 format. At the programming level, the strftime routine is what Alpine
18672 uses to print the date.
18673 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
18674 to SMARTDATES1.</DD>
18675   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
18676   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
18677   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
18678   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
18679   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
18680   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
18681   </DL>
18682 </DD>
18684 <DT>SMARTDATETIME alternatives</DT>
18685 <DD>
18686 There are several versions of SMARTDATETIME that are all very similar.
18687 The ones that end in 24 use a 24-hour clock for Today's messages instead
18688 of a 12-hour clock.
18689 The other variation is
18690 for the way they format dates far in the past.
18691 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
18692 to format the date string. It may end up formatting dates so that they look
18693 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
18694 The feature
18695 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
18696 may have an affect on the values of these tokens.
18697 The possible choices are:
18698   <DL>
18699   <DT>SMARTDATETIME</DT> <DD>If the option
18700 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
18701 then this will be locale specific. Control this with the
18702 LC_TIME locale setting on a UNIX system. On Windows
18703 the Regional Options control panel may be used to set the Short date
18704 format. At the programming level, the strftime routine is what Alpine
18705 uses to print the date.
18706 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
18707 to SMARTDATETIMES1.</DD>
18708   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
18709   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
18710   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
18711   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
18712   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
18713   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
18714   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
18715   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
18716   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
18717   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
18718   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
18719   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
18720   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
18721   </DL>
18722 </DD>
18724 <DT>DAYDATE</DT>
18725 <DD>
18726 This token represents the date on which the message was sent, according
18727 to the &quot;Date&quot; header field.
18728 It looks like &quot;Sat, 23 Oct 1998&quot;.
18729 This token is never converted in any locale-specific way.
18730 </DD>
18732 <DT>PREFDATE</DT>
18733 <DD>
18734 This token represents the date on which the message was sent, according
18735 to the &quot;Date&quot; header field.
18736 It is your operating system's idea of the preferred date representation for the current locale.
18737 Internally it uses the %x version of the date from the strftime routine.
18738 </DD>
18740 <DT>PREFTIME</DT>
18741 <DD>
18742 This token represents the time at which the message was sent, according
18743 to the &quot;Date&quot; header field.
18744 It is the preferred time representation for the current locale.
18745 Internally it uses the %X version of the time from the strftime routine.
18746 </DD>
18748 <DT>PREFDATETIME</DT>
18749 <DD>
18750 This token represents the date and time at which the message was sent, according
18751 to the &quot;Date&quot; header field.
18752 It is the preferred date and time representation for the current locale.
18753 Internally it uses the %c version of the time from the strftime routine.
18754 </DD>
18756 <DT>DAY</DT>
18757 <DD>
18758 This token represents the day of the month on which the message was sent,
18759 according to the &quot;Date&quot; header field.
18760 For example, &quot;23&quot; or &quot;9&quot;.
18761 </DD>
18763 <DT>DAY2DIGIT</DT>
18764 <DD>
18765 This token represents the day of the month on which the message was sent,
18766 according to the &quot;Date&quot; header field.
18767 For example, &quot;23&quot; or &quot;09&quot;.
18768 It is always 2 digits.
18769 </DD>
18771 <DT>DAYORDINAL</DT>
18772 <DD>
18773 This token represents the ordinal number that is the day of
18774 the month on which the message was sent,
18775 according to the &quot;Date&quot; header field.
18776 For example, &quot;23rd&quot; or &quot;9th&quot;.
18777 </DD>
18779 <DT>DAYOFWEEK</DT>
18780 <DD>
18781 This token represents the day of the week on which the message was sent,
18782 according to the &quot;Date&quot; header field.
18783 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
18784 </DD>
18786 <DT>DAYOFWEEKABBREV</DT>
18787 <DD>
18788 This token represents the day of the week on which the message was sent,
18789 according to the &quot;Date&quot; header field.
18790 For example, &quot;Sun&quot; or &quot;Wed&quot;.
18791 </DD>
18793 <DT>MONTHABBREV</DT>
18794 <DD>
18795 This token represents the month the message was sent, according
18796 to the &quot;Date&quot; header field.
18797 For example, &quot;Oct&quot;.
18798 </DD>
18800 <DT>MONTHLONG</DT>
18801 <DD>
18802 This token represents the month in which the message was sent, according
18803 to the &quot;Date&quot; header field.
18804 For example, &quot;October&quot;.
18805 </DD>
18807 <DT>MONTH</DT>
18808 <DD>
18809 This token represents the month in which the message was sent, according
18810 to the &quot;Date&quot; header field.
18811 For example, &quot;10&quot; or &quot;9&quot;.
18812 </DD>
18814 <DT>MONTH2DIGIT</DT>
18815 <DD>
18816 This token represents the month in which the message was sent, according
18817 to the &quot;Date&quot; header field.
18818 For example, &quot;10&quot; or &quot;09&quot;.
18819 It is always 2 digits.
18820 </DD>
18822 <DT>YEAR</DT>
18823 <DD>
18824 This token represents the year the message was sent, according
18825 to the &quot;Date&quot; header field.
18826 For example, &quot;1998&quot; or &quot;2001&quot;.
18827 </DD>
18829 <DT>YEAR2DIGIT</DT>
18830 <DD>
18831 This token represents the year the message was sent, according
18832 to the &quot;Date&quot; header field.
18833 For example, &quot;98&quot; or &quot;01&quot;.
18834 It is always 2 digits.
18835 </DD>
18837 <DT>TIME24</DT>
18838 <DD>
18839 This token represents the time at which the message was sent, according
18840 to the &quot;Date&quot; header field.
18841 There is no adjustment made for different time zones, so you'll get
18842 the time the message was sent according to the time zone the sender
18843 was in.
18844 It has the format HH:MM. For example, &quot;17:28&quot;.
18845 </DD>
18847 <DT>TIME12</DT>
18848 <DD>
18849 This token represents the time at which the message was sent, according
18850 to the &quot;Date&quot; header field.
18851 This time is for a 12 hour clock.
18852 It has the format HH:MMpm.
18853 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
18854 </DD>
18856 <DT>TIMEZONE</DT>
18857 <DD>
18858 This token represents the numeric timezone from
18859 the &quot;Date&quot; header field.
18860 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
18861 </DD>
18863 </DL>
18866 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
18868 <DL>
18869 <DT>MSGNO</DT>
18870 <DD>
18871 This token represents the message's current position in the folder that,
18872 of course, may change as the folder is sorted or new mail arrives.
18873 </DD>
18875 <DT>STATUS</DT>
18876 <DD>
18877 This token represents a three character wide field displaying various
18878 aspects of the message's state.
18879 The first character is either blank,
18880 a '*' for message marked Important, or a '+' indicating a message
18881 addressed directly to you (as opposed to your having received it via a
18882 mailing list, for example).
18883 When the feature
18884 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
18885 is set, if the first character would have been
18886 blank then it will instead be a '-' if the message is cc'd to you.
18887 The second character is typically blank,
18888 though the arrow cursor may occupy it if either the 
18889 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
18890 or the
18891 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
18892 is set (or you actually are on a slow link).
18893 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
18894 '<A HREF="h_flag_answered">A</A>' (Answered),
18895 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
18896 '<A HREF="h_flag_new">N</A>' (New), or blank.
18898 If you are using a threaded view of the index and this message is at the
18899 top of a collapsed portion of a thread,
18900 then this token refers to all of the messages in the collapsed portion of
18901 the thread instead of just the top message.
18902 The first character will be a '*' if <EM>any</EM> of the messages in the thread
18903 are marked Important, else a '+' if any of the messages are addressed
18904 to you, else a '-' if any of the messages are cc'd to you.
18905 The third character will be a 'D' if <EM>all</EM> of the messages
18906 in the collapsed thread are marked deleted,
18907 an 'A' if <EM>all</EM> of the messages
18908 in the collapsed thread are marked answered,
18909 it will be an 'N' if any of
18910 the messages are undeleted and unseen, and it will be blank otherwise.
18911 </DD>
18913 <DT>FULLSTATUS</DT>
18914 <DD>
18915 This token represents a less abbreviated alternative
18916 to the &quot;STATUS&quot; token.
18917 It is six characters wide.
18918 The first character is '+', '-', or blank, the
18919 second blank, the third either '*' or blank, the fourth
18920 '<A HREF="h_flag_new">N</A>' or blank,
18921 the fifth '<A HREF="h_flag_answered">A</A>'
18922 or blank, and the sixth character is
18923 either '<A HREF="h_flag_deleted">D</A>' or
18924 blank.
18926 If you are using a threaded view of the index and this message is at the
18927 top of a collapsed portion of a thread,
18928 then this token refers to all of the messages in the collapsed portion of
18929 the thread instead of just the top message.
18930 The first character is '+', '-', or blank depending on whether <EM>any</EM>
18931 of the messages in the collapsed thread are addressed to you or cc'd to you.
18932 The third character will be '*' if any of the messages are marked
18933 Important.
18934 The fourth character will be 'N' if all of the messages in the thread
18935 are New, else 'n' if some of the messages in the thread are New, else blank.
18936 The fifth character will be 'A' or 'a' or blank, and the sixth character
18937 will be 'D' or 'd' or blank.
18938 </DD>
18940 <DT>IMAPSTATUS</DT>
18941 <DD>
18942 This token represents an even less abbreviated alternative to the
18943 &quot;STATUS&quot; token.
18944 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
18945 an 'N' if the message is new to this folder since the last time
18946 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
18947 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
18948 new to the folder since it was last opened <EM>but</EM> has not been
18949 viewed, or a blank if the message has been in the folder since it was
18950 last opened and has been viewed.
18952 If you are using a threaded view of the index and this message is at the
18953 top of a collapsed portion of a thread,
18954 then the fourth character will be
18955 'N' if all of the messages in the thread are unseen and recent;
18956 else 'n' if some of the messages in the thread are unseen and recent;
18957 else 'U' if all of the messages in the thread are unseen and not recent;
18958 else 'u' if some of the messages in the thread are unseen and not recent;
18959 else 'R' if all of the messages in the thread are seen and recent;
18960 else 'r' if some of the messages in the thread are seen and recent;
18961 else blank.
18962 </DD>
18964 <DT>SHORTIMAPSTATUS</DT>
18965 <DD>
18966 This is the same as the last four of the six characters of IMAPSTATUS,
18967 so the '+' To Me information will be missing.
18968 </DD>
18970 <DT>SIZE</DT>
18971 <DD>
18972 This token represents the total size, in bytes, of the message.
18973 If a &quot;K&quot; (Kilobyte)
18974 follows the number, the size is approximately 1,000
18975 times that many bytes (rounded to the nearest 1,000).
18976 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
18977 1,000,000 times that many bytes.
18978 Commas are not used in this field.
18979 This field is seven characters wide, including the enclosing parentheses.
18980 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
18981 The progression of sizes used looks like:
18984 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
18986 </DD>
18988 <DT>SIZECOMMA</DT>
18989 <DD>
18990 This token represents the total size, in bytes, of the message.
18991 If a &quot;K&quot; (Kilobyte)
18992 follows the number, the size is approximately 1,000
18993 times that many bytes (rounded to the nearest 1,000).
18994 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
18995 1,000,000 times that many bytes.
18996 Commas are used if the number shown is 1,000 or greater.
18997 The SIZECOMMA field is one character wider than the SIZE field.
18998 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
18999 The progression of sizes used looks like:
19002 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
19004 </DD>
19006 <DT>KSIZE</DT>
19007 <DD>
19008 This token represents the total size of the message, expressed in
19009 kilobytes or megabytes, as most appropriate.
19010 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
19011 The progression of sizes used looks like:
19014 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
19016 </DD>
19018 <DT>SIZENARROW</DT>
19019 <DD>
19020 This token represents the total size, in bytes, of the message.
19021 If a &quot;K&quot; (Kilobyte)
19022 follows the number, the size is approximately 1,000
19023 times that many bytes.
19024 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19025 1,000,000 times that many bytes.
19026 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
19027 1,000,000,000 times that many bytes.
19028 This field uses only five characters of screen width, including the enclosing
19029 parentheses.
19030 The progression of sizes used looks like:
19033 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
19035 </DD>
19037 <DT>DESCRIPSIZE</DT>
19038 <DD>
19039 This token is intended to represent a more useful description of the
19040 message than just its size, but it isn't very useful at this point.
19041 The plus sign in this view means there are attachments.
19042 Note that including this token in
19043 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19044 display a little while Alpine collects the necessary information.
19045 </DD>
19047 <DT>SUBJKEY</DT>
19048 <DD>
19049 This token is the same as the SUBJECT token unless keywords are set for
19050 the message.
19051 In that case, a list of keywords enclosed in braces will be prepended to
19052 the subject of the message.
19053 Only those keywords that you have defined in your
19054 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19055 in Setup/Config are considered in the list.
19056 In other words, keywords that have been set by some other means, perhaps
19057 by another email program, won't show up unless included in
19058 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19059 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
19060 prepended to the subject in the MESSAGE TEXT screen.
19061 If you have given a keyword a nickname
19062 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19063 instead of the actual keyword.
19064 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19065 option may be used to modify this token slightly.
19066 It is also possible to color keywords in the index using the
19067 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19068 </DD>
19070 <DT>SUBJKEYINIT</DT>
19071 <DD>
19072 This token is the same as the SUBJKEY token except that instead of
19073 prepending a list of keywords to the subject, a list of first initials
19074 of keywords will be prepended instead.
19075 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
19076 set (or Work and Now are the Alpine nicknames of keywords that are set)
19077 then the SUBJKEY token would cause a result like
19079 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
19081 whereas the SUBJKEYINIT token would give
19083 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
19085 Only those keywords that you have defined in your
19086 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19087 in Setup/Config are considered in the list.
19088 In other words, keywords that have been set by some other means, perhaps
19089 by another email program, won't show up unless included in
19090 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19091 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19092 option may be used to modify this token slightly.
19093 It is also possible to color keywords in the index using the
19094 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19095 </DD>
19097 <DT>SUBJECTTEXT</DT>
19098 <DD>
19099 Same as SUBJECT but if there is room in the Subject field for more text,
19100 the opening part of the text of the message is displayed after the subject.
19101 The time needed to fetch the text may cause a performance problem
19102 which can, of course, be avoided by using the SUBJECT version of
19103 the Subject instead.
19104 You may color this opening text differently by using the
19105 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19106 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19107 You may adjust the characters that are displayed between the Subject and the
19108 opening text with the option
19109 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
19110 </DD>
19112 <DT>SUBJKEYTEXT</DT>
19113 <DD>
19114 Same as SUBJKEY but with the opening message text.
19115 </DD>
19117 <DT>OPENINGTEXT</DT>
19118 <DD>
19119 This is similar to SUBJECTTEXT.
19120 Instead of combining the Subject and the opening text in a single
19121 field in the index screen this token allows you to allocate a
19122 separate column just for the opening text of the message.
19123 The time needed to fetch this text may cause a performance problem.
19124 You may color this opening text differently by using the
19125 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19126 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19127 </DD>
19129 <DT>OPENINGTEXTNQ</DT>
19130 <DD>
19131 This is very similar to OPENINGTEXT.
19132 The NQ stands for No Quotes.
19133 The only difference is that quoted text (lines beginning with &gt;) is deleted.
19134 For some messages this may be confusing.
19135 For example, a message might have a line preceding some quoted
19136 text that reads something like &quot;On May 8th person A said.&quot;
19137 That no longer makes sense after the quoted text is deleted and it
19138 will appear that person A said whatever the text after the quote
19139 is, even though that is really person B talking.
19140 </DD>
19142 <DT>SUBJKEYINITTEXT</DT>
19143 <DD>
19144 Same as SUBJKEYINIT but with the opening message text.
19145 </DD>
19147 <DT>KEY</DT>
19148 <DD>
19149 This is a space-delimited list of keywords that are set for the message.
19150 Only those keywords that you have defined in your
19151 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19152 in Setup/Config are considered in the list.
19153 In other words, keywords that have been set by some other means, perhaps
19154 by another email program, won't show up unless included in
19155 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19156 If you have given a keyword a nickname
19157 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19158 instead of the actual keyword.
19159 It is also possible to color keywords in the index using the
19160 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19161 This token defaults to an arbitrary width of 5.
19162 You should set it to whatever width suits you using something
19163 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
19164 </DD>
19166 <DT>KEYINIT</DT>
19167 <DD>
19168 This is a list of keyword initials that are set for the message.
19169 If you have given a keyword a nickname
19170 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
19171 is displayed instead of the initial of the actual keyword.
19172 It is also possible to color keyword initials in the index using the
19173 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19174 This token defaults to an arbitrary width of 2.
19175 You should set it to whatever width suits you using something
19176 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
19177 </DD>
19179 <DT>PRIORITY</DT>
19180 <DD>
19181 The X-Priority header is a non-standard header that is used in a
19182 somewhat standard way by many mail programs.
19183 Alpine expects the value of this header to be a digit with a value
19184 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
19185 Since this priority is something that the sender sets it is only an indication
19186 of the priority that the sender attaches to the mail and it is therefore almost
19187 totally unreliable for use as a filtering criterion.
19188 This token will display the numeric value of the priority if it is between
19189 1 and 5.
19190 It will be suppressed (blank) if the value is 3, which is normal priority.
19191 This token may be colored with the
19192 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19193 </DD>
19195 <DT>PRIORITYALPHA</DT>
19196 <DD>
19197 This is a more verbose interpretation of the X-Priority field.
19198 Once again nothing is displayed unless the value of the field
19199 is 1, 2, 4, or 5.
19200 The values displayed for those values are:
19202 <TABLE>
19203 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
19204 <TR> <TD>2</TD> <TD>High</TD> </TR>
19205 <TR> <TD>4</TD> <TD>Low</TD> </TR>
19206 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
19207 </TABLE>
19209 This token may be colored with the
19210 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19211 </DD>
19213 <DT>PRIORITY!</DT>
19214 <DD>
19215 This is a one character, non-numeric version of the X-Priority field.
19216 If the value of the X-Priority header is 1 or 2 an exclamation
19217 point is displayed.
19218 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
19219 This token may be colored with the
19220 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19221 </DD>
19223 <DT>ATT</DT>
19224 <DD>
19225 This is a one column wide field that represents the number of attachments
19226 a message has. It will be blank if there are no attachments, a single
19227 digit for one to nine attachments, or an asterisk for more than nine.
19228 Note that including this token in
19229 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19230 display a little while Alpine collects the necessary information.
19231 </DD>
19233 <DT>FROMORTO</DT>
19234 <DD>
19235 This token represents <EM>either</EM> the personal name (or email address) of
19236 the person listed in the message's &quot;From:&quot; header
19237 field, <EM>or</EM>, if that address is yours or one of your
19238 <A HREF="h_config_alt_addresses">alternate addresses</A>,
19239 the first person specified in the
19240 message's &quot;To:&quot; header field
19241 with the prefix &quot;To: &quot; prepended.
19242 If the from address is yours and there is also no &quot;To&quot; address,
19243 Alpine will use the address on the &quot;Cc&quot; line.
19244 If there is no address there, either, Alpine will look for a newsgroup name
19245 from the &quot;Newsgroups&quot; header field and put
19246 that after the &quot;To: &quot; prefix.
19247 </DD>
19249 <DT>FROMORTONOTNEWS</DT>
19250 <DD>
19251 This is almost the same as <EM>FROMORTO</EM>.
19252 The difference is that newsgroups aren't considered.
19253 When a message is from you, doesn't have a To or Cc, and does have
19254 a Newsgroups header; this token will be your name instead of the name
19255 of the newsgroup (like it would be with FROMORTO).
19256 </DD>
19258 <DT>TEXT</DT>
19259 <DD>
19260 This is a different sort of token.
19261 It allows you to display a label within each index line.
19262 It will be the same fixed text for each line.
19263 It is different from all the other tokens in that there is no space column
19264 displayed after this token.
19265 Instead, it is butted up against the following field.
19266 It also has a different syntax.
19267 The text to display is given following a colon after the
19268 word &quot;TEXT&quot;.
19269 For example,
19271 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
19273 would insert the literal text &quot;abc=&quot; (without the quotes)
19274 into the index display line.
19275 You must quote the text if it includes space characters, like
19277 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
19279 </DD>
19281 <DT>HEADER</DT>
19282 <DD>
19283 This allows you to display the text from a particular header line in the
19284 message.
19285 The syntax for this token is substantially different from all the others
19286 in order that you might be able to display a portion of the text following
19287 a particular header.
19288 The header name you are interested in is given following a colon
19289 after the word &quot;HEADER&quot;.
19290 For example,
19292 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
19294 would display the text of the X-Spam header, if any.
19295 Like for other index tokens a width field may (and probably should)
19296 follow this.
19298 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
19300 displays the first ten characters of the X-Spam header.
19301 Unlike other index tokens, the syntax for HEADER is more flexible.
19302 An optional second argument comes after a comma inside the parentheses.
19303 It specifies the &quot;field&quot; number.
19304 By default, the field separator is a space character.
19305 No extra space characters are allowed in the argument list.
19307 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
19309 would display the second field, left-justified, in a 10 character
19310 wide field.
19311 The second field would consist of all the text after the first space
19312 up to the next space or the end of the header.
19313 The default field number is zero, which stands for the entire line.
19314 There is also an optional third argument that is a list of field
19315 separators. It defaults to a space character.
19316 The example
19318 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
19320 would cause the field separators to be any of colon, percent,
19321 or space (there is a space character between the percent and the
19322 right parenthesis).
19323 The first field runs from the start of the header value up to the first
19324 colon, percent, or space; the second goes from there to the next; and so on.
19325 In order to use a comma character as a field separator you must escape
19326 it by preceding it with a backslash (&#92;).
19327 The same is true of the backslash character itself.
19328 There is one further optional argument.
19329 It is an R or an L to specify right or left adjustment of the text
19330 within the field.
19331 The default is to left justify, however if you are displaying numbers
19332 you might prefer to right justify.
19334 Here's an example of a SpamAssassin header.
19335 The exact look of the header will vary, but if your incoming mail
19336 contains headers that look like the following
19338 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19340 you might want to display the hits value.
19341 The first field starts with the Y in Yes.
19342 To get what you're interested in you might use &quot;=&quot; and
19343 space as the field separators and display the third field, like
19345 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
19347 or maybe you would break at the dot instead
19349 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
19351 Another example we've seen has headers that look like
19353 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
19355 Because there are two equals and a comma before the 7% and a comma
19356 after it, the token
19358 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
19360 should display the probability (for example 7% or 83%) right justified
19361 in a 3-wide field.
19362 </DD>
19364 <DT>ARROW</DT>
19365 <DD>
19366 This gives an alternative way to display the current message in the
19367 MESSAGE INDEX screen.
19368 Usually the current message is indicated by the line being shown in
19369 reverse video.
19370 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
19371 the current line will include an &quot;arrow&quot; that
19372 looks like
19374 <CENTER><SAMP>-&gt;</SAMP></CENTER>
19376 in the ARROW token's field.
19377 For all of the non-current messages, the ARROW field will be filled
19378 with blanks.
19379 If you use the fixed-field width feature the length of the &quot;arrow&quot;
19380 may be adjusted.
19381 The arrow will be drawn as width-1 dashes followed by a greater than sign.
19382 For example, if you use ARROW(3) you will get
19384 <CENTER><SAMP>--&gt;</SAMP></CENTER>
19386 and ARROW(1) will give you just
19388 <CENTER><SAMP>&gt;</SAMP></CENTER>
19390 It is also possible to set the color of the ARROW field.
19391 By default (and for non-current messages) the arrow is colored the same
19392 as the index line it is part of.
19393 You may set it to be another color with the 
19394 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
19395 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19396 </DD>
19398 <DT>SCORE</DT>
19399 <DD>
19400 This gives the
19401 <a href="h_rules_score">score</a>
19402 of each message.
19403 This will be six columns wide to accomodate the widest possible score.
19404 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
19405 to limit the width of the field to the widest score that
19406 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
19407 If you have not defined any score rules the scores will all be zero.
19408 If any of your score rules contain AllText or BodyText patterns
19409 then including SCORE in the <!--#echo var="VAR_index-format"-->
19410 may slow down the display of the MESSAGE INDEX screen.
19411 </DD>
19412 </DL>
19415 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
19417 <DL>
19418 <DT>CURNEWS</DT>
19419 <DD>
19420 This token represents the current newsgroup if there is one.
19421 For example, &quot;comp.mail.pine&quot;.
19422 </DD>
19424 <DT>MSGID</DT>
19425 <DD>
19426 This token represents the message ID of the message.
19427 This token does not work with Filter Rule folder names.
19428 </DD>
19430 <DT>CURDATE</DT>
19431 <DD>
19432 This token represents the current date.
19433 It has the format MMM DD. For example, &quot;Oct 23&quot;.
19434 </DD>
19436 <DT>CURDATEISO</DT>
19437 <DD>
19438 This token represents the current date.
19439 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
19440 </DD>
19442 <DT>CURDATEISOS</DT>
19443 <DD>
19444 This token represents the current date.
19445 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
19446 </DD>
19448 <DT>CURPREFDATE</DT>
19449 <DD>
19450 This token represents the current date.
19451 It is your operating system's idea of the preferred date representation for the current locale.
19452 Internally it uses the %x version of the date from the strftime routine.
19453 </DD>
19455 <DT>CURPREFTIME</DT>
19456 <DD>
19457 This token represents the current time.
19458 It is the preferred time representation for the current locale.
19459 Internally it uses the %X version of the time from the strftime routine.
19460 </DD>
19462 <DT>CURPREFDATETIME</DT>
19463 <DD>
19464 This token represents the current date and time.
19465 It is the preferred date and time representation for the current locale.
19466 Internally it uses the %c version of the time from the strftime routine.
19467 </DD>
19469 <DT>CURTIME24</DT>
19470 <DD>
19471 This token represents the current time.
19472 It has the format HH:MM. For example, &quot;17:28&quot;.
19473 </DD>
19475 <DT>CURTIME12</DT>
19476 <DD>
19477 This token represents the current time.
19478 This time is for a 12 hour clock.
19479 It has the format HH:MMpm.
19480 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19481 </DD>
19483 <DT>CURDAY</DT>
19484 <DD>
19485 This token represents the current day of the month.
19486 For example, &quot;23&quot; or &quot;9&quot;.
19487 </DD>
19489 <DT>CURDAY2DIGIT</DT>
19490 <DD>
19491 This token represents the current day of the month.
19492 For example, &quot;23&quot; or &quot;09&quot;.
19493 It is always 2 digits.
19494 </DD>
19496 <DT>CURDAYOFWEEK</DT>
19497 <DD>
19498 This token represents the current day of the week.
19499 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19500 </DD>
19502 <DT>CURDAYOFWEEKABBREV</DT>
19503 <DD>
19504 This token represents the current day of the week.
19505 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19506 </DD>
19508 <DT>CURMONTH</DT>
19509 <DD>
19510 This token represents the current month.
19511 For example, &quot;10&quot; or &quot;9&quot;.
19512 </DD>
19514 <DT>CURMONTH2DIGIT</DT>
19515 <DD>
19516 This token represents the current month.
19517 For example, &quot;10&quot; or &quot;09&quot;.
19518 It is always 2 digits.
19519 </DD>
19521 <DT>CURMONTHLONG</DT>
19522 <DD>
19523 This token represents the current month.
19524 For example, &quot;October&quot;.
19525 </DD>
19527 <DT>CURMONTHABBREV</DT>
19528 <DD>
19529 This token represents the current month.
19530 For example, &quot;Oct&quot;.
19531 </DD>
19533 <DT>CURYEAR</DT>
19534 <DD>
19535 This token represents the current year.
19536 For example, &quot;1998&quot; or &quot;2001&quot;.
19537 </DD>
19539 <DT>CURYEAR2DIGIT</DT>
19540 <DD>
19541 This token represents the current year.
19542 For example, &quot;98&quot; or &quot;01&quot;.
19543 It is always 2 digits.
19544 </DD>
19546 <DT>LASTMONTH</DT>
19547 <DD>
19548 This token represents last month.
19549 For example, if this is November (the 11th month),
19550 it is equal to &quot;10&quot; or if this is October (the 10th month),
19551 it is &quot;9&quot;.
19552 It is possible that this and the other tokens beginning with LASTMONTH
19553 below could be useful when used with a Filtering Rule that
19554 has the &quot;Beginning of Month&quot; option set.
19555 </DD>
19557 <DT>LASTMONTH2DIGIT</DT>
19558 <DD>
19559 This token represents last month.
19560 For example, if this is November (the 11th month),
19561 it is equal to &quot;10&quot; or if this is October (the 10th month),
19562 it is &quot;09&quot;.
19563 It is always 2 digits.
19564 </DD>
19566 <DT>LASTMONTHLONG</DT>
19567 <DD>
19568 This token represents last month.
19569 For example, if this is November the value is &quot;October&quot;.
19570 </DD>
19572 <DT>LASTMONTHABBREV</DT>
19573 <DD>
19574 This token represents last month.
19575 For example, if this is November the value is &quot;Oct&quot;.
19576 </DD>
19578 <DT>LASTMONTHYEAR</DT>
19579 <DD>
19580 This token represents what the year was a month ago.
19581 For example, if this is October, 1998, it is &quot;1998&quot;.
19582 If this is January, 1998, it is &quot;1997&quot;.
19583 </DD>
19585 <DT>LASTMONTHYEAR2DIGIT</DT>
19586 <DD>
19587 This token represents what the year was a month ago.
19588 For example, if this is October, 1998, it is &quot;98&quot;.
19589 If this is January, 1998, it is &quot;97&quot;.
19590 </DD>
19592 <DT>LASTYEAR</DT>
19593 <DD>
19594 This token represents last year.
19595 For example, if this is 1998, it equals &quot;1997&quot;.
19596 It is possible that this
19597 could be useful when used with a Filtering Rule that
19598 has the &quot;Beginning of Year&quot; option set.
19599 </DD>
19601 <DT>LASTYEAR2DIGIT</DT>
19602 <DD>
19603 This token represents last year.
19604 For example, if this is 1998, it equals &quot;97&quot;.
19605 It is always 2 digits.
19606 </DD>
19608 <DT>ROLENICK</DT>
19609 <DD>
19610 This token represents the nickname of the
19611 role currently being used.  If no role is being used,
19612 then no text will be printed for this token.
19613 This token does not work with Filter Rule folder names.
19614 </DD>
19615 </DL>
19618 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
19619 See the help for the
19620 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
19621 to see why you might want to use this.
19622 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
19623 must be surrounded by underscores when used.
19625 <DL>
19626 <DT>NEWLINE</DT>
19627 <DD>
19628 This is an end of line marker.
19629 </DD>
19630 </DL>
19633 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
19635 <DL>
19636 <DT>CURSORPOS</DT>
19637 <DD>
19638 This token is different from the others.
19639 When it is replaced it is replaced with nothing, but it sets an Alpine
19640 internal variable that tells the composer to start with the cursor
19641 positioned at the position where this token was.
19642 If both the template file and the signature file contain
19643 a &quot;CURSORPOS&quot; token, then the position in the template file
19644 is used.
19645 If there is a template file and neither it nor the signature file contains
19646 a &quot;CURSORPOS&quot; token, then the cursor is positioned
19647 after the end of the contents of the
19648 template file when the composer starts up.
19649 </DD>
19650 </DL>
19653 &lt;End of help on this topic&gt;
19654 </BODY>
19655 </HTML>
19656 ======= h_reply_token_conditionals =======
19657 <HTML>
19658 <HEAD>
19659 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
19660 </HEAD>
19661 <BODY>
19662 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
19664 Conditional text inclusion may be used with
19665 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
19666 in signature files, and in template files used in
19667 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
19668 It may <EM>not</EM> be used with the
19669 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
19672 There is a limited if-else capability for including text.
19673 The if-else condition is based
19674 on whether or not a given token would result in replacement text you
19675 specify.
19676 The syntax of this conditional inclusion is
19678 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
19680 The left parenthesis must follow the underscore immediately, with no
19681 intervening space.
19682 It means the token is expanded and the results of that expansion are
19683 compared against the &quot;match_this&quot; argument.
19684 If there is an exact match, then the &quot;if_matched&quot; text is used
19685 as the replacement text.
19686 Otherwise, the &quot;if_not_matched&quot; text is used.
19687 One of the most useful values for the &quot;match_this&quot; argument is
19688 the empty string, &quot;&quot;.
19689 In that case the expansion is compared against the empty string.
19691 Here's an example to make it clearer.
19692 This text could be included in one of your template files:
19694 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
19696 If that is included in a template file that you are using while replying
19697 to a message (because you chose to use the role it was part of),
19698 and that message has a newsgroup header and a newsgroup in that header,
19699 then the text
19701 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
19703 will be included in the message you are about to compose.
19704 On the other hand, if the message you are replying to does not have
19705 a newsgroup, then the text
19707 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
19709 would be included instead.
19710 This would also work in signature files and in
19711 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
19712 If the &quot;match_this&quot;, &quot;if_matched&quot;,
19713 or &quot;if_not_matched&quot; arguments contain
19714 spaces, parentheses, or commas;
19715 they have to be quoted with double quotation marks (like in the example
19716 above).
19717 If you want to include a literal quote (&quot;) in the text you must escape the
19718 quote by preceding it with a backslash (&#92;) character.
19719 If you want to include a literal backslash character you must escape it
19720 by preceding it with another backslash.
19722 The comma followed by &quot;if_not_matched&quot; is optional.
19723 If there is no &quot;if_not_matched&quot;
19724 present then no text is included if the not_matched case is true.
19725 Here's another example:
19727 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
19729 Here you can see that tokens may appear in the arguments.
19730 The same is true for tokens with the conditional parentheses.
19731 They may appear in arguments,
19732 though you do have to be careful to get the quoting and escaping of
19733 nested double quotes correct.
19734 If this was in the signature file being used and you were replying to a message
19735 sent to comp.mail.pine the resulting text would be:
19737 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
19739 If you were replying to a message that wasn't sent to any newsgroup the
19740 resulting text would be a single blank line.
19741 The reason you'd get a blank line is because the end of the line is
19742 outside of the conditional, so is always included.
19743 If you wanted to get rid of that blank line you could do so by moving
19744 the end of line inside the conditional.
19745 In other words, it's ok to have multi-line
19746 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
19747 template file.
19748 The text just continues until the next double quotation, even if it's not
19749 on the same line.
19751 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
19753 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
19755 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
19756 while reading the newsgroup comp.mail.pine the resulting text would be:
19758 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
19760 If you were replying to a message while reading an email folder instead
19761 of a newsgroup the resulting leadin text would be
19763 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
19765 Here's one more (contrived) example illustrating a matching argument
19766 that is not the empty string.
19768 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
19770 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
19771 were replying to
19772 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
19773 would be
19775 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
19777 But if you were replying to a message sent on Oct. 27 (and that wasn't
19778 today) you would get
19780 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
19783 &lt;End of help on this topic&gt;
19784 </BODY>
19785 </HTML>
19786 ======= h_composer_cntxt_nick =======
19787 <HTML>
19788 <HEAD>
19789 <TITLE>Collection Nickname Explained</TITLE>
19790 </HEAD>
19791 <BODY>
19792 <H1>Collection Edit Help -- Nickname Field</H1>
19794 This field is provided so you can add a short nickname to use when
19795 referring to this collection within Alpine.  Spaces are allowed, and
19796 you don't need to use double-quotes.  However, the double-quote
19797 character is not allowed.
19799 Look <A HREF="h_edit_nav_cmds">here</A>
19800 to see the available Editing and Navigation commands.
19802 &lt;End of help on this topic&gt;
19803 </BODY>
19804 </HTML>
19805 ======= h_folder_server_syntax =======
19806 <HTML>
19807 <HEAD>
19808 <TITLE>Server Name Syntax</TITLE>
19809 </HEAD>
19810 <BODY>
19811 <H1>Server Name Syntax</H1>
19813 This help describes the syntax that may be used for server names
19814 that may be associated with remote folders or SMTP servers.
19817 A server name is the hostname of the server.
19818 It's a good idea to use the host's fully-qualified network name.
19821 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
19824 However, IP addresses are allowed if surrounded
19825 with square-brackets.
19828 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
19831 An optional network port number may be supplied by appending
19832 a colon (:) followed by the port number
19833 to the server name.
19834 By default, the IMAP port number, 143, is used.
19837 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
19840 Besides server name and optional port number, various other optional
19841 parameters may be supplied that alter Alpine's interaction with the server.
19842 A parameter is supplied by appending a slash (/) character followed by
19843 the parameter's name and,
19844 depending on the particular parameter, the value assigned to that
19845 name, to the server name (and optional port number).
19846 Parameter names are <EM>not</EM> case sensitive.
19847 Currently supported parameters include:
19849 <DL>
19851 <DT>User</DT>
19852 <DD>This parameter requires an associated value, and is intended to
19853 provide the username identifier with which to establish the server
19854 connection.
19855 If your SMTP server offers SMTP AUTH authentication, adding this 
19856 parameter to the
19857 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
19858 option will cause Alpine to attempt to authenticate to the server using the
19859 supplied username.
19860 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
19861 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
19862 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
19863 option (or to the server name for any folder collection using NNTP)
19864 will cause Alpine to attempt
19865 to authenticate to the server using the supplied username.
19866 An example might be:
19869 <CENTER><SAMP>/user=katie</SAMP></CENTER>
19872 </DD>
19874 <DT>TLS</DT>
19875 <DD>
19876 Normally, when a new connection is made an attempt is made to 
19877 negotiate a secure (encrypted) session using Transport Layer Security (TLS).
19878 If that fails then a non-encrypted connection will be attempted instead.
19879 This is a unary parameter indicating communication with the server must 
19880 take place over a TLS connection. If the attempt to use TLS fails then
19881 this parameter will cause the connection to fail instead of falling
19882 back to an unsecure connection.
19885 <CENTER><SAMP>/tls</SAMP></CENTER>
19888 </DD>
19890 <DT>SSL</DT>
19891 <DD>
19892 This is a unary parameter indicating communication with the server should 
19893 take place over a Secure Socket Layer connection.  The server must support
19894 this method, and be prepared to accept connections on the appropriate
19895 port (993 by default).
19896 Alpine must be linked with an SSL library for this option to be operational.
19899 <CENTER><SAMP>/ssl</SAMP></CENTER>
19902 </DD>
19904 <DT>TLS1</DT>
19905 <DD>
19906 This parameter indicates that the connection to the server will be made
19907 over the SSL port, but using the TLSv1 protocol, instead of the usual
19908 SSLv3 or SSLv2 protocols.
19909 Alpine must be linked with an SSL library for this option to be operational.
19912 <CENTER><SAMP>/tls1</SAMP></CENTER>
19915 </DD>
19917 <DT>DTLS1</DT>
19918 <DD>
19919 This parameter indicates that the connection to the server will be made
19920 over the SSL port, but using the DTLSv1 protocol, instead of the usual
19921 SSLv3 or SSLv2 protocols.
19922 Alpine must be linked with an SSL library for this option to be operational.
19925 <CENTER><SAMP>/dtls1</SAMP></CENTER>
19928 </DD>
19930 <DT>TLS1_1</DT>
19931 <DD>
19932 This parameter indicates that the connection to the server will be made
19933 over the SSL port, but using the TLSv1.1 protocol, instead of the usual
19934 SSLv3 or SSLv2 protocols.
19935 Alpine must be linked with an SSL library for this option to be operational.
19938 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
19941 </DD>
19943 <DT>TLS1_2</DT>
19944 <DD>
19945 This parameter indicates that the connection to the server will be made
19946 over the SSL port, but using the TLSv1.2 protocol, instead of the usual
19947 SSLv3 or SSLv2 protocols.
19948 Alpine must be linked with an SSL library for this option to be operational.
19951 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
19954 </DD>
19957 <DT>NoValidate-Cert</DT>
19958 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
19959 This is needed if the server uses self-signed certificates or if Alpine
19960 cannot validate the certificate for some other known reason.
19962 </DD>
19964 <DT>Anonymous</DT>
19965 <DD>This is a unary parameter (that means it does not have a value)
19966 indicating that the connection be logged in as
19967 &quot;anonymous&quot; rather than a specific user.
19968 Not all servers offer anonymous
19969 access; those which do generally only offer read-only access to certain
19970 &quot;public&quot; folders.
19973 <CENTER><SAMP>/anonymous</SAMP></CENTER>
19976 </DD>
19978 <DT>Secure</DT>
19979 <DD>This is a unary parameter indicating that the connection use the
19980 most secure authentication method mutually supported by Alpine and the
19981 server.
19982 Alpine is capable of authenticating connections to 
19983 the server using several methods.
19984 By default, Alpine will attempt each
19985 method until either a connection is established or the
19986 list of methods is exhausted.
19987 This parameter causes Alpine to instead fail 
19988 the connection if the first (generally most &quot;secure&quot;) method fails.
19991 <CENTER><SAMP>/secure</SAMP></CENTER>
19994 </DD>
19996 <DT>Submit</DT>
19997 <DD>This is a unary parameter for use with the
19998 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
19999 It indicates that the connection should be made to the Submit server
20000 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
20001 (port 587) instead of the SMTP port (25).
20002 At the time this help was written the submit option was equivalent to
20003 specifying port 587.
20006 <CENTER><SAMP>/submit</SAMP></CENTER>
20010 <CENTER><SAMP>host:587</SAMP></CENTER>
20013 </DD>
20015 <DT>Debug</DT>
20016 <DD>This is a unary parameter indicating that the connection be established
20017 in a verbose mode.  Basically, it causes Alpine to log the communication with
20018 the server in Alpine's debug file.
20019 Normally, the pine -d command-line flag would be used instead.
20021 </DD>
20023 <DT>NoRsh</DT>
20024 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
20025 the UNIX remote shell program.
20026 Including &quot;NoRsh&quot; will cause connections to this server to skip
20027 the &quot;rsh&quot; attempt.
20028 This might be useful to avoid long timeouts caused by rsh firewalls, for
20029 example.
20031 </DD>
20033 <DT>Loser</DT>
20034 <DD>This option makes sense only for IMAP servers that do not perform
20035 a SEARCH command correctly. If your filtering rules
20036 fail to filter some messages, that should have been filtered, then this
20037 option will make Alpine download all data necessary to perform that search.
20038 There is a performance penalty when using this option. Downloading the
20039 data to perfom the search will take longer than requesting the IMAP
20040 server to perform the filtering, but the filtering will be done correctly.
20042 </DD>
20045 <DT>Service</DT>
20046 <DD>This parameter requires an associated value.  The default value is
20047 &quot;IMAP&quot; which indicates communication with the server based
20048 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
20049 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
20051 Other service values include:
20052  <DL>
20053  <DT>NNTP</DT>
20054  <DD>This value indicates communication with the server takes place via
20055 the Network News Transfer Protocol.  Use this to define a collection
20056 of newsgroups on a remote news server.  So
20059 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
20061 or just
20063 <CENTER><SAMP>/NNTP</SAMP></CENTER>
20066 is the way to specify NNTP access.
20068  </DD>
20070  <DT>POP3</DT>
20071  <DD>This value indicates communication with the server takes place via the
20072 Post Office Protocol 3 protocol.
20075 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
20077 or just
20079 <CENTER><SAMP>/POP3</SAMP></CENTER>
20082 Note that there are several important issues
20083 to consider when selecting this option:
20084 <OL>
20085  <LI> POP3 provides access to only your INBOX.  In other words,
20086 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
20087  <LI> Alpine's implementation of POP3 does not follow the traditional POP
20088 model and will leave your mail on the server. Refer to the
20089 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
20090  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
20091 </OL>
20092 </DD>
20093 </DL>
20094 </DL>
20097 Note that it is possible to include more than one parameter in a server
20098 specification by concatenating the parameters. For example:
20101 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
20105 &lt;End of help on this topic&gt;
20106 </BODY>
20107 </HTML>
20108 ======= h_composer_cntxt_server =======
20109 <HTML>
20110 <HEAD>
20111 <TITLE>Collection Server: Explained</TITLE>
20112 </HEAD>
20113 <BODY>
20114 <H1>Collection Edit Help -- Server Field</H1>
20116 This collection's &quot;Server:&quot; definition indicates the
20117 hostname of the server providing access to the folders in this
20118 collection.
20119 The syntax of this server name is the same as for other server names used
20120 in remote folder names in
20121 Alpine and is described
20122 <A HREF="h_folder_server_syntax">here</A>.
20125 &lt;End of help on this topic&gt;
20126 </BODY>
20127 </HTML>
20128 ======= h_composer_cntxt_path =======
20129 <HTML>
20130 <HEAD>
20131 <TITLE>Collection Path: Explained</TITLE>
20132 </HEAD>
20133 <BODY>
20134 <H1>Collection Edit Help -- Path Field</H1>
20136 The collection's &quot;Path:&quot; definition indicates the location
20137 of the folders in this collection.  If the path or any of its components
20138 do not exist, Alpine will prompt you for their creation when exiting the
20139 Add/Change screen.
20141 <P> 
20142 By default the path is interpreted as defining a section of your personal
20143 folder area.  This area and how you specify it are defined by the
20144 server, if one is specified in the collection, or, typically, the home
20145 directory if no server is defined.
20148 To define a collection outside the default &quot;area&quot;, prefix
20149 the path with the &quot;namespace&quot; to use when interpreting the
20150 given path.  If a namespace is specified, the Path begins with the
20151 sharp, &quot;#&quot;, character followed by the name of the namespace
20152 and then the namespace's path-element-delimiter.  Aside from the
20153 path's format, namespaces can also imply access rights, content
20154 policy, audience, location, and, occasionally, access methods.
20157 Each server exports its own set (possibly of size one) of 
20158 namespaces.  Hence, it's likely communication with your server's
20159 administrator will be required for specific configurations.  Some of
20160 the more common namespaces, however, include:
20162 <DL>
20163 <DT>#news.</DT>
20164 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
20165 names are hierarchically defined with each level delimited by a period.
20166 </DD>
20167 <DT>#public/</DT>
20168 <DD>This specifies a folder area that the server may export to the general
20169 public.
20170 </DD>
20171 <DT>#shared/</DT>
20172 <DD>This specifies a folder area that the folder may export to groups
20173 of users.
20174 </DD>
20175 <DT>#ftp/</DT>
20176 <DD>This specifies a folder area that is the same as that it may have 
20177 exported via the &quot;File Transfer Protocol&quot;.
20178 </DD>
20179 <DT>#mh/</DT>
20180 <DD>This specifies the personal folder area associated with folders
20181 and directories that were created using the MH message handling system.
20182 </DD>
20183 </DL>
20186 In addition, the server may support access to other user's folders,
20187 provided you have suitable permissions.  Common methods use a prefix
20188 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
20189 indicate the root of the other user's folder area.
20192 No, nothing's simple.
20195 &lt;End of help on this topic&gt;
20196 </BODY>
20197 </HTML>
20198 ======= h_composer_cntxt_view =======
20199 <HTML>
20200 <HEAD>
20201 <TITLE>Collection View: Explained</TITLE>
20202 </HEAD>
20203 <BODY>
20204 <H1>Collection Edit Help -- View Field</H1>
20206 The collection's &quot;View:&quot; definition provides a way to limit
20207 the displayed list of folders within a collection.  By default, only
20208 folders that contain the specified characters anywhere in their name
20209 are shown in the collection's folder list.
20212 Additionally, you can use a wildcard character to better control
20213 the list of folders selected for display.  The wildcard specifier is
20214 the star, &quot;*&quot;, character.
20217 So, for example, to define a collection of all folders ending with
20218 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
20219 quote characters!).  Or, similarly, to define a collection of folders
20220 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
20221 specify a view of &quot;a*z&quot;.
20224 &lt;End of help on this topic&gt;
20225 </BODY>
20226 </HTML>
20227 ======= h_composer_abook_add_server =======
20228 <HTML>
20229 <HEAD>
20230 <TITLE>Addressbook Server Name Field Explained</TITLE>
20231 </HEAD>
20232 <BODY>
20233 This field should be left blank if the address book is stored in a regular
20234 file on this system.  If it is a remote address book stored on an IMAP
20235 server then this is the name of that IMAP server.
20237 Look <A HREF="h_edit_nav_cmds">here</A>
20238 to see the available Editing and Navigation commands.
20240 &lt;End of help on this topic&gt;
20241 </BODY>
20242 </HTML>
20243 ======= h_composer_abook_add_folder =======
20244 <HTML>
20245 <HEAD>
20246 <TITLE>Addressbook Folder Name Field Explained</TITLE>
20247 </HEAD>
20248 <BODY>
20249 For a remote address book (one for which the Server Name is filled in)
20250 this is the name of a folder on the remote server. The address book data
20251 will be stored in this folder. This folder should be used only for
20252 storing this single address book, not for other address books or for
20253 other messages.
20255 For a local address book (one for which the Server Name is not filled in)
20256 this is the name of a file in which the address book will be stored.
20257 The file is in the same directory as the Alpine configuration file if the
20258 configuration file is local.
20259 If the configuration file is remote, then this will be in the home directory
20260 for Unix Alpine and in the directory specified by the
20261 &quot;-aux local_directory&quot; command line argument.
20263 Look <A HREF="h_edit_nav_cmds">here</A>
20264 to see the available Editing and Navigation commands.
20266 &lt;End of help on this topic&gt;
20267 </BODY>
20268 </HTML>
20269 ======= h_composer_abook_add_nick =======
20270 <HTML>
20271 <HEAD>
20272 <TITLE>Addressbook NickName Field Explained</TITLE>
20273 </HEAD>
20274 <BODY>
20275 This is just an optional nickname for this address book. If present, it
20276 is used in some of the displays and error messages in the address book
20277 maintenance screens. It is for your convenience only and serves no
20278 other purpose.
20280 Look <A HREF="h_edit_nav_cmds">here</A>
20281 to see the available Editing and Navigation commands.
20283 &lt;End of help on this topic&gt;
20284 </BODY>
20285 </HTML>
20286 ======= h_composer_qserv_cn =======
20287 <HTML>
20288 <HEAD>
20289 <TITLE>Directory Query Form Explained</TITLE>
20290 </HEAD>
20291 <BODY>
20293 Fill in as many of these fields as you wish to narrow down your
20294 search. All the fields you fill in must match in order for an entry
20295 to be returned. You may use the wildcard character &quot;*&quot; in
20296 any of the fields, it matches any zero or more characters at that
20297 point in the string. There are no implicit wildcards, so the match is
20298 exact unless you include wildcards.
20301 Note that if an attribute isn't present at all, then the match will fail.
20302 For example, if a server doesn't support the Locality attribute, then no
20303 matter what you put in the Locality field (other than leaving it empty)
20304 the search will fail.
20307 This field, the Common Name field, is typically a person's full name.
20310 <H1>EDITING and NAVIGATION COMMANDS</H1>
20311 <!--chtml if pinemode="function_key"-->
20312 <PRE>
20313 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20314 ^B (Left Arrow)    Back character       | ^D       Delete current character
20315 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20316 ^P (Up Arrow)      Previous line        |
20317 ^N (Down Arrow)    Next line            | F9       Cut marked text or
20318 ^A                 Beginning of line    |            delete current line
20319 ^E                 End of line          | F10      Undelete line(s)
20320 F7                 Previous page        |
20321 F8                 Next page            |-------------------------------------
20322 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20323 ----------------------------------------|
20324 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
20325 F2   Cancel      |   F1    Get help     |
20326 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
20327 </PRE>
20328 <!--chtml else-->
20329 <PRE>
20330 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20331 ^B (Left Arrow)    Back character       | ^D       Delete current character
20332 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20333 ^P (Up Arrow)      Previous line        |
20334 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
20335 ^A                 Beginning of line    |            delete current line
20336 ^E                 End of line          | ^U       Undelete line(s)
20337 ^Y                 Previous page        |
20338 ^V                 Next page            |-------------------------------------
20339 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20340 ----------------------------------------|
20341 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
20342 ^C   Cancel      |   ^G    Get help     |
20343 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
20344 </PRE>
20345 <!--chtml endif-->
20346 <P><UL>
20347 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20348 </UL><P>
20349 &lt;End of help on this topic&gt;
20350 </BODY>
20351 </HTML>
20352 ======= h_composer_qserv_sn =======
20354 The Surname is usually the family name of a person.
20356 <End of help on this topic>
20357 ======= h_composer_qserv_gn =======
20359 This is the part of a person's name that isn't the surname or initials.
20361 <End of help on this topic>
20362 ======= h_composer_qserv_mail =======
20364 This is the email address of a person.
20366 <End of help on this topic>
20367 ======= h_composer_qserv_org =======
20369 This is the organization a person belongs to.
20371 <End of help on this topic>
20372 ======= h_composer_qserv_unit =======
20374 This is the organizational unit a person belongs to.
20376 <End of help on this topic>
20377 ======= h_composer_qserv_country =======
20379 This is the country a person belongs to.
20381 <End of help on this topic>
20382 ======= h_composer_qserv_state =======
20384 This is the state a person belongs to.
20386 <End of help on this topic>
20387 ======= h_composer_qserv_locality =======
20389 This is the locality a person belongs to.
20391 <End of help on this topic>
20392 ======= h_composer_qserv_custom =======
20394 This one is for advanced users only! If you put something in this field,
20395 then the rest of the fields are ignored.
20397 This field may be set to the string representation of an LDAP search
20398 filter (see RFC1960). Here are some examples:
20400 To search for an entry with a surname equal to "clinton" you could set
20401 the custom filter to:
20403      (sn=clinton)
20404     
20405 This is equivalent to putting "clinton" in the SurName field.
20406 To search for an entry that has a surname that begins with "clint" and
20407 has a givenname equal to "william" you could use:
20409      (&(sn=clint*)(givenname=william))
20410     
20411 This is equivalent to setting the SurName field to "clint*" and the
20412 GivenName field to "william".
20413 To search for an entry where either the common name OR the email address
20414 contains "abcde" you could use:
20416      (|(cn=*abcde*)(mail=*abcde*))
20418 That isn't equivalent to anything you can do by setting the other fields
20419 because of the OR.
20421 <End of help on this topic>
20422 ======= h_composer_qserv_qq =======
20424 This one is a little different from the rest of the categories.  It causes
20425 a search to be formed from the configured search filter that you filled
20426 in when you added the directory server to your configuration. It can also
20427 be combined with the other fields if you'd like.
20429 <End of help on this topic>
20430 ======= h_address_format =======
20431 <HTML>
20432 <HEAD>
20433 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
20434 </HEAD>
20435 <BODY>
20436 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
20438 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
20439 and then a domain, with no spaces.  
20440 For example, jsmith@art.example.com might be the email address
20441 of a person  
20442 with the username &quot;jsmith&quot; who has an account in the domain
20443 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
20444 right of the &quot;@&quot; sign can vary - a shorter example would be 
20445 isabelle@elsewhere.edu (the shortest possible form: here, only the 
20446 organization's domain is specified after the &quot;@&quot; sign); a longer 
20447 example would be 
20448  jsingh@shakti.edutech.example.com
20449 (here, the name of the host &quot;shakti&quot; in the domain 
20450 edutech.example.com is also specified).  
20451 <P>  
20452 If you do not know the exact email address of someone you want to write 
20453 to, ask them what it is using other means of communication than email; or 
20454 use the tools for 
20455 finding people's addresses that are available on the Internet.
20457 If you are sending to someone on the same system as you are, you can leave
20458 the &quot;@&quot; sign and all the information to its right off of the 
20459 address, and Alpine will fill it in automatically, 
20460 unless the feature 
20461 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
20464 When an email address you send a message to is not reachable -- either because 
20465 it is simply an incorrect address, or because email can temporarily not be 
20466 delivered to it due to a technical problem on the way to or at the recipient's 
20467 end -- you will almost always get an error notification email message back.
20469 If you encounter problems with, or have questions about, email delivery or
20470 email address syntax, contact your local network computing consultants.
20471 <P><UL>
20472 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20473 </UL>
20475 &lt;End of help on this topic&gt;
20476 </BODY>
20477 </HTML>
20478 ======= h_flag_user_flag =======
20479 <HTML>
20480 <HEAD>
20481 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
20482 </HEAD>
20483 <BODY>
20484 <H1>STATUS FLAG: User Defined Keyword</h1>
20486 This is a keyword that is defined for this folder.
20487 It was most likely defined by the owner of the folder.
20488 Alpine will not set or clear this flag on its own.
20490 <P><UL>
20491 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20492 </UL><P>
20493 &lt;End of help on this topic&gt;
20494 </BODY>
20495 </HTML>
20496 ======= h_flag_important =======
20497 <html>
20498 <title>STATUS FLAG: Important</title>
20499 <body>
20500 <h1>STATUS FLAG: Important</h1>
20503 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
20504 MESSAGE&nbsp;INDEX
20505 screen, can only be set by the user, and is intended to be used in
20506 whatever fashion makes sense to you.  You are the only one that can set or
20507 clear it. 
20510 &lt;End of help on this topic&gt;
20511 </BODY>
20512 </HTML>
20513 ======= h_flag_new =======
20514 <html>
20515 <title>STATUS FLAG: New</title>
20516 <body>
20517 <h1>STATUS FLAG: New</h1>
20520 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
20521 MESSAGE&nbsp;INDEX screen,
20522 is automatically set when messages are delivered to your Inbox (or other
20523 folder specified outside of Alpine).  Likewise, it is cleared automatically
20524 the first time you read the message it is associated with.
20527 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
20528 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
20529 you'd like to be reminded of it next time you read mail.  This can be done
20530 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
20534 &lt;End of help on this topic&gt;
20535 </BODY>
20536 </HTML>
20537 ======= h_flag_answered =======
20538 <html>
20539 <title>STATUS FLAG: Answered</title>
20540 <body>
20541 <h1>STATUS FLAG: Answered</h1>
20543 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
20544 MESSAGE&nbsp;INDEX
20545 screen, is automatically set when you reply to a message.  This flag is not
20546 automatically cleared.
20549 &lt;End of help on this topic&gt;
20550 </BODY>
20551 </HTML>
20552 ======= h_flag_forwarded =======
20553 <html>
20554 <title>STATUS FLAG: Forwarded</title>
20555 <body>
20556 <h1>STATUS FLAG: Forwarded</h1>
20558 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
20559 MESSAGE&nbsp;INDEX
20560 screen, is automatically set when you forward a message.  This flag is not
20561 automatically cleared.
20564 &lt;End of help on this topic&gt;
20565 </BODY>
20566 </HTML>
20567 ======= h_flag_deleted =======
20568 <html>
20569 <title>STATUS FLAG: Deleted</title>
20570 <body>
20571 <h1>STATUS FLAG: Deleted</h1>
20573 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
20574 MESSAGE&nbsp;INDEX
20575 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
20576 It is cleared
20577 when you use the &quot;U&nbsp;Undelete&quot; command.
20580 Messages marked with this flag will be permanently removed from
20581 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
20582 command, or
20583 when you indicate acceptance of their removal upon leaving the folder.
20586 Note, there can be other actions implicit in the
20587 &quot;D&nbsp;Delete&quot; command,
20588 such as advancing to the next message, that may be momentarily undesirable.
20589 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
20590 flag <A HREF="h_common_flag">explicitly</A>.
20593 &lt;End of help on this topic&gt;
20594 </BODY>
20595 </HTML>
20596 ====== h_config_incoming_timeo ======
20597 <HTML>
20598 <HEAD>
20599 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
20600 </HEAD>
20601 <BODY>
20602 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
20604 This option has no effect unless the feature
20605 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20606 is set, which in turn has no effect unless
20607 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20608 is set.
20610 Sets the time in seconds that Alpine will
20611 attempt to open a network connection used for monitoring for Unseen
20612 messages in Incoming Folders. The default is 5.
20613 If a connection has not completed within this many seconds Alpine will
20614 give up and consider it a failed connection.
20616 <UL>   
20617 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20618 </UL><P>
20619 &lt;End of help on this topic&gt;
20620 </BODY>
20621 </HTML>
20622 ====== h_config_psleep ======
20623 <HTML>
20624 <HEAD>
20625 <TITLE>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</TITLE>
20626 </HEAD>
20627 <BODY>
20628 <H1>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</H1>
20631 In the good old days a mailcap viewer was used to examine an 
20632 attachment before saving it, and after viewing the attachment control 
20633 would return to the operating system when the viewer was closed. Therefore, 
20634 when the mailcap viewer returned control to the operating system, it 
20635 could be assumed that the user who opened the attachment was done
20636 examining it, and the copy of the attachment that was used, could be removed.
20639 However, today this assumption is not longer valid. Some viewers return 
20640 control to the operating system before they actually read the attachment
20641 to be examined. This causes Alpine to delete the attachment before it 
20642 is read by the viewer, causing the viewer to fail opening the attachment.
20645 In order to work around this problem, Alpine checks, after the viewer has 
20646 returned control to the operating system, if there is any process that is 
20647 using the attachment. This variable controls the number of seconds that 
20648 must elapse between checks. Once it is found that no process is using the 
20649 attachment, this is removed.
20652 The minimum value for this variable is 60 (checks will be made once per 
20653 minute), and the maximum value is 600 (checks will be made once every 10 
20654 minutes). The default value is 60.
20657 <UL>   
20658 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20659 </UL><P>
20660 &lt;End of help on this topic&gt;
20661 </BODY>
20662 </HTML>
20663 ====== h_config_incoming_interv ======
20664 <HTML>
20665 <HEAD>
20666 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
20667 </HEAD>
20668 <BODY>
20669 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
20671 This option has no effect unless the feature
20672 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20673 is set, which in turn has no effect unless
20674 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20675 is set.
20677 This option specifies, in seconds, how often Alpine will check
20678 for new mail and state changes in Incoming Folders when Incoming Folders
20679 Checking is turned on.
20680 The default is 3 minutes (180).
20681 This value applies only to folders that are local to the system that
20682 Alpine is running on or that are accessed using the IMAP protocol.
20683 The similar option
20684 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
20685 applies to all other monitored folders.
20687 <UL>   
20688 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20689 </UL><P>
20690 &lt;End of help on this topic&gt;
20691 </BODY>
20692 </HTML>
20693 ====== h_config_incoming_second_interv ======
20694 <HTML>
20695 <HEAD>
20696 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
20697 </HEAD>
20698 <BODY>
20699 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
20701 This option has no effect unless the feature
20702 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20703 is set, which in turn has no effect unless
20704 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20705 is set.
20707 This option together with the option
20708 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
20709 specifies, in seconds, how often Alpine will check
20710 for new mail and state changes in Incoming Folders when Incoming Folders
20711 Checking is turned on.
20712 The default for this option is 3 minutes (180).
20713 For folders that are local to this system or
20714 that are accessed using the IMAP protocol
20715 the value of the option
20716 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
20717 is used.
20718 For all other monitored folders, the value of this option is used.
20720 The reason there are two separate options is because it is usually
20721 less expensive to check local and IMAP folders than it is to check
20722 other types, like POP or NNTP folders.
20723 You may want to set this secondary value to a higher number than
20724 the primary check interval.
20726 <UL>   
20727 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20728 </UL><P>
20729 &lt;End of help on this topic&gt;
20730 </BODY>
20731 </HTML>
20732 ====== h_config_incoming_list ======
20733 <HTML>
20734 <HEAD>
20735 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
20736 </HEAD>
20737 <BODY>
20738 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
20740 This option has no effect unless the feature
20741 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20742 is set, which in turn has no effect unless
20743 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20744 is set.
20746 When monitoring the Incoming Message Folders for Unseen messages Alpine will
20747 normally monitor all Incoming Folders.
20748 You may use this option to restrict the list of monitored folders to a
20749 subset of all Incoming Folders.
20751 <UL>   
20752 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20753 </UL><P>
20754 &lt;End of help on this topic&gt;
20755 </BODY>
20756 </HTML>
20757 ====== h_config_pers_name ======
20758 <HTML>
20759 <HEAD>
20760 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
20761 </HEAD>
20762 <BODY>
20763 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
20765 This value is used to determine the full name part of the "From" address
20766 on messages you send.
20767 <!--chtml if pinemode="os_windows"-->
20768  PC-Alpine requires that this be set in order to properly construct the "From" address.
20769 <!--chtml else-->
20770  If unset, Unix Alpine will obtain your full name from
20771  the system password file. PC-Alpine, on the other hand, requires that this be set.
20772 <!--chtml endif-->
20774 If you want to change the value of what gets included in the From header
20775 in messages you send (other than just the Personal Name)
20776 look <A HREF="h_config_change_your_from">here</A> for a description.
20777 <P><UL>
20778 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20779 </UL><P>
20780 &lt;End of help on this topic&gt;
20781 </BODY>
20782 </HTML>
20783 ====== h_config_pruned_folders ======
20784 <html>
20785 <header>
20786 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
20787 </header>
20788 <body>
20789 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
20791 This variable allows you to define a list of one or more folders that
20792 Alpine will offer to prune for you in the same way it automatically offers
20793 to prune your "sent-mail" folder each month.
20794 Each folder in this list must be a folder in your default folder collection
20795 (the first folder collection if you have more than one), and it is just
20796 the relative name of the folder in the collection, not the fully-qualified name.
20797 It is similar to sent-mail.
20798 Instead of something like
20800 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
20802 the correct value to use would be
20804 <CENTER><SAMP>folder</SAMP></CENTER>
20806 There is an assumption here that your first collection is the folders in
20808 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
20811 Once a month, for each folder listed, Alpine will offer to move
20812 the contents of the folder to a new folder of the same name but with
20813 the previous month's date appended.  Alpine will then look for any such
20814 date-appended folder names created for a previous month, and offer each
20815 one it finds for deletion.
20818 If you decline the first offer, no mail is moved and no new folder is
20819 created.
20822 The new folders will be created
20823 in your default folder collection.
20826 <UL>   
20827 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20828 </UL><P>
20829 &lt;End of help on this topic&gt;
20830 </body>
20831 </html>
20832 ====== h_config_upload_cmd ======
20833 <HTML>
20834 <HEAD>
20835 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
20836 </HEAD>
20837 <BODY>
20838 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
20840 This option affects the behavior of the Composer's &quot;Read File&quot; 
20841 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
20842 commands.  It specifies
20843 a Unix program name, and any necessary command line arguments, that Alpine can
20844 use to transfer files from your personal computer into messages that you are
20845 composing.<P>
20847 <B>Note:</B> this facility is intended for use with serial line transfer 
20848 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
20849 to work with TCP/IP file transfer programs such as ftp.<P>
20851 If a program is specified, the commands listed above are modified to offer a
20852 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
20853 specified here must match the transfer program or protocol available on the
20854 personal computer.<P>
20856 Alpine expects to exchange uploaded data via a file on your Unix system.  When
20857 the specified upload program finishes, Alpine expects the uploaded data to be
20858 contained in this file.<P>
20860 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
20861 generates a
20862 temporary file name that it will pass to the specified Unix program.  Alpine
20863 will read the resulting uploaded text from this file and then delete it when
20864 the upload command is finished.<P>
20866 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
20867 prompt
20868 you for the name of the file that is to contain the uploaded information that
20869 it is to attach.  Alpine will attach this file to the composition, but will
20870 <B>not</B> delete this file after the upload command is finished.<P>
20872 The special token &quot;_FILE_&quot; may be included among the Unix program's 
20873 command
20874 line arguments.  Alpine will replace this symbol with the name of the file
20875 being used to exchange the uploaded information.  This token allows you to
20876 position the file name where it is required in the Unix program's command
20877 line arguments.<P>
20879 If the &quot;_FILE_&quot; token is not present in the specified command, the
20880 temporary file's name is automatically appended to the specified Unix
20881 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
20882 <B>last</B> command line argument.
20883 <P><UL>
20884 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20885 </UL><P>
20886 &lt;End of help on this topic&gt;
20887 </BODY>
20888 </HTML>
20889 ====== h_config_upload_prefix ======
20890 <HTML>
20891 <HEAD>
20892 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
20893 </HEAD>
20894 <BODY>
20895 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
20897 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
20898 It defines text to be written to the terminal emulator (via standard output)
20899 immediately prior to starting upload command.  This is useful for
20900 integrated serial line file transfer agents that permit command passing
20901 (e.g., Kermit's APC method).<P>
20903 The special token &quot;_FILE_&quot; may be included in the string specification.
20904 That symbol will be replaced with the (Alpine-created) name of the temporary
20905 file in which Alpine will expect to find the uploaded file.
20906 <P><UL>
20907 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20908 </UL><P>
20909 &lt;End of help on this topic&gt;
20910 </BODY>
20911 </HTML>
20912 ====== h_config_download_cmd ======
20913 <HTML>
20914 <HEAD>
20915 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
20916 </HEAD>
20917 <BODY>
20918 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
20920 This option affects the behavior of the Export command.  It specifies a Unix
20921 program name, and any necessary command line arguments, that Alpine can use to
20922 transfer the exported message to your personal computer's disk.<P>
20923 Note: this facility is intended for use with serial line transfer 
20924 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
20925 to work with TCP/IP file transfer programs such as ftp.<P>
20926 If a program is specified, the Export command is modified to offer a
20927 subcommand (^V) to activate the transfer (in lieu of saving it to
20928  the machine where Alpine is running).  Obviously, the Unix program
20929 specified here must match the transfer program or protocol available on the
20930 personal computer.<P>
20932 When this subcommand is selected and before Alpine invokes the specified Unix
20933 program, Alpine will create a temporary file containing the text of the
20934 exported message.  Alpine uses this file to pass the exported message text to
20935 the specified Unix program.<P>
20937 The special token &quot;_FILE_&quot; may be included among the Unix program's command
20938 line arguments.  Alpine will replace this symbol with the temporary file's name
20939 before executing the Unix program.  This token allows you to position the
20940 file name where it is required in the Unix program's command line arguments.
20942 If the &quot;_FILE_&quot; token is not present in the specified command, the
20943 temporary file's name is automatically appended to the specified Unix
20944 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
20945 <B>last</B> command line argument.
20946 <P><UL>
20947 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20948 </UL><P>
20949 &lt;End of help on this topic&gt;
20950 </BODY>
20951 </HTML>
20952 ====== h_config_download_prefix ======
20953 <HTML>
20954 <HEAD>
20955 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
20956 </HEAD>
20957 <BODY>
20958 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
20960 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
20961 It defines text to be written to the terminal emulator (via standard output)
20962 immediately prior to starting the download command.  This is useful for
20963 integrated serial line file transfer agents that permit command passing
20964 (e.g., Kermit's APC method).
20966 The special token &quot;_FILE_&quot; may be included in the string 
20967 specification.
20968 That symbol will be replaced with the (Alpine-created) name of the temporary
20969 file into which Alpine will place the message to be downloaded.
20970 <P><UL>
20971 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20972 </UL><P>
20973 &lt;End of help on this topic&gt;
20974 </BODY>
20975 </HTML>
20976 ====== h_config_mailcap_path ======
20977 <HTML>
20978 <HEAD>
20979 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
20980 </HEAD>
20981 <BODY>
20982 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
20983 This variable is used to replace Alpine's default mailcap file search path.
20984 It takes one or more file names (full paths must be specified) in which to
20985 look for mail capability data.  The default search path can be found in this
20986 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
20987 If there is more than one file name listed, list members should be delimited
20988 by 
20989 <!--chtml if pinemode="os_windows"-->
20990 a semi-colon (;) under Windows; for example:<PRE>
20991         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
20992 </PRE>
20993 <!--chtml else-->
20994 a colon (:) under UNIX; for example:<PRE>
20995         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
20996 </PRE>
20997 <!--chtml endif-->
20998 <P><UL>
20999 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21000 </UL>
21002 &lt;End of help on this topic&gt;
21003 </BODY>
21004 </HTML>
21005 ====== h_config_mimetype_path ======
21006 <HTML>
21007 <HEAD>
21008 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
21009 </HEAD>
21010 <BODY>
21011 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
21013 This variable is used to replace Alpine's default mime.types file search path.
21014 It takes one or more file names (full paths must be specified) in which to
21015 look for file-name-extension to MIME type mapping data.  The default search
21016 path can be found in this
21017 <A HREF="h_news_config">Alpine Configuration</A> help.
21021 If there is more than one file name listed, list members should be delimited
21022 by a colon (:) under UNIX and a semi-colon (;) under Windows.
21024 &lt;End of help on this topic&gt;
21025 </BODY></HTML>
21026 ====== h_config_set_att_ansi ======
21027 <HTML><HEAD>
21028 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
21029 </HEAD>
21030 <BODY>
21031 <H1>OPTION: Set printer to attached ansi printer</H1>
21033 Type "S" to set your printer to "attached-to-ansi".<BR>
21034 It is OK to include "attached-to-ansi" in your personal list below.
21036 &lt;End of help on this topic&gt;
21037 </BODY></HTML>
21038 ====== h_config_set_att_ansi2 ======
21039 <HTML><HEAD>
21040 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
21041 </HEAD>
21042 <BODY>
21043 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
21045 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
21046 It is OK to include "attached-to-ansi-no-formfeed" in your personal
21047 list below.
21051 This is the same as the "attached-to-ansi" option except that a
21052 formfeed character will not be appended to the end of the print job.
21053 If your printer already ejects the paper by itself at the end of the
21054 job, you may prefer the "no-formfeed" form of this printer so that you
21055 don't get an extra blank page between print jobs.
21058 &lt;End of help on this topic&gt;
21059 </BODY></HTML>
21060 ====== h_config_set_att_wyse ======
21061 <HTML><HEAD>
21062 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
21063 </HEAD>
21064 <BODY>
21065 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
21067 Type "S" to set your printer to "attached-to-wyse".<BR>
21068 It is OK to include "attached-to-wyse" in your personal list below.
21070 This is very similar to "attached-to-ansi".
21071 The only difference is in the control characters sent to turn the printer
21072 on and off.
21073 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
21074 to turn on the printer and ESC LEFT_BRACKET 4 i
21075 to turn it off.
21076 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
21077 &lt;End of help on this topic&gt;
21078 </BODY></HTML>
21079 ====== h_config_set_att_wyse2 ======
21080 <HTML><HEAD>
21081 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
21082 </HEAD>
21083 <BODY>
21084 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
21086 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
21087 It is OK to include "attached-to-wyse-no-formfeed" in your personal
21088 list below.
21092 This is the same as the "attached-to-wyse" option except that a
21093 formfeed character will not be appended to the end of the print job.
21094 If your printer already ejects the paper by itself at the end of the
21095 job, you may prefer the "no-formfeed" form of this printer so that you
21096 don't get an extra blank page between print jobs.
21099 &lt;End of help on this topic&gt;
21100 </BODY></HTML>
21101 ====== h_config_set_stand_print ======
21102 <HTML>
21103 <HEAD>
21104 <TITLE>OPTION: Set default printer</TITLE>
21105 </HEAD>
21106 <H1>OPTION: Set default printer</H1>
21107 <BODY>
21108 Move to the printer you want and type "S" to set it to be your
21109 default printer.  This list is not modifiable by you and has been
21110 set up by the system administrators.  If there is more than one printer
21111 listed in the Command List, you will be able to cycle through that
21112 whole list at the time you print, starting with your default.
21113 It is OK to include entries from this Standard list in your personal
21114 list below.
21116 &lt;End of help on this topic&gt;
21117 </BODY>
21118 </HTML>
21119 ====== h_config_set_custom_print ======
21120 <HTML>
21121 <HEAD>
21122 <TITLE>OPTION: Set default printer</TITLE>
21123 </HEAD>
21124 <H1>OPTION: Set default printer</H1>
21125 <BODY>
21126 You may add as many print commands as you want to your personal list.
21127 Specify one of them as your default printer by moving to the printer
21128 you want and typing "S".  If there is more than one printer listed
21129 in the Command List, you will be able to cycle through that list at
21130 the time you print, starting with your default.  It is OK to include
21131 entries from the Standard list above or to include the command
21132 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
21133 "attached-to-wyse-no-formfeed" as one of the entries here.
21135 &lt;End of help on this topic&gt;
21136 </BODY>
21137 </HTML>
21138 ====== h_config_user_id =====
21139 <HTML>
21140 <HEAD>
21141 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
21142 </HEAD>
21143 <BODY>
21144 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
21146 This value is used as part of the "From" address on messages you send.
21147 It is also the default login name for remote IMAP server access.  Set this
21148 to the username part you want to appear on outgoing email.
21150 If you want to change the value of what gets included in the From header
21151 in messages you send (other than just the User ID)
21152 look <A HREF="h_config_change_your_from">here</A> for a description.
21154 <P><UL>   
21155 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21156 </UL><P>
21157 &lt;End of help on this topic&gt;
21158 </BODY>
21159 </HTML>
21160 ====== h_config_user_dom =====
21161 <HTML>
21162 <HEAD>
21163 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
21164 </HEAD>
21165 <BODY>
21166 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
21168 This value specifies the domain part (right-hand side) of your return
21169 address on outgoing email and is also used as the default domain for email
21170 composed to a local user.
21171 <!--chtml if pinemode="os_windows"-->
21172  This value is required for PC-Alpine. If you are unsure as to what this should be,
21173  contact your local help desk, system administrator, or Internet Service Provider.
21174 <!--chtml else-->
21175  If unset, Unix Alpine will obtain the domain from
21176  the system.  Often this value will be set for your whole site by the
21177  system administrator.<P>
21178 <!--chtml endif-->
21179 If you set this, see also the <A HREF="h_config_quell_local_lookup">
21180 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
21182 If you want to change the value of what gets included in the From header
21183 in messages you send (other than just the User Domain)
21184 look <A HREF="h_config_change_your_from">here</A> for a description.
21185 <P><UL>
21186 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21187 </UL><P>
21188 &lt;End of help on this topic&gt;
21189 </BODY>
21190 </HTML>
21191 ====== h_config_smtp_server =====
21192 <HTML>
21193 <HEAD>
21194 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
21195 </HEAD>
21196 <BODY>
21197 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
21198 This value specifies the name of one or more SMTP 
21199 (Simple Mail Transfer Protocol) servers for sending mail. 
21200 <!--chtml if pinemode="os_windows"-->
21201 You must have an SMTP server for use with PC-Alpine.
21202 SMTP servers are
21203 normally set up by a system administrator for use by all members of a given
21204 campus or department.
21205 Contact your local help desk to ask what SMTP
21206 servers you should use.  
21207 <!--chtml else-->
21208 Unix Alpine users may not need to set an SMTP server.
21209 Alpine will attempt to execute the program (usually sendmail) that is used
21210 to insert mail into the mail system.
21211 If this works for you, you may leave this option blank.
21212 If there is an SMTP server running on the Unix host you may be able to
21213 improve sending performance slightly by setting the SMTP server option
21214 to &quot;localhost&quot; or to the actual name of the Unix host.
21216 If the Unix host doesn't work the way Alpine was expecting you will need to
21217 set the value of this option.
21218 SMTP servers are
21219 normally set up by a system administrator for use by all members of a given
21220 campus or department.
21221 Contact your local help desk to ask what SMTP
21222 servers you should use.  
21223 <!--chtml endif-->
21225 Your SMTP server may offer SMTP AUTH authentication.
21226 It may even require it.
21227 If your SMTP server offers SMTP AUTH authentication you may specify a
21228 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
21229 This parameter requires an associated value,
21230 the username identifier with which to establish the server
21231 connection.
21232 An example might be:
21235 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
21238 If AUTH authentication is offered by the server, this will cause Alpine to
21239 attempt to use it.
21240 If AUTH authentication is not offered by the server, this will cause Alpine
21241 to fail sending with an error similar to:
21244 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
21247 Another type of authentication that is used by some ISPs is called
21248 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
21249 which means that you have to authenticate
21250 yourself to the POP or IMAP server by opening a mailbox before you
21251 can send mail.
21252 To do this, you usually only have to open your INBOX.
21255 You may tell Alpine to use the
21256 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
21257 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
21258 parameter
21259 in this option.
21260 At this time &quot;/submit&quot; is simply equivalent to specifying
21261 port 587, though it may imply more than that at some point in the future.
21262 Some ISPs are blocking port 25 in order to reduce the amount of spam
21263 being sent to their users.
21264 You may find that the submit option allows you to get around such a block.
21267 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
21270 To specify any non-standard port number on the SMTP server you may follow
21271 the hostname with a colon followed by the portnumber.
21274 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
21277 Normally, when a connection is made to the Smtp-Server Alpine will attempt
21278 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
21279 If that fails then a non-encrypted connection will be attempted instead.
21280 You may specify that a TLS connection is required if you wish.
21281 If you append &quot;/tls&quot; to the name then the connection will fail
21282 instead of falling back to a non-secure connection.
21285 <CENTER><SAMP>smtpserver.example.com/tls</SAMP></CENTER>
21289 For more details about server name possibilities see
21290 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21293 <UL>
21294 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21295 </UL>
21297 &lt;End of help on this topic&gt;
21298 </BODY>
21299 </HTML>
21300 ====== h_config_nntp_server =====
21301 <HTML>
21302 <HEAD>
21303 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
21304 <BODY>
21305 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
21307 This value specifies the name of one or more NNTP
21308 (Network News Transfer Protocol)
21309 servers for reading and posting USENET news.
21310 NNTP servers are normally
21311 set up by a system administrator for use by all members of a given campus
21312 or department.
21313 Contact your local help desk to ask what NNTP servers you should use.  
21314 <!--chtml if pinemode="os_windows"--><!--chtml else-->
21315 Often Unix Alpine users will find that this variable has been
21316 set for the whole system (and they don't have to worry about it).  
21317 <!--chtml endif-->
21318 When you define an NNTP server here, Alpine implicitly defines a news
21319 collection for you, assuming that server as the news server and assuming
21320 that you will use the NNTP protocol and a local newsrc configuration file
21321 for reading news.
21322 For more about reading news with Alpine, see
21323 <A HREF="h_reading_news">how to use Alpine to read news</A>.
21325 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
21326 or &quot;AUTHINFO USER&quot; authentication.
21327 It may even require it.
21328 If your NNTP server does offer such authentication you may specify a user name
21329 parameter to cause Alpine to attempt to authenticate.
21330 The same is true for the server name in a folder collection that uses NNTP.
21331 This parameter requires an associated value,
21332 the username identifier with which to establish the server connection.
21333 An example might be:
21336 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
21339 If authentication is offered by the server, this will cause Alpine to
21340 attempt to use it.
21341 If authentication is not offered by the server, this will cause Alpine
21342 to fail with an error similar to:
21345 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
21347 For more details about the server name possibilities see
21348 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21349 <P><UL>
21350 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21351 </UL><P>
21352 &lt;End of help on this topic&gt;
21353 </BODY>
21354 </HTML>
21355 ====== h_config_inbox_path =====
21356 <HTML>
21357 <HEAD>
21358 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
21359 </HEAD>
21360 <BODY>
21361 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
21363 This value overrides the default value of your INBOX name/path/location.
21364 <!--chtml if pinemode="os_windows"-->
21365 PC-Alpine users must specify an inbox path and it must be a folder on an
21366 IMAP server.  
21367 <!--chtml else-->
21368 Unix and VMS Alpine users will often find that this variable
21369 has been pre-configured by your system administrator.  
21370 <!--chtml endif-->
21371 You may be able to specify an alternate INBOX that is either a local folder 
21372 or a folder on an IMAP server.
21374 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
21375 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
21376 mail server.
21378 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21379 details on the syntax of folder definitions.
21381 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
21382 mail is disappearing.
21383 <P><UL>
21384 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21385 </UL><P>
21386 &lt;End of help on this topic&gt;
21387 </BODY>
21388 </HTML>
21389 ====== h_config_change_your_from =====
21390 <HTML>
21391 <HEAD>
21392 <TITLE>How to Change your From Address</TITLE>
21393 </HEAD>
21394 <BODY>
21395 <H1>How to Change your From Address</H1>
21397 If the From address that Alpine includes in mail that you send is not correct,
21398 you may want to configure a different default value for the From address.
21399 You may follow these directions to change the default:
21402 <UL>
21403   <LI> Go to the Main Alpine Menu
21404   <LI> From there type the Setup Command
21405   <LI> From there type the Config Command
21406 </UL>
21409 You've probably already seen this SETUP CONFIGURATION screen.
21410 If not, there are many options you may want to set here.
21411 To set the value of the From header you may use the
21412 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
21413 Find it by scrolling down a few pages or use the WhereIs command to
21414 search for &quot;customized&quot;.
21415 You may want to read the help text associated with the option.
21417 To add a custom From header, type the Add command and enter the
21418 full header line, including the leading &quot;From:&nbsp;&quot;.
21419 For example:
21421 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
21423 Now exit the Setup command and try sending mail to yourself to see
21424 what the From line looks like.
21426 When you are in the composer you may edit the custom From line by typing
21427 Ctrl-R while your cursor is in the headers of the message and then moving
21428 to the From line and editing.
21429 If you want to leave the default value the same but add the possibility
21430 of being able to edit the header when you compose, add just the header
21431 name without a value.
21432 For example:
21434 <CENTER><SAMP>From:</SAMP></CENTER>
21436 If you change your From address you may also find it useful to add the
21437 changed From address to the
21438 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
21439 configuration option.
21441 <UL>   
21442 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21443 </UL><P>
21444 &lt;End of help on this topic&gt;
21445 </BODY>
21446 </HTML>
21447 ====== h_config_default_fcc =====
21448 <HTML>
21449 <HEAD>
21450 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
21451 </HEAD>
21452 <BODY>
21453 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
21455 This value specifies where a copy of outgoing mail should be saved.  If
21456 this is not a path name, it will be in the default collection for saves.
21457 Any valid folder specification, local or IMAP, is allowed.  This default
21458 folder carbon copy only applies when the 
21459 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
21460 is set to use the default folder.  
21461 <!--chtml if pinemode="os_windows"-->
21462 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
21463 <!--chtml else-->
21464 Unix Alpine default
21465 is normally &quot;sent-mail&quot; in the default folder collection. 
21466 <!--chtml endif-->
21468 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
21469 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
21470 IMAP server (remember that in order to later access this remote folder through Alpine, it
21471 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
21472 for more information). An example:<p>
21473 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
21475 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
21477 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21478 details on the syntax of folder definitions.
21480 <UL>   
21481 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21482 </UL><P>
21483 &lt;End of help on this topic&gt;
21484 </BODY>
21485 </HTML>
21486 ====== h_config_def_save_folder =====
21487 <HTML>
21488 <HEAD>
21489 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
21490 </HEAD>
21491 <BODY>
21492 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
21494 This option determines the default folder name for save-message operations 
21495 (&quot;saves&quot;).
21497 If this is not a path name, it will be in the default collection for saves.
21498 Any valid folder specification, local or IMAP, is allowed.  This default
21499 folder only applies when the
21500 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
21501 doesn't override it.  
21502 <!--chtml if pinemode="os_windows"-->
21503 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
21504 <!--chtml else-->
21505 Unix Alpine default
21506 is normally &quot;saved-messages&quot; in the default folder collection.
21507 <!--chtml endif-->
21508 If you access your email through an IMAP server, especially if you often switch between Unix
21509 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
21510 IMAP server (remember that in order to later access this remote folder through Alpine, it
21511 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
21512 for more information). An example:<p>
21513 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
21515 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21516 details on the syntax of folder definitions.
21518 <UL>   
21519 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21520 </UL><P>
21521 &lt;End of help on this topic&gt;
21522 </BODY>
21523 </HTML>
21524 ====== h_config_postponed_folder =====
21525 <HTML>
21526 <HEAD>
21527 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
21528 </HEAD>
21529 <BODY>
21530 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
21532 This value overrides the default name for the folder where postponed
21533 messages are saved.  If this is not a path name, it will be in the default
21534 collection for message Saves.  Any valid folder specification, local or
21535 remote, is allowed. 
21536 PC-Alpine default
21537 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
21538 The Unix Alpine default is normally &quot;postponed-msgs&quot;
21539 in the default collection. 
21541 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
21542 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
21543 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
21544 in all Alpine copies you use. 
21545 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
21546 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
21547 for more information). An
21548 example:<p> 
21549 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
21551 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21552 details on the syntax of folder definitions.
21554 <UL>   
21555 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21556 </UL><P>
21557 &lt;End of help on this topic&gt;
21558 </BODY>
21559 </HTML>
21560 ====== h_config_read_message_folder =====
21561 <HTML>
21562 <HEAD>
21563 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
21564 </HEAD>
21565 <BODY>
21566 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
21568 By virtue of specifying a folder name here, Alpine will be configured to
21569 save all messages that you have read during a session into the designated
21570 &quot;read messages&quot; folder.  This allows you to more easily distinguish
21571 between your really new email (in your INBOX) and those that you have
21572 already read.  Depending on how you define the 
21573 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
21574 setting, you may or may not be asked when you quit
21575 Alpine if you want read messages to be moved to this folder.  In either
21576 case, moving the messages means they will be deleted from your INBOX.
21578 If this is not a path name, it will be in the default collection for
21579 saves.  Any valid folder specification, local or remote (via IMAP), is
21580 allowed.  There is no default for the name of the read message folder.
21582 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21583 details on the syntax of folder definitions.
21585 <UL>   
21586 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21587 </UL><P>
21588 &lt;End of help on this topic&gt;
21589 </BODY>
21590 </HTML>
21591 ====== h_config_form_folder =====
21592 <HTML>
21593 <HEAD>
21594 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
21595 </HEAD>
21596 <BODY>
21597 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
21599 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
21600 contain messages that you have composed and that are intended to be
21601 sent in their original form repeatedly.
21604 Setting this variable will alter Alpine's usual behavior when you
21605 execute the Compose command.  Normally, Alpine offers a chance to
21606 continue a postponed or interrupted message should one or the other
21607 exist.  When this variable is set to a folder name that exists, Alpine
21608 will also offer the chance to select a message from the folder to
21609 insert into the composer (much like when continuing a postponed message).
21610 The difference, however, is that Alpine will not automatically delete
21611 the selected message from the Form Letter Folder.
21613 Setting this variable will also affect Alpine's behavior when you
21614 Postpone a message from the composer.  Normally, Alpine simply stashes
21615 the message away in your
21616 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
21617 Regardless of the specified folder's existence, Alpine will ask which
21618 folder you intend the message to be stored in.  Choose the
21619 &quot;F&quot; option to store the message in your Form Letter Folder.
21620 This is the most common way to add a message to the folder.
21623 Another method of adding messages to the folder is via the Alpine
21624 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
21625 you expect to send in the same form again, you can enter the Form
21626 Letter Folder's name in this field.  Alpine, as usual, will copy the
21627 message as it's sent.  Note, when you later select this message from 
21628 your Form Letter Folder, it will have the same recipients as the original
21629 message.
21632 To delete a message from the Form Letter Folder, you can either select
21633 the folder from a suitable FOLDER LIST screen, or use the Delete
21634 command in the MESSAGE INDEX offered when selecting from the folder as
21635 part of the Compose command.  You can delete a Form Letter Folder just
21636 as any other folder from a suitable FOLDER LIST screen.
21639 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
21640 facility can be used
21641 to replace the Form Letter Folder.
21644 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21645 details on the syntax of folder definitions.
21648 <UL>   
21649 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21650 </UL><P>
21651 &lt;End of help on this topic&gt;
21652 </BODY>
21653 </HTML>
21654 ====== h_config_archived_folders =====
21655 <HTML>
21656 <HEAD>
21657 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
21658 </HEAD>
21659 <BODY>
21660 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
21662 This is like
21663 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
21664 only more general.  You may archive
21665 any of the folders in your incoming collection.  This is a list of folder
21666 pairs, with the first separated from the second in the pair by a space.
21667 The first folder in a pair is the folder you want to archive, and the
21668 second folder is the folder that read messages from the first should be
21669 moved to.  Depending on how you define the
21670 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
21671 setting, you may or may not be asked when you
21672 leave the first folder if you want read messages to be moved to the
21673 second folder.  In either case, moving the messages means they will be
21674 deleted from the first folder.
21676 The name of the first folder in each pair can be either the technical
21677 specification of the folder (like what appears in your configuration file)
21678 or (much easier) the nickname that you gave the folder when you made it
21679 an incoming folder.
21681 For example:<p>
21682 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
21683 <p>or, using nicknames:<p>
21684 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
21686 If these are not path names, they will be in the default collection for
21687 saves. Any valid folder specification, local or remote (via IMAP), is
21688 allowed. There is no default.
21690 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21691 details on the syntax of folder definitions.
21693 <UL>   
21694 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21695 </UL><P>
21696 &lt;End of help on this topic&gt;
21697 </BODY>
21698 </HTML>
21699 ====== h_config_newsrc_path ======
21700 <HTML>
21701 <HEAD>
21702 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
21703 </HEAD>
21704 <BODY>
21705 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
21707 This option overrides the default name Alpine uses for your "newsrc" news
21708 status and subscription file.  If set, Alpine will take this value as the
21709 full pathname for the desired newsrc file.<P>
21711 If this option is <B>not</B> set, 
21712 <!--chtml if pinemode="os_windows"-->
21713 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
21714 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
21715 directory as your pinerc file for NEWSRC.
21716 <!--chtml else-->
21717 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
21718 your account's home directory).
21719 <!--chtml endif-->
21720 <P><UL>
21721 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21722 </UL>
21724 &lt;End of help on this topic&gt;
21725 </BODY>
21726 </HTML>
21727 ====== h_config_literal_sig =====
21728 <HTML>
21729 <HEAD>
21730 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
21731 </HEAD>
21732 <BODY>
21733 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
21735 With this option your actual signature, as opposed to
21736 the name of a file containing your signature,
21737 is stored in the Alpine configuration file.
21738 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
21741 This is simply a different way to store the signature.
21742 The signature is stored inside your Alpine configuration file instead of in
21743 a separate file.
21744 Tokens work the same way they do with the
21745 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
21746 help.
21749 The Setup/Signature command on Alpine's MAIN MENU will edit
21750 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
21751 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
21752 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
21753 instead.
21756 The two character sequence &#92;n (backslash followed by
21757 the character n) will be used to signify a line-break in your signature.
21758 You don't have to enter the &#92;n, but it will be visible in the
21759 SETUP CONFIGURATION window after you are done editing the signature.
21762 <UL>   
21763 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21764 </UL><P>
21765 &lt;End of help on this topic&gt;
21766 </BODY>
21767 </HTML>
21768 ====== h_config_signature_file =====
21769 <HTML>
21770 <HEAD>
21771 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
21772 </HEAD>
21773 <BODY>
21774 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
21776 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
21777 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
21778 You can tell that that is the case because the value of the
21779 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
21781 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
21783 You may either use all Literal Signatures (signatures stored in your
21784 configuration file) throughout Alpine, or all signature files.
21785 You can't mix the two.
21787 This is the name of a file that will be automatically inserted into
21788 outgoing messages.
21789 It typically contains information such as your
21790 name, email address and organizational affiliation.
21791 Alpine adds the
21792 signature into the message as soon as you enter the composer so you
21793 can choose to remove it or edit it on a message by message basis.
21794 Signature file placement in message replies is controlled by the
21795 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
21796 setting in the feature list.
21799 The default file name is
21800 <!--chtml if pinemode="os_windows"-->
21801 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
21802 PINERC file is a local file.
21803 If your PINERC file is remote, then it will be in the directory specified
21804 by the &quot;-aux local_directory&quot; command line option.
21805 <!--chtml else-->
21806 &quot;.signature&quot;.
21807 <!--chtml endif-->
21810 To create or edit your signature file choose Setup from the MAIN MENU
21811 and then select S for Signature (Main/Setup/Signature).  This puts you
21812 into the Signature Editor where you can enter a <EM>few</EM> lines of
21813 text containing your identity and affiliation.
21816 If the filename is followed by a vertical bar (|) then instead
21817 of reading the contents of the file the file is assumed to be a
21818 program that will produce the text to be used on its standard output.
21819 The program can't have any arguments and doesn't receive any input from Alpine,
21820 but the rest of the processing works as if the contents came from a file.
21823 Instead of storing the data in a local file, the
21824 signature data may be stored remotely in an IMAP folder.
21825 In order to do this, 
21826 you must use a remote name for the file.
21827 A remote <!--#echo var="VAR_signature-file"--> name might look like:
21829 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
21832 The syntax used here is the same as the syntax used for remote configuration
21833 files from the command line.
21834 Note that you may not access an existing signature file remotely,
21835 you have to create a new <EM>folder</EM> that contains the signature data.
21836 If the name you use here for the signature file is a remote name, then when
21837 you edit the file from the Setup/Signature command the data will be stored
21838 remotely in the folder.
21839 You aren't required to do anything special to create the folder, it
21840 gets created automatically if you use a remote name.
21843 Besides regular text, the signature file may also contain
21844 (or a signature program may produce) tokens that
21845 are replaced with text that usually depends on the message you are replying
21846 to or forwarding.
21847 For example, if the signature file contains the token
21849 <CENTER><SAMP>_DATE_</SAMP></CENTER>
21851 anywhere in the text, then that token is replaced by the date
21852 the message you are replying to or forwarding was sent.
21853 If it contains
21855 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
21857 that is replaced with the current date.
21858 The first is an example of a token that depends on the message you
21859 are replying to (or forwarding) and the second is an example which
21860 doesn't depend on anything other than the current date.
21861 You have to be a little careful with this facility since tokens that
21862 depend on the message you are replying to or forwarding will be replaced
21863 by nothing in the case where you are composing a new message from scratch.
21864 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
21865 in this respect.
21866 It allows you to use different signature files in different cases.
21869 The list of tokens available for use in the signature file is
21870 <A HREF="h_index_tokens">here</A>.
21873 Instead of, or along with the use of &quot;roles&quot; to give you
21874 different signature files in different situations, there is also
21875 a way to conditionally include text based
21876 on whether or not a token would result in specific replacement text.
21877 For example, you could include some text based on whether or not
21878 the _NEWS_ token would result in any newsgroups if it was used.
21879 This is explained in detail
21880 <A HREF="h_reply_token_conditionals">here</A>.
21881 This isn't for the faint of heart.
21883 In the very unlikely event that you want to include a literal token
21884 in the signature you must precede it with a backslash character.
21885 For example,
21887 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
21889 would produce something like
21891 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
21893 It is not possible to have a literal backslash followed by an expanded token.
21895 An alternate method for storing the signature data is available by using the
21896 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
21897 This variable will be used by default.
21899 <UL>   
21900 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21901 </UL><P>
21902 &lt;End of help on this topic&gt;
21903 </BODY>
21904 </HTML>
21905 ====== h_config_init_cmd_list =====
21906 <HTML>
21907 <HEAD>
21908 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
21909 </HEAD>
21910 <BODY>
21911 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
21913 The initial keystroke--or command--list option lets you start Alpine at
21914 any place you like.
21915 Whatever keystrokes you specify here will be executed
21916 by Alpine upon startup as a macro.
21917 The words SPACE, TAB, DOWN, UP, LEFT, and
21918 RIGHT indicate the pressing of those keys.
21919 CR indicates the pressing of the RETURN key.
21920 F1 through F12 represent the function keys, and ^ followed
21921 by a character indicates that key pressed along with the control key (in
21922 other words, ^P means Ctrl-P).
21923 As a shortcut notation, an element of the list may be several characters
21924 surrounded by double-quotes (").
21925 That will be expanded into the individual keystrokes
21926 (excluding the double-quote characters).
21927 For example, the quoted-string
21929 <P><CENTER>"ABC"</CENTER>
21932 is interpreted the same as the three separate list members
21934 <P><CENTER>A and B and C</CENTER>
21937 which is also the same as
21939 <P><CENTER>A,B,C</CENTER>
21942 An example: To view message 1 on startup,
21943 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
21945 <P><CENTER>I,J,1,CR,V</CENTER>
21948 An equivalent version of this is
21950 <P><CENTER>"IJ1",CR,V</CENTER>
21953 Restrictions: You cannot pre-type into the composer with the initial
21954 keystroke list, and you cannot mix function key commands with letter
21955 commands.
21957 <P><UL>   
21958 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21959 </UL>
21961 &lt;End of help on this topic&gt;
21962 </BODY>
21963 </HTML>
21964 ====== h_config_comp_hdrs =====
21965 <html>
21966 <header>
21967 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
21968 </header>
21969 <body>
21970 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
21972 You can control which headers you want visible when composing outgoing
21973 email using this option.
21974 You can specify any of the regular set, any
21975 <A HREF="h_compose_richhdr">Rich Header</A>,
21976 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
21977 that you have already defined.
21978 If you use this setting at all, you must specify all the
21979 headers you want to see, you can't just add to the regular header set.
21980 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
21982 Note that the "Newsgroups:" header will be abbreviated in the Composer
21983 display, but should be spelled out in full here.<p>
21984 <UL>   
21985 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21986 </UL><P>
21987 &lt;End of help on this topic&gt;
21988 </body>
21989 </html>
21990 ====== h_config_custom_hdrs =====
21991 <HTML>
21992 <HEAD>
21993 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
21994 </HEAD>
21995 <BODY>
21996 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
21998 You may add your own custom headers to outgoing messages.
21999 Each header you specify here must include the header tag 
22000 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
22001 and may optionally include a value for that header.
22002 If you want to see these custom headers each time you compose a message,
22003 you must add them to your
22004 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
22005 otherwise they become part
22006 of the rich header set that you only see when you press the
22007 <A HREF="h_compose_richhdr">Rich Header</A>
22008 <!--chtml if pinemode="function_key"-->(F5)
22009 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
22010 (If you are looking for a way to change which headers are <EM>displayed</EM>
22011 when you view a message, take a look at the
22012 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
22013 option instead.)
22014 Here's an example that shows how you might set your From address
22016 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
22018 and another showing how you might set a Reply-To address
22020 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
22022 You may also set non-standard header values here.
22023 For example, you could add
22025 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
22027 or even
22029 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
22031 If you include a value after the colon then that header will be included
22032 in your outgoing messages unless you delete it before sending.
22033 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
22034 it will not be included in outgoing messages unless you edit a value
22035 in manually.
22036 For example, if
22038 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
22040 is in the list, then the Reply-To header will be available for editing
22041 but won't be included unless a value is added while in the composer.
22043 It's actually a little more complicated than that.
22044 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
22045 defaults.
22046 If the message you are about to compose already has a value for a header,
22047 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
22048 For example, if you are Replying to a message the Subject field
22049 will already be filled in.
22050 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
22051 custom subject will <EM>NOT</EM> be used.
22052 The subject derived from the subject of the message you are Replying
22053 to will be used instead.
22055 It is also possible to make header setting even more complicated and more
22056 automatic by using
22057 <A HREF="h_rules_roles">Roles</A>,
22058 but if all you want to do is set a default value for a header, you don't
22059 need to think about Roles.
22061 If you change your From address you may also find it useful to add the
22062 changed From address to the
22063 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
22064 configuration option.
22066 Limitation: Because commas are used to separate the list of
22067 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
22068 header contain a comma.
22069 Nor is there currently an &quot;escape&quot; mechanism provided
22070 to make this work.
22071 <P><UL>
22072 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22073 </UL>
22075 &lt;End of help on this topic&gt;
22076 </BODY>
22077 </HTML>
22078 ====== h_config_viewer_headers =====
22079 <HTML>
22080 <HEAD>
22081 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
22082 </HEAD>
22083 <BODY>
22084 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
22086 You may change the default list of headers that are viewed by listing
22087 the headers you want to view here.  If the headers in your
22088 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
22089 will be shown.  The order of the headers you list will be honored.  If
22090 the special value &quot;all-except&quot; is included as the first
22091 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
22092 message except those in the list will be shown.  The values are all
22093 case insensitive.
22096 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
22097 then the original default headers are ignored.  So, if you just wanted
22098 to add the header Organization to the list, you would have to list
22099 Organization plus all of the other headers originally in the default
22100 list.  If you just included Organization and nothing else, then you
22101 would see only the Organization header, nothing else.
22104 The default list of headers includes:
22105 <UL>
22106   <LI>From
22107   <LI>Resent-From
22108   <LI>To
22109   <LI>Resent-To
22110   <LI>Cc
22111   <LI>Resent-cc
22112   <LI>Bcc
22113   <LI>Newsgroups
22114   <LI>Followup-To
22115   <LI>Date
22116   <LI>Resent-Date
22117   <LI>Subject
22118   <LI>Resent-Subject
22119   <LI>Reply-To
22120 </UL>
22123 If you are looking for a way to control which headers are included in
22124 outgoing mail and are visible or not in the composer, take a look at the
22125 options
22126 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22127 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
22128 this option.
22130 <UL>   
22131 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22132 </UL><P>
22133 &lt;End of help on this topic&gt;
22134 </BODY>
22135 </HTML>
22136 ====== h_config_viewer_margin_left =====
22137 <HTML>
22138 <HEAD>
22139 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
22140 </HEAD>
22141 <BODY>
22142 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
22144 This variable controls the left-hand vertical margin's width in
22145 Alpine's Message Viewing screen.
22146 Its value is the number of space characters preceding each displayed line.
22147 For consistency with
22148 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
22149 you may specify the column number to start in
22150 (column numbering begins with number 1)
22151 instead of the width of the margin by appending a lower case letter
22152 &quot;c&quot; to the number.
22153 For example, a value of &quot;2c&quot; means to start the text in column two,
22154 which is entirely equivalent to a value of &quot;1&quot;, which means to
22155 leave a margin of 1 space.
22157 The default is a left margin of 0 (zero).
22158 Misconfigurations (for example, negative values or values with starting
22159 left columns greater than the ending right column)
22160 are silently ignored.
22161 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
22162 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22163 instead.
22166 &lt;End of help on this topic&gt;
22167 </BODY>
22168 </HTML>
22169 ====== h_config_viewer_margin_right =====
22170 <HTML>
22171 <HEAD>
22172 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
22173 </HEAD>
22174 <BODY>
22175 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
22177 This variable controls the right-hand vertical margin's width in
22178 Alpine's Message Viewing screen.
22179 Its value is the number of space characters following each displayed line.
22180 You may specify the column number to end the text in
22181 (column numbering begins with number 1)
22182 instead of the width of the margin by appending a lower case letter
22183 &quot;c&quot; to the number.
22184 For example, a value of &quot;76c&quot; means to end the text in column 76.
22185 If the screen is 80 characters wide, this is equivalent to a value
22186 of &quot;4&quot;, which means to leave a margin of 4 spaces.
22187 However, if you use different size screens at different times, then these
22188 two values are not equivalent.
22190 The default right margin is 4.
22191 Misconfigurations (for example, negative values or values with starting
22192 left columns greater than the ending right column)
22193 are silently ignored.
22194 If the number of columns for text between the
22195 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
22196 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22197 instead.
22200 &lt;End of help on this topic&gt;
22201 </BODY>
22202 </HTML>
22203 ====== h_config_quote_suppression =====
22204 <HTML>
22205 <HEAD>
22206 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
22207 </HEAD>
22208 <BODY>
22209 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
22211 This option should be used with care.
22212 It will cause some of the quoted text to be eliminated from the
22213 display when viewing a message in the MESSAGE TEXT screen.
22214 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
22215 value &quot;5&quot;,
22216 this will cause quoted text that is longer than five lines to be truncated.
22217 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
22218 Quoted text of more than six lines will have the first five lines displayed
22219 followed by a line that looks something like
22221 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
22223 As a special case, if exactly one line of quoted text would be hidden, the
22224 entire quote will be shown instead.
22225 So for the above example, quoted text that is exactly six lines long will
22226 will be shown in its entirety.
22227 (In other words, instead of hiding a single line and adding a line
22228 that announces that one line was hidden, the line is just shown.)
22230 If the sender of a message has carefully chosen the quotes that he or she
22231 includes, hiding those quotes may change the meaning of the message.
22232 For that reason, Alpine requires that when you want to set the value of this
22233 variable to something less than four lines, you actually have to set it
22234 to the negative of that number.
22235 So if you want to set this option to &quot;3&quot;, you actually have to
22236 set it to &quot;-3&quot;.
22237 The only purpose of this is to get you to think about whether or not you
22238 really want to do this!
22239 If you want to delete all quoted text you set the value of this option
22240 to the special value &quot;-10&quot;.
22242 The legal values for this option are
22244 <TABLE>   
22245 <TR>
22246   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22247   <TD> Default, don't hide anything </TD>
22248 </TR>
22249 <TR>
22250   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
22251   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
22252 </TR>
22253 <TR>
22254   <TD> &nbsp;4,5,6,...&nbsp; </TD>
22255   <TD> Suppress if more than that many lines </TD>
22256 </TR>
22257 <TR>
22258   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22259   <TD> Suppress all quoted lines </TD>
22260 </TR>
22261 </TABLE>
22263 If you set this option to a non-default value you may sometimes wish to
22264 view the quoted text that is not shown.
22265 When this is the case, the
22266 <A HREF="h_common_hdrmode">HdrMode Command</A>
22267 may be used to show the hidden text.
22268 Typing the &quot;H&quot; command once will show the hidden text.
22269 Typing a second &quot;H&quot; will also turn on Full Header mode.
22270 The presence or absence of the HdrMode command is determined by the
22271 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
22272 Feature-List option in your Alpine configuration, so you will want to
22273 be sure that is turned on if you use quote suppression.
22275 For the purposes of this option, a quote is a line that begins with the
22276 character &quot;&gt;&quot;.
22278 Quotes are only suppressed when displaying a message on the screen.
22279 The entire quote will be left intact when printing or forwarding or something
22280 similar.
22282 &lt;End of help on this topic&gt;
22283 </BODY>
22284 </HTML>
22285 ====== h_config_saved_msg_name_rule =====
22286 <HTML>
22287 <HEAD>
22288 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
22289 </HEAD>
22290 <BODY>
22291 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
22293 This option determines the default folder name when saving
22294 a message.
22297 The default option is &quot;default-folder&quot;, which is the folder
22298 called &quot;saved-messages&quot; in Unix Alpine and
22299 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
22300 the Alpine option called
22301 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
22304 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
22305 get the chosen option's value for the message being saved (or for the
22306 first message being saved if using an aggregrate save).
22307 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
22308 value of who the message came from (i.e. the from address).
22309 Alpine then attempts to save the message to a folder matching that value.
22310 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
22311 &quot;by-sender&quot;.
22312 The opposite is also true.
22313 If &quot;by-recipient&quot; is chosen and the message was posted to a
22314 newsgroup, Alpine will use the newsgroup name.
22315 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
22316 &quot;by-from&quot;.
22319 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
22320 to use the personal name part of the address instead of the mailbox part.
22321 If any of the &quot;by-nick&quot; options are chosen, the
22322 address is looked up in your address book and if found, the
22323 nickname for that entry is used.
22324 Only simple address book entries are checked, not distribution lists.
22325 Similarly, if any of the
22326 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
22327 address book entry is used.
22328 If by-realname, or the by-nick or by-fcc lookups result in no value,
22329 then if the chosen option ends with the &quot;then-from&quot;,
22330 &quot;then-sender&quot;, &quot;then-replyto&quot;,
22331 or &quot;then-recip&quot; suffix, Alpine
22332 reverts to the same behavior as &quot;by-from&quot;,
22333 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
22334 depending on which option was specified.
22335 If the chosen option doesn't end with one of
22336 the &quot;then-&quot; suffixes, then Alpine reverts to the default
22337 folder when no match is found in the address book.
22340 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
22341 to save to the folder that you saved to the last time you saved a
22342 message.  The first time you save a message in an Alpine session, Alpine
22343 attempts to save the message to the default folder.
22346 Here is an example to make some of the options clearer.
22347 If the message is From
22349 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
22351 and this rule is set to &quot;by-from&quot;, then the default folder offered
22352 in the save dialog would be &quot;flint&quot;.
22354 If this rule is set to &quot;by-realname-of-from&quot; then the default would
22355 be &quot;Fred Flintstone&quot;.
22357 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
22358 for the address &quot;flint@bedrock.org&quot; in your address book.
22359 If an entry is found and it has a nickname associated with it, that nickname
22360 will be offered as the default folder.
22361 If not, the default saved message folder will be offered as the default.
22363 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
22364 for the address &quot;flint@bedrock.org&quot; in your address book.
22365 If an entry is found and it has an Fcc associated with it, that Fcc
22366 will be offered as the default folder.
22367 If not, the default saved message folder will be offered as the default.
22369 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
22370 for the address &quot;flint@bedrock.org&quot; in your address book.
22371 If an entry is found and it has a nickname associated with it, that nickname
22372 will be offered as the default folder.
22373 If it is not found (or has no nickname) then the default offered will be
22374 the same as it would be for the &quot;by-from&quot; rule.
22375 That is, it would be &quot;flint&quot;
22377 <UL>   
22378 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22379 </UL><P>
22380 &lt;End of help on this topic&gt;
22381 </BODY>
22382 </HTML>
22383 ====== h_config_fcc_rule =====
22384 <HTML>
22385 <HEAD>
22386 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
22387 </HEAD>
22388 <BODY>
22389 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
22391 This option determines the default name for folder carbon copy. Choose
22392 one:
22394 <DL>
22395 <DT>default-fcc</DT>
22396 <DD>This is the normal default, the value of which is set in the
22397 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
22398 configuration.
22399 </DD>
22401 <DT>last-fcc-used</DT>
22402 <DD> Causes Alpine to use the folder that was last
22403 used in the fcc field
22404 </DD>
22406 <DT>by-nickname</DT>
22407 <DD>Means that Alpine will use the nickname
22408 from your address book that matches the first address in the To line.
22409 If there is no match, it will use the value of the
22410 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
22411 </DD>
22413 <DT>by-recipient</DT>
22414 <DD>Means Alpine will form a folder name
22415 based on the left hand side of the first address in the To line.
22416 </DD>
22418 <DT>by-nick-then-recip</DT>
22419 <DD>Means that it will use the
22420 matching nickname from your address book if there is one, otherwise it
22421 will extract the recipient name from the address and use that (like
22422 by-recipient).
22423 </DD>
22425 <DT>current-folder</DT>
22426 <DD>Causes a copy to be written to
22427 the currently open folder, unless that is the INBOX.  In the case
22428 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
22429 used instead.
22430 </DD>
22431 </DL>
22434 Note: Whatever the fcc specified by the rule here, it will be
22435 over-ridden by any fcc entries you have in your address book.
22438 <UL>   
22439 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22440 </UL><P>
22441 &lt;End of help on this topic&gt;
22442 </BODY>
22443 </HTML>
22444 ====== h_config_sort_key =====
22445 <HTML>
22446 <HEAD>
22447 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
22448 </HEAD>
22449 <BODY>
22450 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
22452 This option determines the order in which messages will be displayed in
22453 the MESSAGE INDEX screen.  Choose from:
22455 <UL>
22456  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22457  <LI> <A HREF="h_index_sort_date">Date</A>
22458  <LI> <A HREF="h_index_sort_subj">Subject</A>
22459  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22460  <LI> <A HREF="h_index_sort_thread">Thread</A>
22461  <LI> <A HREF="h_index_sort_from">From</A>
22462  <LI> <A HREF="h_index_sort_size">Size</A>
22463  <LI> <A HREF="h_index_sort_score">Score</A>
22464  <LI> <A HREF="h_index_sort_to">To</A>
22465  <LI> <A HREF="h_index_sort_cc">Cc</A>
22466 </UL>
22469 Each type of sort may also be reversed.
22470 Normal default is by &quot;Arrival&quot;.
22473 A possible point of confusion arises when you change the configuration
22474 of the <!--#echo var="VAR_sort-key"-->.
22475 The folder will normally be re-sorted when you go back to viewing the
22476 index.
22477 However, if you have manually sorted the folder with the
22478 Sort
22479 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
22480 command, then it will not be re-sorted until the next time it is opened.
22483 <UL>   
22484 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22485 </UL><P>
22486 &lt;End of help on this topic&gt;
22487 </BODY>
22488 </HTML>
22489 ====== h_config_other_startup =====
22490 <HTML>
22491 <HEAD>
22492 <TITLE>OPTION: Set Startup Rule</TITLE>
22493 </HEAD>
22494 <BODY>
22495 <H1>OPTION: Set Startup Rule</H1>
22497 This option determines which message will be the <EM>current message</EM> when
22498 the folder is first opened.
22499 It works the same way that the option
22500 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
22501 works, so look there for help.
22502 It may be used for any folder, not just incoming folders.
22505 <UL>   
22506 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22507 </UL><P>
22508 &lt;End of help on this topic&gt;
22509 </BODY>
22510 </HTML>
22511 ====== h_config_perfolder_sort =====
22512 <HTML>
22513 <HEAD>
22514 <TITLE>Set Sort Order</TITLE>
22515 </HEAD>
22516 <BODY>
22517 <H1>Set Sort Order</H1>
22519 This option determines the order in which messages will be displayed in
22520 the MESSAGE INDEX screen when the Current Folder Type set in the
22521 Pattern is a match. Choose from:
22523 <UL>
22524  <LI> <A HREF="h_index_sort_default">Default</A>
22525  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22526  <LI> <A HREF="h_index_sort_date">Date</A>
22527  <LI> <A HREF="h_index_sort_subj">Subject</A>
22528  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22529  <LI> <A HREF="h_index_sort_thread">Thread</A>
22530  <LI> <A HREF="h_index_sort_from">From</A>
22531  <LI> <A HREF="h_index_sort_size">Size</A>
22532  <LI> <A HREF="h_index_sort_score">Score</A>
22533  <LI> <A HREF="h_index_sort_to">To</A>
22534  <LI> <A HREF="h_index_sort_cc">Cc</A>
22535 </UL>
22538 Each type of sort may also be reversed.
22539 Normal default is by &quot;Arrival&quot;.
22542 A possible point of confusion arises when you change the configuration
22543 of the Sort Order for the currently open folder.
22544 The folder will normally be re-sorted when you go back to viewing the
22545 index.
22546 However, if you have manually sorted the folder with the
22547 Sort
22548 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
22549 command, then it will not be re-sorted until the next time it is opened.
22552 <UL>   
22553 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22554 </UL><P>
22555 &lt;End of help on this topic&gt;
22556 </BODY>
22557 </HTML>
22558 ====== h_config_fld_sort_rule =====
22559 <HTML>
22560 <HEAD>
22561 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
22562 </HEAD>
22563 <BODY>
22564 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
22566 This option controls the order in which folder list entries will be
22567 presented in the FOLDER LIST screen.  Choose one of the following:
22569 <DL>
22570 <DT>Alphabetical</DT>
22571 <DD>sort by alphabetical name independent of type
22572 </DD>
22574 <DT>Alpha-with-dirs-last</DT>
22575 <DD>sort by alphabetical name grouping directory entries
22576 to the end of the list
22577 </DD>
22579 <DT>Alpha-with-dirs-first</DT>
22580 <DD>sort by alphabetical name grouping directory entries
22581 to the start of the list
22582 </DD>
22583 </DL>
22585 The normal default is &quot;Alphabetical&quot;.
22588 <UL>   
22589 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22590 </UL><P>
22591 &lt;End of help on this topic&gt;
22592 </BODY>
22593 </HTML>
22594 ====== h_config_ab_sort_rule =====
22595 <HTML>
22596 <HEAD>
22597 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
22598 </HEAD>
22599 <BODY>
22600 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
22602 This option controls the order in which address book entries will be
22603 presented.  Choose one of the following:
22605 <DL>
22606 <DT>fullname</DT>
22607 <DD>use fullname field, lists mixed in
22608 </DD>
22610 <DT>fullname-with-lists-last</DT>
22611 <DD>use fullname field, but put lists at end
22612 </DD>
22614 <DT>nickname</DT>
22615 <DD>use nickname field, lists mixed in
22616 </DD>
22618 <DT>nickname-with-lists-last</DT>
22619 <DD>use nickname field, but put lists at end
22620 </DD>
22622 <DT>dont-sort</DT>
22623 <DD>don't change order of file
22624 </DD>
22625 </DL>
22628 The normal default is &quot;fullname-with-lists-last&quot;.
22629 If you use an address book from more than one computer and those
22630 computers sort the address book differently then the sort order
22631 will be the order where the last change to the address book was
22632 made.
22633 There are two reasons the sorting might be different on different
22634 systems.
22635 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
22636 places.
22637 Second, the collation rules on the two computers may be different.
22638 For example, one system might ignore special characters while the other
22639 doesn't or one may sort upper and lower case letters together while
22640 the other doesn't.
22641 In any case, the order you see is the order on the system where the
22642 last change was made, for example by an address book edit or a
22643 Take Address command.
22646 <UL>   
22647 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22648 </UL><P>
22649 &lt;End of help on this topic&gt;
22650 </BODY>
22651 </HTML>
22652 ====== h_config_post_char_set =====
22653 <HTML>
22654 <HEAD>
22655 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
22656 </HEAD>
22657 <BODY>
22658 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
22660 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
22661 when sending messages.
22665 When sending a message the text typed in the composer is
22666 labeled with the character set specified by this option.
22667 If the composed text is not fully representable in the 
22668 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
22669 instead;
22672 Attachments are labeled with your
22673 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
22676 Generally, there should be little need to set this option.
22677 If left unset, the
22678 default behavior is to label composed text as specifically as
22679 possible.  That is, if the composed text has no non-ASCII characters,
22680 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
22681 only ISO-8859-15 characters, it is labeled as such.  Alpine will
22682 attempt to automatically detect a number of character sets including ISO-8859-15,
22683 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
22684 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
22685 If the message contains a mix of character sets,
22686 it is labeled as &quot;UTF-8.&quot;
22690 This setting is provided to allow you to force a particular character set that
22691 Alpine does not automatically detect. For example, if a message is representable
22692 in more than one character set then Alpine may choose a different default
22693 than you want.
22694 Lastly, by setting this option explicitly to
22695 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
22696 &quot;UTF-8&quot; instead of something more specific.
22699 In the Setup/Config screen you may choose from a list of all the
22700 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
22703 The options
22704 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
22705 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
22706 are closely related.
22707 Setting the feature
22708 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
22709 should cause this option to be ignored.
22712 <UL>   
22713 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22714 </UL><P>
22715 &lt;End of help on this topic&gt;
22716 </BODY>
22717 </HTML>
22718 ====== h_config_unk_char_set =====
22719 <HTML>
22720 <HEAD>
22721 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
22722 </HEAD>
22723 <BODY>
22724 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
22726 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
22727 when reading or replying to messages.
22731 A text message should either be made up of all US-ASCII characters
22732 or it should contain a charset label which tells the software which
22733 character set encoding to use to interpret the message.
22734 Sometimes a malformed message may be unlabeled but contain non-ascii text.
22735 This message is outside of the standards so any attempt to read it could fail.
22736 When Alpine attempts to read such a message it will try to interpret the
22737 text in the character set you specify here.
22738 For example, if you have correspondents who send you unlabeled messages that
22739 are usually made up of characters from the WINDOWS-1251 character set, setting
22740 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
22741 allow you to read those messages.
22742 Of course, if the unlabeled message is actually in some other character set,
22743 then you may see garbage on your screen.
22745 Instead of just unlabeled text, this option also affects text which is labeled
22746 with the charsets &quot;X-Unknown&quot; or &quot;US-ASCII&quot;.
22749 In the Setup/Config screen you may choose from a list of all the
22750 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
22753 <UL>   
22754 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22755 </UL><P>
22756 &lt;End of help on this topic&gt;
22757 </BODY>
22758 </HTML>
22759 ====== h_config_char_set =====
22760 <HTML>
22761 <HEAD>
22762 <TITLE>OPTION: Display Character Set</TITLE>
22763 </HEAD>
22764 <BODY>
22765 <H1>OPTION: Display Character Set</H1>
22767 The Display Character Set configuration option is used when viewing messages.
22769 Alpine uses Unicode characters internally and 
22770 it is a goal for Alpine to handle email in many different languages.
22771 Alpine will properly display only left-to-right character sets
22772 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
22773 font is in use, in the sense that
22774 characters are assumed to take up zero, one, or two character cell
22775 widths from left to right on the screen. This is true even in PC-Alpine.
22778 Alpine recognizes some local character sets that are right-to-left
22779 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
22780 (Arabic) and properly converts texts in these character sets to/from
22781 Unicode; however, there are known display bugs with these character
22782 sets.
22785 There are three possible configuration character settings and some
22786 environment variable settings that can affect how Alpine
22787 handles international characters.
22788 The first two of these are only available in UNIX Alpine.
22789 The three configuration options are
22790 Display Character Set,
22791 Keyboard Character Set, and
22792 <!--#echo var="VAR_posting-character-set"-->.
22793 The Keyboard Character Set defaults to being the same value
22794 as the Display Character Set, and that is usually correct, because
22795 the keyboard almost always produces characters in the same character set
22796 as the display displays.
22797 The Display Character Set is the character set that Alpine
22798 will attempt to use when sending characters to the display.
22801 By default, the Display Character Set variable is not set and UNIX Alpine
22802 will attempt to get this information from the environment.
22803 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
22804 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
22805 An explicit configuration setting for Display Character Set will,
22806 of course, override any default setting.
22808 For PC-Alpine the Display Character Set
22809 and the Keyboard Character Set
22810 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
22813 It is probably best to use UNIX Alpine in a terminal emulator
22814 capable of displaying UTF-8 characters, since that will allow you to
22815 view just about any received text that is correctly formatted (note,
22816 however, the above comments about known index display bugs with certain
22817 character sets). You'll need to have an emulator that uses a UTF-8 font
22818 and you'll need to set up your environment to use a UTF-8 charmap. For
22819 example, on a Linux system you might include
22821 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
22824 or something similar in your UNIX startup files.
22825 You'd also have to select a UTF-8 font in your terminal emulator.
22828 The types of values that the character set variables may be set to are
22829 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
22830 The <CODE>ISO-2022</CODE> character sets are not supported for input or
22831 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
22832 for use only as a <!--#echo var="VAR_posting-character-set"-->.
22833 In the Setup/Config screen you may choose from a list of all the
22834 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
22835 Here is a list of many of the possible character sets:
22838 <TABLE>
22839 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
22840 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
22841 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
22842 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
22843 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
22844 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
22845 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
22846 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
22847 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
22848 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
22849 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
22850 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
22851 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
22852 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
22853 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
22854 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
22855 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
22856 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
22857 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
22858 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukranian</TD> </TR>
22859 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
22860 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
22861 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
22862 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
22863 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
22864 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
22865 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
22866 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
22867 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
22868 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
22869 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
22870 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
22871 </TABLE>
22874 When reading incoming email, Alpine understands many different
22875 character sets and is able to convert the incoming mail into Unicode.
22876 The Unicode will be converted to the Display Character Set
22877 for display on your terminal.
22878 Characters typed at the keyboard will be converted from the
22879 Keyboard Character Set to Unicode for Alpine's internal
22880 use.
22881 You may find that you can read some malformed messages that do not
22882 contain a character set label by setting the option
22883 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
22886 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
22887 The default behavior obtained by leaving this variable unset is usually
22888 what is wanted. In that default case, Alpine will attempt
22889 to label the message with the most specific character set from the
22890 rather arbitrary set
22892 US-ASCII, ISO-8859-15,
22893 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
22894 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
22897 For example, if the message is made up of only US-ASCII characters, it
22898 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
22899 that will be the label. If that doesn't work the same is tried for the
22900 remaining members of the list.
22903 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
22904 explicit value instead.
22905 For example, if you usually send messages in Greek, setting this
22906 option to ISO-8859-7 will result in messages being labeled as
22907 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
22908 are only Greek characters, or UTF-8 if there are some characters
22909 that aren't representable in ISO-8859-7.
22910 Another possibility is to set this option explicitly to UTF-8.
22911 In that case
22912 Alpine labels only ascii messages as US-ASCII and all other
22913 messages as UTF-8.
22916 The options
22917 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
22918 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
22919 are closely related to this option.
22920 Setting the feature
22921 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
22922 should cause this option to be ignored.
22925 When displaying a message, Alpine compares this setting to the character
22926 set specified in the message.  If not all of the
22927 characters in the message can be displayed using the Display Character Set
22928 then Alpine places an editorial
22929 comment in the displayed text (enclosed in square-brackets) indicating
22930 that some characters may not be displayed correctly.
22931 This comment may be eliminated by turning on the option
22932 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
22935 <UL>   
22936 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22937 </UL><P>
22938 &lt;End of help on this topic&gt;
22939 </BODY>
22940 </HTML>
22941 ====== h_config_key_char_set =====
22942 <HTML>
22943 <HEAD>
22944 <TITLE>OPTION: Keyboard Character Set</TITLE>
22945 </HEAD>
22946 <BODY>
22947 <H1>OPTION: Keyboard Character Set</H1>
22949 UNIX Alpine only.
22951 The Keyboard Character Set identifies the character set of the characters
22952 coming from your keyboard.
22953 It defaults to having the same value as your
22954 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
22955 which in turn defaults to a value obtained from your environment.
22956 It is unlikely that you will need to use this option, because the keyboard
22957 almost always produces the same kind of characters as the display displays.
22960 This character set is also used when accessing files in your local
22961 file system.
22962 The names of the files are assumed to be in the same character set as
22963 what the keyboard produces, as well as the contents of the files.
22966 In the Setup/Config screen you may choose from a list of all the
22967 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
22970 The options
22971 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
22972 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
22973 are closely related.
22974 Setting the feature
22975 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
22976 should cause this option to be ignored.
22979 <UL>   
22980 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22981 </UL><P>
22982 &lt;End of help on this topic&gt;
22983 </BODY>
22984 </HTML>
22985 ====== h_config_editor =====
22986 <HTML>
22987 <HEAD>
22988 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
22989 </HEAD>
22990 <BODY>
22991 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
22993 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
22994 normally an alternative to Alpine's internal composer (Pico).  You could use
22995 this setting to specify an alternate editor to use occasionally or if you
22996 have a favorite editor and want to use it all the time (see the 
22997 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
22998 If you specify multiple editors for this option, ^_ will invoke the first one 
22999 of those specified that exists and is executable.  When specifying a program 
23000 for use here, make sure that the format of the text it saves -- which, when 
23001 you exit it, will become the message body in Alpine -- is appropriate 
23002 for the body of an email message; avoid proprietary formats that may result in 
23003 a message body that the recipient of your message will be unable to decipher.
23005 <!--chtml if pinemode="os_windows"-->
23006 <!--chtml else-->
23007 If you are in doubt about what editors are available on your system, or which 
23008 of them may be appropriate for specification here, ask your local computing 
23009 support staff.  
23010 <!--chtml endif-->
23012 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
23013 unset, outgoing text will be set as flowed.  In most cases this will be fine,
23014 but if the editor has a &quot;flowed text&quot; mode, it would be best to
23015 use that.
23017 <P><UL>
23018 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23019 </UL>
23021 &lt;End of help on this topic&gt;
23022 </BODY>
23023 </HTML>
23024 ====== h_config_speller =====
23025 <HTML>
23026 <HEAD>
23027 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
23028 </HEAD>
23029 <BODY>
23030 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
23032 UNIX Alpine only.
23034 For PC-Alpine, you must install the aspell library code that you
23035 may get from
23036 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
23038 This option affects the behavior of the ^T (spell check) command in the
23039 Composer.  It specifies the program invoked by ^T in the Composer.
23040 By default, Alpine uses
23042 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
23044 if it knows where to find &quot;aspell&quot;.
23045 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
23046 then the command used is
23048 <CENTER><SAMP>ispell -l</SAMP></CENTER>
23050 Otherwise, the ancient &quot;spell&quot; command is used.
23052 If you specify a value for this command (with full pathname) then that is what
23053 will be used instead of any of the defaults.
23054 When invoking this
23055 spell-checking program, Alpine appends a tempfile name (where the message is
23056 passed) to the command line. Alpine expects the speller to correct the
23057 spelling in that file. When you exit from that program Alpine will read the
23058 tempfile back into the composer.
23060 Don't set this speller option to the standard Unix spell command.
23061 That won't work because spell works in a different way.
23064 <UL>   
23065 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23066 </UL><P>
23067 &lt;End of help on this topic&gt;
23068 </BODY>
23069 </HTML>
23070 ====== h_config_display_filters =====
23071 <HTML>
23072 <HEAD>
23073 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
23074 </HEAD>
23075 <BODY>
23076 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
23078 This option defines a list of text-filtering commands (programs or
23079 scripts) that may be used to filter text portions of received messages
23080 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
23081 display screen, exporting to a text file).  
23082 For security reasons, the full path name of the
23083 filter command must be specified.
23086 The command is executed and the message is piped into its standard input. 
23087 The standard output of the command is read back by Alpine.  The
23088 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
23090 <P> 
23091 The filter's use is based on the configured &quot;trigger&quot; string.  The
23092 format of a filter definition is:
23094 <P>   
23095 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
23098 You can specify as many filters as you wish, separating them with a comma.  
23099 Each filter can have only one trigger and command.  Thus, two trigger 
23100 strings that invoke the same command require separate filter 
23101 specifications. 
23103 <P> 
23104 The &quot;trigger&quot; is simply text that, if found in the message,
23105 will invoke the associated command.  If the trigger contains any space
23106 characters, it must be placed within quotes.  Likewise, should you
23107 wish a filter to be invoked unconditionally, define the trigger as the
23108 null string, &quot;&quot; (two consecutive double-quote characters).  If the
23109 trigger string is found anywhere in the text of the message the filter
23110 is invoked.  Placing the trigger text within the tokens defined below
23111 changes where within the text the trigger must be before considering
23112 it a match.
23114 <P>  
23115 Trigger Modifying Tokens:
23116 <DL>
23117 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
23118 <DD>This token tells Alpine to invoke the supplied command
23119 if the text is in a character set matching <VAR>string</VAR>
23120 (e.g., ISO-8859-2 or ISO-2022-JP).
23121 </DD>
23124 <DT>_LEADING(<VAR>string</VAR>)_</DT>
23125 <DD>This token tells Alpine to invoke the supplied command
23126 if the enclosed <VAR>string</VAR> is found to be the first
23127 non-whitespace text.
23128 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23129 the space character.
23130 </DD>
23132 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
23133 <DD>This token tells Alpine to invoke the supplied command
23134 if the enclosed <VAR>string</VAR> is found at the beginning
23135 of any line in the text.
23136 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23137 the space character.
23138 </DD>
23139 </DL>
23142 The &quot;command&quot; and &quot;arguments&quot; portion is simply
23143 the command line to be invoked if the trigger string is found.  Below
23144 are tokens that Alpine will recognize and replace with special values
23145 when the command is actually invoked.
23148 Command Modifying Tokens:
23150 <DL>
23151 <DT>_TMPFILE_</DT>
23152 <DD>When the command is executed, this token is 
23153 replaced with the path and name of the temporary 
23154 file containing the text to be filtered.  Alpine 
23155 expects the filter to replace this data with the 
23156 filter's result.
23159 NOTE: Use of this token implies that the text to 
23160 be filtered is not piped into standard input of the 
23161 executed command and its standard output is ignored. 
23162 Alpine restores the tty modes before invoking the
23163 filter in case the filter interacts with the user
23164 via its own standard input and output.  
23165 </DD>
23166                         
23167 <DT>_RESULTFILE_</DT>
23168 <DD>When the command is executed, this token is 
23169 replaced with the path and name of a temporary 
23170 file intended to contain a status message from the 
23171 filter.  Alpine displays this in the message status 
23172 field. 
23173 </DD>
23175 <DT>_DATAFILE_</DT>
23176 <DD>When the command is executed, this token is 
23177 replaced with the path and name of a temporary 
23178 file that Alpine creates once per session and deletes 
23179 upon exit.  The file is intended to be used by the 
23180 filter to store state information between instances 
23181 of the filter.
23182 </DD>
23183    
23184 <DT>_PREPENDKEY_</DT>
23185 <DD>When the command is executed, this token indicates that a random
23186 number will be passed down the input stream before the message text.
23187 This number could be used as a session key.  It is sent in this way to
23188 improve security.  The number is unique to the current Alpine session
23189 and is only generated once per session.
23190 </DD>
23192 <DT>_SILENT_</DT>
23193 <DD>When the filter is executed, this token tells Alpine not to repaint
23194 the screen while the command is being executed. This can be used with 
23195 filters that do not interact with the user, and therefore repainting 
23196 the screen is not necessary. 
23197 </DD>
23198 </DL>
23201 The feature
23202 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
23204 Performance caveat/considerations:
23205 <BR>
23206 Testing for the trigger and invoking the filter doesn't come for free.
23207 There is overhead associated with searching for the trigger string, testing
23208 for the filter's existence and actually piping the text through the filter.
23209 The impact can be reduced if the Trigger Modifying Tokens above are 
23210 employed.
23212 &lt;End of help on this topic&gt;
23213 </BODY>
23214 </HTML>
23215 ====== h_config_sending_filter =====
23216 <HTML>
23217 <HEAD>
23218 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
23219 </HEAD>
23220 <BODY>
23221 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
23222       
23223 This option defines a list of text-filtering commands (programs and
23224 scripts) that may be selectively invoked to process a message just before
23225 it is sent.  If set, the Composer's ^X (Send) command will allow you to
23226 select which filter (or none) to apply to the message before it is sent. 
23227 For security reasons, the full path of the filter program must be
23228 specified.
23231 Command Modifying Tokens:
23233 <DL>
23234 <DT>_RECIPIENTS_</DT>
23235 <DD>When the command is executed, this token is replaced 
23236 with the space delimited list of recipients of the 
23237 message being sent. 
23238 </DD>
23239         
23240 <DT>_TMPFILE_</DT>
23241 <DD>
23242 When the command is executed, this token is 
23243 replaced with the path and name of the temporary 
23244 file containing the text to be filtered.  Alpine 
23245 expects the filter to replace this data with the 
23246 filter's result.
23249 NOTE: Use of this token implies that the text to 
23250 be filtered is not piped into standard input of the 
23251 executed command and its standard output is ignored. 
23252 Alpine restores the tty modes before invoking the
23253 filter in case the filter interacts with the user
23254 via its own standard input and output.  
23255 </DD>
23256                         
23257 <DT>_RESULTFILE_</DT>
23258 <DD>When the command is executed, this token is 
23259 replaced with the path and name of a temporary 
23260 file intended to contain a status message from the 
23261 filter.  Alpine displays this in the message status 
23262 field. 
23263 </DD>
23265 <DT>_DATAFILE_</DT>
23266 <DD>When the command is executed, this token is replaced 
23267 in the command line with the path and name of a 
23268 temporary file that Alpine creates once per session 
23269 and deletes upon exit.  The file is intended to be 
23270 used by the filter to store state information between 
23271 instances of the filter.
23272 </DD>
23273    
23274 <DT>_PREPENDKEY_</DT>
23275 <DD>When the command is executed, this token indicates 
23276 that a random number will be passed down the input 
23277 stream before the message text.  This number could 
23278 be used as a session key.  It is sent in this way 
23279 to improve security.  The number is unique to the 
23280 current Alpine session and is only generated once per 
23281 session. 
23282 </DD>
23284 <DT>_INCLUDEALLHDRS_</DT>
23285 <DD>When the command is executed, this token indicates 
23286 that the headers of the message will be passed down the input stream
23287 before the message text.
23288 </DD>
23290 <DT>_MIMETYPE_</DT>
23291 <DD>When the command is executed, this token is replaced in the
23292 command name with a temporary file name used to accept any new MIME
23293 Content-Type information necessitated by the output of the filter.
23294 Upon the filter's exit, if the file contains new MIME type
23295 information, Alpine verifies its format and replaces the outgoing
23296 message's MIME type information with that contained in the file. This
23297 is basically a cheap way of sending something other than Text/Plain.
23298 </DD>
23299 </DL>
23301 <P>   
23302 NOTE: Only the body text, which is visible in the Composer, is piped
23303 through this filter.  Attachments are not sent to the filter.
23304 <P>   
23305 Sending filters are not used if the feature
23306 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
23308 <UL>   
23309 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23310 </UL><P>
23311 &lt;End of help on this topic&gt;
23312 </BODY>
23313 </HTML>
23314 ====== h_config_keywords =====
23315 <HTML>
23316 <HEAD>
23317 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
23318 </HEAD>
23319 <BODY>
23320 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
23322 You may define your own set of keywords and optionally set them on a
23323 message by message basis.
23324 These are similar to the &quot;Important&quot; flag which the user
23325 may set using the Flag command.
23326 The difference is that the Important flag is always present for each folder.
23327 User-defined keywords are chosen by the user.
23328 You may set up the list of possible keywords here, or you may add keywords
23329 from the Flag Details screen that you
23330 can get to after typing the
23331 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
23332 command.
23333 After the keywords have been defined,
23334 then you use the <A HREF="h_common_flag">Flag command</A>
23335 to set or clear the keywords in each message.
23336 The behavior of the flag command may be modified by using the
23337 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
23338 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
23341 Keywords may be used when Selecting messages (Select Keyword).
23342 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
23343 Filter Rules may be used to set keywords automatically.
23344 Keywords may be displayed as part of the Subject of a message by using
23345 the SUBJKEY or SUBJKEYINIT tokens in the
23346 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
23347 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
23348 option may be used to modify the display of keywords using
23349 SUBJKEY and SUBJKEYINIT slightly.
23350 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
23351 screen by using the KEY or KEYINIT tokens.
23352 It is also possible to color keywords in the index using the
23353 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
23354 Keywords are not supported by all mail servers.
23357 You may give keywords nicknames if you wish.
23358 If the keyword definition you type in contains a SPACE character, then the
23359 actual value of the keyword is everything after the last SPACE and the
23360 nickname for that keyword is everything before the last SPACE.
23361 For example, suppose you are trying to interoperate with another email program
23362 that uses a particular keyword with an unpleasant name.
23363 Maybe it uses a keyword called
23365 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
23367 but for you that keyword means that the message is work-related.
23368 You could define a keyword to have the value
23370 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
23372 and then you would use the name &quot;Work&quot; when dealing with
23373 that keyword in Alpine.
23374 If you defined it as
23376 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
23378 the nickname would be everything before the last SPACE, that is the nickname
23379 would be &quot;My Work&quot;.
23381 Some commonly used keywords begin with dollar signs.
23382 This presents a slight complication, because the dollar sign is normally used
23383 to signify
23384 <A HREF="h_news_config">environment variable expansion</A>
23385 in the Alpine configuration.
23386 In order to specify a keyword that begins with a dollar sign you must
23387 precede the dollar sign with a second dollar sign to escape its special
23388 meaning.
23389 For example, if you want to include the keyword
23391 <CENTER><SAMP>$Label1</SAMP></CENTER>
23393 as one of your possible keywords, you must enter the text
23395 <CENTER><SAMP>$$Label1</SAMP></CENTER>
23398 instead.
23400 There are a couple limitations.
23401 First, not all servers support keywords.
23402 Second, some servers (including the IMAP server included with Alpine)
23403 have a per folder limit on the number of keywords that may be defined.
23404 This count commonly includes every keyword you have ever used in the
23405 folder, even if it is no longer being used.
23406 In other words, you can add keywords but you cannot remove them easily.
23407 If you have changed keywords over the life of a folder and find that
23408 you have reached such a limit, one possible solution might be to copy
23409 all of the messages to a newly created folder (using Alpine) and then
23410 delete the original and rename the new folder.
23411 The reason this might work is that only the keywords currently set in
23412 any of the messages will be used in the new folder, hopefully putting you
23413 under the limit.
23416 <UL>   
23417 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23418 </UL><P>
23419 &lt;End of help on this topic&gt;
23420 </BODY>
23421 </HTML>
23422 ====== h_config_alt_addresses =====
23423 <HTML>
23424 <HEAD>
23425 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
23426 </HEAD>
23427 <BODY>
23428 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
23430 This option provides a place for you to list alternate email addresses
23431 you may have.
23432 Each address in the list should be the actual email address part of an
23433 address, without the full name field or the angle brackets.
23434 For example:
23437 <CENTER><SAMP>user@example.com</SAMP></CENTER>
23440 The matching is case-insensitive, so this would match any of
23441 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
23442 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
23445 If set, the option affects the behavior of the Reply
23446 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
23447 a message has been addressed specifically to you.
23450 In the default INDEX display
23451 the personal name (or email address) of
23452 the person listed in the message's &quot;From:&quot; header
23453 field is usually displayed except when that address is yours or one of your
23454 alternate addresses.
23455 In that case you will usually see the name of
23456 the first person specified in the
23457 message's &quot;To:&quot; header field
23458 with the prefix &quot;To: &quot; prepended.
23461 With respect to Reply, the reply-to-all option will exclude addresses
23462 listed here.
23465 The feature
23466 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
23467 is somewhat related to this option.
23470 In addition to a list of actual addresses,
23471 you may use regular expressions (as used with egrep with the ignore case flag)
23472 to describe the addresses you want to match.
23473 Alpine will somewhat arbitrarily interpret your entry as a regular
23474 expression if it contains any of the characters
23475 *, |, +, ?, {, [, ^, $, or &#92;.
23476 Otherwise, it will be treated literally.
23477 The feature
23478 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
23479 may be used to turn off regular expression processing regardless of whether or not
23480 special characters appear in the entry.
23483 A description of how regular expressions work is beyond the
23484 scope of this help text, but some examples follow.
23487 The entry
23490 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
23493 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
23494 address with a domain name of <SAMP>example.com</SAMP> (such as
23495 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
23496 one of your alternate addresses.
23497 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
23498 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
23499 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
23500 Complicating things further, the dollar sign
23501 is special in the Alpine configuration (it signifies environment variable expansion)
23502 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
23503 Quotes around the whole expression will not escape the dollar sign successfully.
23504 So this example should look like
23507 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
23511 The entry
23514 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
23517 would match
23518 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
23519 as <SAMP>fred@example.com</SAMP>.
23522 You could match all addresses that look like
23523 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
23524 entry
23527 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
23530 Notice that you have to escape the plus sign with a backslash because plus
23531 is a special character in regular expressions.
23532 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
23533 the expression
23536 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
23539 would do it, but it would be easier to just add fred@example.com as a
23540 separate entry.
23543 One more example, a match of all first-level subdomains, is given by
23546 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
23550 Because the regular expression matching is based on an old library
23551 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
23552 but they should be close.
23555 <UL>   
23556 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23557 </UL><P>
23558 &lt;End of help on this topic&gt;
23559 </BODY>
23560 </HTML>
23561 ====== h_config_abook_formats =====
23562 <HTML>
23563 <HEAD>
23564 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
23565 </HEAD>
23566 <BODY>
23567 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
23569 This option specifies the format that address books are displayed in.
23570 Normally, address books are displayed with the nicknames in the first
23571 column, the fullnames in the second column, and addresses in the third
23572 column.  The system figures out reasonable defaults for the widths of
23573 the columns.  An address book may be given a different format by
23574 listing special tokens in the order you want them to display.  The
23575 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
23576 So, for example, to get the default behavior you could list
23579 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
23582 (You can also use the token DEFAULT to get the default behavior for
23583 an address book format.)
23586 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
23587 is a list, so if you have more than one address book you may have a
23588 separate format for each by putting its format at the corresponding
23589 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
23593 Listed first are the personal address books, then the global address
23594 books.  So, if you have two personal address books and one global
23595 address book, you may have up to three formats in the
23596 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
23597 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
23598 are address books, the last element is used repeatedly.
23602 Each of the tokens may also be optionally followed by parentheses with
23603 either a number or a percentage inside the parentheses.  For example,
23604 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
23605 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
23606 of the available space (the screen width minus the space for
23607 inter-column spaces) to the fullnames column, while plain
23608 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
23609 reasonable number of columns.
23612 There are always 2 spaces between every column, so if you use
23613 fixed column widths (like 13) you should remember to take that into
23614 account.
23617 <UL>   
23618 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23619 </UL><P>
23620 &lt;End of help on this topic&gt;
23621 </BODY>
23622 </HTML>
23623 ====== h_config_set_index_format =====
23624 <HTML>
23625 <HEAD>
23626 <TITLE>Set Index Format</TITLE>
23627 </HEAD>
23628 <BODY>
23629 <H1>Set Index Format</H1>
23631 This option is used to customize the content of lines in the
23632 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
23633 This action works exactly like the regular
23634 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
23635 except that you can have a folder-specific value for it if you specify it here.
23636 Consult the help for
23637 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
23638 for more information.
23641 <UL>   
23642 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23643 </UL><P>
23644 &lt;End of help on this topic&gt;
23645 </BODY>
23646 </HTML>
23647 ====== h_config_index_format =====
23648 <HTML>
23649 <HEAD>
23650 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
23651 </HEAD>
23652 <BODY>
23653 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
23655 This option is used to customize the content of lines in the
23656 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
23657 to convey some amount of immediately relevant information about each 
23658 message in the current folder.
23661 Alpine provides a pre-defined set of informational fields with
23662 reasonable column widths automatically computed.  You can, however,
23663 replace this default set by listing special tokens in the order you
23664 want them displayed.
23667 The list of available tokens is
23668 <A HREF="h_index_tokens">here</A>.
23671 Spaces are used to separate listed tokens.  Additionally, you can
23672 specify how much of the screen's width the token's associated data
23673 should occupy on the index line by appending to the token a pair of
23674 parentheses enclosing either a number or percentage.  For example,
23675 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
23676 column, and &quot;SUBJECT(20%)&quot; means to
23677 allocate 20% of the available space
23678 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
23679 attempt to figure out a reasonable amount of space.
23682 There is always one space between every pair of columns, so if you use fixed
23683 column widths (like 13) you should remember to take that into account.
23684 Several of the fields are virtually fixed-width, so it doesn't make
23685 much sense to specify the width for them.  The fields STATUS,
23686 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
23687 and DESCRIPSIZE all fall into that category.
23688 You <EM>may</EM> specify widths for those if you wish, but
23689 you're probably better off letting the system pick those widths.  <P>
23692 The default is equivalent to:
23695 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
23698 This means that the four fields without percentages will be allocated
23699 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
23700 the from and subject fields.  If one of those two fields is specified
23701 as a percentage and the other is left for the system to choose, then
23702 the percentage is taken as an absolute percentage of the screen, not
23703 of the space remaining after allocating the first four columns.  It
23704 doesn't usually make sense to do it that way.  If you leave off all
23705 the widths, then the subject and from fields (if both are present) are
23706 allocated space in a 2 to 1 ratio, which is almost exactly the same as
23707 the default.
23710 What you are most likely to do with this configuration option is to
23711 specify which fields appear at all, which order they appear in, and the
23712 percentage of screen that is used for the from and subject fields if you
23713 don't like the 2 to 1 default.
23716 If you want to retain the default format that Pine 4.64 had, use
23719 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
23721 <EM>and</EM> set the feature
23722 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
23723 <UL>   
23724 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23725 </UL><P>
23726 &lt;End of help on this topic&gt;
23727 </BODY>
23728 </HTML>
23729 ====== h_config_reply_intro =====
23730 <HTML>
23731 <HEAD>
23732 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
23733 </HEAD>
23734 <BODY>
23735 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
23737 This option is used to customize the content of the introduction line
23738 that is included when replying to a message and including the original
23739 message in the reply.
23740 The normal default (what you will get if you delete this variable) looks
23741 something like:
23743 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
23745 where the day of the week is only included if it is available in the
23746 original message.
23747 You can replace this default with text of your own.
23748 The text may contain tokens that are replaced with text
23749 that depends on the message you are replying to.
23750 For example, the default is equivalent to:
23752 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
23755 Since this variable includes regular text mixed with special tokens
23756 the tokens have to be surrounded by underscore characters.
23757 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
23758 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
23759 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
23761 The list of available tokens is
23762 <A HREF="h_index_tokens">here</A>.
23765 By default, the text is all on a single line and is followed by a blank line.
23766 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
23767 than 80 characters when replying to a particular message, it is shortened.
23768 However, if you use the token
23770 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
23773 anywhere in the value, no end of line or blank line is appended, and no
23774 shortening is done.
23775 The _NEWLINE_ token may be used to get rid of the blank line following
23776 the text, to add more blank lines, or to form a multi-line
23777 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
23778 To clarify how _NEWLINE_ works recall that the default value is:
23780 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
23783 That is equivalent to
23785 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
23788 In the former case, two newlines are added automatically because
23789 no _NEWLINE_ token appears in the value of the option (for backwards
23790 compatibility). In the latter case, the newlines are explicit.
23791 If you want to remove the blank line that follows the
23792 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
23793 _NEWLINE_ token like
23795 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
23798 Because of the backwards compatibility problem, it is not possible to
23799 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
23800 and that will cause the automatic adding of two newlines!
23801 If you want, you may embed newlines in the middle of the text, as well,
23802 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
23805 By default, no attempt is made to localize the date.
23806 If you prefer a localized form you may find that one of the tokens
23807 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
23808 If you want more control one of the many other date tokens, such as _DATEISO_,
23809 might be better.
23812 For the adventurous, there is a way to conditionally include text based
23813 on whether or not a token would result in specific replacement text.
23814 For example, you could include some text based on whether or not
23815 the _NEWS_ token would result in any newsgroups if it was used.
23816 It's explained in detail
23817 <A HREF="h_reply_token_conditionals">here</A>.
23820 In the very unlikely event that you want to include a literal token
23821 in the introduction line you must precede it with a backslash character.
23822 For example,
23824 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
23826 would produce something like
23828 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
23830 It is not possible to have a literal backslash followed by an expanded token.
23832 <UL>   
23833 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23834 </UL><P>
23835 &lt;End of help on this topic&gt;
23836 </BODY>
23837 </HTML>
23838 ====== h_config_remote_abook_history =====
23839 <HTML>
23840 <HEAD>
23841 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
23842 </HEAD>
23843 <BODY>
23844 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
23846 Sets how many extra copies of
23847 remote address book
23848 data will be kept in each remote address book folder.
23849 The default is three.
23850 These extra copies are simply old versions of the data. Each time a change
23851 is made a new copy of the address book data is appended to the folder. Old
23852 copies are trimmed, if possible, when Alpine exits.
23853 An old copy can be put back into use by
23854 deleting and expunging newer versions of the data from the folder.
23855 Don't delete the first message from the folder. It is a special header
23856 message for the remote address book and it must be there.
23857 This is to prevent regular folders from being used as remote address book
23858 folders and having their data destroyed.
23860 This option is also used to determine how many extra copies of remote
23861 Alpine configuration files are kept.
23863 <UL>   
23864 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23865 </UL><P>
23866 &lt;End of help on this topic&gt;
23867 </BODY>
23868 </HTML>
23869 ====== h_config_remote_abook_validity =====
23870 <HTML>
23871 <HEAD>
23872 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
23873 </HEAD>
23874 <BODY>
23875 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
23877 Sets the minimum number of minutes that a
23878 remote address book will be considered up to date.
23879 Whenever an entry contained in a remote address book is used,
23880 if more than this many minutes have
23881 passed since the last check the remote server will be queried to see if the
23882 address book has changed.
23883 If it has changed, the local copy is updated.
23884 The default value is five minutes.
23885 The special value of -1 means never check.
23886 The special value of zero means only check when the address book is first
23887 opened.
23889 No matter what the value, the validity check is always done when the
23890 address book is about to be changed by the user.
23891 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
23892 while in the address book maintenance screen for the remote address book.
23894 <UL>   
23895 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23896 </UL><P>
23897 &lt;End of help on this topic&gt;
23898 </BODY>
23899 </HTML>
23900 ====== h_config_user_input_timeo =====
23901 <HTML>
23902 <HEAD>
23903 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
23904 </HEAD>
23905 <BODY>
23906 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
23908 If this is set to an integer greater than zero, then this is the number
23909 of <EM>hours</EM> to wait for user input before Alpine times out.
23910 If Alpine is
23911 in the midst of composing a message or is waiting for user response to
23912 a question, then it will not timeout.
23913 However, if Alpine is sitting idle waiting for
23914 the user to tell it what to do next and the user does not give any
23915 input for this many hours, Alpine will exit.
23916 No expunging or moving of read
23917 messages will take place.
23918 It will exit similarly to the way it would exit
23919 if it received a hangup signal.
23920 This may be useful for cleaning up unused Alpine sessions that have been
23921 forgotten by their owners.
23922 The Alpine developers envision system administrators
23923 setting this to a value of several hours (24?) so that it won't surprise
23924 a user who didn't want to be disconnected.
23926 <UL>   
23927 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23928 </UL><P>
23929 &lt;End of help on this topic&gt;
23930 </BODY>
23931 </HTML>
23932 ====== h_config_ssh_open_timeo =====
23933 <HTML>
23934 <HEAD>
23935 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
23936 </HEAD>
23937 <BODY>
23938 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
23940 Sets the time in seconds that Alpine will
23941 attempt to open a UNIX secure shell connection.
23942 The default is 15, the minimum non-zero value is 5,
23943 and the maximum is unlimited. If this is set to zero ssh connections
23944 will be completely disabled.
23946 <UL>   
23947 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23948 </UL><P>
23949 &lt;End of help on this topic&gt;
23950 </BODY>
23951 </HTML>
23952 ====== h_config_rsh_open_timeo =====
23953 <HTML>
23954 <HEAD>
23955 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
23956 </HEAD>
23957 <BODY>
23958 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
23960 Sets the time in seconds that Alpine will
23961 attempt to open a UNIX remote shell connection.
23962 The default is 15, the minimum non-zero value is 5,
23963 and the maximum is unlimited. If this is set to zero rsh connections
23964 will be completely disabled.
23965 This might be useful if rsh connections will never work in your environment
23966 but are causing delays due to firewalls or some other reason.
23968 <UL>   
23969 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23970 </UL><P>
23971 &lt;End of help on this topic&gt;
23972 </BODY>
23973 </HTML>
23974 ====== h_config_tcp_open_timeo =====
23975 <HTML>
23976 <HEAD>
23977 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
23978 </HEAD>
23979 <BODY>
23980 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
23982 Sets the time in seconds that Alpine will
23983 attempt to open a network connection. The default is 30, the minimum is 5,
23984 and the maximum is system defined (typically 75). If a connection has not
23985 completed within this many seconds Alpine will give up and consider it a
23986 failed connection.
23988 <UL>   
23989 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23990 </UL><P>
23991 &lt;End of help on this topic&gt;
23992 </BODY>
23993 </HTML>
23994 ====== h_config_tcp_readwarn_timeo =====
23995 <HTML>
23996 <HEAD>
23997 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
23998 </HEAD>
23999 <BODY>
24000 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
24002 Sets the time in seconds that Alpine will
24003 wait for a network read before warning you that things are moving slowly
24004 and possibly giving you the option to break the connection.
24005 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
24006 1000 seconds.
24008 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24010 <UL>   
24011 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24012 </UL><P>
24013 &lt;End of help on this topic&gt;
24014 </BODY>
24015 </HTML>
24016 ====== h_config_tcp_writewarn_timeo =====
24017 <HTML>
24018 <HEAD>
24019 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
24020 </HEAD>
24021 <BODY>
24022 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
24024 Sets the time in seconds that Alpine will
24025 wait for a network write before warning you that things are moving slowly
24026 and possibly giving you the option to break the connection.
24027 The default is 0 which means it is unset. If set to a non-zero value, the
24028 minimum is 5 and the maximum is 1000.
24030 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24032 <UL>   
24033 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24034 </UL><P>
24035 &lt;End of help on this topic&gt;
24036 </BODY>
24037 </HTML>
24038 ====== h_config_tcp_query_timeo =====
24039 <HTML>
24040 <HEAD>
24041 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
24042 </HEAD>
24043 <BODY>
24044 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
24046 When Alpine times out a network read or write it will normally just display
24047 a message saying &quot;Still waiting&quot;.
24048 However, if enough time has elapsed since it started waiting it will offer
24049 to let you break the connection.
24050 That amount of time is set by this option, which defaults to 60 seconds,
24051 has a minimum of 5 seconds, and a maximum of 1000 seconds.
24053 <UL>   
24054 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24055 </UL><P>
24056 &lt;End of help on this topic&gt;
24057 </BODY>
24058 </HTML>
24059 ====== h_config_incoming_folders =====
24060 <HTML>
24061 <HEAD>
24062 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
24063 </HEAD>
24064 <BODY>
24065 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
24067 This is a list of one or more folders other than <EM>INBOX</EM> that
24068 may receive new messages.
24069 It is related to the
24070 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
24071 feature.
24072 This variable is normally manipulated with the Add, Delete, and Rename
24073 commands in the FOLDER LIST for the Incoming Message Folders collection.
24075 <UL>   
24076 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24077 </UL><P>
24078 &lt;End of help on this topic&gt;
24079 </BODY>
24080 </HTML>
24081 ====== h_config_folder_spec =====
24082 <HTML>
24083 <HEAD>
24084 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
24085 </HEAD>
24086 <BODY>
24087 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
24089 This is a list of one or more collections where saved mail is stored. 
24090 The first collection in this list is the default
24091 collection for <EM>Save</EM>s,
24092 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
24094 This variable is normally manipulated using the Setup/collectionList screen.
24096 <UL>   
24097 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24098 </UL><P>
24099 &lt;End of help on this topic&gt;
24100 </BODY>
24101 </HTML>
24102 ====== h_config_news_spec =====
24103 <HTML>
24104 <HEAD>
24105 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
24106 </HEAD>
24107 <BODY>
24108 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
24110 This is a list of collections where news folders are located.
24112 This variable is normally manipulated using the Setup/collectionList screen.
24114 <UL>   
24115 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24116 </UL><P>
24117 &lt;End of help on this topic&gt;
24118 </BODY>
24119 </HTML>
24120 ====== h_config_address_book =====
24121 <HTML>
24122 <HEAD>
24123 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
24124 </HEAD>
24125 <BODY>
24126 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
24128 A list of personal address books.
24129 Each entry in the list is an
24130 optional nickname followed by a pathname or file name relative to the home
24131 directory.
24132 The nickname is separated from the rest of the line with whitespace.
24133 Instead of a local pathname or file name, a remote folder name can be given.
24134 This causes the address book to
24135 be a Remote address book.
24137 Use the Setup/AddressBook screen to modify this variable.
24139 <UL>   
24140 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24141 </UL><P>
24142 &lt;End of help on this topic&gt;
24143 </BODY>
24144 </HTML>
24145 ====== h_config_glob_addrbook =====
24146 <HTML>
24147 <HEAD>
24148 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
24149 </HEAD>
24150 <BODY>
24151 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
24153 A list of shared address books.  Each entry in the list is an
24154 optional nickname followed by a pathname or file name relative to the home
24155 directory.
24156 A SPACE character separates the nickname from the rest of the line.
24157 Instead of a local pathname or file name, a remote folder name can be given.
24158 This causes the address book to
24159 be a Remote address book.
24160 Global address books are
24161 defined to be ReadOnly.
24163 Use the Setup/AddressBook screen to modify this variable.
24165 <UL>   
24166 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24167 </UL><P>
24168 &lt;End of help on this topic&gt;
24169 </BODY>
24170 </HTML>
24171 ====== h_config_last_vers =====
24172 <HTML>
24173 <HEAD>
24174 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
24175 </HEAD>
24176 <BODY>
24177 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
24179 This is set automatically by Alpine. 
24180 It is used to keep track of the last version of Alpine that
24181 was run by the user.
24182 Whenever the version number increases, a new version message is printed out.
24183 This may not be set in the system-wide configuration files.
24185 <UL>   
24186 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24187 </UL><P>
24188 &lt;End of help on this topic&gt;
24189 </BODY>
24190 </HTML>
24191 ====== h_config_printer =====
24192 <HTML>
24193 <HEAD>
24194 <TITLE>OPTION: Printer</TITLE>
24195 </HEAD>
24196 <BODY>
24197 <H1>OPTION: Printer</H1>
24199 Your default printer selection.
24201 Use the Setup/Printer screen to modify this variable.
24203 <UL>   
24204 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24205 </UL><P>
24206 &lt;End of help on this topic&gt;
24207 </BODY>
24208 </HTML>
24209 ====== h_config_print_cat =====
24210 <HTML>
24211 <HEAD>
24212 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
24213 </HEAD>
24214 <BODY>
24215 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
24217 This is an internal Alpine variable.
24218 It will be equal to 1, 2, or 3 depending on whether the default printer is
24219 attached, standard, or a personal print command.
24221 Use the Setup/Printer screen to modify this variable.
24223 <UL>   
24224 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24225 </UL><P>
24226 &lt;End of help on this topic&gt;
24227 </BODY>
24228 </HTML>
24229 ====== h_config_print_command =====
24230 <HTML>
24231 <HEAD>
24232 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
24233 </HEAD>
24234 <BODY>
24235 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
24237 List of personal print commands.
24239 Use the Setup/Printer screen to modify this variable.
24241 <UL>   
24242 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24243 </UL><P>
24244 &lt;End of help on this topic&gt;
24245 </BODY>
24246 </HTML>
24247 ====== h_config_pat_old =====
24248 <HTML>
24249 <HEAD>
24250 <TITLE>OPTION: Patterns</TITLE>
24251 </HEAD>
24252 <BODY>
24253 <H1>OPTION: Patterns</H1>
24255 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
24256 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
24257 and Patterns-Other.
24258 Patterns-Scores and Patterns-Filters have been replaced since then by
24259 Patterns-Scores2 and Patterns-Filters2.
24261 Use the Setup/Rules screens to modify these variable.
24263 <UL>   
24264 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24265 </UL><P>
24266 &lt;End of help on this topic&gt;
24267 </BODY>
24268 </HTML>
24269 ====== h_config_pat_roles =====
24270 <HTML>
24271 <HEAD>
24272 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
24273 </HEAD>
24274 <BODY>
24275 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
24277 List of rules used for roles.
24278 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
24279 other options.
24281 Use the Setup/Rules/Roles screen to modify this variable.
24283 <UL>   
24284 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24285 </UL><P>
24286 &lt;End of help on this topic&gt;
24287 </BODY>
24288 </HTML>
24289 ====== h_config_pat_filts =====
24290 <HTML>
24291 <HEAD>
24292 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
24293 </HEAD>
24294 <BODY>
24295 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
24297 List of rules used for filters.
24299 Use the Setup/Rules/Filters screen to modify this variable.
24301 <UL>   
24302 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24303 </UL><P>
24304 &lt;End of help on this topic&gt;
24305 </BODY>
24306 </HTML>
24307 ====== h_config_pat_scores =====
24308 <HTML>
24309 <HEAD>
24310 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
24311 </HEAD>
24312 <BODY>
24313 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
24315 List of rules used for scoring.
24317 Use the Setup/Rules/SetScores screen to modify this variable.
24319 <UL>   
24320 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24321 </UL><P>
24322 &lt;End of help on this topic&gt;
24323 </BODY>
24324 </HTML>
24325 ====== h_config_pat_other =====
24326 <HTML>
24327 <HEAD>
24328 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
24329 </HEAD>
24330 <BODY>
24331 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
24333 List of rules used for miscellaneous configuration.
24335 Use the Setup/Rules/Other screen to modify this variable.
24337 <UL>   
24338 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24339 </UL><P>
24340 &lt;End of help on this topic&gt;
24341 </BODY>
24342 </HTML>
24343 ====== h_config_pat_incols =====
24344 <HTML>
24345 <HEAD>
24346 <TITLE>OPTION: patterns-indexcolors</TITLE>
24347 </HEAD>
24348 <BODY>
24349 <H1>OPTION: patterns-indexcolors</H1>
24351 List of rules used for coloring lines in the index.
24353 Use the Setup/Rules/Indexcolor screen to modify this variable.
24355 <UL>   
24356 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24357 </UL><P>
24358 &lt;End of help on this topic&gt;
24359 </BODY>
24360 </HTML>
24361 ====== h_config_pat_srch =====
24362 <HTML>
24363 <HEAD>
24364 <TITLE>OPTION: patterns-search</TITLE>
24365 </HEAD>
24366 <BODY>
24367 <H1>OPTION: patterns-search</H1>
24369 List of rules used only for searching with the Select command in the MESSAGE INDEX.
24371 Use the Setup/Rules/searCh screen to modify this variable.
24373 <UL>   
24374 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24375 </UL><P>
24376 &lt;End of help on this topic&gt;
24377 </BODY>
24378 </HTML>
24379 ====== h_config_font_name =====
24380 <HTML>
24381 <HEAD>
24382 <TITLE>OPTION: Font Name</TITLE>
24383 </HEAD>
24384 <BODY>
24385 <H1>OPTION: Font Name</H1>
24387 PC-Alpine only.
24389 Name of normal font.
24391 Use the pulldown Config menu to modify this variable.
24393 <UL>   
24394 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24395 </UL><P>
24396 &lt;End of help on this topic&gt;
24397 </BODY>
24398 </HTML>
24399 ====== h_config_font_size =====
24400 <HTML>
24401 <HEAD>
24402 <TITLE>OPTION: Font Size</TITLE>
24403 </HEAD>
24404 <BODY>
24405 <H1>OPTION: Font Size</H1>
24407 PC-Alpine only.
24409 Size of normal font.
24411 Use the pulldown Config menu to modify this variable.
24413 <UL>   
24414 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24415 </UL><P>
24416 &lt;End of help on this topic&gt;
24417 </BODY>
24418 </HTML>
24419 ====== h_config_font_style =====
24420 <HTML>
24421 <HEAD>
24422 <TITLE>OPTION: Font Style</TITLE>
24423 </HEAD>
24424 <BODY>
24425 <H1>OPTION: Font Style</H1>
24427 PC-Alpine only.
24429 Style of normal font.
24431 Use the pulldown Config menu to modify this variable.
24433 <UL>   
24434 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24435 </UL><P>
24436 &lt;End of help on this topic&gt;
24437 </BODY>
24438 </HTML>
24439 ====== h_config_font_char_set =====
24440 <HTML>
24441 <HEAD>
24442 <TITLE>OPTION: Font Character Set</TITLE>
24443 </HEAD>
24444 <BODY>
24445 <H1>OPTION: Font Character Set</H1>
24447 PC-Alpine only.
24449 Character set of normal font.
24451 Use the pulldown Config menu to modify this variable.
24453 <UL>   
24454 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24455 </UL><P>
24456 &lt;End of help on this topic&gt;
24457 </BODY>
24458 </HTML>
24459 ====== h_config_print_font_name =====
24460 <HTML>
24461 <HEAD>
24462 <TITLE>OPTION: Print-Font-Name</TITLE>
24463 </HEAD>
24464 <BODY>
24465 <H1>OPTION: Print-Font-Name</H1>
24467 PC-Alpine only.
24469 Name of printer font.
24471 Use the pulldown Config menu to modify this variable.
24473 <UL>   
24474 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24475 </UL><P>
24476 &lt;End of help on this topic&gt;
24477 </BODY>
24478 </HTML>
24479 ====== h_config_print_font_size =====
24480 <HTML>
24481 <HEAD>
24482 <TITLE>OPTION: Print-Font-Size</TITLE>
24483 </HEAD>
24484 <BODY>
24485 <H1>OPTION: Print-Font-Size</H1>
24487 PC-Alpine only.
24489 Size of printer font.
24491 Use the pulldown Config menu to modify this variable.
24493 <UL>   
24494 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24495 </UL><P>
24496 &lt;End of help on this topic&gt;
24497 </BODY>
24498 </HTML>
24499 ====== h_config_print_font_style =====
24500 <HTML>
24501 <HEAD>
24502 <TITLE>OPTION: Print-Font-Style</TITLE>
24503 </HEAD>
24504 <BODY>
24505 <H1>OPTION: Print-Font-Style</H1>
24507 PC-Alpine only.
24509 Style of printer font.
24511 Use the pulldown Config menu to modify this variable.
24513 <UL>   
24514 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24515 </UL><P>
24516 &lt;End of help on this topic&gt;
24517 </BODY>
24518 </HTML>
24519 ====== h_config_print_font_char_set =====
24520 <HTML>
24521 <HEAD>
24522 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
24523 </HEAD>
24524 <BODY>
24525 <H1>OPTION: Print-Font-Char-Set</H1>
24527 PC-Alpine only.
24529 Character set of printer font.
24531 Use the pulldown Config menu to modify this variable.
24533 <UL>   
24534 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24535 </UL><P>
24536 &lt;End of help on this topic&gt;
24537 </BODY>
24538 </HTML>
24539 ====== h_config_window_position =====
24540 <HTML>
24541 <HEAD>
24542 <TITLE>OPTION: Window-Position</TITLE>
24543 </HEAD>
24544 <BODY>
24545 <H1>OPTION: Window-Position</H1>
24547 PC-Alpine only.
24549 Position on the screen of the Alpine window.
24551 Alpine normally maintains this variable itself, and it is set automatically. 
24552 This variable is provided to those who wish to use the same window position 
24553 across different machines from the same configuration.
24554 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
24555 must also be set for this setting to be used.
24557 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
24558 C is the number of columns, R is the number of rows, and X and Y specify the
24559 top left corner of the window.
24561 <UL>   
24562 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24563 </UL><P>
24564 &lt;End of help on this topic&gt;
24565 </BODY>
24566 </HTML>
24567 ====== h_config_cursor_style =====
24568 <HTML>
24569 <HEAD>
24570 <TITLE>OPTION: Cursor Style</TITLE>
24571 </HEAD>
24572 <BODY>
24573 <H1>OPTION: Cursor Style</H1>
24575 PC-Alpine only.
24577 Cursor style.
24579 Use the pulldown Config menu to modify this variable.
24581 <UL>   
24582 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24583 </UL><P>
24584 &lt;End of help on this topic&gt;
24585 </BODY>
24586 </HTML>
24587 ====== h_config_ldap_servers =====
24588 <HTML>
24589 <HEAD>
24590 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
24591 </HEAD>
24592 <BODY>
24593 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
24595 List of LDAP servers and associated data.
24597 Use the Setup/Directory screen to modify this variable.
24599 <UL>   
24600 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24601 </UL><P>
24602 &lt;End of help on this topic&gt;
24603 </BODY>
24604 </HTML>
24605 ====== h_config_sendmail_path =====
24606 <HTML>
24607 <HEAD>
24608 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
24609 </HEAD>
24610 <BODY>
24611 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
24613 This names the path to an
24614 alternative program, and any necessary arguments, to be used in posting
24615 mail messages. See the Technical notes for more information.
24617 <UL>   
24618 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24619 </UL><P>
24620 &lt;End of help on this topic&gt;
24621 </BODY>
24622 </HTML>
24623 ====== h_config_oper_dir =====
24624 <HTML>
24625 <HEAD>
24626 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
24627 </HEAD>
24628 <BODY>
24629 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
24631 This names the root of the
24632 tree to which you are restricted when reading and writing folders and
24633 files. It is usually used in the system-wide,
24634 <EM>fixed</EM> configuration file.
24636 <UL>   
24637 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24638 </UL><P>
24639 &lt;End of help on this topic&gt;
24640 </BODY>
24641 </HTML>
24642 ====== h_config_rshpath =====
24643 <HTML>
24644 <HEAD>
24645 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
24646 </HEAD>
24647 <BODY>
24648 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
24650 Sets the name of the command used to open a UNIX remote shell
24651 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
24653 <UL>   
24654 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24655 </UL><P>
24656 &lt;End of help on this topic&gt;
24657 </BODY>
24658 </HTML>
24659 ====== h_config_rshcmd =====
24660 <HTML>
24661 <HEAD>
24662 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
24663 </HEAD>
24664 <BODY>
24665 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
24667 Sets the format of the command used to
24668 open a UNIX remote shell connection. The default is
24669 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
24670 provided command. The first is for the command's pathname, the second is
24671 for the host to connnect to, the third is for the user to connect as, and
24672 the fourth is for the connection method (typically <CODE>imap</CODE>).
24674 <UL>   
24675 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24676 </UL><P>
24677 &lt;End of help on this topic&gt;
24678 </BODY>
24679 </HTML>
24680 ====== h_config_sshpath =====
24681 <HTML>
24682 <HEAD>
24683 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
24684 </HEAD>
24685 <BODY>
24686 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
24688 Sets the name of the command used to open a UNIX secure shell
24689 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
24691 <UL>   
24692 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24693 </UL><P>
24694 &lt;End of help on this topic&gt;
24695 </BODY>
24696 </HTML>
24697 ====== h_config_sshcmd =====
24698 <HTML>
24699 <HEAD>
24700 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
24701 </HEAD>
24702 <BODY>
24703 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
24705 Sets the format of the command used to
24706 open a UNIX secure shell connection. The default is
24707 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
24708 provided command. The first is for the command's pathname, the second is
24709 for the host to connnect to, the third is for the user to connect as, and
24710 the fourth is for the connection method (typically <CODE>imap</CODE>).
24712 <UL>   
24713 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24714 </UL><P>
24715 &lt;End of help on this topic&gt;
24716 </BODY>
24717 </HTML>
24718 ====== h_config_new_ver_quell =====
24719 <HTML>
24720 <HEAD>
24721 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
24722 </HEAD>
24723 <BODY>
24724 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
24726 When a new version of Alpine is run for the first time it offers a
24727 special explanatory screen to the user upon startup.  This option
24728 helps control when and if that special screen appears for users that
24729 have previously run Alpine.  It takes as its value an Alpine version
24730 number.  Alpine versions less than the specified value will supress this
24731 special screen while versions equal to or greater than that specified
24732 will behave normally.
24734 <UL>   
24735 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24736 </UL><P>
24737 &lt;End of help on this topic&gt;
24738 </BODY>
24739 </HTML>
24740 ====== h_config_disable_drivers =====
24741 <HTML>
24742 <HEAD>
24743 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
24744 </HEAD>
24745 <BODY>
24746 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
24748 This variable is a list of mail drivers that will be disabled.
24749 The candidates for disabling are listed below.
24750 There may be more in the future if you compile Alpine with
24751 a newer version of the c-client library.
24754 <UL>
24755 <LI> mbox
24756 <LI> mbx
24757 <LI> mh
24758 <LI> mmdf
24759 <LI> mtx
24760 <LI> mx
24761 <LI> news
24762 <LI> phile
24763 <LI> tenex
24764 <LI> unix
24765 </UL>
24768 The <EM>mbox</EM> driver enables the following behavior: if there is a
24769 file called <CODE>mbox</CODE>
24770 in your home directory, and if that file is either empty or in Unix mailbox
24771 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
24772 will automatically transfer mail from the system mail spool directory into the
24773 <CODE>mbox</CODE> file and
24774 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
24775 this will not happen.
24778 It is not recommended to disable the driver that supports the system default
24779 mailbox format. On most non-SCO systems, that driver is the
24780 <EM>unix</EM> driver.
24781 On most SCO systems, it is the <EM>mmdf</EM> driver.
24782 The system default driver may be
24783 configured to something else on your system; check with your system manager
24784 for additional information.
24787 It is most likely not very useful for you to disable any of the drivers other
24788 than possibly <EM>mbox</EM>.
24789 You could disable some of the others if you know for
24790 certain that you don't need them but the performance gain in doing so
24791 is very modest.
24793 <UL>   
24794 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24795 </UL><P>
24796 &lt;End of help on this topic&gt;
24797 </BODY>
24798 </HTML>
24799 ====== h_config_disable_auths =====
24800 <HTML>
24801 <HEAD>
24802 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
24803 </HEAD>
24804 <BODY>
24805 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
24807 This variable is a list of SASL (Simple Authentication and Security
24808 Layer) authenticators that will be disabled.
24809 SASL is a mechanism for
24810 authenticating to IMAP, POP3, SMTP, and other network servers.
24813 Alpine matches its list of supported authenticators with the server to
24814 determine the most secure authenticator that is supported by both.
24815 If no matching authenticators are found, Alpine will revert to plaintext
24816 login (or, in the case of SMTP, will be unable to authenticate at all).
24818 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
24821 Normally, you will not disable any authenticators.
24822 There are two exceptions:
24824 <OL>
24825 <LI> You use a broken server that advertises an authenticator,
24826 but does not actually implement it.
24827 <LI> You have a Kerberos-capable version of Alpine and the server is
24828 also Kerberos-capable, but you can not obtain Kerberos
24829 credentials on the server machine, thus you desire to disable
24830 GSSAPI (which in turn disables Alpine's Kerberos support).
24831 </OL>
24833 It is never necessary to disable authenticators, since Alpine will try
24834 other authenticators before giving up.
24835 However, disabling the relevant authenticator avoids annoying error messages.
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_abook_metafile =====
24844 <HTML>
24845 <HEAD>
24846 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
24847 </HEAD>
24848 <BODY>
24849 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
24851 This is usually set by Alpine and is the name of a file
24852 that contains data about
24853 remote address books and remote configuration files.
24855 <UL>   
24856 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24857 </UL><P>
24858 &lt;End of help on this topic&gt;
24859 </BODY>
24860 </HTML>
24861 ====== h_config_composer_wrap_column =====
24862 <HTML>
24863 <HEAD>
24864 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
24865 </HEAD>
24866 <BODY>
24867 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
24870 This option specifies an aspect of Alpine's Composer.  This gives the
24871 maximum width that auto-wrapped lines will have.  It's also the maximum
24872 width of lines justified using the <A HREF="h_compose_justify">^J
24873 Justify</A> command.  The normal default
24874 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
24875 in order to
24876 prevent very long lines from being sent in outgoing mail.  When the mail
24877 is actually sent, trailing spaces will be stripped off of each line.
24880 <UL>   
24881 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24882 </UL><P>
24883 &lt;End of help on this topic&gt;
24884 </BODY>
24885 </HTML>
24886 ====== h_config_deadlets =====
24887 <HTML>
24888 <HEAD>
24889 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
24890 </HEAD>
24891 <BODY>
24892 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
24895 This option affects Alpine's behavior when you cancel a message being
24896 composed.  Alpine's usual behavior is to write the canceled message to
24897 a file named 
24898 <!--chtml if pinemode="os_windows"-->
24899 &quot;DEADLETR&quot;,
24900 <!--chtml else-->
24901 &quot;dead.letter&quot; in your home directory,
24902 <!--chtml endif-->
24903 overwriting any previous message.
24905 If you set this option to a value higher than one, then that many copies
24906 of dead letter files will be saved.
24907 For example, if you set this option to &quot;3&quot; then you may have
24908 files named
24909 <!--chtml if pinemode="os_windows"-->
24910 &quot;DEADLETR&quot;,
24911 &quot;DEADLETR2&quot;, and
24912 &quot;DEADLETR3&quot;.
24913 <!--chtml else-->
24914 &quot;dead.letter&quot;,
24915 &quot;dead.letter2&quot;, and
24916 &quot;dead.letter3&quot; in your home directory.
24917 <!--chtml endif-->
24918 In this example, the most recently cancelled message will be in
24919 <!--chtml if pinemode="os_windows"-->
24920 &quot;DEADLETR&quot;,
24921 <!--chtml else-->
24922 &quot;dead.letter&quot;,
24923 <!--chtml endif-->
24924 and the third most recently cancelled message will be in
24925 <!--chtml if pinemode="os_windows"-->
24926 &quot;DEADLETR3&quot;.
24927 <!--chtml else-->
24928 &quot;dead.letter3&quot;.
24929 <!--chtml endif-->
24930 The fourth most recently cancelled message will no longer be saved.
24933 If you set this option to zero, then NO record of canceled messages is
24934 maintained.
24936 If the feature
24937 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
24938 is set, that overrides whatever you set for this option.
24939 If this option had existed at the time, then the Quell feature would not
24940 have been added, but it is still there for backwards compatibility.
24941 So, in order for this option to have the desired effect, make sure the
24942 Quell feature is turned off.
24945 <UL>   
24946 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24947 </UL><P>
24948 &lt;End of help on this topic&gt;
24949 </BODY>
24950 </HTML>
24951 ====== h_config_maxremstream =====
24952 <HTML>
24953 <HEAD>
24954 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
24955 </HEAD>
24956 <BODY>
24957 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
24959 This option affects low-level behavior of Alpine.
24960 The default value for this option is <EM>3</EM>.
24961 If your INBOX is accessed using the IMAP protocol
24962 from an IMAP server, that connection is kept open throughout the
24963 duration of your Alpine session, independent of the value of this option.
24964 The same is true of any 
24965 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
24966 you have defined.
24967 This option controls Alpine's behavior when connecting to remote IMAP folders
24968 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
24969 It specifies the maximum number of remote IMAP connections (other than
24970 those mentioned above) that Alpine will use for accessing the rest of your
24971 folders.
24972 If you set this option to zero, you will turn off most remote connection
24973 re-use.
24974 It's difficult to understand exactly what this option does, and it is usually
24975 fine to leave it set to its default value.
24976 It is probably more likely that you will be interested in setting the
24977 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
24978 instead of changing the value of this option.
24979 A slightly longer explanation of what is going on with this option
24980 is given in the next paragraphs.
24983 There are some time costs involved in opening and closing remote IMAP 
24984 folders, the main costs being the time you have to wait for the connection
24985 to the server and the time for the folder to open.
24986 Opening a folder may involve not only the time the server takes to do its
24987 processing but time that Alpine uses to do filtering.
24988 These times can vary widely.
24989 They depend on how loaded the server is, how large
24990 the folder being opened is, and how you set up filtering, among other things.
24991 Once Alpine has opened a connection to a particular folder, it will attempt
24992 to keep that connection open in case you use it again.
24993 In order to do this,
24994 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
24995 this option) IMAP connections you have alloted for this purpose.
24997 For example, suppose the value of this option is set to &quot;2&quot;.
24998 If your INBOX is accessed on a remote server using the IMAP protocol, that
24999 doesn't count as one of the remote connections but it is always kept open.
25000 If you then open another IMAP folder, that would be your first
25001 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
25002 If you open a third folder the second will be left open, in case you
25003 return to it.
25004 You won't be able to tell it has been left open.
25005 It will appear to be closed when you leave the folder but the connection
25006 will remain in the background.
25007 Now suppose you go back to the second folder (the first folder after the
25008 INBOX).
25009 A connection to that folder is still open so you won't have to wait
25010 for the startup time to open it.
25011 Meanwhile, the connection to the third folder will be left behind.
25012 Now, if you open a fourth folder, you will bump into the
25013 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
25014 than INBOX and you have the option set to &quot;2&quot;.
25015 The connection that is being used for
25016 the third folder will be re-used for this new fourth folder.
25017 If you go back to the third folder after this, it is no longer already
25018 connected when you get there.
25019 You'll still save some time since Alpine will re-use the connection to the
25020 fourth folder and you have already logged in on that connection,
25021 but the folder will have to be re-opened from scratch.
25023 If a folder is large and the startup cost is dominated by the time it takes
25024 to open that folder or to run filters on it, then it will pay to make the
25025 value of this option large enough to keep it open.
25026 On the other hand, if you only revisit a handful of folders or if
25027 the folders are small, then it might
25028 make more sense to keep this number small so that the reconnect
25029 time (the time to start up a new connection and authenticate)
25030 is eliminated instead.
25032 You may also need to consider the impact on the server.
25033 On the surface, a larger number here may cause a larger impact on the
25034 server, since you will have more connections open to the server.
25035 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
25036 associated with reopening a folder, but the <EM>server</EM> will be
25037 avoiding those costs as well.
25039 When twenty five minutes pass without any active use of an IMAP connection
25040 being saved for possible re-use, that connection will be shut down,
25043 <UL>   
25044 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25045 </UL><P>
25046 &lt;End of help on this topic&gt;
25047 </BODY>
25048 </HTML>
25049 ====== h_config_permlocked =====
25050 <HTML>
25051 <HEAD>
25052 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
25053 </HEAD>
25054 <BODY>
25055 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
25057 This option affects low-level behavior of Alpine.
25058 There is no default value for this option.
25059 It is related to the options
25060 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
25061 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
25062 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
25065 Note: changes made to this list take effect the next time you open a
25066 folder in the list.
25069 This is a list of folders that will be permanently kept open once they
25070 are first opened.
25071 The names in this list may be either the nickname of an Incoming folder
25072 or the full technical specification of a folder.
25073 The folders in this list need not be remote IMAP folders, they could usefully
25074 be local folders, as well.
25075 If a folder in the list is a newsgroup or is not accessed either locally
25076 or via IMAP, then the entry will be ignored.
25077 For example, folders accessed via NNTP or POP3 will not be kept open, since
25078 the way that new mail is found with those protocols involves closing and
25079 reopening the connection.
25081 Once a Stay Open folder has been opened, new-mail checking will continue
25082 to happen on that folder for the rest of the Alpine session.
25083 Your INBOX is always implicitly included in this Stay-Open list and doesn't
25084 need to be added explicitly.
25086 Another difference that you may notice between a Stay Open folder and a
25087 non-Stay Open folder is which message is selected as the current message
25088 when you enter the folder index.
25089 Normally, the starting position for an incoming folder (which most Stay Open
25090 folders will likely be) is controlled by the
25091 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
25092 However, if a folder is a Stay Open folder, when you re-enter the folder
25093 after the first time the current message will be the same as it was when
25094 you left the folder.
25095 An exception is made if you use the TAB command to get to the folder.
25096 In that case, the message number will be incremented by one from what it
25097 was when you left the folder.
25099 The above special behavior is thought to be useful.
25100 However, it is special and different from what you might at first expect.
25101 The feature
25102 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
25103 may be used to turn off this special treatment.
25105 If the message that was current when you left the folder no longer exists,
25106 then the regular startup rule will be used instead.
25109 <UL>   
25110 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25111 </UL><P>
25112 &lt;End of help on this topic&gt;
25113 </BODY>
25114 </HTML>
25115 ====== h_config_viewer_overlap =====
25116 <html>
25117 <header>
25118 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
25119 </header>
25120 <body>
25121 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
25123 This option specifies an aspect of Alpine's Message Viewing screen.  When
25124 the space bar is used to page forward in a message, the number of lines
25125 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
25126 bottom of the screen.  That is, if this was set to two lines, then the
25127 bottom two lines of the screen would be repeated on the top of the next
25128 screen.  The normal default value is "2".<p>
25129 <UL>   
25130 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25131 </UL><P>
25132 &lt;End of help on this topic&gt;
25133 </body>
25134 </html>
25135 ====== h_config_scroll_margin =====
25136 <HTML>
25137 <HEAD>
25138 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
25139 </HEAD>
25140 <BODY>
25141 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
25143 This option controls when Alpine's line-by-line scrolling occurs.
25144 Typically, when a selected item is at the top or bottom screen edge
25145 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
25146 displayed items are scrolled down or up by a single line.
25149 This option allows you to tell Alpine the number of lines from the top and
25150 bottom screen edge that line-by-line paging should occcur.  For example,
25151 setting this value to one (1) will cause Alpine to scroll the display
25152 vertically when you move to select an item on the display's top or
25153 bottom edge.
25156 By default, this variable is zero, indicating that scrolling happens
25157 when you move up or down to select an item immediately off the display's
25158 top or bottom edge.
25161 <UL>   
25162 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25163 </UL><P>
25164 &lt;End of help on this topic&gt;
25165 </BODY>
25166 </HTML>
25167 ====== h_config_wordseps =====
25168 <HTML>
25169 <HEAD>
25170 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
25171 </HEAD>
25172 <BODY>
25173 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
25175 This option affects how a &quot;word&quot; is defined in the composer.
25176 The definition of a word is used when using the Forward Word and Backward
25177 Word commands in the composer, as well as when using the spell checker.
25178 Whitespace is always considered a word separator.
25179 Punctuation (like question marks, periods, commas, and so on) is always
25180 a word separator if it comes at the end of a word.
25181 By default, a punctuation character that is in the middle of a word does
25182 not break up that word as long as the character before and the character
25183 after it are both alphanumeric.
25184 If you add a character to this option it will be considered a
25185 word separator even when it occurs in the middle of an alphanumeric word.
25186 For example, if you want to skip through each part of an address instead
25187 of skipping the whole address at once you might want to include &quot;@&quot;
25188 and &quot;.&quot; in this list.
25189 If you want the word-skipper to stop on each part of a UNIX filename you
25190 could add &quot;/&quot; to the list.
25191 The equal sign and dash are other possibilities you might find helpful.
25193 <UL>   
25194 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25195 </UL><P>
25196 &lt;End of help on this topic&gt;
25197 </BODY>
25198 </HTML>
25199 ====== h_config_reply_indent_string =====
25200 <HTML>
25201 <HEAD>
25202 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
25203 </HEAD>
25204 <BODY>
25205 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
25207 This option specifies an aspect of Alpine's Reply command.
25208 When a message is replied to and the text of the message is included, the
25209 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
25210 to each line indicating it is quoted text.
25211 (In case you haven't seen this before, &quot;string&quot; is a technical term
25212 that means chunk of text.)
25215 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
25216 in 1999 and its wide-spread adoption since then, you will usually be better off if you
25217 use one of the standard values,
25218 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
25221 This option specifies a different value for that string.
25222 If you wish to use a string that begins or ends with a space,
25223 enclose the string in double quotes.
25226 Besides simple text, the prepended string can be based
25227 on the message being replied to.
25228 The following tokens are substituted for the message's corresponding value:
25230 <DL>
25231 <DT>_FROM_</DT>
25232 <DD>This token gets replaced with the message sender's &quot;username&quot;.
25233 If the name is longer than six characters, only the first six characters are
25234 used.
25235 </DD>
25237 <DT>_NICK_</DT>
25238 <DD>This token gets replaced with the nickname of the message sender's
25239 address as found in your addressbook.
25240 If no addressbook entry is found,
25241 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
25242 If the nickname is longer than six characters, only the first six characters are
25243 used.
25244 </DD>
25246 <DT>_INIT_</DT>
25247 <DD>This token gets replaced with the initials of the sender of the message.
25248 </DD>
25250 </DL>
25252 NOTE: When the
25253 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
25254 feature is enabled, you are given the opportunity to edit the string, whether 
25255 it is the default or one automatically generated using the above tokens.
25257 If you change your <!--#echo var="VAR_reply-indent-string"-->
25258 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
25259 quoted text will not be flowed
25260 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
25261 when you reply.
25262 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
25263 set to the default value.
25265 <UL>   
25266 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25267 </UL><P>
25268 &lt;End of help on this topic&gt;
25269 </BODY>
25270 </HTML>
25271 ====== h_config_quote_replace_string =====
25272 <HTML>
25273 <HEAD>
25274 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
25275 </HEAD>
25276 <BODY>
25277 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
25279 This option specifies what string to use as a quote when <b>viewing</b> a
25280 message.  The standard way of quoting messages when replying is the string
25281 &quot;&gt;&nbsp;&quot; (quote space).
25282 With this variable set, viewing a message will
25283 replace occurrences of 
25284 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
25285 This setting works best when
25286 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
25287 or the equivalent setting in your correspondents' mail programs
25288 is set to the default
25289 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
25290 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
25292 By default, this setting will only work on messages that are flowed, which is
25293 the default way of sending messages for many mail clients including
25294 Alpine.  Enable the feature
25295 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
25296 to also have quote-replacement performed on non-flowed messages.
25299 Setting this option will replace  &quot;&gt;&quot; and 
25300 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
25301 spaces. To preserve those spaces enclose the full string in double quotes.
25303 No padding to separate the text of the message from the quote string is
25304 added. This means that if you do not add trailing spaces to the value of
25305 this variable, text will be displayed right next to the quote string,
25306 which may be undesirable. This can be avoided by adding a new string
25307 separated by a space from your selection of quote string replacement. This
25308 last string will be used for padding. For example, setting this variable to 
25309 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
25310 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
25311 a space from the last quote string to make it more readable.
25313 One possible setting for this variable could be
25314 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
25315 would have the effect of indenting each level of quoting four spaces and
25316 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
25317 more discernible by setting colors for quoted text.
25319 Replying to or forwarding the viewed message will preserve the original
25320 formatting of the message, so quote-replacement will not be performed on
25321 messages that are being composed.
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_empty_hdr_msg =====
25330 <HTML>
25331 <HEAD>
25332 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
25333 </HEAD>
25334 <BODY>
25335 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
25337 When sending, if both the To and Cc fields are empty and you
25338 are sending the message to a Bcc,
25339 Alpine will put a special address in the To line.  The default value is:
25342 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
25345 The reason for this is to avoid embarrassment caused by some Internet
25346 mail transfer software that interprets a &quot;missing&quot;
25347 <SAMP>To:</SAMP> header as an error and replaces it with an
25348 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
25349 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
25350 Bcc.  You may change the part of this message that comes before the
25351 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
25352 variable to something else.
25355 The normal default is &quot;undisclosed-recipients&quot;.
25358 <UL>   
25359 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25360 </UL><P>
25361 &lt;End of help on this topic&gt;
25362 </BODY>
25363 </HTML>
25364 ====== h_config_status_msg_delay =====
25365 <HTML>
25366 <HEAD>
25367 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
25368 </HEAD>
25369 <BODY>
25370 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
25372 This option has evolved over time, causing the possible values to be
25373 counter-intuitive.
25374 Read carefully before you set this option.
25375 First we explain what the option does, then there is a longer discussion
25376 following that.
25378 If this is set to zero, the default value, it has <EM>no</EM> effect.
25379 Positive and negative values serve two similar, but different purposes.
25381 If it is set to a positive number, it causes the cursor to move to the
25382 status line whenever a status message is printed and pause there for this
25383 many seconds.
25384 It will probably only be useful if the 
25385 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
25386 also turned on.
25387 Setting this option to a positive number can only be used to
25388 <EM>increase</EM> the status message delay.
25389 This may be useful for Braille displays, or other non-traditional displays.
25391 If it is set to a negative number the interpretation is a bit complicated.
25392 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
25393 allow you to read important status messages.
25394 Of course, this may cause you to miss some important messages.
25395 If you see a message flash by but miss what it says you can use the
25396 Journal command from the MAIN MENU to read it.
25397 If you set this option to a negative value, the delay will be
25398 no more than one second less than the absolute value
25399 of the value you set.
25400 So if you set it to -1, the delay will be no more than zero seconds, no
25401 delay at all.
25402 If you set it to -2, the delay will be no more than 1 second.
25403 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
25404 If the delay that Alpine would have used by default is less than this delay,
25405 then the smaller delay set by Alpine will be used.
25406 Setting this option to a negative value can only reduce the amount of
25407 delay, never increase it.
25409 Here is a more detailed explanation.
25410 Status messages are the messages that show up spontaneously in the
25411 status message line, usually the third line from the bottom of the screen.
25412 By default, Alpine assigns each status message it produces a minimum
25413 display time.
25414 Some status messages have a minimum display time of zero.
25415 You can see an example of such a message by paging up in this help text
25416 until you reach the top of the screen.
25417 If you try to page past the top you will see the message
25419 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
25421 in the status line.
25422 If there is another more important use of the status message line this message
25423 might be replaced quickly, or it even might not be shown at all.
25424 However, if there is no reason to get rid of the message, it might stay
25425 there for several seconds while you read the help.
25426 An example where it is replaced immediately happens when you page up in
25427 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
25428 command right after paging up.
25429 The message will disappear immediately without causing a delay (unless you
25430 have set this option to a positive value) to allow you to type input for
25431 the &quot;WhereIs&quot; command.
25432 Since it isn't a very important message, Alpine has set its minimum display
25433 time to zero seconds.
25435 Other messages have minimum display times of three or more seconds.
25436 These are usually error messages that Alpine thinks you ought to see.
25437 For example, it might be a message about a failed Save or a failed folder open.
25438 It is often the case that this minimum display time won't delay you in
25439 any way because the status message line is not needed for another reason.
25440 However, there are times when Alpine has to delay what it is doing in
25441 order to display a status message for the minimum display time.
25442 This happens when a message is being displayed and Alpine wants to ask
25443 for input from the keyboard.
25444 For example, when you Save a message you use the status message line.
25445 You get a prompt there asking for the name of the folder to save to.
25446 If there is a status message being displayed that has not
25447 yet displayed for its minimum
25448 time Alpine will display that status message surrounded with the characters
25449 &gt; and &lt; to show you that it is delaying.
25450 That might happen, for example, if you tried to save to a folder that
25451 caused an error, then followed that immediately with another Save command.
25452 You might find yourself waiting for a status message like
25454 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
25456 to finish displaying for three seconds.
25457 If that is something you find happening to you frequently, you may use
25458 negative values of this option to decrease or eliminate that delay, at
25459 the risk of missing the message.
25461 <UL>   
25462 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25463 </UL><P>
25464 &lt;End of help on this topic&gt;
25465 </BODY>
25466 </HTML>
25467 ====== h_config_active_msg_interval =====
25468 <HTML>
25469 <HEAD>
25470 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
25471 </HEAD>
25472 <BODY>
25473 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
25475 When Alpine is delayed for some reason it usually shows that
25476 something is happening with a small animated display in the status
25477 message line near the bottom of the screen.
25478 This option sets how frequently the characters (for example, a spinning bar)
25479 in the active status message lines are updated.
25480 At most, it can be set to be udpated 20 times per second. 
25483 Setting this value to zero will prevent display of the animations
25484 altogether.
25487 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
25488 can be used to remove the randomness from this animated display.
25491 <UL>   
25492 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25493 </UL><P>
25494 &lt;End of help on this topic&gt;
25495 </BODY>
25496 </HTML>
25497 ====== h_config_mailchecknoncurr =====
25498 <HTML>
25499 <HEADER>
25500 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
25501 </HEADER>
25502 <BODY>
25503 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
25505 This option is closely related to the
25506 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25507 option, as well as the
25508 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
25509 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
25510 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
25511 new-mail checking is disabled and this option will have no effect.
25513 Normally this option is set to zero, which means that the value used will be
25514 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
25515 If you set this option to a value different from zero
25516 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
25517 then that is the check interval that will be used
25518 for folders that are not the currently open folder or the INBOX.
25519 You may not even have any folders that are noncurrent and not the INBOX.
25520 If you do, it is likely that they are due to
25521 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25522 you have configured.
25523 This option also affects the rate of mail checking done on cached
25524 connections to folders you previously had open but are no longer actively
25525 using.
25526 You aren't expected to understand that last sentence, but if you are interested
25527 take a look at
25528 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
25529 and the related options.
25531 <UL>   
25532 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25533 </UL><P>
25534 &lt;End of help on this topic&gt;
25535 </BODY>
25536 </HTML>
25537 ====== h_config_fifopath =====
25538 <HTML>
25539 <HEADER>
25540 <TITLE>OPTION: NewMail FIFO Path</TITLE>
25541 </HEADER>
25542 <BODY>
25543 <H1>OPTION: NewMail FIFO Path</H1>
25545 This option is only available in UNIX Alpine.
25546 However, there is a very similar feature built in to PC-Alpine.
25547 In PC-Alpine's Config menu at the top of the screen
25548 is an option called &quot;New Mail Window&quot;.
25550 You may have Alpine create a FIFO special file (also called a named pipe) where
25551 it will send a one-line message each time a new message is received in
25552 the current folder, the INBOX, or any open
25553 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
25554 To protect against two different Alpines both writing to the same FIFO, Alpine
25555 will only create the FIFO and write to it if it doesn't already exist.
25557 A possible way to use this option would be to have a separate window
25558 on your screen running the command
25560 <CENTER><SAMP>cat filename</SAMP></CENTER>
25562 where &quot;filename&quot; is the name of the file given for this option.
25563 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
25564 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
25565 You may be tempted to use &quot;tail -f filename&quot; to view the new
25566 mail log.
25567 However, the common implementations of the tail command will not do what you
25568 are hoping.
25570 The width of the messages produced for the FIFO may be altered with the
25571 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
25573 On some systems, fifos may only be created in a local filesystem.
25574 In other words, they may not be in NFS filesystems.
25575 This requirement is not universal.
25576 If the system you are using supports it, it should work.
25577 (It is often the case that your home directory is in an NFS filesystem.
25578 If that is the case, you might try using a file in the &quot;/tmp&quot;
25579 filesystem, which is usually a local filesytem.)
25580 Even when it is possible to use an NFS-mounted filesystem as a place to name
25581 the fifo (for example, your home directory), it will still be the case that
25582 the reader (probably the &quot;cat&quot; command) and the
25583 writer (Alpine) of the fifo must be running on the same system.
25585 <UL>   
25586 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25587 </UL><P>
25588 &lt;End of help on this topic&gt;
25589 </BODY>
25590 </HTML>
25591 ====== h_config_newmailwidth =====
25592 <HTML>
25593 <HEADER>
25594 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
25595 </HEADER>
25596 <BODY>
25597 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
25599 For UNIX Alpine, this option is only useful if you have turned on the
25600 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
25601 That option causes new mail messages to be sent to a fifo file.
25602 Those messages will be 80 characters wide by default.
25603 You can change the width of those messages by changing this option.
25604 For example, if you are reading those messages in another window you might
25605 want to set this width to the width of that other window.
25607 If you are using PC-Alpine, it has an option in the Config menu to turn
25608 on the &quot;New Mail Window&quot;.
25609 This present option also controls the width of that window.
25611 <UL>   
25612 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25613 </UL><P>
25614 &lt;End of help on this topic&gt;
25615 </BODY>
25616 </HTML>
25617 ====== h_config_mailcheck =====
25618 <HTML>
25619 <HEADER>
25620 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
25621 </HEADER>
25622 <BODY>
25623 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
25625 This option specifies, in seconds,
25626 how often Alpine will check for new mail.
25627 If set to zero, new-mail checking is disabled.
25628 (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
25629 current message is the last message of the folder.)
25630 There is a minimum value for this option, normally 15 seconds.
25631 The default value is normally 150 seconds.
25632 The higher you set this option, the easier it is on the server.
25634 There are some situations where automatic new-mail checking does not work.
25635 See the discussion about new-mail checking in
25636 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
25638 The new-mail checking will not happen exactly at the frequency that you specify.
25639 For example, Alpine may elect to defer a non-INBOX mail check if you
25640 are busy typing.
25641 Or, it may check more frequently than you have specified if that is
25642 thought to be necessary to keep the server from closing the connection
25643 to the folder due to inactivity.
25644 If Alpine checks for new mail as a side effect of another command, it will reset
25645 the timer, so that new-mail checking may seem to happen irregularly instead of
25646 every X seconds like clockwork.
25648 If you are anxious to know about new mail as soon as possible, set the check
25649 interval low, and you'll know about the new mail by approximately
25650 that amount of time after it arrives.
25651 If you aren't so worried about knowing right away, set this option to a
25652 higher value.
25653 That will save the server some processing time and may save you some of
25654 the time you spend waiting for new-mail checks to happen if you are
25655 dealing with a slow server or slow network connection.
25657 If you suspect that new-mail checking is causing slow downs for you,
25658 you may want to look into the options
25659 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
25660 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
25661 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
25662 which refine when mail checking is done.
25664 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
25665 there is a minimum time
25666 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
25667 between new-mail checks.
25668 Because of this minimum you may notice that new mail does not
25669 appear promptly when you expect it.
25670 The reason for this is to protect the server from over-zealous opening and
25671 closing of the Mail Drop folder, since that is a costly operation.
25673 <UL>   
25674 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25675 </UL><P>
25676 &lt;End of help on this topic&gt;
25677 </BODY>
25678 </HTML>
25679 ====== h_config_quell_checks_comp =====
25680 <HTML>
25681 <HEAD>
25682 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
25683 </HEAD>
25684 <BODY>
25685 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
25687 This option is closely related to the
25688 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25689 option, the
25690 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
25691 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
25693 If this option is set, then the normal new-mail checking that happens
25694 while you are composing will not happen for folders other than your
25695 INBOX (which depends on the setting
25696 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
25698 You might want to set this option if you are experiencing delays while
25699 composing that you think might be related to the speed of the new-mail
25700 checks.
25702 Even with this option turned on, an occasional new-mail check may be done
25703 in order to keep the server from killing the connection to the folder.
25704 For example, IMAP servers may remove a connection to a folder if there
25705 has been no activity on the connection for 30 minutes or more.
25706 Instead of letting that happen, Alpine will check for new mail before the
25707 30 minutes is up even though you have turned on this feature to quell
25708 those checks.
25710 Besides new-mail checks, checkpoint operations on the folders
25711 will also be quelled when you set this option.
25712 The purpose of checkpointing is to write the changes to a folder out to
25713 disk periodically in order to avoid losing those changes when system or
25714 software problems occur.
25715 New-mail checking and checkpointing while you are not composing are not
25716 affected by this option.
25719 &lt;End of help on this topic&gt;
25720 </BODY>
25721 </HTML>
25722 ====== h_config_quell_checks_comp_inbox =====
25723 <HTML>
25724 <HEAD>
25725 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
25726 </HEAD>
25727 <BODY>
25728 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
25730 This option is closely related to the
25731 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25732 option, the
25733 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
25734 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
25736 If this option is set, then the normal new-mail checking that happens
25737 while you are composing will not happen for your INBOX.
25738 Checking of other folders is controlled in a similar way with the
25739 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
25741 You might want to set this option if you are experiencing delays while
25742 composing that you think might be related to the speed of the new-mail
25743 checks.
25745 Even with this option turned on, an occasional new-mail check may be done
25746 in order to keep the server from killing the connection to the folder.
25747 For example, IMAP servers may remove a connection to a folder if there
25748 has been no activity on the connection for 30 minutes or more.
25749 Instead of letting that happen, Alpine will check for new mail before the
25750 30 minutes is up even though you have turned on this feature to quell
25751 those checks.
25753 Besides new-mail checks, checkpoint operations on the INBOX
25754 will also be quelled when you set this option.
25755 The purpose of checkpointing is to write the changes to a folder out to
25756 disk periodically in order to avoid losing those changes when system or
25757 software problems occur.
25758 New-mail checking and checkpointing while you are not composing are not
25759 affected by this option.
25761 &lt;End of help on this topic&gt;
25762 </BODY>
25763 </HTML>
25764 ====== h_config_maildropcheck =====
25765 <HTML>
25766 <HEADER>
25767 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
25768 </HEADER>
25769 <BODY>
25770 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
25772 New-mail checking for a
25773 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
25774 mail checking for a regular folder.
25775 One of the differences is that the connection to the Mail Drop is not
25776 kept open and so the cost of checking
25777 (delay for you and additional load for the server) may be significant.
25778 Because of this additional cost we set a minimum time that
25779 must pass between checks.
25780 This minimum only applies to the automatic checking done by Alpine.
25781 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
25782 at the end of a folder index, then the check is done right away.
25784 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
25785 new-mail checks.
25786 You may want to set this minimum high in order to avoid experiencing some
25787 of the delays associated with the checks.
25788 Note that the time between checks is still controlled by the regular
25789 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
25790 When Alpine is about to do an automatic check for new mail (because
25791 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
25792 new-mail check
25793 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
25794 the Mail Drop is checked for new mail as well.
25795 Therefore, it is only useful to set this option to a value that is higher
25796 than the <!--#echo var="VAR_mail-check-interval"-->.
25798 If this option is set to zero, automatic Mail Drop new-mail
25799 checking is disabled.
25800 There is a minimum value, normally 60 seconds.
25801 The default value is normally 60 seconds as well.
25802 This applies to the INBOX and to the currently open folder if that is
25803 different from the INBOX.
25806 <UL>   
25807 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25808 </UL><P>
25809 &lt;End of help on this topic&gt;
25810 </BODY>
25811 </HTML>
25812 ====== h_config_nntprange =====
25813 <HTML>
25814 <HEADER>
25815 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
25816 </HEADER>
25817 <BODY>
25818 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
25820 This option applies only to newsgroups accessed using the NNTP protocol.
25821 It does not, for example,
25822 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
25825 When you open a connection to a News server using the NNTP protocol, you
25826 normally have access to all of the articles in each newsgroup.
25827 If a server keeps a large backlog of messages it may speed performance
25828 some to restrict attention to only the newer messages in a group.
25829 This option allows you to set how many article numbers should be checked
25830 when opening a newsgroup.
25831 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
25832 of messages you ever want to see.
25833 For example, if you only ever wanted to look at the last 500 messages in each
25834 newsgroup you could set this option to 500.
25835 In actuality, it isn't quite that.
25836 Instead, for performance reasons, it specifies the range of article
25837 numbers to be checked, beginning
25838 with the highest numbered article and going backwards from there.
25839 If there are messages that have been canceled or deleted
25840 their article numbers are still counted as part of the range.
25842 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
25843 numbers
25844 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
25846 to be considered when reading a newsgroup.
25847 The number of messages that show up in your index will be less than or equal
25848 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
25851 The purpose of this option is simply to speed up access when reading news.
25852 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
25853 numbers, and can avoid downloading any information about the ignored articles.
25854 There is a cost you pay for this speedup.
25855 That cost is that there is no way for you to see those ignored articles.
25856 The articles that come before the range you specify are invisible to you and
25857 to Alpine, as if they did not exist at all.
25858 There is no way to see those messages using, for example, an unexclude command
25859 or something similar.
25860 The only way to see those articles is to set this option high enough (or
25861 set it to zero) and then to reopen the newsgroup.
25864 If this option is set to 0 (which is also the default),
25865 then the range is unlimited.
25866 This option applies globally to all NNTP servers and to all newsgroups
25867 on those servers.
25868 There is no way to set different values for different newsgroups or servers.
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_news_active =====
25878 <html>
25879 <header>
25880 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
25881 </header>
25882 <body>
25883 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
25885 This option tells Alpine where to look for the "active file" for newsgroups
25886 when accessing news locally, rather than via NNTP.  The default path is
25887 usually "/usr/lib/news/active".<p>
25888 <UL>   
25889 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25890 </UL><P>
25891 &lt;End of help on this topic&gt;
25892 </body>
25893 </html>
25894 ====== h_config_news_spool =====
25895 <html>
25896 <header>
25897 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
25898 </header>
25899 <body>
25900 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
25902 This option tells Alpine where to look for the "news spool" for newsgroups
25903 when accessing news locally, rather than via NNTP.  The default path is
25904 usually "/var/spool/news".<p>
25905 <UL>   
25906 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25907 </UL><P>
25908 &lt;End of help on this topic&gt;
25909 </body>
25910 </html>
25911 ====== h_config_image_viewer =====
25912 <html>
25913 <header>
25914 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
25915 </header>
25916 <body>
25917 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
25918 <body>
25919 This option specifies the program Alpine should call to view MIME
25920 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
25921 no longer needed, but remains for backward compatibility.  The more
25922 general method for associating external printing and viewing programs with
25923 specific MIME data types is to use the system's (or your personal)
25924 "mailcap" configuration file.<p>
25925 <UL>   
25926 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25927 </UL><P>
25928 &lt;End of help on this topic&gt;
25929 </body>
25930 </html>
25931 ====== h_config_domain_name =====
25932 <HTML>
25933 <HEAD>
25934 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
25935 </HEAD>
25936 <BODY>
25937 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
25939 This option is used only if the 
25940 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
25941 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
25942 strips the hostname from your return (&quot;From&quot;) address and when 
25943 completing unqualified addresses that you enter into the composer.
25945 If you set this, see also the <A HREF="h_config_quell_local_lookup">
25946 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
25949 <!--chtml if pinemode="os_windows"-->
25950 <P>This option is not applicable to PC-Alpine.
25951 <!--chtml else-->
25953 <!--chtml endif-->
25954 <UL>
25955 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25956 </UL>
25958 &lt;End of help on this topic&gt;
25959 </BODY>
25960 </HTML>
25961 ====== h_config_prune_date =====
25962 <HTML>
25963 <HEAD>
25964 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
25965 </HEAD>
25966 <BODY>
25967 <H1>OPTION: Last-Time-Prune Question</H1>
25969 This value records the last time you were asked about deleting old
25970 sent-mail.
25971 It is set automatically by Alpine at the beginning of each month.
25972 In the past, if you wished to suppress the monthly sent-mail
25973 pruning feature, you could set this to a date in the future.
25974 This value is relative to the year 1900, so 
25975 to set this, for example, to October 2005, use 105.10.
25977 You can still do that if you wish, or you can use the
25978 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
25979 a little more convenient to use.
25981 <UL>   
25982 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25983 </UL><P>
25984 &lt;End of help on this topic&gt;
25985 </BODY>
25986 </HTML>
25987 ====== h_config_goto_default =====
25988 <HTML>
25989 <HEAD>
25990 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
25991 </HEAD>
25992 <BODY>
25993 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
25995 This value affects Alpine's behavior when you use the Goto command.
25996 Alpine's usual behavior has two parts.  If your current folder is
25997 &quot;Inbox&quot;, Alpine will offer the last open folder as the
25998 default.  If the current folder is other than &quot;Inbox&quot;,
25999 &quot;Inbox&quot; is offered as the default.
26002 The available options include:
26004 <DL>
26006  <DT>folder-in-first-collection</DT>
26008  <DD> Alpine will offer the most recently visited folder in the default
26009 collection found in the &quot;Collection List&quot; screen as the default.
26010 </DD>
26012  <DT> inbox-or-folder-in-first-collection</DT>
26014  <DD> If the current folder is &quot;Inbox&quot;,
26015 Alpine will offer the most recently visited folder in the
26016 default collection found in the &quot;Collection List&quot; screen.
26017 If the current folder is other than &quot;Inbox&quot;,
26018 &quot;Inbox&quot; is offered as the default.
26019 </DD>
26021  <DT> inbox-or-folder-in-recent-collection</DT>
26023  <DD> This is Alpine's default behavior.
26024 If the current folder is &quot;Inbox&quot;,
26025 Alpine will offer the last open
26026 folder as the default.
26027 If the current folder is other than &quot;Inbox&quot;,
26028 &quot;Inbox&quot; is offered as the default.
26029 </DD>
26031  <DT> first-collection-with-inbox-default</DT>
26033  <DD> Instead of offering the most recently visited folder in the default
26034 collection, the default collection is offered but with &quot;Inbox&quot; as
26035 the default folder.
26036 If you type in a folder name it will be in the default collection.
26037 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
26038 </DD>
26040  <DT> most-recent-folder</DT>
26042  <DD> The last accepted value simply causes the most recently opened
26043 folder to be offered as the default regardless of the currently opened
26044 folder.
26045 </DD>
26046 </DL>
26049 NOTE: The default while a newsgroup is open remains the same; the last
26050 open newsgroup.
26053 <UL>   
26054 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26055 </UL><P>
26056 &lt;End of help on this topic&gt;
26057 </BODY>
26058 </HTML>
26059 ====== h_config_thread_lastreply_char =====
26060 <HTML>
26061 <HEAD>
26062 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
26063 </HEAD>
26064 <BODY>
26065 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
26067 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
26068 INDEX display when using a
26069 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
26070 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
26071 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
26072 The value of this option is a single character.
26073 This character is used instead of the vertical line character when there are
26074 no more replies directly to the parent of the current message.
26075 It can be used to &quot;round-off&quot; the bottom of the vertical line
26076 by setting it to a character such as a backslash (&#92;) or
26077 a backquote (&#96;).
26078 The default value of this option is the backslash character (&#92;).
26079 This option may not be set to the Empty Value.
26080 In that case, the default will be used instead.
26083 <UL>   
26084 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26085 </UL><P>
26086 &lt;End of help on this topic&gt;
26087 </BODY>
26088 </HTML>
26089 ====== h_config_thread_indicator_char =====
26090 <HTML>
26091 <HEAD>
26092 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
26093 </HEAD>
26094 <BODY>
26095 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
26097 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
26098 INDEX display when using a
26099 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26100 than &quot;none&quot; and sorting by Threads or OrderedSubject.
26101 The value of this option is a single character.
26102 This character is used to indicate that part of a thread (a conversation) is
26103 hidden beneath a message.
26104 The message could be expanded
26105 if desired with the &quot;/&quot; Collapse/Expand command.
26106 By default, the value of this option is the greater than sign (&gt;).
26108 If this option is set to the Empty Value, then the column (and the following
26109 blank column) will be deleted from the display.
26112 This option is closely related to the
26113 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
26114 Another similar option that affects the thread display is the
26115 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26118 <UL>   
26119 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26120 </UL><P>
26121 &lt;End of help on this topic&gt;
26122 </BODY>
26123 </HTML>
26124 ====== h_config_thread_exp_char =====
26125 <HTML>
26126 <HEAD>
26127 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
26128 </HEAD>
26129 <BODY>
26130 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
26132 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
26133 INDEX display when using a
26134 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26135 than &quot;none&quot;.
26136 The value of this option is a single character.
26137 This character is used to indicate that part of a thread has been expanded
26138 and could be collapsed if desired with
26139 the &quot;/&quot; Collapse/Expand command.
26140 By default, the value of this option is a dot (.).
26142 If this option is set to the Empty Value, then the column (and the following
26143 blank column) will be deleted from the display.
26146 This option is closely related to the
26147 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
26148 Another similar option that affects the thread display is the
26149 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26152 <UL>   
26153 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26154 </UL><P>
26155 &lt;End of help on this topic&gt;
26156 </BODY>
26157 </HTML>
26158 ====== h_config_thread_index_style =====
26159 <HTML>
26160 <HEAD>
26161 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
26162 </HEAD>
26163 <BODY>
26164 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
26166 When a folder is sorted by Threads or OrderedSubject,
26167 this option will affect the INDEX displays.
26170 The possible values for this option are:
26172 <DL>
26173 <DT>regular-index-with-expanded-threads</DT>
26174 <DD>This is the default display.
26175 If the configuration option
26176 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26177 is set to something other than &quot;none&quot;, then this setting
26178 will cause Alpine to start off with a MESSAGE INDEX with all of
26179 the threads expanded.
26180 That is, each message will have a line in the MESSAGE INDEX display.
26181 The Collapse/Expand command (/) may be used to manually collapse or
26182 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26184 This setting affects the display when the folder is first threaded.
26185 The collapsed state may also be re-initialized by re-sorting the folder manually
26186 using the SortIndex command ($).
26187 After re-sorting the threads will once again all be expanded, even if you
26188 have previously collapsed some of them.
26190 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
26191 the display will be the regular default Alpine MESSAGE INDEX, but sorted
26192 in a different order.
26193 </DD>
26195 <DT>regular-index-with-collapsed-threads</DT>
26196 <DD>If the configuration option
26197 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26198 is set to something other than &quot;none&quot;, then this setting
26199 will cause Alpine to start out with all of the threads collapsed instead of
26200 starting out with all of the threads expanded.
26201 The Collapse/Expand command (/) may be used to manually collapse or
26202 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26204 This setting affects the display when the folder is first threaded.
26205 The collapsed state may also be re-initialized by re-sorting the folder manually
26206 using the SortIndex command ($).
26207 After re-sorting the threads will once again all be collapsed, even if you
26208 have previously expanded some of them.
26209 </DD>
26211 <DT>separate-index-screen-always</DT>
26212 <DD>With this setting and the next, you will see an index of threads
26213 instead of an
26214 index of messages, provided you have sorted by Threads or OrderedSubject.
26216 The THREAD INDEX contains a '*' in the first column if any message in the thread
26217 is marked Important.
26218 If not, it contains a '+' if any message in the thread is to you.
26219 The second column is blank. The third column contains a 'D' if all of the
26220 messages in the thread are deleted.
26221 Otherwise, it contains an 'N' if any of the messages in the thread are New.
26223 When you view a particular thread from the THREAD INDEX you will be
26224 in the MESSAGE INDEX display
26225 but the index will only contain messages from the thread you are viewing.
26226 </DD>
26228 <DT>separate-index-screen-except-for-single-messages</DT>
26229 <DD>This is very similar to the option above.
26230 When you are in the THREAD INDEX, one of the available commands
26231 is &quot;ViewThd&quot;.
26232 With the setting &quot;separate-index-screen-always&quot; (the option above)
26233 when you view a particular thread you will be in the
26234 MESSAGE INDEX display and the index will only contain messages from
26235 the thread you are viewing.
26236 If the thread you are viewing consists of a single message, the MESSAGE INDEX
26237 will be an index with only one message in it.
26238 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
26239 setting instead, then that index that contains a single message
26240 will be skipped and you will go directly from the THREAD INDEX into the
26241 MESSAGE TEXT screen.
26242 </DD>
26244 </DL>
26247 <UL>   
26248 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26249 </UL><P>
26250 &lt;End of help on this topic&gt;
26251 </BODY>
26252 </HTML>
26253 ====== h_config_thread_disp_style =====
26254 <HTML>
26255 <HEAD>
26256 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
26257 </HEAD>
26258 <BODY>
26259 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
26261 When a folder is sorted by Threads or OrderedSubject,
26262 this option will affect the MESSAGE INDEX display.
26263 By default, Alpine will display the MESSAGE INDEX in the
26264 &quot;show-thread-structure&quot; style if a folder is sorted
26265 by Threads or OrderedSubject.
26268 The possible values for this option are:
26270 <DL>
26271 <DT>none</DT>
26272 <DD>Regular index display.
26273 The same index line as would be displayed without threading is used.
26274 The only difference will be in the order of the messages.
26275 </DD>
26277 <DT>show-thread-structure</DT>
26278 <DD>Threaded Subjects will be indented and vertical bars and horizontal
26279 lines will be added to make it easier to see the relationships among
26280 the messages in a thread (a conversation).
26281 </DD>
26283 <DT>mutt-like</DT>
26284 <DD>This is the same as the option above except that the Subject
26285 is suppressed (is blank) if it matches the previous Subject in the thread.
26286 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
26287 Here is an example of what a mutt-like index might look like.
26288 In this example, the first column represents the message number, the
26289 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
26290 is set to &quot;regular-index-with-expanded-threads&quot;, and the
26291 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
26292 is set to a backslash:
26293 <PRE>
26294 &nbsp;&nbsp;&nbsp;1    Some topic
26295 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
26296 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
26297 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
26298 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
26299 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
26300 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
26301 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
26302 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
26303 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
26304 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
26305 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
26306 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
26307 &nbsp;&nbsp;&nbsp;14    Next topic
26308 </PRE>
26309 </DD>
26311 <DT>indent-subject-1</DT>
26312 <DD>Threaded Subjects will be indented one space per level of the conversation.
26313 The bars and lines that show up in the show-thread-structure display will
26314 not be there with this style.
26315 </DD>
26317 <DT>indent-subject-2</DT>
26318 <DD>Same as above but indent two spaces per level instead of one space.
26319 </DD>
26321 <DT>indent-from-1</DT>
26322 <DD>Similar to indent-subject-1, except that instead of indenting the
26323 Subject field one space the From field of a thread will be indented one
26324 space per level of the conversation.
26325 </DD>
26327 <DT>indent-from-2</DT>
26328 <DD>Same as above but indent two spaces per level instead of one space.
26329 </DD>
26331 <DT>show-structure-in-from</DT>
26332 <DD>The structure of the thread is illustrated with indenting, vertical bars,
26333 and horizontal lines just like with the show-thread-structure option, but
26334 the From field is used to show the relationships instead of the Subject field. 
26335 </DD>
26337 </DL>
26340 <UL>   
26341 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26342 </UL><P>
26343 &lt;End of help on this topic&gt;
26344 </BODY>
26345 </HTML>
26346 ====== h_config_pruning_rule =====
26347 <HTML>
26348 <HEAD>
26349 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
26350 </HEAD>
26351 <BODY>
26352 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
26354 By default, Alpine will ask at the beginning of each month whether or not
26355 you want to rename your sent-mail folder to a name like sent-mail-month-year.
26356 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
26357 change the format of the folder to sent-mail-yyyy-mm.)
26358 It will also ask whether you would like to delete old sent-mail folders.
26359 If you have defined
26360 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
26362 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
26363 Alpine will also ask about pruning those folders.
26366 With this option you may provide an automatic answer to these questions.
26367 The default value is to ask you what you'd like to do.
26370 The six possible values for this option are:
26372 <DL>
26373 <DT>ask about rename, ask about deleting</DT>
26374 <DD>This is the default.
26375 Alpine will ask whether you want to rename the folders and whether you
26376 want to delete each of the old folders.
26377 </DD>
26379 <DT>ask about rename, don't delete</DT>
26380 <DD>Alpine will ask whether you want to rename the folders, but won't
26381 ask about or delete old folders.
26382 </DD>
26384 <DT>always rename, ask about deleting</DT>
26385 <DD>This means you want to always answer yes and have Alpine automatically
26386 rename the folder if possible.
26387 You will also be asked about deleting old folders.
26388 </DD>
26390 <DT>always rename, don't delete</DT>
26391 <DD>This means you want to always answer yes and have Alpine automatically
26392 rename the folder if possible.
26393 There will be no deleting of old folders.
26394 </DD>
26396 <DT>don't rename, ask about deleting</DT>
26397 <DD>This means you want to always answer no.
26398 Alpine will not rename the folder.
26399 You will be asked about deleting old folders.
26400 </DD>
26402 <DT>don't rename, don't delete</DT>
26403 <DD>This means you want to always answer no.
26404 Alpine will not rename the folder.
26405 There will be no deleting of old folders, either.
26406 </DD>
26407 </DL>
26410 <UL>   
26411 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26412 </UL><P>
26413 &lt;End of help on this topic&gt;
26414 </BODY>
26415 </HTML>
26416 ====== h_config_reopen_rule =====
26417 <HTML>
26418 <HEAD>
26419 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
26420 </HEAD>
26421 <BODY>
26422 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
26424 Alpine normally checks for new mail in the currently open folder
26425 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
26428 There are some situations where automatic new-mail checking does not work.
26429 For example, if a mail folder is opened using the POP protocol or a newsgroup
26430 is being read using the NNTP protocol, then new-mail checking is disabled.
26433 It may be possible to check for new mail in these cases by reopening the
26434 folder.
26435 Alpine does not do this for you automatically, but you may do the commands
26436 manually to cause this to happen.
26437 You reopen by going back to the folder list screen from the message
26438 index screen with the &quot;&lt;&quot; command,
26439 and then going back into the message index screen with
26440 the &quot;&gt;&quot; command.
26441 (Actually, any method you would normally use to open a folder will work the
26442 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
26443 For example, the GoTo Folder command will work, or you may use L to go to the
26444 Folder List screen and Carriage Return to reopen the folder.)
26447 There are some cases where Alpine knows that reopening the folder should
26448 be useful as a way to discover new mail.
26449 At the time of this writing, connections made using the POP protocol,
26450 news reading using the NNTP protocol, local news reading, and local
26451 ReadOnly folders that are in the traditional UNIX or the MMDF format all
26452 fall into this category.
26453 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
26454 has no way of knowing, so it might also just be an exercise in futility.
26455 All remote, ReadOnly folders other than those listed just above fall into this
26456 category.
26457 The setting of this option together with the type of folder
26458 controls how Alpine will react to the apparent attempt to reopen a folder.
26461 If you don't reopen, then you will just be back in
26462 the message index with no change.
26463 You left the index and came back, but the folder remained &quot;open&quot;
26464 the whole time.
26465 However, if you do reopen the folder, the folder is closed and then reopened.
26466 In this case, the current state of the open folder is lost.
26467 The New status, Important and Answered flags,
26468 selected state, Zoom state, collapsed or expanded state of threads,
26469 current message number,
26470 and any other temporary state is all lost when the reopen happens.
26471 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
26474 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
26475 several places.
26476 That really implies the case where Alpine knows it is a good way to discover
26477 new mail, which is more than just POP and NNTP, but POP and NNTP are
26478 the cases of most interest.
26479 This option probably has more possible values than it deserves. They are:
26481 <DL>
26482 <DT>Always reopen</DT>
26483 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
26484 whenever you type a command that implies a reopen, regardless of the
26485 access method.
26486 In other words, it is assumed you would always answer Yes if asked
26487 about reopening.
26488 </DD>
26490 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
26491 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26492 will ask you whether to reopen other remote folders,
26493 with a default answer of Yes.
26494 </DD>
26496 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
26497 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26498 will ask you whether to reopen other remote folders,
26499 with a default answer of No.
26500 </DD>
26502 <DT>Yes for POP/NNTP, No for other remote</DT>
26503 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
26504 will assume a No answer for all other remote folders.
26505 </DD>
26507 <DT>Always ask [Yes]</DT>
26508 <DD>Alpine will not differentiate based on access method.
26509 It will always ask for all remote folders, with a default answer of Yes.
26510 </DD>
26512 <DT>Always ask [No]</DT>
26513 <DD>Alpine will not differentiate based on access method.
26514 It will always ask for all remote folders, with a default answer of No.
26515 </DD>
26517 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
26518 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
26519 of Yes.
26520 It will never attempt to reopen other remote folders.
26521 </DD>
26523 <DT>Ask about POP/NNTP [No], No for other remote</DT>
26524 <DD>This is the default.
26525 Alpine will ask if the access method is POP or NNTP, with a default answer
26526 of No.
26527 It will never attempt to reopen other remote folders.
26528 </DD>
26530 <DT>Never reopen</DT>
26531 <DD>Alpine will never attempt to reopen already open folders.
26532 </DD>
26533 </DL>
26536 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
26537 any of the other situations where it is likely that reopening is a good way
26538 to discover new mail.
26541 There is an alternative that may be of useful in some situations.
26542 Instead of manually checking for new mail you can set up a
26543 <A HREF="h_maildrop">Mail Drop</A>
26544 and automatically check for new mail.
26547 <UL>   
26548 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26549 </UL><P>
26550 &lt;End of help on this topic&gt;
26551 </BODY>
26552 </HTML>
26553 ====== h_config_inc_startup =====
26554 <HTML>
26555 <HEAD>
26556 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
26557 </HEAD>
26558 <BODY>
26559 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
26561 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
26562 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
26563 It determines which message will be the <EM>current message</EM> when
26564 the folder is first opened.
26565 The default value is &quot;first-unseen&quot;.
26568 The seven possible values for this option are:
26570 <DL>
26571 <DT>first-unseen</DT>
26572 <DD>The current message is set to the first
26573 unseen message that has not been marked deleted, or the last message if
26574 all of the messages have been seen previously.
26575 Messages which have not been seen or which have been seen but re-marked
26576 as New are considered unseen messages.
26577 See the note at the bottom of this help about newsgroups.
26578 </DD>
26580 <DT>first-recent</DT>
26581 <DD>Similar to the default, but rather than starting on the first
26582 unseen message Alpine starts on the first <EM>recent</EM> message.
26583 A message is recent if it arrived since the last time the folder was
26584 open.  This value causes the current message to be set to the first
26585 recent message if there is one, otherwise to the last
26586 message in the folder.
26587 </DD>
26589 <DT>first-important</DT>
26590 <DD>This will result in the current message being set to the first
26591 message marked Important (but not Deleted).
26592 If no messages are marked Important, then it will be the last message.
26593 Messages are marked Important by <EM>you</EM>, not by the sender, using
26595 <A HREF="h_common_flag">Flag command</A>.
26596 Or they may be marked Important by an Alpine
26597 <A HREF="h_mainhelp_filtering">Filter</A>
26598 that you have set up.
26599 </DD>
26601 <DT>first-important-or-unseen</DT>
26602 <DD>This selects the first of the first unseen and the first important
26603 messages.
26604 </DD>
26606 <DT>first-important-or-recent</DT>
26607 <DD>This selects the first of the first recent and the first important
26608 messages.
26609 </DD>
26611 <DT>first</DT>
26612 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
26613 If all messages are deleted you start on the last message.
26614 </DD>
26616 <DT>last</DT>
26617 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
26618 If all messages are deleted you start on the last message.
26619 </DD>
26620 </DL>
26623 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
26624 &quot;first-recent&quot; are the same and are affected by whether or not the
26625 feature 
26626 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
26627 is turned on. 
26628 Also, there is no permanent storage in news for an Important flag.
26629 This means that no messages will be marked Important when a newsgroup is
26630 first opened.
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_browser =====
26640 <HTML>
26641 <HEAD>
26642 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
26643 </HEAD>
26644 <BODY>
26645 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
26646 <!--chtml if pinemode="os_windows"-->
26647 PC-Alpine users do not need to enter anything here, unless:<UL>
26648 <LI> they want to override, for use with Alpine, the application defined
26649 in the Windows operating system for handling URLs; or
26650 <LI> they are (planning on) using the same configuration file with 
26651 Unix Alpine.
26652 </UL>
26654 Note that if using a viewer that has a space in its path, you should
26655 use the DOS name for that directory or file. Example:
26656 <PRE>
26657 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
26658 </PRE>
26659 <HR><P>
26660 <!--chtml endif-->
26661 This option affects Alpine's handling of URLs that are found in 
26662 messages you read.  Normally, only URLs Alpine can handle directly
26663 are automatically offered for selection in the &quot;Message
26664 Text&quot; screen.  When one or more applications
26665 capable of deciphering URLs on their command line are added here, Alpine
26666 will choose the first available to display URLs it cannot handle directly.
26667 A viewer's availability is based on its being specified with a <B>full
26668 directory path</B> and the evaluation of any optionally supplied
26669 parameters described below.
26672 Additionally, to support various connection methods and applications, each
26673 entry in this list can optionally begin with one or more of
26674 the following special tokens.  The allowed tokens include:
26677 <DL>
26678 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
26679 <DD>
26680 The <VAR>test-string</VAR> is a shell command that Alpine will run to
26681 evaluate a viewer's availability.  The command specified by the test
26682 string is run and if its resulting exit status is non-zero, Alpine will
26683 not consider the associated viewer for use.
26684 </DD>
26686 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
26687 <DD>
26688 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
26689 URL schemes that are to be used with the associated viewer.  This is
26690 the way to configure Alpine to recognize URLs other than the built-in set.
26692 It can also be used to override Alpine's built-in handlers.
26693 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
26694 and Alpine would use (provided it passed all other criteria) the associated
26695 viewer when it encounterd a URL of the form &quot;news:comp.mail.pine&quot;.
26697 </DD>
26698 </DL>
26701 By default, Alpine will simply append a space character followed by the
26702 selected URL prior to launching the command in your specified SHELL.  You can
26703 optionally specify where in the command the selected URL should appear
26704 by using the &quot;_URL_&quot; token.  All occurrences found in the command
26705 will be replaced with the selected URL before the command is handed
26706 to the shell.  If such replacement occurs, the default appending of the
26707 selected URL does not take place.
26710 NOTE: If the viewer you specify has any command-line arguments,
26711 including the &quot;_URL_&quot; token, you will need to add a
26712 double-quote character before the command path and after the last
26713 argument (see the &quot;lynx&quot; example below).
26716 So, here are some example entries:
26717 <PRE>
26718 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/local/bin/netscape
26719               &quot;/usr/local/bin/lynx _URL_&quot;
26720               C:&#92;BIN&#92;NETSCAPE.BAT
26721 </PRE>
26723 This example shows that for the first viewer in the list to be used
26724 the environment variable &quot;DISPLAY&quot; must be defined.  If it
26725 is, then the path and file &quot;/usr/local/bin/netscape&quot; must exist.  
26726 If neither condition is met,
26727 then the path and file &quot;/usr/local/bin/lynx&quot; must exist.  
26728 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL. 
26729 If the path to &quot;lynx&quot; is invalid,
26730 then the final path and file C:&#92;BIN&#92;NETSCAPE.BAT must exist.  
26731 Note that the last
26732 entry is a DOS/Windows path.  This is one way to support Alpine running
26733 on more than one architecture with the same configuration file.<P>
26735 <!--chtml if pinemode="os_windows"-->
26736 <!--chtml else-->
26737 Note that depending on the type of browser used and the method of 
26738 its invocation (such as whether it will open in a separate window) from
26739 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
26740 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
26741 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
26742 In other words, launching the browser from Alpine may make Alpine 
26743 &quot;disappear&quot; (although it is still &quot;running&quot;)
26744 until you close the browser again.<P>  
26745 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
26746 environment: for advanced users and  systems administrators</A>
26747 </UL>
26748 <!--chtml endif-->
26749 <P>If you are unsure what browsers are available on your system or how to 
26750 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
26751 local computing support staff.
26752 <P><UL>
26753 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26754 </UL>
26756 &lt;End of help on this topic&gt;
26757 </BODY>
26758 </HTML>
26759 ====== h_config_browser_xterm =====
26760 <HTML>
26761 <HEAD>
26762 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
26763 </HEAD>
26764 <BODY>
26765 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
26766 environment: for advanced users and  systems administrators</H1>
26767 If you are using Alpine with an X-terminal (emulator) and want to define an 
26768 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
26769 you may want to do so in a manner that causes any <B>already</B> 
26770 invoked viewer application to be used for viewing URLs you select from Alpine 
26771 messages, and a <B>new</B> URL-viewer process to be 
26772 started <B>only</B> if the same application has <B>not already</B> 
26773 been launched -- for one reason, to avoid file-locking contentions among 
26774 multiple invocations of the same URL-viewer application.  
26775 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
26776 option does not do this.)  A method of doing that would be:<OL>
26777 <LI> use 
26778 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
26779 check (using commands appropriate for your Unix shell
26780 in place of <VAR>test-string</VAR>) for the presence of a 
26781 lockfile created by the URL-viewer application -- which implies that the 
26782 application is already running, though this is not foolproof. 
26783 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
26784 application with its appropriate command line option(s) to 
26785 show the URL selected from the Alpine message in an already open window of 
26786 that application, or perhaps in a new window of that application.  
26788 <LI> In the 
26789 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
26790 application without those command line options, but this time using the 
26791 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
26792 is defined.
26793 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
26794 windows environment (for instance, using VT-100 terminal emulation), you 
26795 may wish to specify a non-X windows URL-viewer application such as Lynx
26796 as the last entry.
26797 </OL><BR>
26798 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
26799 the command shell, the URL-viewer application(s), and possibly the specific 
26800 version of the latter, you are using.  
26802 Relevant command 
26803 line options for the Netscape browser for showing URLs (selected from Alpine) 
26804 when Netscape is already running are discussed in the document
26805 &quot;Remote Control of UNIX Netscape&quot; 
26806 found at the URL (as of 12 Aug. 1998):
26809 <CENTER><A HREF="http://home.netscape.com/newsref/std/x-remote.html">http://home.netscape.com/newsref/std/x-remote.html</A></CENTER>
26811 <P>(If the URL-viewer application is 
26812 <B>not</B> running on the same host as Alpine, but being launched from an 
26813 applications server, you may not be able to use the command line options for 
26814 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
26816 <!--chtml if this-method="shown-to-work"-->
26817 An example using the Korn shell and the Netscape browser (first entry wrapped 
26818 because of its length, but should all appear on one line):
26820 url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ &quot;/usr/local/bin/netscape -remote 'openURL(_URL_,  new-window)' &amp;&quot;<BR>
26822 _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_ &quot;/usr/local/bin/netscape &amp;&quot;<BR>
26823               &quot;/usr/local/bin/lynx '_URL_'&quot;
26825 <!--chtml endif-->
26827 <UL>   
26828 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26829 </UL><P>
26830 &lt;End of help on this topic&gt;
26831 </BODY>
26832 </HTML>
26833 ====== h_config_enable_full_hdr =====
26834 <HTML>
26835 <HEAD>
26836 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
26837 </HEAD>
26838 <BODY>
26839 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
26841 This feature enables the &quot;H Full Headers&quot; command which toggles between
26842 the display of all headers in the message and the normal edited view of
26843 headers.  The Full Header command also controls which headers are included
26844 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
26845 Full Header mode will respect the
26846 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
26847 feature setting.)
26849 If Full Header mode is turned on and you Forward a message, you will
26850 be asked if you'd like to forward the message as an attachment, as opposed
26851 to including the text of the message in the body of your new message.
26853 If you have also turned on the
26854 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
26855 option then the Full Headers command actually rotates through three states
26856 instead of just two.
26857 The first is the normal view with long quotes suppressed.
26858 The second is the normal view but with the long quotes included.
26859 The last enables the display of all headers in the message.
26860 When using Export, Pipe, Print, Forward, or Reply the quotes are
26861 never suppressed, so the first two states are identical.
26863 Normally, the Header Mode will reset
26864 to the default behavior when moving to a new message.
26865 The mode can be made to persist from message to message by setting the feature
26866 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
26868 <UL>   
26869 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26870 </UL><P>
26871 &lt;End of help on this topic&gt;
26872 </BODY>
26873 </HTML>
26874 ====== h_config_enable_full_hdr_and_text =====
26875 <HTML>
26876 <HEAD>
26877 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
26878 </HEAD>
26879 <BODY>
26880 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
26882 This feature affects how the &quot;H Full Headers&quot; command displays
26883 message text.  If set, the raw message text will be displayed.  This
26884 especially affects MIME formatted email, where the entire MIME format
26885 will be displayed.  This feature similarly affects how messages are
26886 included for the Export, Pipe, Print, Forward, and Reply functions.
26888 When viewing a raw message that has attachments with this feature set,
26889 you will not be able to view attachments without first leaving full 
26890 headers mode.  This is because MIME parsing is not done on the raw message.
26892 <UL>   
26893 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26894 </UL><P>
26895 &lt;End of help on this topic&gt;
26896 </BODY>
26897 </HTML>
26898 ====== h_config_enable_pipe =====
26899 <HTML>
26900 <HEAD>
26901 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
26902 </HEAD>
26903 <BODY>
26904 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
26906 This feature enables the "| Pipe" command that sends the current message
26907 to the specified command for external processing.
26910 A short description of how the pipe command works is given
26911 <A HREF="h_pipe_command">here</A>.
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_quell_full_hdr_reset =====
26921 <HTML>
26922 <HEAD>
26923 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
26924 </HEAD>
26925 <BODY>
26926 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
26928 The <A HREF="h_common_hdrmode">HdrMode Command</A>
26929 normally resets to the default state when switching to a new message.
26930 For example, if you've used the &quot;H&quot; command to turn on Full
26931 Headers for a message you are viewing, and then you type the Next command
26932 to look at the next message, the full headers will no longer be shown.
26933 Setting this feature disables that reset.
26934 Instead, the Header Mode remains the same from message to message.
26937 The presence or absence of the HdrMode command is determined by the
26938 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
26939 Feature-List option.
26941 <UL>   
26942 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26943 </UL><P>
26944 &lt;End of help on this topic&gt;
26945 </BODY>
26946 </HTML>
26947 ====== h_config_enable_tab_complete =====
26948 <HTML>
26949 <HEAD>
26950 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
26951 </HEAD>
26952 <BODY>
26953 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
26955 This feature enables the TAB key when at a prompt for a filename. In this
26956 case, TAB will cause the partial name already entered to be automatically
26957 completed, provided the partial name is unambiguous.
26958 This feature is on by default.
26960 Similarly, this feature also enables TAB completion of address book
26961 nicknames when at a prompt for a nickname,
26962 or when typing in an address field in the composer.
26964 &lt;End of help on this topic&gt;
26965 </BODY>
26966 </HTML>
26967 ====== h_config_quit_wo_confirm =====
26968 <HTML>
26969 <HEAD>
26970 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
26971 </HEAD>
26972 <BODY>
26973 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
26975 This feature controls whether or not Alpine will ask for confirmation when a
26976 Quit command is received.
26978 &lt;End of help on this topic&gt;
26979 </BODY>
26980 </HTML>
26981 ====== h_config_quote_replace_noflow =====
26982 <HTML>
26983 <HEAD>
26984 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
26985 </HEAD>
26986 <BODY>
26987 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
26989 This feature, which is only active when
26990 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
26991 also set,
26992 enables quote-replacement on non-flowed messages.  It is off
26993 by default because a non-flowed message is more dependent on its format,
26994 and thus quote-replacement may cause less-than-pleasing results.
26995 Setting this feature will cause quote-replacement similar to that of flowed
26996 messages, but with the added possibility of long lines being wrapped
26997 into new lines if the Quote-Replacement-String is longer than the string
26998 it is replacing, which is &quot;&gt;&nbsp;&quot;.
27000 &lt;End of help on this topic&gt;
27001 </BODY>
27002 </HTML>
27003 ====== h_config_enable_jump =====
27004 <HTML>
27005 <HEAD>
27006 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
27007 </HEAD>
27008 <BODY>
27009 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
27011 When this feature is set you may enter a number (followed by RETURN)
27012 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
27013 screens.  In other words, it obviates the need for typing the "J" for the
27014 Jump command.
27016 &lt;End of help on this topic&gt;
27017 </BODY>
27018 </HTML>
27019 ====== h_config_enable_alt_ed =====
27020 <HTML>
27021 <HEAD>
27022 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
27023 </HEAD>
27024 <BODY>
27025 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
27027 If this feature is set (the default), and the 
27028 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27029 <B>is not</B> set, entering
27030 the ^_ (Ctrl-underscore) key while composing a message will prompt you
27031 for the name of the editor you would like to use.
27033 If the environment variable $EDITOR is set, its value will be offered as
27034 a default.
27036 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27037 <B>is</B> set, the ^_ key will activate the specified
27038 editor without prompting, in which case it is not necessary to
27039 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
27041 <UL>   
27042 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27043 </UL><P>
27044 &lt;End of help on this topic&gt;
27045 </BODY>
27046 </HTML>
27047 ====== h_config_alt_ed_now =====
27048 <HTML>
27049 <HEAD>
27050 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
27051 </HEAD>
27052 <BODY>
27053 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
27055 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
27056 variable are both set, Alpine will
27057 automatically activate the specified editor when the cursor is moved from
27058 the header of the message being composed into the message text.  For
27059 replies, the alternate editor will be activated immediately.  If this
27060 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
27061 automatically ask for the name of an alternate editor when the cursor
27062 is moved out of the header being composed, or if a reply is being done.
27064 <P><UL>
27065 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27066 </UL>
27068 &lt;End of help on this topic&gt;
27069 </BODY>
27070 </HTML>
27071 ====== h_config_enable_bounce =====
27072 <HTML>
27073 <HEAD>
27074 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
27075 </HEAD>
27076 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
27077 <BODY>
27079 Setting this feature enables the "B Bounce" command, which will prompt
27080 for an address and *remail* the message to the new recipient.  This command
27081 is used to re-direct messages that you have received in error, or need to
27082 be redirected for some other reason (e.g. list moderation).  The final
27083 recipient will see a header indicating that you have Resent the msg, but
27084 the message's From: header will show the original author of the message,
27085 and replies to it will go back to that author, and not to you.
27087 &lt;End of help on this topic&gt;
27088 </BODY>
27089 </HTML>
27090 ====== h_config_enable_agg_ops =====
27091 <HTML>
27092 <HEAD>
27093 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
27094 </HEAD>
27095 <BODY>
27096 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
27098 When this feature is set you may use the commands and subcommands that relate to
27099 performing operations on more than one message at a time.  We call these
27100 &quot;aggregate operations&quot;.  In particular, the 
27101 <!--chtml if pinemode="function_key"-->&quot;F5
27102 <!--chtml else-->&quot;;
27103 <!--chtml endif--> Select&quot;, 
27105 <!--chtml if pinemode="function_key"-->
27106 &quot;F6
27107 <!--chtml else-->
27108 &quot;A 
27109 <!--chtml endif-->
27110 Apply&quot;, and 
27111 <!--chtml if pinemode="function_key"-->
27112 &quot;F4
27113 <!--chtml else-->
27114 &quot;Z 
27115 <!--chtml endif-->
27116 Zoom&quot; commands are enabled by this feature.  Select is used to
27117 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
27118 then be used to apply any message command to all of the selected/tagged
27119 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
27120 view between just those Selected and all messages in the folder.
27122 This feature also enables the 
27123 <!--chtml if pinemode="function_key"-->
27124 &quot;F7&quot; 
27125 <!--chtml else-->
27126 &quot;^X&quot; 
27127 <!--chtml endif-->
27129 subcommand in the MESSAGE INDEX 
27130 WhereIs command that causes all messages matching the WhereIs argument to 
27131 become selected; and the Select, Select Current, and ZoomMode commands in the
27132 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
27134 Some related help topics are
27135 <UL>
27136 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
27137 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
27138 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
27139 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
27140 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
27141 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
27142 </UL>
27144 <UL>   
27145 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27146 </UL><P>
27147 &lt;End of help on this topic&gt;
27148 </BODY>
27149 </HTML>
27151 ====== h_config_enable_flag =====
27152 <HTML>
27153 <HEAD>
27154 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
27155 </HEAD>
27156 <BODY>
27157 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
27159 Setting this feature enables the
27160 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
27161 command that allows you to
27162 manipulate the status flags associated with a message.  By default, Flag
27163 will set the "Important" flag, which results in an asterisk being
27164 displayed in column one of the MESSAGE INDEX for such messages.
27166 &lt;End of help on this topic&gt;
27167 </BODY>
27168 </HTML>
27169 ====== h_config_flag_screen_default =====
27170 <HTML>
27171 <HEAD>
27172 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
27173 </HEAD>
27174 <BODY>
27175 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
27177 The feature modifies the behavior of the
27178 <a href="h_common_flag">Flag</a>
27179 command (provided it too is
27180 <A HREF="h_config_enable_flag">enabled</A>).
27181 By default, when the "* Flag" command is selected,
27182 Alpine offers a prompt to set one of several flags and also offers the
27183 option of entering the detailed flag manipulation screen via the "^T"
27184 key. Enabling this feature causes Alpine to immediately enter the detailed
27185 flag screen rather than first offer the simple prompt.
27187 <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.
27189 &lt;End of help on this topic&gt;
27190 </BODY>
27191 </HTML>
27192 ====== h_config_flag_screen_kw_shortcut =====
27193 <HTML>
27194 <HEAD>
27195 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
27196 </HEAD>
27197 <BODY>
27198 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
27200 This feature modifies the behavior of the
27201 <a href="h_common_flag">Flag</a> command
27202 and the <A HREF="h_index_cmd_select">Select</A> command.
27203 This feature is set by default.
27204 When this feature is not set, when the "* Flag" command is selected,
27205 Alpine offers a prompt to set one of several flags and also offers the
27206 option of entering the detailed flag manipulation screen via the "^T"
27207 key.
27208 If you have
27209 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
27210 defined, then enabling this feature adds a shortcut way to set or unset
27211 keywords.
27212 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
27213 a keyword if you've given it a nickname) and that will set the keyword.
27215 An example is easier to understand than the explanation.
27216 The flag command can always be used to set the system flags.
27217 For example, to set the Answered flag you would type
27219 <CENTER><SAMP>* A</SAMP></CENTER>
27221 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
27222 option in the Config screen.
27223 By default, to set a keyword like &quot;Work&quot; you would usually
27224 have to go to the Flag Details screen using
27225 the &quot;^T To Flag Details&quot; command.
27226 Instead, if you have enabled this feature, you may type
27228 <CENTER><SAMP>* W</SAMP></CENTER>
27230 to set the Work flag, or
27232 <CENTER><SAMP>* ! W</SAMP></CENTER>
27234 to unset it.
27235 Just like for the other flag setting commands, the case of the letter does
27236 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
27237 keyword.
27239 Notice that you can only use this trick for one keyword that begins
27240 with &quot;W&quot;.
27241 If you happen to have a &quot;Work&quot; keyword and another keyword that is
27242 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
27243 your list of keywords.
27244 Also, there are five letters that are reserved for system
27245 flags and the NOT command.
27246 If you type &quot;* A&quot; it will always set the Answered flag, not
27247 your &quot;Aardvark&quot; keyword.
27248 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
27249 the Flag Details screen.
27251 Because enabling the
27252 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
27253 option causes Alpine to skip directly to the Flag Details screen when the
27254 Flag command is used, 
27255 setting it will cause this feature to have no effect at all.
27257 Similarly, when Selecting by Keyword, setting this option will allow you
27258 to use Keyword initials instead of full keywords.
27260 &lt;End of help on this topic&gt;
27261 </BODY>
27262 </HTML>
27263 ====== h_config_can_suspend =====
27264 <HTML>
27265 <HEAD>
27266 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
27267 </HEAD>
27268 <BODY>
27269 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
27271 Setting this feature will allow you to type ^Z (Control Z) to 
27272 <!--chtml if pinemode="os_windows"-->
27273 minimize Alpine into its icon, bringing into focus whatever
27274 application is running behind the PC-Alpine window.
27275 <!--chtml else-->
27276 temporarily suspend Alpine.
27279 This does not exit Alpine, but puts it in the background to watch
27280 for new mail and such.  Normally, you type a command, such
27281 as &quot;fg&quot; at your system prompt to return to your Alpine session.
27284 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
27285 adjusts whether Alpine is placed into the background of the shell its 
27286 running in or starts a news shell.
27287 <!--chtml endif-->
27290 <UL>   
27291 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27292 </UL><P>
27293 &lt;End of help on this topic&gt;
27294 </BODY>
27295 </HTML>
27296 ====== h_config_take_lastfirst ======
27297 <HTML>
27298 <HEAD>
27299 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
27300 </HEAD>
27301 <BODY>
27302 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
27304 Normally, when TakeAddr is used to copy an address from a message into
27305 an address book entry, Alpine will attempt to rewrite the full name of the
27306 address in the form
27309 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
27311 instead of<P>
27313 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
27316 It does this because many people find it useful to sort by Last name
27317 instead of First name.  If this feature is set, then the TakeAddr command
27318 will not attempt to reverse the name in this manner.
27320 &lt;End of help on this topic&gt;
27321 </BODY></HTML>
27322 ====== h_config_disable_regex ======
27323 <HTML>
27324 <HEAD>
27325 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
27326 </HEAD>
27327 <BODY>
27328 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
27330 Normally, the
27331 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
27332 option is interpreted as a regular expression.
27333 One type of address that might cause trouble is an address that
27334 contains a plus sign.
27335 If you want to have an address with a plus as one of your
27336 <!--#echo var="VAR_alt-addresses"-->
27337 and you don't want to use regular expressions, then setting this
27338 feature will cause Alpine to treat the addresses you list literally instead.
27340 &lt;End of help on this topic&gt;
27341 </BODY></HTML>
27342 ====== h_config_take_fullname ======
27343 <HTML>
27344 <HEAD>
27345 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
27346 </HEAD>
27347 <BODY>
27348 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
27350 Normally, when TakeAddr is used to copy an address or addresses
27351 from a message into an address book entry, Alpine will try to preserve
27352 the full name associated with each address in the list of addresses.
27353 The reason for this is so that if the entry is a list or later becomes a
27354 list, then information about the individual addresses in the list
27355 is preserved.
27356 If you would rather just have the simple addresses in the list of addresses,
27357 set this feature. For example, with the default setting you might
27358 see something like this in the ADDRESS BOOK editor after you type TakeAddr
27360 <PRE>
27361  Nickname  : nick
27362  Fullname  : Bedrock Elders
27363  Fcc       :
27364  Comment   :
27365  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
27366              Barney Rubble &lt;rubble@bedrock.org&gt;
27367 </PRE>
27369 but with this feature set it would look like
27371 <PRE>
27372  Nickname  : nick
27373  Fullname  : Bedrock Elders
27374  Fcc       :
27375  Comment   :
27376  Addresses : flint@bedrock.org,
27377              rubble@bedrock.org
27378 </PRE>
27380 instead. Note the difference in the Addresses field.
27382 &lt;End of help on this topic&gt;
27383 </BODY></HTML>
27384 ====== h_config_print_from ======
27385 <HTML>
27386 <HEAD>
27387 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
27388 </HEAD>
27389 <BODY>
27390 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
27392 If this feature is set, then the Berkeley-mail style From line is included
27393 at the start of each message that is printed.  This line looks something
27394 like the following, with the address replaced by the address from the
27395 From line of the message being printed:
27397 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
27398 14:11:06 1998
27400 &lt;End of help on this topic&gt;
27401 </BODY>
27402 </HTML>
27403 ====== h_config_expanded_distlists ======
27404 <HTML>
27405 <HEAD>
27406 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
27407 </HEAD>
27408 <BODY>
27409 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
27410 If this feature is set, then distribution lists in the address book
27411 screen will always be expanded automatically.
27413 &lt;End of help on this topic&gt;
27414 </BODY>
27415 </HTML>
27416 ====== h_config_compose_news_wo_conf ======
27417 <HTML>
27418 <HEAD>
27419 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
27420 </HEAD>
27421 <BODY>
27422 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
27423 This feature controls one aspect of Alpine's Composer.  If you enter the
27424 composer while reading a newsgroup, you will normally be prompted to
27425 determine whether you intend the new message to be posted to the current
27426 newsgroup or not.  If this feature is set, Alpine will not prompt you
27427 in this situation, and will assume that you do indeed wish to post
27428 to the newsgroup you are reading.
27430 &lt;End of help on this topic&gt;
27431 </BODY>
27432 </HTML>
27433 ====== h_config_compose_rejects_unqual ======
27434 <HTML>
27435 <HEAD>
27436 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
27437 </HEAD>
27438 <BODY>
27439 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
27441 This feature controls one aspect of the message composer; in particular,
27442 what happens when an unqualified name is entered into an address header.
27443 If set, unqualified names entered as addresses will be treated as errors
27444 unless they match an addressbook nickname.  Alpine will not attempt to turn
27445 them into complete addresses by adding your local domain.<P>
27447 A complete (fully qualified) address is one containing a username followed
27448 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
27449 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
27450 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
27452 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
27456 When you enter a fully qualified address, Alpine does not interpret or
27457 modify it, but simply passes it on to the mail-transport-agent (MTA) for
27458 your system.  Alpine conforms to the Internet standards governing message
27459 headers and will not send an unqualifed name to the MTA.  Therefore, when
27460 you enter an unqualified name, Alpine will normally attempt to turn it into
27461 a fully qualified address, first by checking to see if you have entered a
27462 matching nickname in your addressbook, or failing that, by simply adding
27463 your own domain to the name entered.  So if your address is
27464 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
27465 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
27466 that into &quot;fred@example.com&quot;.<P>
27468 There are situations where it is not desirable for Alpine to interpret such
27469 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
27470 turned out to be a typo (intended to be an addressbook nickname), but
27471 there actually was a &quot;fred&quot; in your local domain, the message might 
27472 be mis-delivered without your realizing it.  In order to reduce the likelihood
27473 of such accidents, setting this feature will cause Alpine to treat such
27474 addresses as errors, and require that you explicitly enter the full local
27475 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
27476 matches an address book nickname.<P>
27478 Consider this a safety feature against mis-directed mail.
27480 <UL>   
27481 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27482 </UL><P>
27483 &lt;End of help on this topic&gt;
27484 </BODY>
27485 </HTML>
27486 ====== h_config_quell_local_lookup ======
27487 <HTML>
27488 <HEAD>
27489 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
27490 </HEAD>
27491 <BODY>
27492 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
27494 This feature controls an aspect of Alpine's Composer, and if needed, will
27495 usually be set by your system manager in Alpine's system-wide configuration
27496 file. Specifically, if this feature is set, Alpine will not attempt to look
27497 in the system password file to find a Full Name for the entered address.
27499 Normally, names you enter into address fields (e.g. To: or Cc:) are
27500 checked against your address book(s) to see if they match an address book
27501 nickname.  Failing that, (in Unix Alpine) the name is then checked against
27502 the Unix password file.  If the entered name matches a username in the
27503 system password file, Alpine extracts the corresponding Full Name information
27504 for that individual, and adds that to the address being entered.
27506 However, password file matching can have surprising (incorrect) results if
27507 other users of the system do not receive mail at the domain you are using.
27508 That is, if either the 
27509 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
27510 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
27511 option
27512 is set such that the administrative domain of other users on the system
27513 isn't accurately reflected, Alpine should be told that a passwd file match
27514 is coincidental, and Full Name info will be incorrect.  For example, a
27515 personal name from the password file could get falsely paired with the
27516 entered name as it is turned into an address in the configured domain.
27518 If you are seeing this behavior, enabling this feature will prevent Unix
27519 Alpine from looking up names in the password file to find the Full Name
27520 for incomplete addresses you enter.<P>
27521 <UL>
27522 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27523 </UL>
27525 &lt;End of help on this topic&gt;
27526 </BODY>
27527 </HTML>
27528 ====== h_config_tab_checks_recent ======
27529 <HTML>
27530 <HEAD>
27531 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
27532 </HEAD>
27533 <BODY>
27534 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
27536 In a FOLDER LIST screen, the TAB key usually just changes which
27537 folder is highlighted.
27538 If this feature is set, then the TAB key will cause the number of
27539 recent messages and the total number of messages in the highlighted folder
27540 to be displayed instead.
27543 &lt;End of help on this topic&gt;
27544 </BODY>
27545 </HTML>
27546 ====== h_config_maildrops_preserve_state ======
27547 <HTML>
27548 <HEAD>
27549 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
27550 </HEAD>
27551 <BODY>
27552 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
27554 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
27555 Normally, when mail is moved from a Mail Drop folder to a destination
27556 folder, it is delivered as new mail.
27557 Any Seen/New, Answered, Important/Flagged state that has changed will be
27558 ignored.
27559 All of the mail will be considered unSeen, unAnswered, and unImportant after
27560 it is moved.
27562 If this feature is set, then the state changes that have been made
27563 to the messages in the Mail Drop folder will be preserved.
27565 In any case, messages that are already marked Deleted when the
27566 mail is to be moved from the Mail Drop will be ignored.
27568 &lt;End of help on this topic&gt;
27569 </BODY>
27570 </HTML>
27571 ====== h_config_preopen_stayopens ======
27572 <HTML>
27573 <HEAD>
27574 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
27575 </HEAD>
27576 <BODY>
27577 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
27579 This feature is related to the option
27580 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
27581 Normally, Stay Open folders are only opened on demand, when the user
27582 asks to open them.
27583 From then on they are kept open for the duration of the session.
27584 However, if this feature is set, then the Stay Open folders will all be
27585 opened at startup, at the same time that the INBOX is opened.
27588 &lt;End of help on this topic&gt;
27589 </BODY>
27590 </HTML>
27591 ====== h_config_expunge_inbox ======
27592 <HTML>
27593 <HEAD>
27594 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
27595 </HEAD>
27596 <BODY>
27597 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
27599 The INBOX is normally treated differently from regular folders in several
27600 ways.
27601 One of the differences is that the normal &quot;close&quot; sequence of
27602 events is deferred until Alpine is exited, instead of happening when you
27603 leave the INBOX to view another folder.
27604 The &quot;close&quot; sequence normally includes the Expunging
27605 of deleted messages
27606 (either automatically or after a prompt, controlled by the features
27607 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
27608 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
27609 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
27610 handling of the
27611 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
27614 If this feature is set the &quot;close&quot; sequence handling will take
27615 place every time you leave the INBOX.
27616 The INBOX will still be kept open, but the offer to Expunge and the archiving
27617 to the <!--#echo var="VAR_read-message-folder"-->
27618 will take place each time you leave the INBOX instead of only once at the
27619 end of the session.
27622 &lt;End of help on this topic&gt;
27623 </BODY>
27624 </HTML>
27625 ====== h_config_expunge_stayopens ======
27626 <HTML>
27627 <HEAD>
27628 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
27629 </HEAD>
27630 <BODY>
27631 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
27633 This feature is related to the option
27634 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
27635 Stay Open folders are treated differently from regular folders in several
27636 ways.
27637 One of the differences is that the normal &quot;close&quot; sequence of
27638 events is deferred until Alpine is exited, instead of happening when you
27639 leave the folder to view another folder.
27640 The &quot;close&quot; sequence normally includes the Expunging
27641 of deleted messages
27642 (either automatically or after a prompt, controlled by the features
27643 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
27644 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
27645 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
27646 handling of
27647 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
27650 If this feature is set the &quot;close&quot; sequence handling will take
27651 place when you leave the Stay Open folder.
27652 The folder will still be kept open, but the offer to Expunge and the archiving
27653 will take place each time you leave the folder instead of only once at the
27654 end of the session.
27655 This feature does not affect the INBOX, which will still only be processed
27656 when you exit Alpine.
27657 However, there is a similar feature that affects only the INBOX called
27658 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
27661 &lt;End of help on this topic&gt;
27662 </BODY>
27663 </HTML>
27664 ====== h_config_preserve_start_stop ======
27665 <HTML>
27666 <HEAD>
27667 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
27668 </HEAD>
27669 <BODY>
27670 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
27672 This feature controls how special control key characters, typically
27673 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
27674 are known as the "stop" and "start" characters and are sometimes used in
27675 communications paths to control data flow between devices that operate at
27676 different speeds.
27680 By default, Alpine turns the system's handling of these special characters
27681 off except during printing.  However, if you see Alpine reporting input errors
27682 such as:
27684 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
27686 and, at the same time, see your display become garbled, then it is likely
27687 that setting this option will solve the problem.  Be aware, though, that
27688 enabling this feature will also cause Alpine to ostensibly "hang" 
27689 whenever the Ctrl-S key combination is entered as the system is now
27690 interpreting such input as a "stop output" command.  To "start
27691 output"  again, simply type Ctrl-Q. 
27693 &lt;End of help on this topic&gt;
27694 </BODY>
27695 </HTML>
27696 ====== h_config_enable_incoming ======
27697 <HTML>
27698 <HEAD>
27699 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
27700 </HEAD>
27701 <BODY>
27702 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
27704 Alpine's Incoming Message Folders collection
27705 provides a convenient way to access multiple incoming folders.
27706 It is also useful if you have accounts on multiple computers.
27709 If set, this feature defines a pseudo-folder collection called
27710 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
27711 in this collection will be your INBOX, which will no longer show up in
27712 your Default folder collection.
27715 You may add more folders to the Incoming Message Folders collection by
27716 using the
27717 <!--chtml if pinemode="function_key"-->
27718 &quot;F10
27719 <!--chtml else-->
27720 &quot;A
27721 <!--chtml endif-->
27722 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
27723 the host the folder is stored on (which defaults to the same host used
27724 for your INBOX), a nickname, and the actual folder name.  Once a set
27725 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
27726 or MESSAGE TEXT screens) may be used to scan the folders for those
27727 with Recent messages.  If you add more folders to
27728 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
27729 no effect.
27731 NOTE: Normally the software that actually delivers mail (the stuff that happens
27732 before Alpine is involved) is in a better position to do delivery filtering
27733 than is Alpine itself.
27734 If possible, you may want to look at programs such as
27735 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
27736 filtering programs.
27737 If you'd prefer to have Alpine do the filtering for you, you may set that
27739 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
27741 <UL>   
27742 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27743 </UL><P>
27744 &lt;End of help on this topic&gt;
27745 </BODY>
27746 </HTML>
27747 ====== h_config_enable_incoming_checking ======
27748 <HTML>
27749 <HEAD>
27750 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
27751 </HEAD>
27752 <BODY>
27753 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
27755 This feature is only operational if you have enabled the optional
27756 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
27757 If you do have Incoming Message Folders and you also set this feature,
27758 then the number of Unseen messages in each folder will be displayed
27759 in the FOLDER LIST screen for the Incoming Message Folders.
27760 The number of Unseen messages in a folder will be displayed in parentheses
27761 to the right of the name of each folder.
27762 If there are no Unseen messages in a folder then only the name
27763 is displayed, not a set of parentheses with zero inside them.
27764 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
27765 the Incoming Message Folders to cause an immediate update.
27767 If a check for Unseen messages fails for a particular folder then Alpine
27768 will no longer attempt to check that folder for the duration of the
27769 session and this will be indicated by a question mark inside the
27770 parentheses.
27772 The features
27773 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
27774 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
27775 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
27776 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
27777 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
27778 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
27779 all affect how this feature behaves.
27781 <UL>   
27782 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27783 </UL><P>
27784 &lt;End of help on this topic&gt;
27785 </BODY>
27786 </HTML>
27787 ====== h_config_incoming_checking_total ======
27788 <HTML>
27789 <HEAD>
27790 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
27791 </HEAD>
27792 <BODY>
27793 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
27795 This option has no effect unless the feature
27796 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
27797 is set, which in turn has no effect unless
27798 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
27799 is set.
27801 When incoming folder checking is turned on the default is to display
27802 the number of unseen messages in each folder.
27803 More precisely, it is the number of undeleted unseen messages.
27804 Using this option you may also display the total number of messages
27805 in each folder.
27806 Instead of a single number representing the number of unseen messages
27807 you will get two numbers separated by a slash character.
27808 The first is the number of unseen messages and the second is the
27809 total number of messages.
27811 You may also use the recent message count instead of the unseen message
27812 count by turning on the feature
27813 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
27815 <UL>   
27816 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27817 </UL><P>
27818 &lt;End of help on this topic&gt;
27819 </BODY>
27820 </HTML>
27821 ====== h_config_incoming_checking_recent ======
27822 <HTML>
27823 <HEAD>
27824 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
27825 </HEAD>
27826 <BODY>
27827 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
27829 This option has no effect unless the feature
27830 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
27831 is set, which in turn has no effect unless
27832 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
27833 is set.
27835 When incoming folder checking is turned on the default is to display
27836 the number of unseen messages in each folder.
27837 More precisely, it is the number of undeleted unseen messages.
27838 Using this option you may display the number of recent messages instead
27839 of the number of unseen messages.
27840 A message is only counted as recent if this is the first session to
27841 see it, so the recent count might be less than the unseen count.
27842 The difference between the two would be accounted for by the unseen messages
27843 in the folder which were there previously but have not been looked at yet.
27845 If you simultaneously run more than one email client at a time
27846 (for example, you run more than one Alpine in parallel) then turning
27847 this feature on can cause some confusion.
27848 The confusion stems from the fact that each message is only considered to be
27849 recent in one session.
27850 That means that the counts of new messages may be different in the two
27851 Alpines running side by side, because each incoming message will only be
27852 counted as recent in one of the two sessions.
27854 You may also display the total number of messages
27855 in each folder by using the
27856 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
27857 option.
27859 <UL>   
27860 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27861 </UL><P>
27862 &lt;End of help on this topic&gt;
27863 </BODY>
27864 </HTML>
27865 ====== h_config_attach_in_reply ======
27866 <HTML>
27867 <HEAD>
27868 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
27869 </HEAD>
27870 <BODY>
27871 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
27873 This feature controls an aspect of Alpine's Reply command. If set, any MIME
27874 attachments that were part of the original message will automatically be
27875 included in the Reply.
27877 &lt;End of help on this topic&gt;
27878 </BODY>
27879 </HTML>
27880 ====== h_config_include_header =====
27881 <HTML>
27882 <HEAD>
27883 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
27884 </HEAD>
27885 <BODY>
27886 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
27888 This feature controls an aspect of Alpine's Reply command. If set, and the
27889 original message is being included in the reply, then headers from that
27890 message will also be part of the reply.
27892 &lt;End of help on this topic&gt;
27893 </HEAD>
27894 </HTML>
27895 ====== h_config_sig_at_bottom =====
27896 <HTML>
27897 <HEAD>        
27898 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
27899 </HEAD>
27900 <BODY>
27901 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
27903 This feature controls an aspect of Alpine's Reply command.  If this feature
27904 is set, and the original message is being included in the reply, then the
27905 contents of your signature file (if any) will be inserted after the included
27906 message.
27908 This feature does not affect the results of a Forward command.
27910 &lt;End of help on this topic&gt;
27911 </BODY>
27912 </HTML>
27913 ====== h_config_sigdashes =====
27914 <HTML>
27915 <HEAD>
27916 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
27917 </HEAD>
27918 <BODY>
27919 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
27921 This feature enables support for the common USENET news convention 
27922 of preceding a message signature with the special line consisting of 
27923 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
27926 When enabled and a
27927 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
27928 Alpine will insert the special line before including the file's text (unless
27929 the special line already exists somewhere in the file's text).
27932 In addition, when you Reply or Followup to a message containing one of
27933 these special lines and choose to include its text, Alpine will observe
27934 the convention of not including text beyond the special line in your
27935 reply.
27936 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
27937 mode is enabled and turned on, then Alpine <EM>will</EM>
27938 include the text beyond the special line regardless of the setting of
27939 this feature.
27942 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
27943 for a related feature.
27946 <UL>   
27947 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27948 </UL><P>
27949 &lt;End of help on this topic&gt;
27950 </BODY>
27951 </HTML>
27952 ====== h_config_new_thread_blank_subject =====
27953 <HTML>
27954 <HEAD>
27955 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
27956 </HEAD>
27957 <BODY>
27958 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
27960 When this feature is enabled (the default) Alpine will create a new thread
27961 every time that the subject line becomes empty at any time during composition.
27964 This behavior is particularly useful in case you are replying to a message.
27965 Replying to a message causes the message to be in the same thread than the
27966 original message that is being replied to. However, many authors want to create
27967 a new message (in a different thread) while replying to a message, and they do
27968 this by changing the full subject, by first deleting the original subject and
27969 typing the new subject of the current message.
27972 Enabling this feature causes that any time that the subject is deleted, the 
27973 message being composed will be considered the first message of a new thread.
27976 <UL>   
27977 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27978 </UL><P>
27979 &lt;End of help on this topic&gt;
27980 </BODY>
27981 </HTML>
27982 ====== h_config_strip_sigdashes =====
27983 <HTML>
27984 <HEAD>
27985 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
27986 </HEAD>
27987 <BODY>
27988 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
27990 This feature doesn't do anything if the feature
27991 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
27992 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
27993 then turning on this feature enables support for the convention
27994 of not including text beyond the sigdashes line when Replying or Following
27995 up to a message and including the text of that message.
27996 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
27997 mode is enabled and turned on, then Alpine <EM>will</EM>
27998 include the text beyond the special line regardless of the setting of
27999 this feature.
28001 In other words, this is a way to turn on the signature stripping behavior
28002 without also turning on the dashes-adding behavior.
28004 <UL>   
28005 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28006 </UL><P>
28007 &lt;End of help on this topic&gt;
28008 </BODY>
28009 </HTML>
28010 ====== h_config_forward_as_attachment =====
28011 <HTML>
28012 <HEAD>
28013 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
28014 </HEAD>
28015 <BODY>
28016 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
28018 This feature affects the way forwarded message text is handled.  When set, rather than 
28019 include the text of the forwarded message below any additional text you provide in the
28020 composer, the forwarded message is attached in its entirety to the message you send.
28022 This is useful in that it keeps the text you provide in the composer distinct from the
28023 text of the forwarded message.  Similarly, it allows the recipient to 
28024 conveniently operate on the forwarded message.  For example, they might reply directly to
28025 the sender of the forwarded message, or process it as part of a spam report.
28026 <UL>   
28027 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28028 </UL><P>
28029 &lt;End of help on this topic&gt;
28030 </BODY>
28031 </HTML>
28032 ====== h_config_preserve_field =====
28033 <HTML>
28034 <HEAD>
28035 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
28036 </HEAD>
28037 <BODY>
28038 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
28040 This feature affects Alpine's behavior when one replies to a message. 
28041 When you receive a message, some or all of the recipients of the message 
28042 have been added to the To: and Cc: fields. If you reply to such message, 
28043 and this feature is disabled, then the original sender of the message is 
28044 added to the To: field, and all other recipients are added to the Cc: 
28045 field, while your address is added to the From: field.
28048 However, if this feature is enabled, then Alpine will preserve the 
28049 original fields as sent in the original message, so the Cc: and To: 
28050 fields will be preserved. The sender's address will be added to the To: 
28051 field, while your address is added to the From: field.
28054 The behavior of this feature is that replies to all messages will behave 
28055 in the way described above. If you only intend this to happen on a per 
28056 message basis, then keep this feature disabled, and when replying to a 
28057 message you will see a new option in the menu for the &quot;Reply to all 
28058 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
28059 make Alpine toggle its question so you can preserve the To: and Cc: 
28060 fields for that message only.
28062 <UL>   
28063 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28064 </UL><P>
28065 &lt;End of help on this topic&gt;
28066 </BODY>
28067 </HTML>
28068 ====== h_config_sub_lists =====
28069 <HTML>
28070 <HEAD>
28071 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
28072 </HEAD>
28073 <BODY>
28074 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
28076 This feature affects the subcommands available when Saving, 
28077 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
28078 available. This command allows you to type in a substring of the folder
28079 you are looking for and when you type ^X it will display all folders
28080 that contain that substring in their names.
28081 This feature is set by default.
28084 &lt;End of help on this topic&gt;
28085 </BODY>
28086 </HTML>
28087 ====== h_config_scramble_message_id =====
28088 <HTML>
28089 <HEAD>
28090 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
28091 </HEAD>
28092 <BODY>
28093 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
28095 Normally the Message-ID header that Alpine generates when sending a message
28096 contains the name of the computer from which the message is being sent.
28097 Some believe that this hostname could be used by spammers or could
28098 be used by others for nefarious purposes.
28099 If this feature is set, that name will be transformed with a simple
28100 Rot13 transformation.
28101 The result will still have the correct syntax for a Message-ID but the
28102 part of the MessageID that is often a domain name will not be an actual
28103 domain name because the letters will be scrambled.
28105 It is possible (but unlikely?) that some spam detection
28106 software will use that as a reason to reject the mail as spam.
28107 It has also been reported that some spam detection software uses the
28108 fact that there are no dots after the &quot;@&quot; as a reason to reject
28109 messages.
28110 If your PC-Alpine Message-ID is using a name without a dot that is because
28111 that is what Windows thinks is your &quot;Full computer name&quot;.
28112 The method used to set this varies from one type of Windows to another but
28113 check under Settings -> Control Panel -> System and
28114 look for Network Identification or Computer Name or something similar.
28115 How to set it is beyond the scope of Alpine.
28118 &lt;End of help on this topic&gt;
28119 </BODY>
28120 </HTML>
28121 ====== h_downgrade_multipart_to_text =====
28122 <HTML>
28123 <HEAD>
28124 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
28125 </HEAD>
28126 <BODY>
28127 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
28130 This feature affects Alpine's behavior when sending mail.  Internet
28131 standards require Alpine to translate all non-ASCII characters in
28132 messages that it sends using MIME encoding.  This encoding can be
28133 ostensibly broken for recipients if any agent between Alpine and the
28134 recipient, such as an email list expander, appends text to the
28135 message, such as list information or advertising.  When sending such
28136 messages Alpine attempts to protect such encoding by placing extra
28137 MIME boundaries around the message text.
28139 These extra boundaries are invisible to recipients that 
28140 use MIME-aware email programs (the vast majority).  However, if
28141 you correspond with users of email programs that are not MIME-aware,
28142 or do not handle the extra boundaries gracefully, you can
28143 use this feature to prevent Alpine from including the extra
28144 MIME information.  Of course, it will increase the likelihood
28145 that non-ASCII text you send may appear corrupt to the recipient.
28147 &lt;End of help on this topic&gt;
28148 </BODY>
28149 </HTML>
28150 ====== h_config_show_sort =====
28151 <HTML>
28152 <HEAD>
28153 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
28154 </HEAD>
28155 <BODY>
28156 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
28158 If this feature is set and there is sufficient space on the screen,
28159 a short indication of the current sort order will be
28160 added in the titlebar (the top line on the screen), before the name
28161 of the folder.
28162 For example, with the default Arrival sort in effect,
28163 the display would have the characters
28165 <P><CENTER>[A]</CENTER><P>
28167 added between the title of the screen and the folder name.
28168 The letters are the same as the letters you may type to manually
28169 sort a folder with the SortIndex command ($).
28170 The letters in the table below are the ones that may show
28171 up in the titlebar line.
28173 <TABLE>   
28174 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
28175 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
28176 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
28177 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
28178 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
28179 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
28180 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
28181 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
28182 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
28183 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
28184 </TABLE>
28186 If the sort order is Reversed, the letter above will be preceded by the letter
28187 &quot;R&quot;, for example
28189 <P><CENTER>[RS]</CENTER><P>
28191 means that a Reverse Subject sort is in effect.
28192 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
28193 left out, and just an &quot;R&quot; is shown.
28195 <P><CENTER>[R]</CENTER>
28198 &lt;End of help on this topic&gt;
28199 </BODY>
28200 </HTML>
28201 ====== h_config_disable_reset_disp =====
28202 <HTML>
28203 <HEAD>
28204 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
28205 </HEAD>
28206 <BODY>
28207 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
28209 UNIX Alpine only.
28211 This feature affects Alpine's behavior when using
28212 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
28213 Normally, before the display filter is run, the terminal mode is reset
28214 to what it was before you started Alpine.
28215 This may be necessary if the filter requires the use of the terminal.
28216 For example, it may need to interact with you.
28217 If you set this feature, then the terminal mode will not be reset.
28218 One thing that turning on this feature should fix is the coloring of
28219 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
28220 breaks because the terminal reset resets the color state of the terminal.
28223 &lt;End of help on this topic&gt;
28224 </BODY>
28225 </HTML>
28226 ====== h_config_disable_sender =====
28227 <HTML>
28228 <HEAD>
28229 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
28230 </HEAD>
28231 <BODY>
28232 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
28234 This feature affects Alpine's generation of the &quot;Sender:&quot; or
28235 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
28236 header fields.
28237 By default, Alpine will generate such a header in situations where the
28238 username or domain are not the same as
28239 the &quot;From:&quot; header on the message.
28240 With this feature set,
28241 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
28242 This may be desirable on a system that is virtually hosting many domains,
28243 and the sysadmin has other methods available for tracking a message to
28244 its originator.
28246 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
28249 &lt;End of help on this topic&gt;
28250 </BODY>
28251 </HTML>
28252 ====== h_config_use_sender_not_x =====
28253 <HTML>
28254 <HEAD>
28255 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
28256 </HEAD>
28257 <BODY>
28258 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
28260 Normally Alpine adds a header line
28261 labeled &quot;X-X-Sender&quot;, if the sender is
28262 different from the From: line.
28263 The standard specifies that this header
28264 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
28265 Setting this feature causes
28266 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
28268 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
28271 &lt;End of help on this topic&gt;
28272 </BODY>
28273 </HTML>
28274 ====== h_config_use_fk =====
28275 <HTML>
28276 <HEAD>
28277 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
28278 </HEAD>
28279 <BODY>
28280 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
28282 This feature specifies that Alpine will respond to function keys instead of
28283 the normal single-letter commands. In this mode, the key menus at the
28284 bottom of each screen will show function key designations instead of the
28285 normal mnemonic key.
28288 &lt;End of help on this topic&gt;
28289 </BODY>
28290 </HTML>
28291 ====== h_config_cancel_confirm =====
28292 <HTML>
28293 <HEAD>
28294 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
28295 </HEAD>
28296 <BODY>
28297 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
28299 This feature affects what happens when you type ^C to cancel a composition.
28300 By default, if you attempt to cancel a composition by typing ^C, you will be
28301 asked to confirm the cancellation by typing a &quot;C&quot;
28302 for <EM>C</EM>onfirm.
28303 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
28304 risky because the &quot;^C Y&quot; needed to cancel a message
28305 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
28307 If this feature is set the confirmation asked for
28308 will be a &quot;<EM>Y</EM>es&quot;
28309 instead of a &quot;<EM>C</EM>onfirm&quot; response.
28312 &lt;End of help on this topic&gt;
28313 </BODY>
28314 </HTML>
28315 ====== h_config_compose_maps_del =====
28316 <HTML>
28317 <HEAD>
28318 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
28319 </HEAD>
28320 <BODY>
28321 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
28323 This feature affects the behavior of the DELETE key.
28324 If set, Delete will be equivalent to ^D, and delete
28325 the current character.  Normally Alpine defines the Delete key
28326 to be equivalent to ^H, which deletes the <EM>previous</EM>
28327 character.
28330 &lt;End of help on this topic&gt;
28331 </BODY>
28332 </HTML>
28333 ====== h_config_compose_bg_post =====
28334 <HTML>
28335 <HEAD>
28336 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
28337 </HEAD>
28338 <BODY>
28339 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
28341 This feature affects the behavior of Alpine's mail sending.  If set, this
28342 feature enables a subcommand in the composer's "Send?" confirmation
28343 prompt.  The subcommand allows you to tell Alpine to handle the actual
28344 posting in the background.  While this feature usually allows posting
28345 to appear to happen very fast, it has no affect on the actual delivery
28346 time it takes a message to arrive at its destination.
28349 Please Note:
28350 <OL>
28351  <LI>This feature will have no effect if the feature
28352        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
28353        is set.
28354  <LI>This feature isn't supported on all systems.  All DOS and Windows,
28355        as well as several Unix ports, do not recognize this feature.
28356  <LI>Error handling is significantly different when this feature is
28357         enabled.  Any message posting failure results in the message
28358         being appended to your &quot;Interrupted&quot; mail folder.  When you
28359         type the <A HREF="h_common_compose">C</A>ompose command,
28360         Alpine will notice this folder and
28361         offer to extract any messages contained.  Upon continuing a 
28362         failed message, Alpine will display the nature of the failure 
28363         in the status message line.
28364  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
28365         for message data to
28366         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
28367         if you typically run close to any sort of disk-space limits or quotas.
28368 </OL>
28370 &lt;End of help on this topic&gt;
28371 </BODY>
28372 </HTML>
28373 ====== h_config_compose_dsn =====
28374 <HTML>
28375 <HEAD>
28376 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
28377 </HEAD>
28378 <BODY>
28379 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
28381 This feature affects the behavior of Alpine's mail sending.  If set, this
28382 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
28383 prompt.  The subcommand allows you to tell Alpine to request the type of
28384 Delivery Status Notification (DSN) that you would like.  Most users will
28385 be happy with the default, and need not enable this feature.
28387 If the feature
28388 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
28389 then this feature has no effect and the type of DSN is not selectable.
28392 Turning on this feature and then turning on the DSNOpts from the send
28393 prompt reveals four on-off toggles at the bottom of the screen.
28394 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
28395 that no notification be returned to you, even if there is a delivery
28396 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
28397 server that you are willing (or not) to receive delay notifications, which
28398 happen when there is an unusual delay at some mail server (in that mail
28399 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
28400 Success requests that you be sent a DSN message when the message is
28401 successfully delivered to the recipients mailbox.  Setting NoErrRets will
28402 automatically turn off Delay and Success notification, and will flip the
28403 toggles to show that.  Similarly, turning on Delay and/or Success will
28404 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
28405 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
28406 the full message be returned in any failed DSN.  RetHdrs requests that
28407 only the headers be returned in any failed DSN.  Notice that this command
28408 applies only to failed delivery status reports.  For delay or success
28409 reports, the full message is never returned, only the headers are returned.
28412 If you don't enable the DSN feature or if you don't turn it on for a
28413 particular message, the default is that you will be notified about failures,
28414 you might be notified about delays, and you won't be notified about
28415 successes.  You will usually receive the full message back when there is
28416 a failure.
28419 If you turn on the DSNOpts the default is to return as much information as
28420 possible to you.  That is, by default, the Success and Delay options are
28421 turned on and the full message will be returned on failure.
28424 The sending prompt will display the current DSN request (if any) in a
28425 shorthand form.  It will be:
28427 <P><CENTER>[Never]</CENTER>
28430 if you have requested NoErrRets.  Otherwise, it will look something like:
28432 <P><CENTER>[FDS-Hdrs]</CENTER>
28435 The &quot;F&quot; will always be there, indicating that you will be notified
28436 of failures.  (Alpine doesn't provide a way to request no failure notification
28437 and at the same time request either success or delay notification.  The only
28438 way to request no failure notifications is to request no notifications at
28439 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
28440 requested Delay and/or Success notification.  If one of those is missing,
28441 that means you are requesting no notification of the corresponding type.
28442 After the dash it will say either Hdrs or Full.  Hdrs means to return only
28443 the headers and Full means to return the full message (applies to
28444 failure notifications only).
28447 NOTE: This feature relies on your system's mail transport agent or
28448 configured
28449 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
28450 having the negotiation mechanism introduced in
28451 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
28452 &quot;Delivery Status Notification&quot; (DSN).  If the mail tranport agent you
28453 are using doesn't support DSN, a short warning will be shown to you on
28454 the message line at the bottom of the screen after you send your message,
28455 but your message will have been sent anyway.
28458 Note that DSNs don't provide a mechanism to request read receipts.  That
28459 is, if you request notification on success you are notified when the
28460 message is delivered to the mailbox, not when the message is read.
28463 ESMTP allows for graceful migration to upgraded mail transfer agents, but
28464 it is possible that this feature might cause problems for some servers. 
28467 &lt;End of help on this topic&gt;
28468 </BODY>
28469 </HTML>
28470 ====== h_config_auto_zoom =====
28471 <HTML>
28472 <HEAD>
28473 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
28474 </HEAD>
28475 <BODY>
28476 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
28478 This feature affects the behavior of the Select command.
28479 If set, the select command will automatically perform a zoom
28480 after the select is complete.
28481 This feature is set by default.
28483 Some related help topics are
28484 <UL>
28485 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28486 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28487 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28488 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
28489 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28490 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28491 </UL>
28494 &lt;End of help on this topic&gt;
28495 </BODY>
28496 </HTML>
28497 ====== h_config_auto_unzoom =====
28498 <HTML>
28499 <HEAD>
28500 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
28501 </HEAD>
28502 <BODY>
28503 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
28505 This feature affects the behavior of the Apply command.  If set, and if
28506 you are currently looking at a Zoomed Index view of selected messages,
28507 the Apply command will do the operation you specify, but then will
28508 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
28509 the normal Index view after the Apply. 
28510 This feature is set by default.
28513 Some related help topics are
28514 <UL>
28515 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28516 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28517 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28518 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28519 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28520 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28521 </UL>
28523 &lt;End of help on this topic&gt;
28524 </BODY>
28525 </HTML>
28526 ====== h_config_auto_unselect =====
28527 <HTML>
28528 <HEAD>
28529 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
28530 </HEAD>
28531 <BODY>
28532 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
28534 This feature affects the behavior of the Apply command.  If set,
28535 the Apply command will do the operation you specify, but then will
28536 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
28537 the normal Index view after the Apply. 
28540 Some related help topics are
28541 <UL>
28542 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28543 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28544 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28545 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28546 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
28547 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28548 </UL>
28550 &lt;End of help on this topic&gt;
28551 </BODY>
28552 </HTML>
28553 ====== h_config_fast_recent =====
28554 <HTML>
28555 <HEAD>
28556 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
28557 </HEAD>
28558 <BODY>
28559 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
28561 This feature controls the behavior of the TAB key when traversing folders
28562 in the optional 
28563 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
28564 collection or in optional <!--#echo var="VAR_news-collections"-->.
28567 When the TAB
28568 (<A HREF="h_common_nextnew">NextNew</A>)
28569 key is pressed, the default behavior is to
28570 explicitly examine the status of the folder for the number of recent
28571 messages (messages delivered since the last time it was viewed).
28572 Depending on the size and number of messages in the folder, this test
28573 can be time consuming.
28576 Enabling this feature will cause Alpine to only test for the existence of
28577 any recent messages rather than to obtain the count.  This is much faster
28578 in many cases.  The downside is that you're not given the number of recent
28579 messages when prompted to view the next folder.
28580 If the feature
28581 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
28582 is turned on, then the present feature will have no effect.
28585 <UL>   
28586 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28587 </UL><P>
28588 &lt;End of help on this topic&gt;
28589 </BODY>
28590 </HTML>
28591 ====== h_config_arrow_nav =====
28592 <HTML>
28593 <HEAD>
28594 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
28595 </HEAD>
28596 <BODY>
28597 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
28599 This feature controls the behavior of the left and right arrow keys.
28600 If set, the left and right arrow keys will operate like the usual
28601 navigation keys &lt; and &gt;.
28602 This feature is set by default.
28605 If you set this feature, and do not like the changed behavior of the up/down 
28606 arrow 
28607 keys when navigating through the FOLDER LIST screen -- 
28608 <B>first</B> from column to column, if more than one folder is 
28609 displayed per row, 
28610 and <B>then</B> from row to row -- you may either also wish to set the feature 
28611 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
28612 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
28613 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
28614 folders in each column.
28616 <UL>   
28617 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28618 </UL><P>
28619 &lt;End of help on this topic&gt;
28620 </BODY>
28621 </HTML>
28622 ====== h_config_relaxed_arrow_nav =====
28623 <HTML>
28624 <HEAD>
28625 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
28626 </HEAD>
28627 <BODY>
28628 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
28630 This feature controls the behavior of the left, right, up and down
28631 arrow keys in the FOLDER LIST screen when the &quot;<A
28632 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
28633 set.
28634 This feature is set by default.
28638 When this feature is set, the left and right
28639 arrow keys in the FOLDER LIST screen
28640 move the highlight bar to the left or right, and the up and
28641 down arrows move it up or down.
28644 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
28645 feature is not set;
28646 the left and right arrow keys in the Folder List screen strictly
28647 track the commands bound to the '&lt;' and '&gt;' keys, and the up
28648 and down arrow keys move the highlight bar to the previous and next
28649 folder or directory name.
28652 <UL>   
28653 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28654 </UL><P>
28655 &lt;End of help on this topic&gt;
28656 </BODY>
28657 </HTML>
28658 ====== h_config_alt_compose_menu =====
28659 <HTML>
28660 <HEAD>
28661 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
28662 </HEAD>
28663 <BODY>
28664 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
28666 This feature controls the menu that is displayed when Compose is selected.
28667 If set, a list of options will be presented, with each option representing
28668 the type of composition that could be used. This feature is most useful for
28669 users who want to avoid being prompted with each option separately, or who
28670 want to avoid the checking of remote postponed or form letter folders.
28671 The possible types of composition are:
28674 New, for starting a new composition. Note that if New is selected and roles
28675 are set, roles are checked for matches and applied according to the setting
28676 of the matching role.
28679 Interrupted, for continuing an interrupted composition. This option is only
28680 offered if an interrupted message folder is detected.
28683 Postponed, for continuing postponed compositions. This option is offered
28684 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
28685 the postponed folder actually exists. This option is especially handy
28686 for avoiding having to check for the existence of a remote postponed folder.
28689 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
28690 is set in the config, and is not checked for existence for reasons similar
28691 to those explained by the postponed option.
28694 setRole, for selecting a role to apply to a composition.
28697 &lt;End of help on this topic&gt;
28698 </BODY>
28699 </HTML>
28700 ====== h_config_alt_role_menu =====
28701 <HTML>
28702 <HEAD>
28703 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
28704 </HEAD>
28705 <BODY>
28706 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
28708 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
28709 a role and compose a new message using that role.
28710 When this feature is set, the role command will first ask whether you want to
28711 Compose a new message, Forward the current message, Reply to the
28712 current message, or Bounce the current message.
28713 If you are not in the MESSAGE INDEX and are not viewing a message,
28714 then there is no current message and the question will be skipped.
28715 After you have chosen to Compose, Forward, Reply, or Bounce you will
28716 then choose the role to be used.
28718 When Bouncing the &quot;Set From&quot; address is used for the
28719 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
28720 provided that the option
28721 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
28722 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
28723 set.
28724 Other actions of the role are ignored when Bouncing.
28727 &lt;End of help on this topic&gt;
28728 </BODY>
28729 </HTML>
28730 ====== h_config_always_spell_check =====
28731 <HTML>
28732 <HEAD>
28733 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
28734 </HEAD>
28735 <BODY>
28736 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
28738 When this feature is set, every composed message will be spell-checked before
28739 being sent.
28741 &lt;End of help on this topic&gt;
28742 </BODY>
28743 </HTML>
28744 ====== h_config_quell_asterisks =====
28745 <HTML>
28746 <HEAD>
28747 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
28748 </HEAD>
28749 <BODY>
28750 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
28752 When you are running Alpine you will sometimes be asked for a password
28753 in a prompt on the third line from the bottom of the screen.
28754 Normally each password character you type will cause an asterisk to echo
28755 on the screen. That gives you some feedback to know that your typing is
28756 being recognized.
28757 There is a very slight security risk in doing it this way because someone
28758 watching over your shoulder might be able to see how many characters there
28759 are in your password.
28760 If you'd like to suppress the echoing of the asterisks set this feature.
28762 &lt;End of help on this topic&gt;
28763 </BODY>
28764 </HTML>
28765 ====== h_config_quell_flowed_text =====
28766 <HTML>
28767 <HEAD>
28768 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
28769 </HEAD>
28770 <BODY>
28771 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
28773 Alpine generates flowed text where possible.
28774 The method for generating flowed text is defined by
28775 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
28776 the benefit of doing so is
28777 to send message text that can properly be viewed both on normal width displays
28778 and on displays with smaller or larger than normal screen widths.
28779 With flowed text, a space at the end of a line tells the receiving mail
28780 client that the following line belongs to the same paragraph.
28781 Quoted text will also be affected, with only the innermost
28782 level of &quot;&gt;&quot; quoting being followed by a space.
28783 However, if you have changed the
28784 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
28785 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
28786 quoted text will not be flowed.
28787 For this reason, we recommend that you leave your
28788 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
28790 This feature turns off the generation of flowed text, as it might be
28791 desired to more tightly control how a message is displayed on the receiving end.
28793 If this feature is <EM>not</EM> set, you can control on a message by message
28794 basis whether or not flowed text is generated.
28795 You do this by typing ^V at the Send confirmation prompt that you get
28796 after typing ^X to send a message.
28797 ^V is a toggle that turns flowing off and back on if typed again.
28798 If for some reason flowing cannot be done on a particular message, then the
28799 ^V command will not be available.
28800 This would be the case, for example, if this feature was set, or if your
28801 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
28802 If the feature
28803 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
28804 then the opportunity to control on a message by message basis
28805 whether or not flowed text is generated is lost.
28807 When this feature is not set and you have typed ^V to turn off flowing,
28808 the Send confirmation prompt will change to look like
28810 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
28812 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
28813 also turn off the sending of flowed text messages, but it differs in that
28814 it also trims all trailing white space from a message before sending it.
28816 If alternate editors are used extensively, be aware that a message will still
28817 be sent flowed if this feature is unset.  In most cases this will be fine,
28818 but if the editor has a &quot;flowed text&quot; mode, it would be best to
28819 use that.
28821 &lt;End of help on this topic&gt;
28822 </BODY>
28823 </HTML>
28824 ====== h_config_strip_ws_before_send =====
28825 <HTML>
28826 <HEAD>
28827 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
28828 </HEAD>
28829 <BODY>
28830 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
28832 By default, trailing whitespace is not stripped from
28833 a message before sending.  Trailing whitespace should have no effect on an
28834 email message, and in flowed text can aid in delimiting paragraphs.
28835 However, the old behavior of stripping trailing whitespace was in place
28836 to better deal with older clients that couldn't handle certain types of
28837 text encodings.  This feature restores the old behavior
28839 Trailing whitespace is of aid to flowed-text-formatted messages, which are
28840 generated by default but can be turned off via the
28841 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
28842 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
28843 of flowed text.
28845 &lt;End of help on this topic&gt;
28846 </BODY>
28847 </HTML>
28848 ====== h_config_del_from_dot =====
28849 <HTML>
28850 <HEAD>
28851 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
28852 </HEAD>
28853 <BODY>
28854 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
28856 This feature controls the behavior of the Ctrl-K command in the composer.
28857 If set, ^K will cut from the current cursor position to the end of the line,
28858 rather than cutting the entire line.
28861 &lt;End of help on this topic&gt;
28862 </BODY>
28863 </HTML>
28864 ====== h_config_print_index =====
28865 <HTML>
28866 <HEAD>
28867 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
28868 </HEAD>
28869 <BODY>
28870 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
28872 This feature controls the behavior of the Print command when in the
28873 MESSAGE INDEX screen.  If set, the print command will give you a prompt
28874 asking if you wish to print the message index, or the currently highlighted
28875 message. If not set, the message will be printed.
28878 &lt;End of help on this topic&gt;
28879 </BODY>
28880 </HTML>
28881 ====== h_config_allow_talk =====
28882 <HTML>
28883 <HEAD>
28884 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
28885 </HEAD>
28886 <BODY>
28887 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
28889 UNIX Alpine only.
28891 By default, permission for others to &quot;talk&quot; to your terminal is turned
28892 off when you are running Alpine.  When this feature is set, permission is
28893 instead turned on.  If enabled, you may see unexpected messages in the
28894 middle of your Alpine screen from someone attempting to contact you via the
28895 &quot;talk&quot; program.
28898 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
28899 talk daemon on your system will attempt to print a message on your screen 
28900 when someone else is trying to contact you.  If you wish to see these
28901 messages while you are running Alpine, you should enable this feature.
28904 If you do enable this feature and see a &quot;talk&quot; message, you must 
28905 suspend or quit Alpine before you can respond.
28908 &lt;End of help on this topic&gt;
28909 </BODY>
28910 </HTML>
28911 ====== h_config_send_filter_dflt =====
28912 <HTML>
28913 <HEAD>
28914 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
28915 </HEAD>
28916 <BODY>
28917 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
28918 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
28919 configured, setting this feature will cause
28920 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
28921 instead of unfiltered, the usual default.
28923 <UL>   
28924 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28925 </UL><P>
28926 &lt;End of help on this topic&gt;
28927 </BODY>
28928 </HTML>
28929 ====== h_config_custom_print =====
28930 <HTML>
28931 <HEAD>
28932 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
28933 </HEAD>
28934 <BODY>
28935 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
28937 When this feature is set, the print command will have an additional
28938 subcommand called "C CustomPrint".  If selected, you will have
28939 the opportunity to enter any system print command --instead of being 
28940 restricted to using those that have been previously configured in the 
28941 printer setup menu.
28944 &lt;End of help on this topic&gt;
28945 </BODY>
28946 </HTML>
28947 ====== h_config_enable_dot_files =====
28948 <HTML>
28949 <HEAD>
28950 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
28951 </HEAD>
28952 <BODY>
28953 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
28955 When this feature is set, files beginning with dot (".") will be
28956 visible in the file browser.  For example, you'll be able to select them
28957 when using the browser to add an attachment to a message.
28959 &lt;End of help on this topic&gt;
28960 </BODY>
28961 </HTML>
28962 ====== h_config_enable_dot_folders =====
28963 <HTML>
28964 <HEAD>        
28965 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
28966 </HEAD>
28967 <BODY>
28968 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
28970 When this feature is set, folders beginning with dot (".") may be added
28971 and viewed.
28973 &lt;End of help on this topic&gt;
28974 </BODY>
28975 </HTML>
28976 ====== h_config_ff_between_msgs =====
28977 <HTML>
28978 <HEAD>
28979 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
28980 </HEAD>
28981 <BODY>
28982 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
28984 Setting this feature causes a formfeed to be printed between messages when
28985 printing multiple messages (with Apply Print command).
28987 &lt;End of help on this topic&gt;
28988 </BODY>
28989 </HTML>
28990 ====== h_config_blank_keymenu =====
28991 <HTML>
28992 <HEAD>
28993 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
28994 </HEAD>
28995 <BODY>
28996 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
28998 If this feature is set the command key menu that normally appears on the
28999 bottom two lines of the screen will not usually be there.  Asking for
29000 help with ^G or ? will cause the key menu to appear instead of causing
29001 the help message to come up.  If you want to actually see the help text,
29002 another ^G or ? will show it to you.  After the key menu has popped
29003 up with the help key it will remain there for an O for Other command but
29004 disappear if any other command is typed.
29006 &lt;End of help on this topic&gt;
29007 </BODY>
29008 </HTML>
29009 ====== h_config_enable_mouse =====
29010 <HTML>
29011 <HEAD>
29012 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
29013 </HEAD>
29014 <BODY>
29015 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
29017 This feature controls whether or not an X terminal mouse can be used with
29018 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
29019 being used, the left mouse button on the mouse can be used to select text
29020 or commands.
29021 Clicking on a command at the bottom of the screen will behave as if you had
29022 typed that command.
29023 Clicking on an index line will move the current message highlight to
29024 that line.
29025 Double-clicking on an index line will view the message.
29026 Double-clicking on a link will view the link.
29028 This type of mouse support will also work in some terminal emulators which are
29029 not actually X terminals, but which have extra code to support the xterm
29030 style mouse.
29031 For those emulators you not only need to turn this feature on but you also
29032 have to set the $DISPLAY environment variable even though it isn't needed
29033 for your terminal.
29034 That will cause Alpine to think that it is an xterm and to properly interpret the
29035 escape sequences sent by the mouse.
29037 Note: if this feature is set, the behavior of X terminal cut-and-paste is
29038 also modified.  It is sometimes possible to hold the shift key down while clicking
29039 left or middle mouse buttons for the normal xterm cut/paste operations. 
29040 There is also an Alpine command to toggle this mode on or off.
29041 The command is Ctrl-&#92; (Control-backslash).
29043 &lt;End of help on this topic&gt;
29044 </BODY>
29045 </HTML>
29046 ====== h_config_enable_xterm_newmail =====
29047 <HTML>
29048 <HEAD>        
29049 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
29050 </HEAD>
29051 <BODY>
29052 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
29054 This feature controls whether or not Alpine will attempt to announce new
29055 mail arrival when it is running in an X terminal window and that window
29056 is iconified.  If set, and the $DISPLAY variable indicates that an X
29057 terminal is being used, Alpine will send appropriate escape sequences to
29058 the X terminal to modify the label on Alpine's icon to indicate that new
29059 mail has arrived. Alpine will also modify the Alpine window's title to
29060 indicate new mail.
29061 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
29063 &lt;End of help on this topic&gt;
29064 </BODY></HTML>
29065 ====== h_config_enable_newmail_short_text =====
29066 <HTML>
29067 <HEAD>        
29068 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
29069 </HEAD>
29070 <BODY>
29071 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
29073 This feature controls the text to be displayed in an icon in the event
29074 of a new message arrival.  Normally, the message will
29075 be the one that is displayed on the screen.  This feature shortens the
29076 message to a count of the number of new messages in brackets.  This may be
29077 more useful for those who use the window's title bar in the task bar as a
29078 new mail indicator.  This feature is only useful if the
29079 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
29080 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
29081 feature, this feature is only relevant when run in an xterm environment.
29083 &lt;End of help on this topic&gt;
29084 </BODY></HTML>
29085 ====== h_config_copy_to_to_from =====
29086 <HTML>
29087 <HEAD>
29088 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
29089 </HEAD>
29090 <BODY>
29091 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
29093 This feature affects the From address used when Replying to a message.
29094 It is probably only useful if you have some
29095 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29096 defined.
29097 When enabled, it checks to see if any of the addresses in the To or Cc
29098 fields of the message you are replying to is one of your addresses.
29099 If it is, and there is only one of them, then that address is used as
29100 the From address in the message you are composing.
29101 In other words, you will be using a From address that is the same
29102 as the To address that was used to get the mail to you in the first place.
29105 If a role is being used and it has a From address defined, that From address will
29106 be used rather than the one derived from this feature.
29109 <UL>   
29110 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29111 </UL><P>
29112 &lt;End of help on this topic&gt;
29113 </BODY>
29114 </HTML>
29115 ====== h_config_prefix_editing =====
29116 <HTML>
29117 <HEAD>
29118 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
29119 </HEAD>
29120 <BODY>
29121 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
29123 This feature affects the Reply command's &quot;Include original message
29124 in Reply?&quot; prompt.  When enabled, it causes the
29125 &quot;Edit Indent String&quot; sub-command to appear which allows 
29126 you to edit the string Alpine would otherwise use to denote included 
29127 text from the message being replied to.<P>
29129 Thus, you can change Alpine's default message quote character (usually
29130 an angle bracket) on a per message basis. So you could change your quoted message to
29131 look, for example, like this:<p>
29133 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
29135 John: I just wanted to say hello and to congratulate you
29136 John: on a job well done!</pre><p>
29138 The configuration option
29139 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29140 may be used to change what appears as the default string to be edited.
29142 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
29143 currently being replied to.
29145 If you change your <!--#echo var="VAR_reply-indent-string"-->
29146 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29147 quoted text will not be flowed
29148 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
29149 when you reply.
29150 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
29151 set to the default value.
29153 <UL>   
29154 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29155 </UL><P>
29156 &lt;End of help on this topic&gt;
29157 </BODY>
29158 </HTML>
29159 ====== h_config_enable_search_and_repl =====
29160 <HTML>
29161 <HEAD>
29162 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
29163 </HEAD>
29164 <BODY>
29165 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
29167 This feature modifies the behavior of Alpine's composer.  Setting this
29168 feature causes Alpine to offer the "^R Replace" subcommand, which
29169 allows you to search and replace text strings in a message you are composing, 
29170 inside the "^W Where is" command.  
29174 To search and replace text, first enter the text to be replaced at the 
29175 "Search: " prompt.  Then, rather than pressing Enter to just search for that
29176 text, press ^R, which turns the prompt into 
29180 Search (to replace): 
29184 and then press Enter.  The cursor will highlight the first occurrence 
29185 of the text string you entered, and the prompt will show: 
29189 Replace "<your text string>" with : 
29193 where <your text string> is what you entered at the previous prompt;
29194 here, enter the replacement text.  To only replace the highlighted 
29195 occurrence, simply press Enter now; to replace all occurrences in the 
29196 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
29197 each replacement.
29201 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
29202 ^X toggles between "Replace All" and "Replace One."
29206 If you previously searched for text in a message, it will be offered for 
29207 re-use as part of the prompt, shown in [ ] brackets.
29210 &lt;End of help on this topic&gt;
29211 </BODY>
29212 </HTML>
29213 ====== h_config_enable_view_attach =====
29214 <HTML>
29215 <HEAD>
29216 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
29217 </HEAD>
29218 <BODY>
29219 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
29221 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29222 Setting this feature causes Alpine to present attachments in boldface.
29223 The first available attachment is displayed in inverse.  This is the
29224 "selected" attachment.  Pressing RETURN will cause Alpine to display
29225 the selected attachment.  Use the arrow keys to change which of the
29226 attachments displayed in boldface is the current selection.
29230 Speaking of arrow keys, the Up and Down Arrows will select the next
29231 and previous attachments if one is available on the screen for selection.
29232 Otherwise, they will simply adjust the viewed text one line up or down.
29236 Similarly, when selectable items are present in a message, the Ctrl-F key
29237 can be used to select the next item in the message independent of which
29238 portion of the viewed message is currently displayed. The Ctrl-B key can
29239 be used to select the previous item in the same way. 
29240 <P> 
29241 &lt;End of help on this topic&gt;
29242 </BODY>
29243 </HTML>
29244 ====== h_config_enable_y_print =====
29245 <HTML>
29246 <HEAD>
29247 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
29248 </HEAD>
29249 <BODY>
29250 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
29252 This feature modifies the behavior of Alpine's Print command.
29254 By default, Alpine's print command is available by pressing the "%" key.  
29255 (This command is a substantial change from Pine versions before 4.00 -- 
29256 where the print command was "Y" -- based on numerous complaints about 
29257 printing being invoked inadvertently, since Y also means "Yes.")  
29261 This feature is supplied to mitigate any disruption or anxiety users 
29262 might feel as a result of this change.  
29266 Enabling this feature will cause Alpine to recognize both the old
29267 command, "Y" for Prynt, as well the new "%" method for invoking
29268 printing.  Note, key menu labels are not changed as a result of
29269 enabling this feature.
29273 &lt;End of help on this topic&gt;
29274 </BODY>
29275 </HTML>
29276 ====== h_config_enable_lessthan_exit =====
29277 <HTML>
29278 <HEAD>
29279 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
29280 </HEAD>
29281 <BODY>
29282 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
29284 If this feature is set, then on screens where there is an Exit command
29285 but no < command, the < key will perform the same function as the Exit
29286 command.
29287 This feature is set by default.
29289 &lt;End of help on this topic&gt;
29290 </BODY>
29291 </HTML>
29292 ====== h_config_enable_view_url =====
29293 <HTML>
29294 <HEAD>
29295 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
29296 </HEAD>
29297 <BODY>
29298 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
29299 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29300 When this feature is set (the default) Alpine will select possible URLs from the
29301 displayed text and display them in boldface for selection.
29303 The first available URL is displayed in inverse.  This is the
29304 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
29305 the selected URL via either built-in means as with mailto:, imap:,
29306 news:, and nntp:, or via an external application as defined
29307 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29308 variable.
29310 Use the arrow keys to change which of the URLs displayed in boldface
29311 is the current selection.
29313 Speaking of arrow keys, the Up and Down Arrows will select the next
29314 and previous URL if one is available on the screen for selection (unless 
29315 you have set the feature 
29316 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
29317 Otherwise, they will simply adjust the viewed text one line up or down.
29319 Similarly, when selectable items are present in a message, the Ctrl-F
29320 key can be used to select the next item in the message independent
29321 of which portion of the viewed message is currently displayed. The
29322 Ctrl-B key can be used to select the previous item in the same way.
29324 <UL>   
29325 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29326 </UL><P>
29327 &lt;End of help on this topic&gt;
29328 </BODY>
29329 </HTML>
29330 ====== h_config_enable_view_web_host =====
29331 <HTML>
29332 <HEAD>
29333 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
29334 </HEAD>
29335 <BODY>
29336 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
29338 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29339 When this feature is set (the default) Alpine will select possible web hostnames
29340 from the displayed text and display them in boldface for selection.  
29341 This can be useful when you receive messages referencing World Wide Web 
29342 sites without the use of complete URLs; for example, specifying only 
29343 &quot;www.patches.freeiz.com/alpine/&quot; (which will <B>not</B> become a 
29344 selectable 
29345 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
29346 rather than explicitly
29347 &quot;http://www.patches.freeiz.com/alpine/&quot;.  
29349 The first available hostname is displayed in inverse.  This is the
29350 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
29351 the selected hostname via an external application as defined
29352 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29353 variable.
29355 Use the arrow keys (unless you have set the feature 
29356 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
29357 to change which of the hostnames displayed in
29358 boldface is the current selection.
29360 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29361 key can be used to select the next web hostname in the message independent
29362 of which portion of the viewed message is currently displayed. The
29363 Ctrl-B key can be used to select the previous web hostnames in the same way.
29365 <UL>   
29366 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29367 </UL><P>
29368 &lt;End of help on this topic&gt;
29369 </BODY>
29370 </HTML>
29371 ====== h_config_enable_view_addresses =====
29372 <HTML>
29373 <HEAD>
29374 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
29375 </HEAD>
29376 <BODY>
29377 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
29379 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29380 Setting this feature causes Alpine to select possible email addresses
29381 from the displayed text and display them in boldface for selection.  
29384 The first available email address is displayed in inverse.  This is the
29385 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
29386 the message composition screen with the To: field filled in with the
29387 selected address.
29389 Use the arrow keys (unless you have set the feature 
29390 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
29391 to change which of the hostnames displayed in
29392 boldface is the current selection.
29394 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29395 key can be used to select the next web hostname in the message independent
29396 of which portion of the viewed message is currently displayed. The
29397 Ctrl-B key can be used to select the previous web hostnames in the same way.
29399 <UL>   
29400 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29401 </UL><P>
29402 &lt;End of help on this topic&gt;
29403 </BODY>
29404 </HTML>
29405 ====== h_config_enable_view_arrows =====
29406 <HTML>
29407 <HEAD>
29408 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
29409 </HEAD>
29410 <BODY>
29411 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
29413 This feature modifies Up and Down arrow key behavior in Alpine's
29414 MESSAGE TEXT screen when selectable Attachments, URL's, or
29415 web-hostnames are presented. Alpine's usual behavior is to move to
29416 the next or previous selectable item if currently displayed or
29417 simply to adjust the screen view by one line.
29421 Setting this feature causes the UP and Down arrow key to behave as
29422 if no selectable items were present in the message.
29426 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
29427 item) functionality is unchanged.
29430 &lt;End of help on this topic&gt;
29431 </BODY>
29432 <HTML>
29433 ====== h_config_quell_charset_warning =====
29434 <HTML>
29435 <HEAD>
29436 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
29437 </HEAD>
29438 <BODY>
29439 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
29441 By default, if the message you are viewing contains characters that are
29442 not representable in your
29443 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
29444 then Alpine will
29445 add a warning to the start of the displayed text.
29446 If this option is set, then that editorial message will be suppressed.
29448 Setting this feature also suppresses the comment about the character set
29449 in header lines.
29450 For example, when viewing a message you might see
29452 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
29454 in the From header if your Character-Set is something other than ISO-8859-2.
29455 If you set this feature, the comment about the character set will
29456 no longer be there.
29458 &lt;End of help on this topic&gt;
29459 </BODY>
29460 </HTML>
29461 ====== h_config_quell_host_after_url =====
29462 <HTML>
29463 <HEAD>
29464 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
29465 </HEAD>
29466 <BODY>
29467 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
29469 By default, links in HTML text are displayed with the host the link
29470 references appended, within square brackets, to the link text.  Alpine
29471 does this to help indicate where a link will take you, particularly when
29472 the link text might suggest a different destination.
29475 Setting this feature will prevent the server name from being appended
29476 to the displayed text.
29479 &lt;End of help on this topic&gt;
29480 </BODY>
29481 </HTML>
29482 ====== h_config_prefer_plain_text =====
29483 <HTML>
29484 <HEAD>
29485 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
29486 </HEAD>
29487 <BODY>
29488 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
29490 A message being viewed may contain alternate versions of the same content.
29491 Those alternate versions are supposed to be ordered by the sending software such that the
29492 first alternative is the least preferred and the last alternative is the
29493 most preferred. Alpine will normally display the most-preferred version that
29494 it knows how to display. This is most often encountered where the two
29495 alternate versions are a plain text version and an HTML version, with the
29496 HTML version listed last as the most preferred.
29498 If this option is set, then any plain text version will be preferred to
29499 all other versions.
29501 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
29502 which will temporarily change the sense of this option.
29503 If this option is set you will first see the plain text version of a
29504 message.
29505 If you then type the &quot;A&quot; command, you will see the most preferred version,
29506 most likely HTML, instead.
29507 Typing the &quot;A&quot; command a second time will switch it back.
29508 Alternatively, if the present option is not set you will originally see
29509 the most preferred version of the message and typing &quot;A&quot; will switch to
29510 the plain text version.
29512 &lt;End of help on this topic&gt;
29513 </BODY>
29514 </HTML>
29515 ====== h_config_pass_control =====
29516 <HTML>
29517 <HEAD>
29518 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
29519 </HEAD>
29520 <BODY>
29521 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
29523 It is probably not useful to set this option.
29524 This is a legacy option left behind &quot;just in case&quot;.
29525 Multi-byte characters that have an octet that has the same
29526 value as a control character are permitted through whether or not
29527 this option is turned on.
29529 This feature controls how certain characters contained in messages are
29530 displayed.
29531 If set, all characters in a message will be sent to the
29532 screen. Normally, control characters are displayed as shown below to
29533 avoid a garbled screen and to 
29534 avoid inadvertently changing terminal setup parameters.
29535 Control characters are usually displayed as two character sequences like
29536 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
29537 for Control-C,
29538 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
29539 for ESCAPE,
29540 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
29541 for DELETE, and
29542 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
29543 for the character with value 133 (0x85).
29544 (The DEL character is displayed as ^?, regular control characters are displayed
29545 as the character ^ followed by the character obtained by adding the
29546 five low-order bits of the character to 0x40, and the C1
29547 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
29548 character obtained by adding the
29549 five low-order bits of the character to 0x40.)
29550 Sometimes, in cases where changing a single control character into a
29551 two-character sequence would confuse Alpine's display routines,
29552 a question mark is substituted for the control character.
29554 If you wish to filter out regular control characters but pass the
29555 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
29556 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.
29558 &lt;End of help on this topic&gt;
29559 </BODY>
29560 </HTML>
29561 ====== h_config_pass_c1_control =====
29562 <HTML>
29563 <HEAD>
29564 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
29565 </HEAD>
29566 <BODY>
29567 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
29569 It is probably not useful to set this option.
29570 This is a legacy option left behind &quot;just in case&quot;.
29571 Multi-byte characters that have an octet that has the same
29572 value as a control character are permitted through whether or not
29573 this option is turned on.
29575 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
29576 is set, then this feature has no effect.
29577 However, if you wish to filter out regular control characters but pass the
29578 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
29579 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
29580 unset and set this feature.
29582 &lt;End of help on this topic&gt;
29583 </BODY>
29584 </HTML>
29585 ====== h_config_fcc_on_bounce =====
29586 <HTML>
29587 <HEAD>
29588 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
29589 </HEAD>
29590 <BODY>
29591 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
29593 This feature controls an aspect of Alpine's behavior when bouncing a
29594 message. If set, normal FCC ("File Carbon Copy") processing will be
29595 done, just as if you had composed a message to the address you are
29596 bouncing to.  If not set, no FCC of the message will be saved. 
29598 &lt;End of help on this topic&gt;
29599 </BODY>
29600 </HTML>
29601 ====== h_config_show_cursor =====
29602 <HTML>
29603 <HEAD>
29604 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
29605 </HEAD>
29606 <BODY>
29607 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
29609 This feature controls an aspect of Alpine's displays.  If set, the system
29610 cursor will move to convenient locations in the displays.  For example,
29611 to the beginning of the status field of the highlighted index line, or
29612 to the highlighted word after a successful WhereIs command.  It is intended
29613 to draw your attention to an "interesting" spot on the screen.
29615 &lt;End of help on this topic&gt;
29616 </BODY>
29617 </HTML>
29618 ====== h_config_sort_fcc_alpha =====
29619 <HTML>
29620 <HEAD>
29621 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
29622 </HEAD>
29623 <BODY>
29624 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
29626 This feature controls an aspect of Alpine's FOLDER LIST screen.
29627 If set, the default Fcc folder will be sorted alphabetically with the other
29628 folders instead of appearing right after the INBOX.
29630 &lt;End of help on this topic&gt;
29631 </BODY>
29632 </HTML>
29633 ====== h_config_sort_save_alpha =====
29634 <HTML>
29635 <HEAD>
29636 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
29637 </HEAD>
29638 <BODY>
29639 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
29641 This feature controls an aspect of Alpine's FOLDER LIST screen.
29642 If set, the default save folder will be sorted alphabetically with the other
29643 folders instead of appearing right after the INBOX (and default FCC folder).
29645 &lt;End of help on this topic&gt;
29646 </BODY>
29647 </HTML>
29648 ====== h_config_single_list =====
29649 <HTML>
29650 <HEAD>
29651 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
29652 </HEAD>
29653 <BODY>
29654 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
29656 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
29657 the folders will be listed one per line instead of several per line
29658 in the FOLDER LIST display.
29660 &lt;End of help on this topic&gt;
29661 </BODY>
29662 </HTML>
29663 ====== h_config_vertical_list =====
29664 <HTML>
29665 <HEAD>
29666 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
29667 </HEAD>
29668 <BODY>
29669 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
29671 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
29672 the folders will be listed alphabetically down the columns rather
29673 than across the columns as is the default.
29675 &lt;End of help on this topic&gt;
29676 </BODY>
29677 </HTML>
29678 ====== h_config_verbose_post =====
29679 <HTML>
29680 <HEAD>
29681 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
29682 </HEAD>
29683 <BODY>
29684 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
29685 This feature controls an aspect of Alpine's message sending.  When enabled,
29686 Alpine will send a VERB (i.e., VERBose) command early in the posting process
29687 intended to cause the SMTP server to provide a more detailed account of
29688 the transaction.  This feature is typically only useful to system
29689 administrators and other support personel as an aid in troublshooting
29690 problems.
29692 Note, this feature relies on a specific capability of the system's mail
29693 transport agent or configured 
29694 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
29695 It is possible that this
29696 feature will cause problems for some tranport agents, and may result in
29697 sending failure.  In addition, as the verbose output comes from the mail
29698 transport agent, it is likely to vary from one system to another. 
29699 <P><UL>
29700 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29701 </UL><P>
29702 &lt;End of help on this topic&gt;
29703 </BODY>
29704 </HTML>
29705 ====== h_config_auto_reply_to =====
29706 <HTML>
29707 <HEAD>
29708 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
29709 </HEAD>
29710 <BODY>
29711 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
29713 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
29714 will not prompt when a message being replied to contains a "Reply-To:"
29715 header value, but will simply use its value (as opposed to using the
29716 "From:" field's value).
29720 Note: Using the "Reply-To:" address is usually the preferred behavior,
29721 however, some mailing list managers choose to place the list's address in
29722 the "Reply-To:" field of any message sent out to the list.  In such
29723 cases, this feature makes it all too easy for personal replies to be
29724 inadvertently sent to the entire mail list, so be careful! 
29726 &lt;End of help on this topic&gt;
29727 </BODY>
29728 </HTML>
29729 ====== h_config_del_skips_del =====
29730 <HTML>
29731 <HEAD>
29732 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
29733 </HEAD>
29734 <BODY>
29735 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
29737 This feature controls an aspect of Alpine's Delete command.  If set, this
29738 feature will cause the Delete command to advance past following messages that
29739 are marked deleted.  In other words, pressing "D" will both mark the
29740 current message deleted and advance to the next message that is not marked
29741 deleted.
29742 This feature is set by default.
29744 &lt;End of help on this topic&gt;
29745 </BODY></HTML>
29746 ====== h_config_expunge_manually =====
29747 <HTML>
29748 <HEAD>
29749 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
29750 </HEAD>
29751 <BODY>
29752 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
29754 Normally, when you close a folder that contains deleted messages you are
29755 asked if you want to expunge those messages from the folder permanently.
29756 If this feature is set, you won't be asked and the deleted messages will
29757 remain in the folder.
29758 If you choose to set this feature you will have to expunge the
29759 messages manually using the eXpunge command, which you can use while
29760 in the MESSAGE INDEX screen.
29761 If you do not expunge deleted messages the size of your
29762 folder will continue to increase until you are out of disk space.
29764 <UL>   
29765 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29766 </UL><P>
29767 &lt;End of help on this topic&gt;
29768 </BODY>
29769 </HTML>
29770 ====== h_config_auto_expunge =====
29771 <HTML>
29772 <HEAD>
29773 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
29774 </HEAD>
29775 <BODY>
29776 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
29778 This features controls an aspect of Alpine's eXpunge command.  If set, you
29779 will <B>not</B> be prompted to confirm your intent before the expunge takes 
29780 place.
29781 Actually, this is only true for the INBOX folder and for folders in the
29782 Incoming Folders collection. See the feature
29783 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
29785 <UL>   
29786 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29787 </UL><P>
29788 &lt;End of help on this topic&gt;
29789 </BODY>
29790 </HTML>
29791 ====== h_config_full_auto_expunge =====
29792 <HTML>
29793 <HEAD>
29794 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
29795 </HEAD>
29796 <BODY>
29797 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
29799 This features controls an aspect of Alpine's eXpunge command.  If set, you
29800 will <B>not</B> be prompted to confirm your intent before the expunge 
29801 takes place.  This feature sets this behavior for all folders, unlike the
29802 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
29803 feature that works only for incoming folders.
29805 <UL>   
29806 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29807 </UL><P>
29808 &lt;End of help on this topic&gt;
29809 </BODY>
29810 </HTML>
29811 ====== h_config_auto_read_msgs =====
29812 <HTML>
29813 <HEAD>
29814 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
29815 </HEAD>
29816 <BODY>
29817 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
29818 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
29819 and the 
29820 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
29821 option is also set, then Alpine will
29822 automatically transfer all read messages to the designated folder and mark
29823 them as deleted in the INBOX.  Messages in the INBOX marked with an 
29824 &quot;N&quot; (meaning New, or unseen) are not affected.
29826 <UL>   
29827 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29828 </UL><P>
29829 &lt;End of help on this topic&gt;
29830 </BODY>
29831 </HTML>
29832 ====== h_config_auto_fcc_only =====
29833 <HTML>
29834 <HEAD>
29835 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
29836 </HEAD>
29837 <BODY>
29838 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
29839 This features controls an aspect of Alpine's composer.
29840 The only time this feature will be used is if you attempt to send mail
29841 that has no recipients but does have an Fcc.
29842 Normally, Alpine will ask if you really mean to copy the message only to
29843 the Fcc.
29844 That is, it asks if you really meant to have no recipients.
29845 If this feature is set, you
29846 will <B>not</B> be prompted to confirm your intent to make only a copy
29847 of a message with no recipients.
29849 This feature is closely related to
29850 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
29851 The difference between this feature and that feature is that this feature
29852 considers a Bcc to be a recipient while that feature will ask for confirmation
29853 even if there is a Bcc when there is no To, Cc, or Newsgroup.
29854 The default values also differ. This feature defaults to asking the question
29855 and you have to turn it off.
29856 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
29857 unless you turn it on.
29860 <UL>   
29861 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29862 </UL><P>
29863 &lt;End of help on this topic&gt;
29864 </BODY>
29865 </HTML>
29866 ====== h_config_mark_fcc_seen =====
29867 <HTML>
29868 <HEAD>
29869 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
29870 </HEAD>
29871 <BODY>
29872 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
29874 This features controls the way Fccs (File carbon copies) are
29875 made of the messages you send.
29878 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
29879 copy will be marked as Unseen.
29880 When you look at the folder it was saved in the message will appear to
29881 be a New message until you read it.
29882 When this feature is enabled, the message will be marked as having
29883 been Seen.
29886 <UL>   
29887 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29888 </UL><P>
29889 &lt;End of help on this topic&gt;
29890 </BODY>
29891 </HTML>
29892 ====== h_config_no_fcc_attach =====
29893 <HTML>
29894 <HEAD>
29895 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
29896 </HEAD>
29897 <BODY>
29898 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
29900 This features controls the way Fcc's (File carbon copies) are
29901 made of the messages you send.
29904 Normally, Alpine saves an exact copy of your message as it was sent.
29905 When this feature is enabled, the &quot;body&quot; of the message
29906 you send (the text you type in the composer) is preserved in the 
29907 copy as before, however all attachments are replaced with text
29908 explaining what had been sent rather than the attachments themselves.
29911 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
29912 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
29913 allows you to interactively set whether or not attachments are saved
29914 to the Fcc'd copy.
29917 <UL>   
29918 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29919 </UL><P>
29920 &lt;End of help on this topic&gt;
29921 </BODY>
29922 </HTML>
29923 ====== h_config_read_in_newsrc_order =====
29924 <HTML>
29925 <HEAD>
29926 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
29927 </HEAD>
29928 <BODY>
29929 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
29931 This feature controls the order in which newsgroups will be presented.  If
29932 set, they will be presented in the same order as they occur in your 
29933 <!--chtml if pinemode="os_windows"-->
29934 &quot;NEWSRC&quot;
29935 <!--chtml else-->
29936 &quot;.newsrc&quot;
29937 <!--chtml endif-->
29938 file (the default location of which can be changed with the 
29939 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
29941 If not set, the newsgroups will be presented in alphabetical order.
29943 <UL>   
29944 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29945 </UL><P>
29946 &lt;End of help on this topic&gt;
29947 </BODY>
29948 </HTML>
29949 ====== h_config_quell_tz_comment =====
29950 <HTML>
29951 <HEAD>
29952 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
29953 </HEAD>
29954 <BODY>
29955 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
29957 Normally, when Alpine generates a Date header for outgoing mail,
29958 it will try to include the symbolic timezone at the end of the
29959 header inside parentheses.
29960 The symbolic timezone is often three characters long, but on
29961 some operating systems, it may be longer.
29962 Apparently there are some SMTP servers in the world that will reject an
29963 incoming message if it has a Date header longer than about 80 characters.
29964 If this feature is set, the symbolic timezone normally generated by
29965 Alpine will not be included.
29966 You probably don't need to worry about this feature unless you run into
29967 the problem described above.
29970 &lt;End of help on this topic&gt;
29971 </BODY>
29972 </HTML>
29973 ====== h_config_post_wo_validation =====
29974 <HTML>
29975 <HEAD>
29976 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
29977 </HEAD>
29978 <BODY>
29979 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
29981 This feature controls whether the NNTP server is queried as newsgroups
29982 are entered for posting.  Validation over slow links (e.g. dialup using
29983 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
29985 &lt;End of help on this topic&gt;
29986 </BODY>
29987 </HTML>
29988 ====== h_config_send_wo_confirm =====
29989 <HTML>
29990 <HEAD>
29991 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
29992 </HEAD>
29993 <BODY>
29994 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
29996 By default, when you send or post a message you will be asked to confirm
29997 with a question that looks something like:
30000 <CENTER><SAMP>Send message?</SAMP></CENTER>
30003 If this feature is set, you
30004 will <B>not</B> be prompted to confirm your intent to send
30005 and your message will be sent.
30007 If this feature is set it disables some possibilities and renders some
30008 other features meaningless.
30009 You will not be able to use
30010 <A HREF="h_config_sending_filter">Sending Filters</A>,
30011 Verbose sending mode,
30012 <A HREF="h_config_compose_bg_post">Background Sending</A>,
30013 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
30014 or ^V to turn off the generation of flowed text for this message.
30015 These options are normally available as suboptions in the Send prompt, but
30016 with no Send prompt the options are gone.
30019 A somewhat related feature is
30020 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
30021 which may be used to eliminate the extra confirmation
30022 question when posting to a newsgroup.
30024 <UL>   
30025 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30026 </UL><P>
30027 &lt;End of help on this topic&gt;
30028 </BODY>
30029 </HTML>
30030 ====== h_config_quell_filtering_done_message =====
30031 <HTML>
30032 <HEAD>
30033 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
30034 </HEAD>
30035 <BODY>
30036 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
30038 If you use Filter Rules that move messages or set status of messages
30039 you sometimes see a message from Alpine that looks like
30042 <CENTER><SAMP>filtering done</SAMP></CENTER>
30045 If this feature is set, this message will be suppressed.
30046 If the feature
30047 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
30048 is set then this message will be suppressed regardless.
30051 <UL>   
30052 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30053 </UL><P>
30054 &lt;End of help on this topic&gt;
30055 </BODY>
30056 </HTML>
30057 ====== h_config_quell_filtering_messages =====
30058 <HTML>
30059 <HEAD>
30060 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
30061 </HEAD>
30062 <BODY>
30063 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
30065 If you use Filter Rules that move messages or set status of messages
30066 you sometimes see messages from Alpine that look like
30069 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
30075 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
30081 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
30084 If this feature is set, these messages will be suppressed.
30085 The feature
30086 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
30087 is related.
30090 <UL>   
30091 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30092 </UL><P>
30093 &lt;End of help on this topic&gt;
30094 </BODY>
30095 </HTML>
30096 ====== h_config_quell_post_prompt =====
30097 <HTML>
30098 <HEAD>
30099 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
30100 </HEAD>
30101 <BODY>
30102 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
30104 By default, when you post a message to a newsgroup you are asked to confirm
30105 that you want to post with the question
30108 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
30111 If this feature is set, you
30112 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
30113 and your message will be posted.
30116 <UL>   
30117 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30118 </UL><P>
30119 &lt;End of help on this topic&gt;
30120 </BODY>
30121 </HTML>
30122 ====== h_config_check_mail_onquit =====
30123 <HTML>
30124 <HEAD>
30125 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
30126 </HEAD>
30127 <BODY>
30128 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
30130 If this feature is set, Alpine will check for new mail after you give the
30131 Quit command.
30132 If new mail has arrived since the previous check, you will be notified
30133 and given the choice of quitting or not quitting.
30135 <UL>   
30136 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30137 </UL><P>
30138 &lt;End of help on this topic&gt;
30139 </BODY>
30140 </HTML>
30141 ====== h_config_inbox_no_confirm =====
30142 <HTML>
30143 <HEAD>
30144 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
30145 </HEAD>
30146 <BODY>
30147 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
30149 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30150 command and there are no more folders or newsgroups to visit, you are asked
30151 if you want to return to the INBOX.
30152 If this feature is set you will not be asked.
30153 It will be assumed that you do want to return to the INBOX.
30155 <UL>   
30156 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30157 </UL><P>
30158 &lt;End of help on this topic&gt;
30159 </BODY>
30160 </HTML>
30161 ====== h_config_dates_to_local =====
30162 <HTML>
30163 <HEAD>
30164 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
30165 </HEAD>
30166 <BODY>
30167 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
30169 Normally, the message dates that you see in the
30170 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
30171 For example, if a message was sent to you from a few timezones to the east
30172 it might appear that it was sent from the future;
30173 or if it was sent from somewhere to the west it might appear
30174 as if it is from yesterday even though it was sent only a few minutes ago.
30175 If this feature is set an attempt will be made to convert the dates
30176 to your local timezone to be displayed.
30178 Note that this does not affect the results of Select by Date or of
30179 anything else other than these displayed dates.
30180 When viewing the message you may look at the original unconverted value of the Date
30181 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
30183 <UL>   
30184 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30185 </UL><P>
30186 &lt;End of help on this topic&gt;
30187 </BODY>
30188 </HTML>
30189 ====== h_config_tab_no_prompt =====
30190 <HTML>
30191 <HEAD>
30192 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
30193 </HEAD>
30194 <BODY>
30195 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
30197 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30198 command and there is a problem checking a folder, you are asked
30199 whether you want to continue with the search in the following folder or not.
30200 This question gives you a chance to stop the NextNew processing.
30201 (The checking problem might be caused by the fact that the folder does not
30202 exist, or by an authentication problem, or by a server problem
30203 of some sort.)
30206 If this feature is set you will not be asked.
30207 It will be assumed that you do want to continue.
30209 <UL>   
30210 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30211 </UL><P>
30212 &lt;End of help on this topic&gt;
30213 </BODY>
30214 </HTML>
30215 ====== h_config_input_history =====
30216 <HTML>
30217 <HEAD>
30218 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
30219 </HEAD>
30220 <BODY>
30221 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
30223 Many of the prompts that ask for input in the status line near the
30224 bottom of the screen will respond to Up Arrow and Down Arrow
30225 with the history of previous entries.
30226 For example, in the MESSAGE INDEX screen when you use the WhereIs
30227 command the text you entered will be remembered and can be recalled
30228 by using the Up Arrow key.
30229 Another example, when saving a message the folders saved to will
30230 be remembered and can be recalled using the arrow keys.
30232 In the Save prompt, some users prefer that the Up and Down arrow keys
30233 be used for the Previous Collection and Next Collection commands
30234 instead of for a history of previous saves.
30235 If this option is set the Up and Down arrow keys will become synonyms for the
30236 Previous Collection and Next Collection (^P and ^N) commands in the
30237 prompt for the name of a folder to Save to or in the prompt for the
30238 name of a folder to GoTo.
30239 When this feature is not set (the default), ^P and ^N will change the
30240 collection and the arrow keys will show the history.
30242 <UL>   
30243 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30244 </UL><P>
30245 &lt;End of help on this topic&gt;
30246 </BODY>
30247 </HTML>
30248 ====== h_config_confirm_role =====
30249 <HTML>
30250 <HEAD>
30251 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
30252 </HEAD>
30253 <BODY>
30254 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
30256 If you have roles, when you Reply to or Forward a message, or Compose
30257 a new message, Alpine
30258 will search through your roles for one that matches.
30259 Normally, if no matches are found you will be placed into the composer
30260 with no opportunity to select a role.
30261 If this feature is set, then you will be asked to confirm that you don't
30262 want a role.
30263 This will give you the opportunity to select a role (with the ^T command).
30264 If you confirm no role with a Return, you will be placed in
30265 the composer with no role.
30266 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
30267 These behave the same as if you pressed the Return.
30268 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
30269 match what you might type if there was a role match.)
30271 If you are using the alternate form of the Compose command called
30272 &quot;Role&quot;, then all of your roles will be available to you,
30273 independent of the value of this feauture and of the values set for all of
30274 Reply Use, Forward Use, and Compose Use.
30276 <UL>   
30277 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30278 </UL><P>
30279 &lt;End of help on this topic&gt;
30280 </BODY>
30281 </HTML>
30282 ====== h_config_news_cross_deletes =====
30283 <HTML>
30284 <HEAD>
30285 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
30286 </HEAD>
30287 <BODY>
30288 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
30290 This feature controls what Alpine does when you delete a message in a
30291 newsgroup that appears in more than one newsgroup.  Such a message
30292 is sometimes termed a &quot;crossposting&quot; in that it was posted
30293 across several newsgroups.
30296 Alpine's default behavior when you delete such a message is to remove
30297 only the copy in the current newsgroup from view when you use the
30298 &quot;Exclude&quot; command or the next time you visit the newsgroup.
30301 Enabling this feature causes Alpine to remove every occurrence of the
30302 message from all newsgroups it appears in and to which you are
30303 subscribed.
30306 NOTE: As currently implemented, enabling this feature may increase the
30307 time it takes the Expunge command and newsgroup closing to complete.
30310 <UL>   
30311 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30312 </UL><P>
30313 &lt;End of help on this topic&gt;
30314 </BODY>
30315 </HTML>
30316 ====== h_config_news_catchup =====
30317 <HTML>
30318 <HEAD>
30319 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
30320 </HEAD>
30321 <BODY>
30322 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
30324 This feature controls what Alpine does as it closes a newsgroup.
30325 When set, Alpine will offer to delete all messages from the newsgroup
30326 as you are quitting Alpine or opening a new folder.
30329 This feature is useful if you typically read all the interesting messages
30330 in a newsgroup each time you open it.  This feature saves you from
30331 having to delete each message in a newsgroup as you read it or from
30332 selecting all the messages and doing an
30333 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
30334 move on to the next folder or newsgroup.
30337 <UL>   
30338 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30339 </UL><P>
30340 &lt;End of help on this topic&gt;
30341 </BODY>
30342 </HTML>
30343 ====== h_config_next_thrd_wo_confirm =====
30344 <HTML>
30345 <HEAD>
30346 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
30347 </HEAD>
30348 <BODY>
30349 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
30351 This feature controls an aspect of Alpine's Next and Prev commands in
30352 the case where you are using one of the
30353 &quot;separate-index-screen&quot; styles for the configuration option
30354 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
30355 and currently have the folder sorted by a Threaded or OrderedSubject sort.
30356 When you are Viewing a particular thread you have a
30357 MESSAGE INDEX of only the messages in that thread.
30358 If you press the Next command with the last message in the thread highlighted
30359 you will normally be asked if you want to &quot;View next thread?&quot;,
30360 assuming there is a next thread to view.
30361 If this feature is set it will be assumed that you always want to view the
30362 next thread and you won't be asked to confirm that.
30363 Similarly, if the first message of the thread is highlighted and you
30364 press the Prev command, this feature will prevent the question
30365 &quot;View previous thread&quot;.
30367 This feature only has an effect in the MESSAGE INDEX screen.
30368 If you then view a particular message from that screen and press the
30369 Next command, you will be sent to the next thread without being asked,
30370 independent of the setting of this feature.
30372 The feature
30373 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
30375 &lt;End of help on this topic&gt;
30376 </BODY>
30377 </HTML>
30378 ====== h_config_kw_braces =====
30379 <HTML>
30380 <HEAD>
30381 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
30382 </HEAD>
30383 <BODY>
30384 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
30386 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
30387 TEXT screens.
30388 If you have modified the
30389 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
30390 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
30391 are used to display keywords or their initials along with the Subject; then
30392 this option may be used to modify the resulting display slightly.
30393 By default, the keywords or initials displayed for these tokens will be
30394 surrounded with curly braces ({ and }) and a trailing space.
30395 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
30396 a message, the &quot;SUBJKEY&quot; token will normally look like
30398 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
30400 and the SUBJKEYINIT token would look like
30402 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
30404 The default character before the keywords is the left brace ({) and the
30405 default after the keywords is the right brace followed by a space (} ).
30407 This option allows you to change that.
30408 You should set it to two values separated by a space.
30409 The values may be quoted if they include space characters.
30410 So, for example, the default value could be specified explicitly by setting this
30411 option to
30413 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
30415 The first part wouldn't need to be quoted (but it doesn't hurt).
30416 The second part does need the quotes because it includes a space character.
30417 If you wanted to change the braces to brackets you could use
30419 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
30421 Inside the quotes you can use backslash quote to mean quote, so
30423 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
30425 would produce
30427 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
30429 It is also possible to color keywords in the index using the
30430 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
30432 It is not possible to change the fact that a space character is used to
30433 separate the keywords if more than one keyword is set for a message.
30434 It is also not possible to change the fact that there are no separators
30435 between the keyword initials if more than one keyword is set.
30437 &lt;End of help on this topic&gt;
30438 </BODY>
30439 </HTML>
30440 ====== h_config_opening_sep =====
30441 <HTML>
30442 <HEAD>
30443 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
30444 </HEAD>
30445 <BODY>
30446 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
30448 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
30449 With some setups the text of the subject is followed
30450 by the opening text of the message if there is any room available in the index line.
30451 If you have configured your
30452 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
30453 to include one of the Subject tokens that causes this behavior
30454 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
30455 to modify what is displayed slightly.
30456 By default, the Subject is separated from the opening text of the message by
30457 the three characters space dash space;
30459 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
30461 Use this option to set it to something different.
30462 The value must be quoted if it includes any space characters.
30463 For example, the default value could be specified explicitly by setting this
30464 option to
30466 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
30468 &lt;End of help on this topic&gt;
30469 </BODY>
30470 </HTML>
30471 ====== h_config_select_wo_confirm =====
30472 <HTML>
30473 <HEAD>
30474 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
30475 </HEAD>
30476 <BODY>
30477 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
30479 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
30480 These commands all take text input to specify the name of the folder or
30481 file to be used, but allow you to press ^T for a list of possible names.
30482 If set, the selected name will be used immediately, without further
30483 opportunity to confirm or edit the name.
30485 Some related help topics are
30486 <UL>
30487 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30488 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30489 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30490 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30491 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30492 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
30493 </UL>
30495 &lt;End of help on this topic&gt;
30496 </BODY>
30497 </HTML>
30498 ====== h_config_save_part_wo_confirm =====
30499 <HTML>
30500 <HEAD>
30501 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
30502 </HEAD>
30503 <BODY>
30504 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
30506 This feature controls an aspect of Alpine's Save command.
30507 By default, when you Save a message that has some deleted parts, you will
30508 be asked to confirm that you want to Save with a prompt that looks like:
30510 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
30512 If this feature is set, you will not be asked.
30514 &lt;End of help on this topic&gt;
30515 </BODY>
30516 </HTML>
30517 ====== h_config_use_resentto =====
30518 <HTML>
30519 <HEAD>
30520 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
30521 </HEAD>
30522 <BODY>
30523 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
30525 This feature is turned off by default because turning it on causes problems
30526 with some deficient IMAP servers.
30527 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
30528 <A HREF="h_rule_patterns">Pattern</A>
30529 contains a To header pattern and this feature is turned on,
30530 then a check is made in the message to see
30531 if a Resent-To header is present, and that is used instead of the To header.
30532 If this feature is not turned on, then the regular To header will always
30533 be used.
30536 &lt;End of help on this topic&gt;
30537 </BODY>
30538 </HTML>
30539 ====== h_config_use_reg_start_for_stayopen =====
30540 <HTML>
30541 <HEAD>
30542 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
30543 </HEAD>
30544 <BODY>
30545 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
30547 This feature affects which message is selected as the current message
30548 when you enter a
30549 <A HREF="h_config_permlocked">Stay Open</A> folder.
30551 Normally, the starting position for an incoming folder (which most Stay Open
30552 folders will likely be) is controlled by the
30553 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
30554 However, if a folder is a Stay Open folder, when you re-enter the folder
30555 after the first time the current message will be the same as it was when
30556 you left the folder.
30557 An exception is made if you use the TAB command to get to the folder.
30558 In that case, the message number will be incremented by one from what it
30559 was when you left the folder.
30561 The above special behavior is thought to be useful.
30562 However, it is special and different from what you might at first expect.
30563 If this feature is set, then Stay Open folders will not be treated specially
30564 as far as the startup rule is concerned.
30567 &lt;End of help on this topic&gt;
30568 </BODY>
30569 </HTML>
30570 ====== h_config_use_current_dir =====
30571 <HTML>
30572 <HEAD>
30573 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
30574 </HEAD>
30575 <BODY>
30576 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
30578 This feature controls an aspect of several commands. 
30579 If set, your &quot;current working directory&quot; 
30580 <!--chtml if pinemode="running"-->
30581 (which, at least for your current Alpine &quot;session,&quot; 
30582 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
30583 <!--chtml endif-->
30584 will be used instead of your home directory 
30585 <!--chtml if pinemode="running"-->
30586 (which, in the present configuration of your system, is
30587  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
30588 <!--chtml endif-->
30589 for all of the following operations:<UL>
30590     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
30591     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
30592     <LI> <!--chtml if pinemode="function_key"-->F4
30593          <!--chtml else-->Ctrl-R
30594          <!--chtml endif--> file inclusion in the COMPOSER
30595     <LI> <!--chtml if pinemode="function_key"-->F5
30596          <!--chtml else-->Ctrl-J
30597          <!--chtml endif--> file attachment in the COMPOSER
30598 </UL>
30599 <!--chtml if pinemode="os_windows"-->
30601 If you are starting PC-Alpine from a desktop icon or the Start menu, 
30602 you can set the &quot;current drive&quot; 
30603 by specifying it in the &quot;Start in:&quot; 
30604 box found in the Shortcut tab of the Properties.  
30605 <!--chtml endif-->
30607 <UL>   
30608 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30609 </UL>
30612 &lt;End of help on this topic&gt;
30613 </BODY>
30614 </HTML>
30615 ====== h_config_save_wont_delete =====
30616 <HTML>
30617 <HEAD>
30618 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
30619 </HEAD>
30620 <BODY>
30621 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
30623 This feature controls one aspect of the Save command.  If set, Save will
30624 not mark the message &quot;deleted&quot; (its default behavior) after
30625 it has been copied to the designated folder.
30628 &lt;End of help on this topic&gt;
30629 </BODY>
30630 </HTML>
30631 ====== h_config_use_boring_spinner =====
30632 <HTML>
30633 <HEAD>
30634 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
30635 </HEAD>
30636 <BODY>
30637 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
30639 When Alpine is delayed for some reason it usually shows that
30640 something is happening with a small animated display in the status
30641 message line near the bottom of the screen.
30642 Setting this feature will cause that animation to be the same
30643 each time instead of having Alpine choose a random animation.
30644 You may turn the animation off altogether by setting the
30645 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
30646 option to zero.
30649 &lt;End of help on this topic&gt;
30650 </BODY>
30651 </HTML>
30652 ====== h_config_unsel_wont_advance =====
30653 <HTML>
30654 <HEAD>
30655 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
30656 </HEAD>
30657 <BODY>
30658 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
30660 This feature controls one aspect of the Unselect Current message command.
30661 Normally, when the Unselect current message command (:) is typed when the
30662 current message is selected, the message will be unselected and the next
30663 message will become the current message.
30664 If this feature is set, the cursor will not advance to the next message.
30665 Instead, the current message will remain the current message after
30666 unselecting.
30669 &lt;End of help on this topic&gt;
30670 </BODY>
30671 </HTML>
30672 ====== h_config_prune_uses_iso =====
30673 <HTML>
30674 <HEAD>
30675 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
30676 </HEAD>
30677 <BODY>
30678 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
30680 By default, Alpine asks monthly whether or not you would like to rename
30681 some folders to a new name containing the date.
30682 It also asks whether or not you would like to delete some old folders.
30683 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
30684 explanation.
30687 By default, the name used when renaming a folder looks like
30689 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
30691 For example, the first time you run Alpine in May of 2004,
30692 the folder &quot;sent-mail&quot; might be renamed to
30694 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
30696 If this feature is set, the name used will be of the form
30698 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
30700 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
30701 month (01, 02, ..., 12).
30702 For the April, 2004 example above, it would instead be
30704 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
30706 because April is the 4th month of the year.
30707 A reason you might want to set this feature is so that the folders
30708 will sort in chronological order.
30711 &lt;End of help on this topic&gt;
30712 </BODY>
30713 </HTML>
30714 ====== h_config_save_advances =====
30715 <HTML>
30716 <HEAD>
30717 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
30718 </HEAD>
30719 <BODY>
30720 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
30722 This feature controls one aspect of the Save command.  If set, Save will
30723 (in addition to copying the current message to the designated folder) also
30724 advance to the next message.
30727 &lt;End of help on this topic&gt;
30728 </BODY>
30729 </HTML>
30730 ====== h_config_force_arrow =====
30731 <HTML>
30732 <HEAD>
30733 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
30734 </HEAD>
30735 <BODY>
30736 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
30738 This feature affects Alpine's MESSAGE INDEX display routine.
30739 If set, the normal inverse-video cursor will be
30740 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
30741 second column of the index display.
30743 This is the same index cursor you get if you turn on
30744 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
30745 line coloring will still be present if this feature is turned on and
30746 <!--#echo var="FEAT_assume-slow-link"--> is off.
30748 An alternative version of the Arrow cursor is available by including the
30749 <A HREF="h_config_index_arrow_color">ARROW</A>
30750 token in the
30751 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
30753 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
30754 but that is not implemented.
30757 &lt;End of help on this topic&gt;
30758 </BODY>
30759 </HTML>
30760 ====== h_config_force_low_speed =====
30761 <HTML>
30762 <HEAD>
30763 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
30764 </HEAD>
30765 <BODY>
30766 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
30768 UNIX Alpine only.
30770 This feature affects Alpine's display routines.  If set, the normal
30771 inverse-video cursor (used to highlight the current item in a list) will be
30772 replaced by an &quot;arrow&quot; cursor and other
30773 screen update optimizations for
30774 low-speed links (e.g. 2400 bps dialup connections) will be activated.
30775 One of the optimizations is that colored index lines (set up with Indexcolor
30776 Rules) will not be colored.
30777 If you are just turning this feature on because you like using
30778 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
30779 coloring by turning this feature off and the
30780 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
30783 &lt;End of help on this topic&gt;
30784 </BODY>
30785 </HTML>
30786 ====== h_config_show_delay_cue =====
30787 <HTML>
30788 <HEAD>
30789 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
30790 </HEAD>
30791 <BODY>
30792 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
30794 If set, this feature will cause an asterisk to appear in the upper
30795 left-hand corner of the screen whenever Alpine checks for new mail.
30796 Two asterisks whenever Alpine saves (checkpoints) the state of the current
30797 mailbox to disk.
30799 <!--chtml if pinemode="os_windows"-->
30801 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
30802 it is trying to open a network connection (e.g, to open your INBOX
30803 on an IMAP
30804 server) or read from the network connection.  A greater-than symbol,
30805 will be displayed when PC-Alpine is trying to write to the network
30806 connection (e.g, sending a command to your IMAP server).
30807 <!--chtml endif-->
30810 &lt;End of help on this topic&gt;
30811 </BODY>
30812 </HTML>
30813 ====== h_config_color_style =====
30814 <HTML>
30815 <HEAD>
30816 <TITLE>OPTION: Color Style</TITLE>
30817 </HEAD>
30818 <BODY>
30819 <H1>OPTION: Color Style</H1>
30821 UNIX Alpine only.
30823 If the terminal or terminal emulator you are using is capable of displaying
30824 colors, this option controls whether or not color will be used in Alpine.
30825 If you turn color on and things are set up correctly,
30826 you should see color appear on the screen immmediately.
30827 Modern terminal emulators are usually capable of displaying colors.
30829 The available options include:
30832 <DL>
30833 <DT>no-color</DT>
30834 <DD>Don't use color.
30835 </DD>
30837 <DT>use-termdef</DT>
30838 <DD>In order to decide if your terminal is capable of color, Alpine looks in
30839 the terminal capabilities database, TERMINFO or TERMCAP, depending on
30840 how Alpine was compiled.
30841 This is a good option to choose if you switch between a color and a non-color
30842 terminal with the same Alpine configuration.
30843 Alpine will know to use color on the color terminal because it is described
30844 in the termcap entry, and Alpine will know to use black and white on the
30845 non-color terminal.
30846 The Alpine Technical Notes
30847 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/tech-notes/">http://www.washington.edu/alpine/tech-notes/</A></SAMP></CENTER>
30848 have more information on configuring a TERMCAP or TERMINFO
30849 entry for color Alpine.
30850 This is usually something a system administrator does.
30851 </DD>
30853 <DT>force-ansi-8color</DT>
30854 <DD>This is probably the setting that most people should use.
30855 Because setting up a termcap entry is confusing and because the
30856 terminal capabilities database is often not correctly configured for color,
30857 this choice and the next may be easier for you to use.
30858 If your terminal emulator responds to ANSI color escape sequences, which
30859 many do, this option will cause Alpine to believe your terminal will respond
30860 to the escape sequences that produce eight different foreground and background
30861 colors.
30862 The escape sequences used to set the foreground colors are
30864   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
30866 where the color_number is an ASCII digit between 0 and 7.
30867 The numbers 0 through 7 should correspond to the colors black, red, green,
30868 yellow, blue, magenta, cyan, and white.
30869 Some terminal emulators use a pre-ANSI scheme that swaps
30870 the colors blue and red and the colors yellow and cyan.
30871 This will cause the default colors to be different, but other than that
30872 things should work fine.
30873 There is also a 9th color available, the last one shown, which is the default
30874 color from the terminal emulator.
30875 When used as a background color some people refer to this color as
30876 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
30877 shown in the color swatch of the SETUP COLOR screen.
30878 The foreground transparent color is shown as
30879 the color of the &quot;TRAN&quot; text.
30880 (The transparent color will not work correctly in a PC-Alpine configuration.)
30881 The escape sequences used to set the background colors are the same
30882 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
30883 The escape sequences for foreground and background default colors (transparent)
30884 are 39m and 49m.
30886 Note: With the Tera Term terminal emulator this setting works well.
30887 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
30888 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
30889 menu, in the &quot;Window&quot; submenu.
30890 </DD>
30892 <DT>force-ansi-16color</DT>
30893 <DD>Many terminal emulators know about the same eight colors above
30894 plus eight more.
30895 This option attempts to use all 16 colors.
30896 The same escape sequences as for the eight-color terminal are used
30897 for the first eight colors.
30898 The escape sequences used to set foreground colors 8-15 are the same as
30899 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
30900 The background color sequences for colors 8-15 are the same as for 0-7
30901 except the &quot;4&quot; is replaced with &quot;10&quot;.
30902 You can tell if the 16 colors are working by turning on this option
30903 and then going into one of the color configuration screens, for example,
30904 the configuration screen for Normal Color.
30905 If you see 16 different colors to select from (plus a 17th for
30906 the transparent color), it's working.
30907 </DD>
30909 <DT>force-xterm-256color</DT>
30910 <DD>Some versions of xterm (and some other terminal emulators)
30911 have support for 256 colors.
30912 The escape sequences used to set the foreground colors are
30914   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
30916 where the color_number is an ASCII digit between 0 and 255.
30917 Background colors are the same with the 38 replaced with a 48.
30918 The numbers 0 through 15 are probably similar to the 16 color version
30919 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
30920 The terminal default (transparent) color is the 257th color at the bottom.
30921 Some terminal emulators will misinterpret these escape sequences causing
30922 the terminal to blink or overstrike characters or to do something else
30923 undesirable.
30925 The PuTTY terminal emulator has an option called &quot;Allow terminal to
30926 use xterm 256-colour mode&quot; which allows PuTTY to work well with
30927 this 256-color setting.
30929 </DD>
30930 </DL>
30933 The normal default is &quot;no-color&quot;.
30936 Once you've turned on color you may set the
30937 colors of many objects on the screen individually.
30938 For example, you may add colors to the status letters on the MESSAGE
30939 INDEX page.
30940 Most categories of color that Alpine supports are configurable here.
30941 For example, &quot;Normal Color&quot;
30942 is the color used to display most of the text in Alpine, and
30943 &quot;Reverse Color&quot; is used to display highlighted text, such as the
30944 current message in the MESSAGE INDEX.
30946 Lines in the MESSAGE INDEX may also be colored.
30947 Use Setup Rules to get to the Indexcolor configuration screen.
30950 <UL>   
30951 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30952 </UL><P>
30953 &lt;End of help on this topic&gt;
30954 </BODY>
30955 </HTML>
30956 ====== h_config_disable_index_locale_dates =====
30957 <HTML>
30958 <HEAD>
30959 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
30960 </HEAD>
30961 <BODY>
30962 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
30964 This feature affects the display of dates in the MESSAGE INDEX.
30965 Normally an attempt is made to localize the dates
30966 used in the MESSAGE INDEX display to your locale.
30967 This is controlled with the
30968 LC_TIME locale setting on a UNIX system.
30969 On Windows the Regional Options control panel may be used to set the date format.
30970 At the programming level, Alpine is using the strftime routine
30971 to print the parts of a date.
30973 If this feature is set, dates are displayed in English and
30974 with the conventions of the United States.
30977 <UL>   
30978 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30979 </UL><P>
30980 &lt;End of help on this topic&gt;
30981 </BODY>
30982 </HTML>
30983 ====== h_config_auto_open_unread =====
30984 <HTML>
30985 <HEAD>
30986 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
30987 </HEAD>
30988 <BODY>
30989 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
30991 This feature controls the behavior of the TAB key when traversing folders
30992 in the optional 
30993 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
30994 collection or in optional <!--#echo var="VAR_news-collections"-->.
30996 When the TAB
30997 (<A HREF="h_common_nextnew">NextNew</A>)
30998 key is pressed, and there
30999 are no more unseen messages in the current (incoming message or news)
31000 folder, Alpine will search the list of folders in the current collection for
31001 one containing New or Recent (new since the last time the folder was
31002 opened) messages.
31003 This behavior may be modified slightly with the
31004 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
31005 feature that causes Alpine to look for Unseen messages instead of Recent
31006 messages.
31007 Normally, when such a folder is found, Alpine will ask
31008 whether you wish to open the folder.  If this feature is set, Alpine will
31009 automatically open the folder without prompting.
31011 This feature also affects some other similar situations.
31012 If you have a
31013 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
31014 that is equal to one of the &quot;separate-&quot; values, and you are
31015 viewing a thread; then when you type the NextNew command and are at the
31016 end of the current thread you will automatically go to the next thread
31017 if this feature is set.
31018 By default, you would be asked if you want to view the next thread.
31019 You will also be asked at times whether or not you want to view the next
31020 thread after you delete the last message in the thread.
31021 Setting this feature will also cause that question to be skipped.
31024 <UL>   
31025 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31026 </UL><P>
31027 &lt;End of help on this topic&gt;
31028 </BODY>
31029 </HTML>
31030 ====== h_config_auto_include_reply =====
31031 <HTML>
31032 <HEAD>
31033 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
31034 </HEAD>
31035 <BODY>
31036 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
31038 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
31039 will ask whether you wish to include the original message in your reply.
31040 If this feature is set and the feature
31041 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
31042 is <EM>not</EM> set, then the original message will be included in the reply
31043 automatically, without prompting.
31045 &lt;End of help on this topic&gt;
31046 </BODY>
31047 </HTML>
31048 ====== h_config_select_in_bold =====
31049 <HTML>
31050 <HEAD>
31051 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
31052 </HEAD>
31053 <BODY>
31054 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
31056 This feature controls an aspect of Alpine's 
31057 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
31058 commands; in
31059 particular, the Select and WhereIs commands. Select and WhereIs (with the
31060 ^X subcommand) will search the current folder for messages meeting a
31061 specified criteria, and &quot;tag&quot; the resulting messages with an 
31062 &quot;X&quot; in the
31063 first column of the applicable lines in the MESSAGE INDEX.  If this feature
31064 is set, instead of using the &quot;X&quot; to denote a selected message, 
31065 Alpine will
31066 attempt to display those index lines in boldface. Whether this is
31067 preferable to the &quot;X&quot; will depend on personal taste and the type of
31068 terminal being used.
31070 <UL>   
31071 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31072 </UL><P>
31073 &lt;End of help on this topic&gt;
31074 </BODY>
31075 </HTML>
31076 ====== h_config_alt_auth =====
31077 <HTML>
31078 <HEAD>
31079 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
31080 </HEAD>
31081 <BODY>
31082 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
31084 This feature affects how Alpine connects to IMAP servers.
31085 It's utility has largely been overtaken by events,
31086 but it may still be useful in some circumstances.
31087 If you only connect to modern IMAP servers that support
31088 &quot;TLS&quot; you can ignore this feature.
31091 Details:
31094 By default, Alpine will attempt to connect to an IMAP server on the
31095 normal IMAP service port (143), and if the server offers &quot;Transport Layer
31096 Security&quot; (TLS) and Alpine has been compiled with encryption capability,
31097 then a secure (encrypted) session will be negotiated.
31100 With this feature enabled, before connecting on the normal IMAP port, Alpine
31101 will first attempt to connect to an alternate IMAP service port (993) used
31102 specifically for encrypted IMAP sessions via the Secure Sockets Layer
31103 (SSL) method.
31104 If the SSL attempt fails, Alpine will then try the default
31105 behavior described in the previous paragraph.
31108 TLS negotiation on the normal port is preferred, and supersedes the use of
31109 SSL on port 993, but older servers may not provide TLS support.
31110 This feature may be convenient when accessing IMAP servers that do not support
31111 TLS, but do support SSL connections on port 993.
31112 However, it is important to understand that with this feature enabled,
31113 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
31114 but it will proceed to make an insecure connection if that is the only
31115 option offered by the server, or if the Alpine in question has been built
31116 without encryption capability.
31119 Note that this feature specifies a per-user (or system-wide) default
31120 behavior, but host/folder specification flags may be used to control the
31121 behavior of any specific connection.
31122 This feature interacts with some of
31123 the possible host/folder path specification flags as follows:
31126 The <SAMP>/tls</SAMP> host flag, for example,
31129 <CENTER><SAMP>{foo.example.com/tls}INBOX</SAMP></CENTER>
31131 will over-ride this feature for the specified host by bypassing the
31132 SSL connection attempt.
31133 Moreover, with <SAMP>/tls</SAMP> specified,
31134 the connection attempt will fail if the
31135 service on port 143 does not offer TLS support.
31138 The <SAMP>/ssl</SAMP> host flag, for example,
31141 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
31143 will insist on an SSL connection for the specified host,
31144 and will fail if the SSL service on port 993 is not available.
31145 Alpine will not subsequently retry a connection
31146 on port 143 if <SAMP>/ssl</SAMP> is specified.
31149 <UL>   
31150 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31151 </UL><P>
31152 &lt;End of help on this topic&gt;
31153 </BODY>
31154 </HTML>
31155 ====== h_config_file_dir ======
31156 <HTML>
31157 <HEAD>
31158 <TITLE>OPTION: File Directory</TITLE>
31159 </HEAD>
31160 <BODY>
31161 <H1>OPTION: File Directory</H1>
31163 PC-Alpine only.
31165 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
31166 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
31167 Message Index's &quot;E&nbsp;Export&quot; command.
31170 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
31171 component, Alpine assumes the file exists in the user's home directory.
31172 Under Windows operating systems, this definition isn't always clear.  This 
31173 feature allows you to explictly set where Alpine should look for files
31174 without a leading path.
31177 NOTE: this feature's value is ignored if either 
31178 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
31179 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
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_quote_all_froms =====
31189 <HTML>
31190 <HEAD>
31191 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
31192 </HEAD>
31193 <BODY>
31194 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
31196 This feature controls an aspect of the Save command (and also the way
31197 outgoing messages are saved to an FCC folder).  If set, Alpine will add
31198 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
31199 when they are saved to another folder, including lines syntactically
31200 distinguishable from the type of message separator line commonly used on
31201 Unix systems.
31204 The default behavior is that a &quot;>&quot; will be prepended only to lines
31205 beginning with &quot;From &quot; that might otherwise be confused with a message
31206 separator line on Unix systems.  If pine is the only mail program you use,
31207 this default is reasonable.  If another program you use has trouble
31208 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
31209 enable this feature.  This feature only applies to the common Unix mailbox
31210 format that uses message separator lines beginning with &quot;From &quot;.  If
31211 Alpine has been configured to use a different mailbox format (possibly
31212 incompatible with other mail programs), then this issue does not arise,
31213 and the feature is irrelevant.
31216 &lt;End of help on this topic&gt;
31217 </BODY>
31218 </HTML>
31219 ====== h_config_normal_color =====
31220 <HTML>
31221 <HEAD>
31222 <TITLE>OPTION: Normal Color</TITLE>
31223 </HEAD>
31224 <BODY>
31225 <H1>OPTION: Normal Color</H1>
31227 Sets the color Alpine normally uses.
31228 The foreground color is the color of the actual character and the
31229 background color is the color of the area behind the character.
31230 By default this color is black characters on a white background.
31232 <A HREF="h_color_setup">Descriptions of the available commands</A>
31234 Look <A HREF="h_edit_nav_cmds">here</A>
31235 to see the available Editing and Navigation commands.
31237 &lt;End of help on this topic&gt;
31238 </BODY>
31239 </HTML>
31240 ====== h_config_reverse_color =====
31241 <HTML>
31242 <HEAD>
31243 <TITLE>OPTION: Reverse Color</TITLE>
31244 </HEAD>
31245 <BODY>
31246 <H1>OPTION: Reverse Color</H1>
31248 Sets the color Alpine uses for reverse video characters.
31249 The foreground color is the color of the actual character and the
31250 background color is the color of the area behind the character.
31252 <A HREF="h_color_setup">Descriptions of the available commands</A>
31254 Look <A HREF="h_edit_nav_cmds">here</A>
31255 to see the available Editing and Navigation commands.
31257 &lt;End of help on this topic&gt;
31258 </BODY>
31259 </HTML>
31260 ====== h_config_title_color =====
31261 <HTML>
31262 <HEAD>
31263 <TITLE>OPTION: Title Color</TITLE>
31264 </HEAD>
31265 <BODY>
31266 <H1>OPTION: Title Color</H1>
31268 Sets the color Alpine uses for the titlebar (the top line on the screen).
31269 The foreground color is the color of the actual character and the
31270 background color is the color of the area behind the character.
31271 By default, the Title Color is black characters on a yellow background.
31273 The actual titlebar color may be different from the Title Color if
31274 the option
31275 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
31276 is set to some value other than the default.
31277 It may also be different if the current folder is closed and the
31278 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
31279 color is set to something different from the Title Color.
31281 <A HREF="h_color_setup">Descriptions of the available commands</A>
31283 Look <A HREF="h_edit_nav_cmds">here</A>
31284 to see the available Editing and Navigation commands.
31286 &lt;End of help on this topic&gt;
31287 </BODY>
31288 </HTML>
31289 ====== h_config_titleclosed_color =====
31290 <HTML>
31291 <HEAD>
31292 <TITLE>OPTION: Title Closed Color</TITLE>
31293 </HEAD>
31294 <BODY>
31295 <H1>OPTION: Title Closed Color</H1>
31297 Sets the color Alpine uses for the titlebar (the top line on the screen)
31298 when the current folder is closed.
31299 The foreground color is the color of the actual character and the
31300 background color is the color of the area behind the character.
31301 By default, the Title Color Closed Color is white characters on a red background.
31303 By setting this color to something noticeable you will be alerted to the
31304 fact that the current folder is closed, perhaps unexpectedly.
31306 &lt;End of help on this topic&gt;
31307 </BODY>
31308 </HTML>
31309 ====== h_config_status_color =====
31310 <HTML>
31311 <HEAD>
31312 <TITLE>OPTION: Status Color</TITLE>
31313 </HEAD>
31314 <BODY>
31315 <H1>OPTION: Status Color</H1>
31317 Sets the color Alpine uses for status messages written to the message
31318 line near the bottom of the screen.
31319 The foreground color is the color of the actual character and the
31320 background color is the color of the area behind the character.
31321 By default, the Status Color is the same as the Reverse Color.
31323 <A HREF="h_color_setup">Descriptions of the available commands</A>
31325 Look <A HREF="h_edit_nav_cmds">here</A>
31326 to see the available Editing and Navigation commands.
31328 &lt;End of help on this topic&gt;
31329 </BODY>
31330 </HTML>
31331 ====== h_config_index_opening_color =====
31332 <HTML>
31333 <HEAD>
31334 <TITLE>OPTION: Index Opening Color</TITLE>
31335 </HEAD>
31336 <BODY>
31337 <H1>OPTION: Index Opening Color</H1>
31339 With some setups the text of the subject is followed
31340 by the opening text of the message if there is any room available in the index line.
31341 If you have configured your
31342 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31343 to include one of the Subject tokens that causes this behavior
31344 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
31345 this opening text with this option.
31346 This coloring takes place for all but the current index line, and the Opening
31347 Color appears to be in front of any color from an Index Color Rule.
31349 By default the Index Opening Color is gray characters on a white background.
31352 <A HREF="h_color_setup">Descriptions of the available commands</A>
31354 Look <A HREF="h_edit_nav_cmds">here</A>
31355 to see the available Editing and Navigation commands.
31357 &lt;End of help on this topic&gt;
31358 </BODY>
31359 </HTML>
31360 ====== h_config_index_pri_color =====
31361 <HTML>
31362 <HEAD>
31363 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
31364 </HEAD>
31365 <BODY>
31366 <H1>OPTION: Index Priority Symbol Colors</H1>
31368 The X-Priority header is a non-standard header that is used in a
31369 somewhat standard way by many mail programs.
31370 Alpine expects the value of this header to be a digit with a value
31371 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
31372 Alpine can be made to display an indication of this priority in
31373 messages by use of one of the tokens
31374 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
31375 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
31376 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31379 You may set the color used to draw these tokens by use of the colors
31380 Index High Priority Symbol Color and Index Low Priority Symbol Color.
31381 This coloring takes place for all but the current index line, and the Priority
31382 Color appears to be in front of any color from an Index Color Rule.
31383 If the priority has a value of 1 or 2 the High Priority color will be
31384 used,
31385 and if the value is 4 or 5 the Low Priority color will be used.
31387 If you don't set these colors the index line will be colored in the same color as
31388 the bulk of the index line.
31391 <A HREF="h_color_setup">Descriptions of the available commands</A>
31393 Look <A HREF="h_edit_nav_cmds">here</A>
31394 to see the available Editing and Navigation commands.
31396 &lt;End of help on this topic&gt;
31397 </BODY>
31398 </HTML>
31399 ====== h_config_index_subject_color =====
31400 <HTML>
31401 <HEAD>
31402 <TITLE>OPTION: Index Subject Color</TITLE>
31403 </HEAD>
31404 <BODY>
31405 <H1>OPTION: Index Subject Color</H1>
31407 You may set the color used to draw the Subject part of the index line.
31408 This coloring takes place for all but the current index line, and the Subject
31409 Color appears to be in front of any color from an Index Color Rule.
31411 If you don't set this color it will be colored in the same color as
31412 the bulk of the index line.
31415 <A HREF="h_color_setup">Descriptions of the available commands</A>
31417 Look <A HREF="h_edit_nav_cmds">here</A>
31418 to see the available Editing and Navigation commands.
31420 &lt;End of help on this topic&gt;
31421 </BODY>
31422 </HTML>
31423 ====== h_config_index_from_color =====
31424 <HTML>
31425 <HEAD>
31426 <TITLE>OPTION: Index From Color</TITLE>
31427 </HEAD>
31428 <BODY>
31429 <H1>OPTION: Index From Color</H1>
31431 You may set the color used to draw the From part of the index line.
31432 This coloring takes place for all but the current index line, and the From
31433 Color appears to be in front of any color from an Index Color Rule.
31435 If you don't set this color it will be colored in the same color as
31436 the bulk of the index line.
31439 <A HREF="h_color_setup">Descriptions of the available commands</A>
31441 Look <A HREF="h_edit_nav_cmds">here</A>
31442 to see the available Editing and Navigation commands.
31444 &lt;End of help on this topic&gt;
31445 </BODY>
31446 </HTML>
31447 ====== h_config_index_arrow_color =====
31448 <HTML>
31449 <HEAD>
31450 <TITLE>OPTION: Index Arrow Color</TITLE>
31451 </HEAD>
31452 <BODY>
31453 <H1>OPTION: Index Arrow Color</H1>
31455 If you have configured your
31456 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31457 to include the &quot;ARROW&quot; token, you may set the color of
31458 the arrow displayed with this option.
31459 If you don't set the color it will be colored in the same color as
31460 the bulk of the index line.
31463 <A HREF="h_color_setup">Descriptions of the available commands</A>
31465 Look <A HREF="h_edit_nav_cmds">here</A>
31466 to see the available Editing and Navigation commands.
31468 &lt;End of help on this topic&gt;
31469 </BODY>
31470 </HTML>
31471 ====== h_config_index_color =====
31472 <HTML>
31473 <HEAD>
31474 <TITLE>OPTION: Index Colors</TITLE>
31475 </HEAD>
31476 <BODY>
31477 <H1>OPTION: Index Colors</H1>
31479 You may add color to the single character symbols that give the status
31480 of each message in the MESSAGE INDEX.
31481 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
31482 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
31483 screen depending on whether the message is addressed to you, and whether
31484 the message is marked Important, is Deleted, is Answered, or is New.
31485 The color for each of those characters may be specified by setting the
31486 &quot;Index-to-me&quot; Symbol Color,
31487 the &quot;Index-important&quot; Symbol Color,
31488 the &quot;Index-deleted&quot; Symbol Color,
31489 the &quot;Index-answered&quot; Symbol Color,
31490 and the &quot;Index-new&quot; Symbol Color.
31491 There are also two other symbol colors called &quot;Index-recent&quot;
31492 and &quot;Index-unseen&quot;.
31493 These two colors will only be used if you have configured your
31494 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
31495 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
31497 The default colors for these symbols are:
31498 <TABLE>
31499 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
31500 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
31501 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31502 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
31503 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
31504 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31505 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31506 </TABLE>
31508 Besides coloring the message status symbols, you may also color the
31509 entire index line.
31510 This is done by using the
31511 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
31512 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
31513 When the entire line is colored that color will be &quot;behind&quot; the
31514 status symbol colors talked about in the paragraph above.
31516 You may also color
31517 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
31518 in the index using the
31519 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
31520 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
31521 the Subject using
31522 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
31523 the From field using
31524 <A HREF="h_config_index_from_color">Index From Color</A>;
31525 and the
31526 <A HREF="h_config_index_opening_color">Index Opening</A> text.
31528 <A HREF="h_color_setup">Descriptions of the available commands</A>
31530 Look <A HREF="h_edit_nav_cmds">here</A>
31531 to see the available Editing and Navigation commands.
31533 &lt;End of help on this topic&gt;
31534 </BODY>
31535 </HTML>
31536 ====== h_config_metamsg_color =====
31537 <HTML>
31538 <HEAD>
31539 <TITLE>OPTION: Meta-Message Color</TITLE>
31540 </HEAD>
31541 <BODY>
31542 <H1>OPTION: Meta-Message Color</H1>
31544 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
31545 that aren't part of the message itself.
31546 For example, an attachment that isn't shown might produce a meta
31547 message something like:
31549 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
31551 If you set the
31552 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
31553 option you might see
31555 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
31557 Warnings about suspicious looking URLs in HTML will also be colored
31558 with this color.
31560 The foreground color is the color of the actual character and the
31561 background color is the color of the area behind the character.
31562 By default, the Meta-Message Color is black characters on a yellow background.
31564 <A HREF="h_color_setup">Descriptions of the available commands</A>
31566 Look <A HREF="h_edit_nav_cmds">here</A>
31567 to see the available Editing and Navigation commands.
31569 &lt;End of help on this topic&gt;
31570 </BODY>
31571 </HTML>
31572 ====== h_config_keylabel_color =====
31573 <HTML>
31574 <HEAD>
31575 <TITLE>OPTION: KeyLabel Color</TITLE>
31576 </HEAD>
31577 <BODY>
31578 <H1>OPTION: KeyLabel Color</H1>
31580 Sets the color Alpine uses for the labels of the keys in the two-line
31581 menu at the bottom of the screen.
31582 For example, some of the screens have a &quot;P PrevMsg&quot; command.
31583 This option sets the color used when displaying &quot;PrevMsg&quot;.
31584 The foreground color is the color of the actual character and the
31585 background color is the color of the area behind the character.
31586 By default, the KeyLabel Color is the same as the Normal Color.
31588 WARNING: Some terminal emulators have the property that the screen will scroll
31589 down one line whenever a character is written to the character cell in the
31590 lower right corner of the screen.
31591 Alpine can usually avoid writing a character in that corner of the screen.
31592 However, if you have defined a KeyLabel Color then Alpine does have to write
31593 a character in that cell in order to color the cell correctly.
31594 If you find that your display sometimes scrolls up a line this could be
31595 the problem.
31596 The most obvious symptom is probably that the titlebar at the top of the
31597 screen scrolls off the screen.
31598 Try setting KeyLabel Color to Default to see if that fixes the problem.
31600 <A HREF="h_color_setup">Descriptions of the available commands</A>
31602 Look <A HREF="h_edit_nav_cmds">here</A>
31603 to see the available Editing and Navigation commands.
31605 &lt;End of help on this topic&gt;
31606 </BODY>
31607 </HTML>
31608 ====== h_config_keyname_color =====
31609 <HTML>
31610 <HEAD>
31611 <TITLE>OPTION: KeyName Color</TITLE>
31612 </HEAD>
31613 <BODY>
31614 <H1>OPTION: KeyName Color</H1>
31616 Sets the color Alpine uses for the names of the keys in the two-line
31617 menu at the bottom of the screen.
31618 For example, some of the screens have a &quot;P PrevMsg&quot; command.
31619 This option sets the color used when displaying the &quot;P&quot;.
31620 The foreground color is the color of the actual character and the
31621 background color is the color of the area behind the character.
31622 By default, the KeyName Color is the same as the Reverse Color.
31624 <A HREF="h_color_setup">Descriptions of the available commands</A>
31626 Look <A HREF="h_edit_nav_cmds">here</A>
31627 to see the available Editing and Navigation commands.
31629 &lt;End of help on this topic&gt;
31630 </BODY>
31631 </HTML>
31632 ====== h_config_slctbl_color =====
31633 <HTML>
31634 <HEAD>
31635 <TITLE>OPTION: Selectable Item Color</TITLE>
31636 </HEAD>
31637 <BODY>
31638 <H1>OPTION: Selectable Item Color</H1>
31640 Sets the color Alpine uses for selectable items, such as URLs.
31641 The foreground color is the color of the actual character and the
31642 background color is the color of the area behind the character.
31643 By default, the Selectable Item Color is the same as the Normal Color,
31644 except that it is bold.
31646 <A HREF="h_color_setup">Descriptions of the available commands</A>
31648 Look <A HREF="h_edit_nav_cmds">here</A>
31649 to see the available Editing and Navigation commands.
31651 &lt;End of help on this topic&gt;
31652 </BODY>
31653 </HTML>
31654 ====== h_config_quote_color =====
31655 <HTML>
31656 <HEAD>
31657 <TITLE>OPTION: Quote Colors</TITLE>
31658 </HEAD>
31659 <BODY>
31660 <H1>OPTION: Quote Colors</H1>
31662 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
31663 screen.
31664 If a line begins with a &gt; character (or space followed by &gt;)
31665 it is considered a quote.
31666 That line will be given the Quote1 Color (first level quote).
31667 If there is a second level of quoting then the Quote2 Color will be used.
31668 Alpine considers there to be a second level of quoting if that first &gt; is
31669 followed by another &gt; (or space followed by &gt;).
31670 If there are characters other than whitespace and &gt; signs, then it isn't
31671 considered another level of quoting.
31672 Similarly, if there is a third level of quoting the Quote3 Color will be
31673 used.
31674 If there are more levels after that the Quote Colors are re-used.
31675 If you define all three colors then it would repeat like Color1, Color2, Color3,
31676 Color1, Color2, Color3, ...
31677 If you only define the first two it would be
31678 Color1, Color2, Color1, Color2, ...
31679 If you define only the Quote1 Color, then the entire quote would be that
31680 color regardless of the quoting levels.
31681 By default, the Quote1 Color is black characters on a greenish-blue background;
31682 the Quote2 Color is black characters on a dull yellow background; and
31683 the Quote3 Color is black characters on a green background.
31685 <A HREF="h_color_setup">Descriptions of the available commands</A>
31687 Look <A HREF="h_edit_nav_cmds">here</A>
31688 to see the available Editing and Navigation commands.
31690 &lt;End of help on this topic&gt;
31691 </BODY>
31692 </HTML>
31693 ====== h_config_folder_color =====
31694 <HTML>
31695 <HEAD>
31696 <TITLE>OPTION: Folder Color</TITLE>
31697 </HEAD>
31698 <BODY>
31699 <H1>OPTION: Folder Color</H1>
31701 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
31702 screen. By default, the Folder Color is the normal text color.
31705 If you set a color for this feature, other than the normal color
31706 (the default), or a color for
31707 <A HREF="h_config_directory_color">Directory Color</A>, then directories
31708 will be colored according to the color specified in the
31709 <A HREF="h_config_directory_color">Directory Color</A> option. In this
31710 case, the color will be the only indication that the colored name
31711 refers to a directory. The normal behavior is that Alpine
31712 indicates that a name refers to a directory by appending a
31713 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
31714 the folder.
31717 If a folder is a directory, then the folder name will be painted
31718 according to the color defined by this variable, and a separator
31719 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
31720 to the name. That
31721 indicator will be painted according to the color defined in the
31722 <A HREF="h_config_directory_color">Directory Color</A> option.
31725 &lt;End of help on this topic&gt;
31726 </BODY>
31727 </HTML>
31728 ====== h_config_directory_color =====
31729 <HTML>
31730 <HEAD>
31731 <TITLE>OPTION: Directory Color</TITLE>
31732 </HEAD>
31733 <BODY>
31734 <H1>OPTION: Directory Color</H1>
31736 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
31737 screen. By default, the Folder Color is the normal text color.
31739 If you set a color for this feature, other than the normal color
31740 (the default), or a color for
31741 <A HREF="h_config_folder_color">Folder Color</A>, then folders
31742 will be colored according to the color specified in the
31743 <A HREF="h_config_folder_color">Folder Color</A> option. In this
31744 case, the color will be the only indication that the colored name
31745 refers to a directory. The normal behavior is that Alpine
31746 indicates that a name refers to a directory by appending a
31747 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
31748 the folder.
31750 If a folder is a directory, then the folder name will be painted
31751 according to the color defined by the option
31752 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
31753 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
31754 after the name. That
31755 indicator will be painted according to the color defined in this
31756 option.
31758 &lt;End of help on this topic&gt;
31759 </BODY>
31760 </HTML>
31761 ====== h_config_folder_list_color =====
31762 <HTML>
31763 <HEAD>
31764 <TITLE>OPTION: Folder-List Color</TITLE>
31765 </HEAD>
31766 <BODY>
31767 <H1>OPTION: Folder-List Color</H1>
31769 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
31770 screen. By default, the Folder-List Color is the normal text color.
31772 This text refers to the informative text that Alpine displays so you
31773 can recognize each collection. The color of the content of each collection
31774 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
31775 and <A HREF="h_config_directory_color">Directory Color</A>.
31777 Unlike the options
31778 <A HREF="h_config_folder_color">Folder Color</A>
31779 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
31780 this option does not affect the way that Alpine reports folders,
31781 directories and folders that are directories.
31783 &lt;End of help on this topic&gt;
31784 </BODY>
31785 </HTML>
31786 ====== h_config_incunseen_color =====
31787 <HTML>
31788 <HEAD>
31789 <TITLE>OPTION: Incoming Unseen Color</TITLE>
31790 </HEAD>
31791 <BODY>
31792 <H1>OPTION: Incoming Unseen Color</H1>
31794 If the option
31795 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
31796 is turned on it is possible to highlight the folders that contain
31797 unseen messages by coloring them with this color.
31798 By default, this is the same as the Normal Color and no highlighting is done.
31800 Usually the &quot;current&quot; folder (the folder the cursor is on)
31801 is highlighted using reverse video.
31802 If the current folder is colored because it contains unseen messages then
31803 the color used to show that it is also the current folder is controlled
31804 by the
31805 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
31806 feature at the top of the SETUP COLOR screen.
31808 <A HREF="h_color_setup">Descriptions of the available commands</A>
31810 Look <A HREF="h_edit_nav_cmds">here</A>
31811 to see the available Editing and Navigation commands.
31813 &lt;End of help on this topic&gt;
31814 </BODY>
31815 </HTML>
31816 ====== h_config_signature_color =====
31817 <HTML>
31818 <HEAD>
31819 <TITLE>OPTION: Signature Color</TITLE>
31820 </HEAD>
31821 <BODY>
31822 <H1>OPTION: Signature Color</H1>
31824 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
31825 screen. According to USENET conventions, the signature is defined as the
31826 paragraph following the &quot;sigdashes&quot;, that is, the special line
31827 consisting of the three characters
31828 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
31829 empty line right after the sigdashes to be considered as part of the
31830 signature.
31831 By default, the Signature Color is blue characters on a white background.
31833 <A HREF="h_color_setup">Descriptions of the available commands</A>
31835 Look <A HREF="h_edit_nav_cmds">here</A>
31836 to see the available Editing and Navigation commands.
31838 &lt;End of help on this topic&gt;
31839 </BODY>
31840 </HTML>
31841 ====== h_config_prompt_color =====
31842 <HTML>
31843 <HEAD>
31844 <TITLE>OPTION: Prompt Color</TITLE>
31845 </HEAD>
31846 <BODY>
31847 <H1>OPTION: Prompt Color</H1>
31849 Sets the color Alpine uses for confirmation prompts and questions that
31850 appear in the status line near the bottom of the screen.
31851 The foreground color is the color of the actual character and the
31852 background color is the color of the area behind the character.
31853 By default, the Prompt Color is the same as the Reverse Color.
31855 <A HREF="h_color_setup">Descriptions of the available commands</A>
31857 Look <A HREF="h_edit_nav_cmds">here</A>
31858 to see the available Editing and Navigation commands.
31860 &lt;End of help on this topic&gt;
31861 </BODY>
31862 </HTML>
31863 ====== h_config_header_general_color =====
31864 <HTML>
31865 <HEAD>
31866 <TITLE>OPTION: Header General Color</TITLE>
31867 </HEAD>
31868 <BODY>
31869 <H1>OPTION: Header General Color</H1>
31871 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
31872 screen.
31873 The foreground color is the color of the actual character and the
31874 background color is the color of the area behind the character.
31875 By default, this is the same as the Normal Color.
31877 It is also possible to set the colors for specific header fields, for
31878 example the Subject, using
31879 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
31880 If both a Header General Color and a specific Viewer Header Color are set
31881 the specific color will override the general color, as you would expect.
31883 <A HREF="h_color_setup">Descriptions of the available commands</A>
31885 Look <A HREF="h_edit_nav_cmds">here</A>
31886 to see the available Editing and Navigation commands.
31888 &lt;End of help on this topic&gt;
31889 </BODY>
31890 </HTML>
31891 ====== h_config_incol =====
31892 <HTML>
31893 <HEAD>
31894 <TITLE>Index Line Color</TITLE>
31895 </HEAD>
31896 <BODY>
31897 <H1>Index Line Color</H1>
31899 This option is used to set the color of a line in the index when the
31900 message for that line matches the Pattern.
31901 This colors the whole index line, except possibly the status letters,
31902 which may be colored separately using the
31903 <A HREF="h_color_setup">Setup Kolor</A> screen.
31904 The foreground color is the color of the actual characters and the
31905 background color is the color of the area behind the characters.
31907 <A HREF="h_color_setup">Descriptions of the available commands</A>
31909 Look <A HREF="h_edit_nav_cmds">here</A>
31910 to see the available Editing and Navigation commands.
31912 &lt;End of help on this topic&gt;
31913 </BODY>
31914 </HTML>
31915 ====== h_config_usetransparent_color =====
31916 <HTML>
31917 <HEAD>
31918 <TITLE>OPTION: Use Transparent Color</TITLE>
31919 </HEAD>
31920 <BODY>
31921 <H1>OPTION: Use Transparent Color</H1>
31923 This is a special color supported by some terminal emulators.
31924 It is intended to result in the default foreground or background color
31925 from the terminal emulator.
31926 This is the color the terminal was displaying characters in before you started Alpine.
31927 The reason it is called Transparent is because you could set the foreground color
31928 to some specific color, like Red, and then set the background color to the
31929 Transparent Color. If it works as expected, the background color from the terminal
31930 window in which Alpine is running will show through but with the Red characters
31931 in the foreground.
31933 <A HREF="h_color_setup">Descriptions of the available commands</A>
31935 Look <A HREF="h_edit_nav_cmds">here</A>
31936 to see the available Editing and Navigation commands.
31938 &lt;End of help on this topic&gt;
31939 </BODY>
31940 </HTML>
31941 ====== h_config_usenormal_color =====
31942 <HTML>
31943 <HEAD>
31944 <TITLE>OPTION: Use Normal Color</TITLE>
31945 </HEAD>
31946 <BODY>
31947 <H1>OPTION: Use Normal Color</H1>
31949 When you use this color value, the actual color used will be the same
31950 as the corresponding Normal Color.
31951 For example if your Normal Color is black on white and you set both
31952 the foreground and background colors here to use the Normal Color, you'll
31953 get black on white. If you later change the Normal Color to red on blue
31954 this color will also change to red on blue.
31956 <A HREF="h_color_setup">Descriptions of the available commands</A>
31958 Look <A HREF="h_edit_nav_cmds">here</A>
31959 to see the available Editing and Navigation commands.
31961 &lt;End of help on this topic&gt;
31962 </BODY>
31963 </HTML>
31964 ====== h_config_usenone_color =====
31965 <HTML>
31966 <HEAD>
31967 <TITLE>OPTION: Use None Color</TITLE>
31968 </HEAD>
31969 <BODY>
31970 <H1>OPTION: Use None Color</H1>
31972 This is a special color that simply means to leave the color alone.
31973 It is useful for Index symbols and for Keyword Colors used in the Subject
31974 field of an index line.
31975 The most likely use is to set an explicit foreground color and then set
31976 the background color to the None Color.
31977 That will cause the symbol or keyword to be drawn in the foreground color
31978 with a background equal to whatever color the rest of the index line is already
31979 drawn in.
31980 You will see no visible effect unless you have assigned Indexcolor Rules to
31981 color index lines or you have set an actual color for the Reverse Color.
31983 <A HREF="h_color_setup">Descriptions of the available commands</A>
31985 Look <A HREF="h_edit_nav_cmds">here</A>
31986 to see the available Editing and Navigation commands.
31988 &lt;End of help on this topic&gt;
31989 </BODY>
31990 </HTML>
31991 ====== h_config_dflt_color =====
31992 <HTML>
31993 <HEAD>
31994 <TITLE>OPTION: Default Color</TITLE>
31995 </HEAD>
31996 <BODY>
31997 <H1>OPTION: Default Color</H1>
31999 Setting default will cause the color to be the default color.
32000 Unsetting default is normally done by choosing a color, but in some cases
32001 you may want to declare the current default color to be your non-default
32002 choice.
32003 For example, the default Keyname Color is the same as the Reverse Color.
32004 Whenever the Reverse Color changes the Keyname Color will also change, unless
32005 you've changed it or unset the default box.
32007 <A HREF="h_color_setup">Descriptions of the available commands</A>
32009 Look <A HREF="h_edit_nav_cmds">here</A>
32010 to see the available Editing and Navigation commands.
32012 &lt;End of help on this topic&gt;
32013 </BODY>
32014 </HTML>
32015 ====== h_config_bold_slctbl =====
32016 <HTML>
32017 <HEAD>
32018 <TITLE>OPTION: Bold</TITLE>
32019 </HEAD>
32020 <BODY>
32021 <H1>OPTION: Bold</H1>
32023 The color for this particular section may have the Bold attribute turned
32024 on or off.
32025 Setting bold will cause the characters to be bold.
32027 <A HREF="h_color_setup">Descriptions of the available commands</A>
32029 Look <A HREF="h_edit_nav_cmds">here</A>
32030 to see the available Editing and Navigation commands.
32032 &lt;End of help on this topic&gt;
32033 </BODY>
32034 </HTML>
32035 ====== h_config_kw_color =====
32036 <HTML>
32037 <HEAD>
32038 <TITLE>OPTION: Keyword Colors</TITLE>
32039 </HEAD>
32040 <BODY>
32041 <H1>OPTION: Keyword Colors</H1>
32043 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
32044 Keywords are displayed as part of the Subject by default.
32045 They are also displayed as part of the Subject if the tokens
32046 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
32047 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32048 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
32049 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
32051 For example, you might have set up a Keyword
32052 &quot;Work&quot; using the
32053 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
32054 You could cause that Keyword to show up as a special color
32055 by setting up the Keyword Color using this option, and then including it
32056 in the MESSAGE INDEX screen using one of the tokens listed above in the
32057 <!--#echo var="VAR_index-format"-->.
32059 <A HREF="h_color_setup">Descriptions of the available commands</A>
32061 Look <A HREF="h_edit_nav_cmds">here</A>
32062 to see the available Editing and Navigation commands.
32064 &lt;End of help on this topic&gt;
32065 </BODY>
32066 </HTML>
32067 ====== h_config_customhdr_color =====
32068 <HTML>
32069 <HEAD>
32070 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
32071 </HEAD>
32072 <BODY>
32073 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
32075 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
32076 For example, you may set the color of the Subject header or the From header.
32077 The foreground color is the color of the actual character and the
32078 background color is the color of the area behind the character.
32080 In addition to setting the colors for particular headers (like the Subject)
32081 you may also set a color to be used for all headers unless overridden by a
32082 more specific Viewer Header Color.
32083 To do this use the
32084 <A HREF="h_config_header_general_color">Header General Color</A>.
32086 For Header Colors,
32087 there is an additional line on the
32088 screen labeled &quot;Pattern to match&quot;.
32089 If you leave that blank, then the whole field for that header will
32090 be colored.
32091 However, if you give a pattern to match, the coloring will only take place
32092 if there is a match for that pattern in the value of the field.
32093 For example, if you are working on a color for the Subject header and
32094 you fill in a pattern of &quot;important&quot;, then only Subjects that
32095 contain the word &quot;important&quot; will be colored.
32097 If the pattern you enter is a comma-separated list of patterns, then coloring
32098 happens if any of those patterns matches.
32100 <A HREF="h_color_setup">Descriptions of the available commands</A>
32102 Look <A HREF="h_edit_nav_cmds">here</A>
32103 to see the available Editing and Navigation commands.
32105 &lt;End of help on this topic&gt;
32106 </BODY>
32107 </HTML>
32108 ====== h_config_indextoken_color =====
32109 <HTML>
32110 <HEAD>
32111 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
32112 </HEAD>
32113 <BODY>
32114 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
32116 This option allows you to set up the color in which any token, not specified by the
32117 previous options, will be colored in the MESSAGE INDEX screen. 
32119 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
32120 a token that can be used in the index format. 
32121 The list of available tokens is <A HREF="h_index_tokens">here</A>.
32123 If you fail to enter a valid token your entry will be ignored, and you will be asked to
32124 enter a new one. Once you have entered a valid token, a line will be added to the
32125 configuration screen that you can use to set up the colors in which that token will
32126 be painted. This is done in the same way that you configure colors for other
32127 variables.
32129 <A HREF="h_color_setup">Descriptions of the available commands</A>
32131 Look <A HREF="h_edit_nav_cmds">here</A>
32132 to see the available Editing and Navigation commands.
32134 &lt;End of help on this topic&gt;
32135 </BODY>
32136 </HTML>
32137 ====== h_config_customhdr_pattern =====
32138 <HTML>
32139 <HEAD>
32140 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
32141 </HEAD>
32142 <BODY>
32143 <H1>OPTION: Viewer Header Color Pattern</H1>
32145 If you leave this blank, then the whole field for the header will
32146 be colored.
32147 If you give a pattern to match, the coloring will only take place
32148 if there is a match for that pattern in the value of the field.
32149 For example, if you are working on a color for the Subject header and
32150 you fill in a pattern of &quot;important&quot;, then only Subjects that
32151 contain the word &quot;important&quot; will be colored.
32153 For address headers (like From and To) and for the Newsgroups header,
32154 a pattern match will cause only the matched addresses or newsgroups to be
32155 colored.
32156 If there is no pattern to match, then all of the addresses or newsgroups
32157 in the relevant header will be colored.
32159 The matching pattern may be a comma-separated list of patterns to match
32160 instead of a single pattern.
32161 For example, you could use the pattern &quot;important,urgent&quot; which would
32162 cause a match if either the word &quot;important&quot; or the word
32163 &quot;urgent&quot; appeared in the value of the header.
32164 You could list several comma-separated email addresses in the Header
32165 From Color pattern so that those addresses will be colored when any of
32166 them appear in the From header.
32168 To add a new matching pattern or change the existing pattern use the 
32169 <!--chtml if pinemode="function_key"-->
32170 &quot;F4&quot;
32171 <!--chtml else-->
32172 &quot;C&quot;
32173 <!--chtml endif-->
32174 &quot;Change&quot; command that is available when the &quot;Pattern to
32175 match&quot; line is highlighted.
32177 <!--chtml if pinemode="function_key"-->
32178 &quot;F10&quot;
32179 <!--chtml else-->
32180 &quot;D&quot;
32181 <!--chtml endif-->
32182 &quot;Delete&quot; command may be used to quickly remove all patterns
32183 for a particular header.
32185 &lt;End of help on this topic&gt;
32186 </BODY>
32187 </HTML>
32188 ====== h_color_setup =====
32189 <HTML>
32190 <HEAD>
32191 <TITLE>SETUP COLOR COMMANDS</TITLE>
32192 </HEAD>
32193 <BODY>
32194 <H1>SETUP COLOR COMMANDS</H1>
32195 <!--chtml if pinemode="function_key"-->
32196 <PRE>
32197 Available Commands -- Group 1
32198 -------------------------------
32199 F1  Display this help text
32200 F2  Show other available commands
32201 F3  Exit to MAIN MENU
32202 F4  Select the highlighted foreground or background color
32203 F5  Move to previous line
32204 F6  Move to next line
32205 F7  Previous page
32206 F8  Next page
32207 F9  Add a config section for a header field
32208 F10 Restore all default colors (for all sections)
32209 F11 Print color configuration screen
32210 F12 Whereis (search for word)
32212 Available Commands -- Group 2
32213 -------------------------------
32214 F1  Display this help text
32215 F2  Show other available commands
32216 F5  Delete config section for highlighted header field
32217 F6  Shuffle the order of Header Color sections
32218 </PRE>
32219 <!--chtml else-->
32220 <PRE>
32221 General commands
32222 -------------------------------------------------
32223  ?  Display this help text     E  Exit back to MAIN MENU
32224  P  Previous Line              N  Next Line
32225  -  Previous page             Spc (space bar) Next page
32226  W  WhereIs (search for word)  %  Print color configuration screen
32228 Color Setup Commands
32229 ------------------------------------------------
32230  *  Select the highlighted foreground or background color
32231  A  Add a config section for a header field
32232  D  Delete config section for highlighted header field
32233  R  Restore all default colors (for all sections)
32234  $  Shuffle the order of Header Color sections
32235 </PRE>
32236 <!--chtml endif-->
32238 <H2>Description of the Setup Color Screen</H2>
32240 From this screen you may turn on color and set the colors of
32241 various parts of the Alpine display.
32242 For help on turning on color move your cursor into the Color Style section
32243 at the top of the Setup Color screen and ask for help.
32246 There are several sections in the Setup Color Screen.
32247 At the top are some settings that handle the style of color used
32248 with your terminal emulator (UNIX only), and some settings that
32249 control how the current indexline and the titlebar are colored.
32250 After that comes a long section called GENERAL COLORS that allows
32251 you to set the color of many elements in the Alpine screens.
32252 For example, the color of the titlebar, status messages,
32253 selectable links, quotes and signatures in messages, and so on.
32254 After that is a section called INDEX COLORS that allows you to
32255 set the colors of various pieces of the displayed index lines in
32256 the MESSAGE INDEX screen.
32257 The next section is HEADER COLORS. This is for coloring headers of
32258 messages in the MESSAGE TEXT screen in just about any way you would like.
32259 Finally, the KEYWORD COLORS section allows you to highlight
32260 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
32261 in the MESSAGE INDEX screen.
32264 To change a color, highlight the color you want to change (for example,
32265 the Status Color) by moving
32266 the cursor into it.
32267 You may want to read the help text for the color to see a brief desription
32268 of what you are coloring.
32269 Then press &quot;C&quot; for Change to set the color to something new.
32270 That will put you into a screen with two columns of colors, one for
32271 the foreground color and one for the background color.
32272 The foreground color is just the color you want the actual characters
32273 to be and the background color is the color of the rest of the rectangle
32274 behind the characters.
32275 Select the foreground and background colors desired by using the Next and
32276 Prev keys to highlight the color, and the * command to select it.
32278 To set a color to its default value, set the X in the Default line at
32279 the bottom of the list of colors.
32282 The HEADER COLORS section is a little bit different from the others.
32283 Besides coloring the specific fields that Alpine knows about, you may also
32284 color specific header fields when viewing a message in the MESSAGE TEXT
32285 screen.
32286 For example, you may color the Subject header a particular color.
32287 There are a few commands for use with headers.
32288 The &quot;AddHeader&quot; command adds a section to the color
32289 configuration screen that allows you to set the color for that header.
32290 You'll be asked for the name of the header field you want to color.
32291 If you wanted to color the Subject, you would answer
32292 with the word &quot;subject&quot;.
32293 Once you've added a header field, the color setting works just like the
32294 other color fields, except that there is an additional line on the
32295 configuration screen labeled &quot;Pattern to match&quot;.
32296 If you leave that blank, then the whole field for that header will always
32297 be colored.
32298 However, if you give a pattern to match, the coloring will only take place
32299 if there is a match for that pattern in the value of the field.
32300 For example, if you are working on a color for the Subject header and
32301 you fill in a pattern of &quot;important&quot;, then only Subjects that
32302 contain the word &quot;important&quot; will be colored.
32304 The &quot;DeleteHdr&quot; command removes a header section from the
32305 configuration altogether.
32306 The &quot;Shuffle&quot; command changes the order of header sections.
32307 This is only necessary if you use header sections with pattern fields.
32308 For example, if you have two Subject sections, one with one pattern and
32309 another with another pattern, and the subject for a particular message
32310 happens to match both, then the color from the first match is used.
32313 The command &quot;RestoreDefs&quot; will restore all of the default colors.
32314 Each section will change to the default value used for that section when
32315 color is first enabled.
32316 When you restore all default colors the color settings for the Header Colors
32317 will be unset (since that's the default), but the header fields you've
32318 added will remain so that you may easily reset them.
32319 In order to get rid of them completely you'd have to use
32320 the &quot;DeleteHdr&quot; command.
32323 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
32324 may be set with matching rules and that is configured separately from
32325 the rest of the color settings described here.
32326 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
32327 instead of in the Setup/Kolor section.
32329 <P><UL>
32330 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32331 </UL><P>
32332 &lt;End of help on this topic&gt;
32333 </BODY>
32334 </HTML>
32335 ====== h_config_news_uses_recent ======
32336 <HTML>
32337 <HEAD>
32338 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
32339 </HEAD>
32340 <BODY>
32341 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
32343 This feature causes certain messages to be marked as "New" in the
32344 MESSAGE INDEX of newsgroups.
32345 This feature is set by default.
32349 When opening a newsgroup, Alpine will consult your "newsrc" file and
32350 determine the last message you have previously disposed of via the "D"
32351 key.  If this feature is set, any subsequent messages will be shown in the
32352 Index with an "N", and the first of these messages will be highlighted.
32353 Although this is only an approximation of true "New" or "Unseen"
32354 status, it provides a useful cue to distinguish more-or-less recent
32355 messages from those you have seen previously, but are not yet ready to
32356 mark deleted.
32360 Background: your "newsrc" file (used to store message status information
32361 for newsgroups) is only capable of storing a single flag, and Alpine uses
32362 this to record whether or not you are "done with" a message, as
32363 indicated by marking the message as "Deleted".  Unfortunately, this
32364 means that Alpine has no way to record exactly which messages you have
32365 previously seen, so it normally does not show the "N" status flag for
32366 any messages in a newsgroup. This feature enables a starting
32367 *approximation* of seen/unseen status that may be useful.
32369 &lt;End of help on this topic&gt;
32370 </BODY>
32371 </HTML>
32372 ====== h_config_expose_hidden_config =====
32373 <HTML>
32374 <HEAD>
32375 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
32376 </HEAD>
32377 <BODY>
32378 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
32380 If set, this causes configuration options and features that are normally
32381 hidden from view to be editable in the Setup/Config screen.
32384 The purpose of this feature is to allow you to change configuration
32385 features and variables that are normally hidden.
32386 This is particularly useful if you are using a remote configuration,
32387 where it is difficult to edit the contents manually, but it may also be used
32388 on a local pinerc configuration file.
32390 If set, several configuration variables and features that are normally
32391 hidden from view will show up in the Setup/Configuration screen.
32392 They will be at the bottom of the configuration screen.
32393 You can find them by searching for the words &quot;hidden configuration&quot;.
32396 Note that this is an advanced feature that should be used with care.
32397 The reason that this part of the configuration is normally hidden is because
32398 there is a significant potential for causing problems if you change these
32399 variables.
32400 If something breaks after a change try changing it back to see if that is
32401 what is causing the problem.
32402 There are also some variables that are normally hidden because they are
32403 manipulated through Alpine in other ways.
32404 For example, colors are normally set using the Setup/Kolors screen and
32405 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
32406 the Setup/AddressBooks screen, so there is little reason to edit these directly.
32407 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
32408 the Add, Delete, and Rename commands in the FOLDER LIST screen,
32409 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
32410 internally by Alpine and not set directly by the user.
32412 <UL>   
32413 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32414 </UL><P>
32415 &lt;End of help on this topic&gt;
32416 </BODY>
32417 </HTML>
32418 ====== h_config_disable_signature_edit =====
32419 <HTML>
32420 <HEAD>
32421 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
32422 </HEAD>
32423 <BODY>
32424 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
32426 If set, this disables the editing of signature files from within
32427 the Setup/Config screen.
32429 <UL>   
32430 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32431 </UL><P>
32432 &lt;End of help on this topic&gt;
32433 </BODY>
32434 </HTML>
32435 ====== h_config_disable_roles_templateedit =====
32436 <HTML>
32437 <HEAD>
32438 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
32439 </HEAD>
32440 <BODY>
32441 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
32443 If set, this disables the editing of template files within the
32444 Role setup screen.
32446 <UL>   
32447 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32448 </UL><P>
32449 &lt;End of help on this topic&gt;
32450 </BODY>
32451 </HTML>
32452 ====== h_config_disable_roles_sigedit =====
32453 <HTML>
32454 <HEAD>
32455 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
32456 </HEAD>
32457 <BODY>
32458 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
32460 If set, this disables the editing of signature files within the
32461 Role setup screen.
32463 <UL>   
32464 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32465 </UL><P>
32466 &lt;End of help on this topic&gt;
32467 </BODY>
32468 </HTML>
32469 ====== h_config_disable_roles_setup =====
32470 <HTML>
32471 <HEAD>
32472 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
32473 </HEAD>
32474 <BODY>
32475 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
32477 If set, this disables the Setup/Rules/Roles command.
32479 <UL>   
32480 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32481 </UL><P>
32482 &lt;End of help on this topic&gt;
32483 </BODY>
32484 </HTML>
32485 ====== h_config_disable_pipes_in_templates =====
32486 <HTML>
32487 <HEAD>
32488 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
32489 </HEAD>
32490 <BODY>
32491 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
32493 By default, if a template file name is followed by a vertical bar (|) then
32494 that causes the file to be executed to produce the text for the template.
32495 If this feature is set, then this is not allowed.
32497 <UL>   
32498 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32499 </UL><P>
32500 &lt;End of help on this topic&gt;
32501 </BODY>
32502 </HTML>
32503 ====== h_config_disable_pipes_in_sigs =====
32504 <HTML>
32505 <HEAD>
32506 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
32507 </HEAD>
32508 <BODY>
32509 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
32511 By default, if a signature file name is followed by a vertical bar (|) then
32512 that causes the file to be executed to produce the text for the signature.
32513 If this feature is set, then this is not allowed.
32515 <UL>   
32516 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32517 </UL><P>
32518 &lt;End of help on this topic&gt;
32519 </BODY>
32520 </HTML>
32521 ====== h_config_disable_password_cmd =====
32522 <HTML>
32523 <HEAD>
32524 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
32525 </HEAD>
32526 <BODY>
32527 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
32529 If set, then the Setup/Newpassword command is disabled.
32531 <UL>   
32532 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32533 </UL><P>
32534 &lt;End of help on this topic&gt;
32535 </BODY>
32536 </HTML>
32537 ====== h_config_disable_password_caching =====
32538 <HTML>
32539 <HEAD>
32540 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
32541 </HEAD>
32542 <BODY>
32543 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
32545 Normally, loginname/password combinations are cached in Alpine so that
32546 you do not have to enter the same password more than once in a session.
32547 A disadvantage to this approach is that the password must be stored in
32548 the memory image of the running Alpine in order that it can be re-used.
32549 In the event that Alpine crashes and produces a core dump, and that core
32550 dump is readable by others, the loginname and password could be read
32551 from the core dump.
32553 If this feature is set, then the passwords will not be cached and you
32554 will have to retype the password whenever Alpine needs it.
32555 Even with this feature set there is still some chance that the core
32556 file will contain a password, so care should be taken to make the
32557 core files unreadable.
32559 NOTE: If PASSFILE caching is enabled, this does not disable it.
32560 That is a separate and independent feature.
32561 <UL>   
32562 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32563 </UL><P>
32564 &lt;End of help on this topic&gt;
32565 </BODY>
32566 </HTML>
32567 ====== h_config_disable_kb_lock =====
32568 <HTML>
32569 <HEAD>
32570 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
32571 </HEAD>
32572 <BODY>
32573 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
32575 If set, then the Keyboard Lock command is removed from the MAIN MENU.
32577 <UL>   
32578 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32579 </UL><P>
32580 &lt;End of help on this topic&gt;
32581 </BODY>
32582 </HTML>
32583 ====== h_config_disable_config_cmd =====
32584 <HTML>
32585 <HEAD>
32586 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
32587 </HEAD>
32588 <BODY>
32589 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
32591 If set, then the Setup/Config screen is disabled.
32593 <UL>   
32594 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32595 </UL><P>
32596 &lt;End of help on this topic&gt;
32597 </BODY>
32598 </HTML>
32599 ====== h_config_allow_chg_from =====
32600 <HTML>
32601 <HEAD>
32602 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
32603 </HEAD>
32604 <BODY>
32605 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
32607 This feature affects Alpine's handling of the &quot;From:&quot; header field
32608 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
32609 option.
32611 If this feature is set then the From line can be changed just like
32612 all the other header fields that can be changed.
32613 This feature defaults to <EM>ON</EM>.
32615 Even with this feature turned ON (the default) you will not be able 
32616 to change the From header unless you add it to your list of
32617 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
32618 You may also want to change the
32619 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
32620 if you want the From header to always show up in the composer without
32621 having to type the Rich Headers command first.
32623 Note that many sites restrict the use of this feature in order to
32624 reduce the chance of falsified addresses and misdirected mail.
32625 If you want to change the value of what gets included in the From header
32626 in messages you send
32627 look <A HREF="h_config_change_your_from">here</A> for a description.
32629 <UL>   
32630 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32631 </UL><P>
32632 &lt;End of help on this topic&gt;
32633 </BODY>
32634 </HTML>
32635 ====== h_config_disable_collate =====
32636 <HTML>
32637 <HEAD>
32638 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
32639 </HEAD>
32640 <BODY>
32641 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
32643 This is a hard to understand feature that should only be used in rare cases.
32644 Normally, the C function call
32646 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
32648 is used by Alpine.
32649 If you want to try turning it off,
32650 setting this feature will turn it off.
32651 This part of the locale has to do with the sort order
32652 of characters in your locale.
32654 <UL>   
32655 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32656 </UL><P>
32657 &lt;End of help on this topic&gt;
32658 </BODY>
32659 </HTML>
32660 ====== h_config_quell_attach_extra_prompt =====
32661 <HTML>
32662 <HEAD>
32663 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
32664 </HEAD>
32665 <BODY>
32666 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
32668 By default, when you attempt to view an attachment externally
32669 from the &quot;Attachment View&quot; screen, you are asked if you
32670 really want to view the selected attachment.
32673 If this feature is set, you will <B>not</B> be prompted to confirm
32674 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
32675 prompt. This feature was added for those wanting to preserve that
32676 behavior (along with 
32677 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
32680 <UL>   
32681 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32682 </UL><P>
32683 &lt;End of help on this topic&gt;
32684 </BODY>
32685 </HTML>
32686 ====== h_config_quell_attach_ext_warn =====
32687 <HTML>
32688 <HEAD>
32689 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
32690 </HEAD>
32691 <BODY>
32692 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
32695 This feature suppresses the extra warning you can get when trying
32696 to view an attachment for which there is no mime-type match.  Turning
32697 on this feature will just run the program according to extension
32698 instead of first warning the user that it will run according to the
32699 file's extension.
32701 This feature can be used along side 
32702 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
32703 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
32705 <UL>   
32706 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32707 </UL><P>
32708 &lt;End of help on this topic&gt;
32709 </BODY>
32710 </HTML>
32711 ====== h_config_mailcap_params =====
32712 <HTML>
32713 <HEAD>
32714 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
32715 </HEAD>
32716 <BODY>
32717 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
32719 If set, this will allow mailcap named parameter substitution to occur
32720 in mailcap entries.
32721 By default, this is turned off to prevent security problems that may occur
32722 with some incorrect mailcap configurations.
32723 For more information, see RFC1524 and look for "named parameters" in the
32724 text of the RFC.
32726 <UL>   
32727 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32728 </UL><P>
32729 &lt;End of help on this topic&gt;
32730 </BODY>
32731 </HTML>
32732 ====== h_config_disable_shared =====
32733 <HTML>
32734 <HEAD>
32735 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
32736 </HEAD>
32737 <BODY>
32738 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
32740 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
32741 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
32742 will be disabled.
32743 The reason this feature exists is because there are some implementations
32744 of system password lookup routines that are very slow when presented with
32745 a long loginname that does not exist.
32746 This feature could be set to prevent the delay at startup time when the
32747 names above are searched for in the password file.
32749 <UL>   
32750 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32751 </UL><P>
32752 &lt;End of help on this topic&gt;
32753 </BODY>
32754 </HTML>
32755 ====== h_config_hide_nntp_path =====
32756 <HTML>
32757 <HEAD>
32758 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
32759 </HEAD>
32760 <BODY>
32761 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
32763 Normally the Path header that Alpine generates when posting to a newsgroup
32764 contains the name of the computer from which the message is being sent and
32765 the user name.
32766 Some believe that this information is used by spammers.
32767 If this feature is set, that information will be replaced with the text
32769 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
32771 instead.
32773 It should be noted that many servers being connected to will still reveal
32774 the information that this feature attempts to protect.
32776 <UL>   
32777 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32778 </UL><P>
32779 &lt;End of help on this topic&gt;
32780 </BODY>
32781 </HTML>
32782 ====== h_config_no_bezerk_zone =====
32783 <HTML>
32784 <HEAD>
32785 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
32786 </HEAD>
32787 <BODY>
32788 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
32790 POSIX mandates a timezone in UNIX mailbox format folder delimiters
32791 (the line that begins with From <SPACE>).
32792 Some versions of Berkeley mail have trouble with this, and don't recognize
32793 the line as a message delimiter.
32794 If this feature is set, the timezone will be left off the delimiter line.
32796 <UL>   
32797 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32798 </UL><P>
32799 &lt;End of help on this topic&gt;
32800 </BODY>
32801 </HTML>
32802 ====== h_config_quell_domain_warn =====
32803 <HTML>
32804 <HEAD>
32805 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
32806 </HEAD>
32807 <BODY>
32808 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
32810 When your configuration is set up so that your domain name contains no dots,
32811 it is usually a configuration error.
32812 By default, Alpine will warn you about this when you start it up.
32813 You will see a warning message that looks like
32816 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
32819 If this feature is set, the warning is turned off.
32821 <UL>   
32822 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32823 </UL><P>
32824 &lt;End of help on this topic&gt;
32825 </BODY>
32826 </HTML>
32827 ====== h_config_quell_imap_env =====
32828 <HTML>
32829 <HEAD>
32830 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
32831 </HEAD>
32832 <BODY>
32833 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
32835 In the MESSAGE INDEX screen, if the open folder is being accessed
32836 using IMAP, Alpine normally tries to paint the index lines on the screen
32837 as soon as the information arrives from the IMAP server.
32838 This means that the index information makes it onto the screen more quickly
32839 than it otherwise would.
32840 This sometimes results in behavior that bothers some users.
32841 For example, when paging to a new page of the index, it may be possible for
32842 the lines to be painted on the screen in a random order, rather than from
32843 top to bottom.
32846 Setting this feature causes Alpine to wait for all of the information
32847 to be gathered before it paints the index screen.
32848 Once it collects all of the information, the screen will be painted quickly
32849 from top to bottom.
32851 <UL>   
32852 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32853 </UL><P>
32854 &lt;End of help on this topic&gt;
32855 </BODY>
32856 </HTML>
32857 ====== h_config_quell_news_env =====
32858 <HTML>
32859 <HEAD>
32860 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
32861 </HEAD>
32862 <BODY>
32863 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
32865 In the MESSAGE INDEX screen, if the open folder is being accessed
32866 using NNTP (News), Alpine normally tries to paint the index lines on the screen
32867 as soon as the information arrives from the NNTP server.
32868 This means that the index information makes it onto the screen more quickly
32869 than it otherwise would.
32870 This sometimes results in behavior that bothers some users.
32871 For example, when paging to a new page of the index, it may be possible for
32872 the lines to be painted on the screen in a random order, rather than from
32873 top to bottom.
32876 Setting this feature causes Alpine to wait for all of the information
32877 to be gathered before it paints the index screen.
32878 Once it collects all of the information, the screen will be painted quickly
32879 from top to bottom.
32881 <UL>   
32882 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32883 </UL><P>
32884 &lt;End of help on this topic&gt;
32885 </BODY>
32886 </HTML>
32887 ====== h_config_quell_content_id =====
32888 <HTML>
32889 <HEAD>
32890 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
32891 </HEAD>
32892 <BODY>
32893 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
32895 This feature changes the behavior of Alpine when sending messages.
32896 It is intended to work around a bug in Microsoft's Outlook XP mail user
32897 agent.
32898 As of this writing, Microsoft has acknowledged the bug but
32899 has not added it to the Knowledge Base.
32900 We have been told that there will be a post-SP1 hotfix for Outlook XP.
32901 This particular bug has bug fix number OfficeQFE:4781.
32902 The nature of the bug is that messages with attachments that
32903 contain a Content-ID header (which standard Alpine attachments do)
32904 do not show the attachment indicator (a paperclip) when viewed with
32905 Outlook XP.
32906 So the user has no indication that the message contains an attachment.
32909 If this feature is set then Alpine will remove most Content-ID headers
32910 before sending a message.
32911 If an attachment is of type MESSAGE, then the existing Content-ID headers
32912 inside the message will be left intact.
32913 This would only happen with Alpine if a message was forwarded as an attachment
32914 or if a message with a message attached was forwarded.
32915 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
32916 the Content-ID headers of the alternative parts will not be removed.
32919 Because the Content-ID header is a standard part of MIME it is possible
32920 that setting this feature will break something.
32921 For example, if an attachment has a Content-ID header that is necessary
32922 for the correct functioning of that attachment, it is possible that Alpine
32923 may remove that header when the attachment is forwarded.
32924 However, it seems fairly safe at this time.
32927 <UL>   
32928 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32929 </UL><P>
32930 &lt;End of help on this topic&gt;
32931 </BODY>
32932 </HTML>
32933 ====== h_config_winpos_in_config =====
32934 <HTML>
32935 <HEAD>
32936 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
32937 </HEAD>
32938 <BODY>
32939 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
32941 PC-Alpine only.
32944 Normally, PC-Alpine will store its window size and position in the
32945 Windows Registry.
32946 This is convenient if you want to use the same remote
32947 configuration from more than one PC.
32948 If you use multiple configuration files to start PC-Alpine, you may want
32949 to store the window size and position in the configuration file instead
32950 of in the Registry.
32951 Setting this feature causes the value to be stored in 
32952 <A HREF="h_config_window_position">Window-Position</A>.
32955 <UL>   
32956 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32957 </UL><P>
32958 &lt;End of help on this topic&gt;
32959 </BODY>
32960 </HTML>
32961 ====== h_config_quell_ssl_largeblocks =====
32962 <HTML>
32963 <HEAD>
32964 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
32965 </HEAD>
32966 <BODY>
32967 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
32969 PC-Alpine only.
32971 This feature changes the behavior of fetching messages
32972 and attachments so that the message data is fetched in chunks no larger
32973 than 12K bytes.
32974 This works around a bug in Microsoft's SSL/TLS support.
32975 Some versions of Microsoft SSL are not able to read full-sized (16K)
32976 SSL/TLS packets.
32977 Some servers will send such packets and this will
32978 cause PC-Alpine to crash with the error
32981 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
32984 Microsoft is aware of the problem and has developed a hotfix for it, it is
32985 discussed in article 300562 in the Microsoft Knowledge Base.
32987 <UL>   
32988 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32989 </UL><P>
32990 &lt;End of help on this topic&gt;
32991 </BODY>
32992 </HTML>
32993 ====== h_config_quell_partial =====
32994 <HTML>
32995 <HEAD>
32996 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
32997 </HEAD>
32998 <BODY>
32999 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
33001 Partial fetching is a feature of the IMAP protocol.
33002 By default, Alpine
33003 will use partial fetching when copying the contents of a message or attachment
33004 from the IMAP server to Alpine.
33005 This means that the fetch will be done in many
33006 small chunks instead of one big chunk. The main benefit of this approach is
33007 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
33008 to stop the fetch early. In some cases partial fetching may cause a performance
33009 problem so that the fetching of data takes significantly longer when partial
33010 fetching is used. Turning on this feature will turn off partial fetching.
33012 <UL>   
33013 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33014 </UL><P>
33015 &lt;End of help on this topic&gt;
33016 </BODY>
33017 </HTML>
33018 ====== h_config_quell_personal_name_prompt =====
33019 <HTML>
33020 <HEAD>
33021 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
33022 </HEAD>
33023 <BODY>
33024 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
33026 PC-Alpine only.  This feature quells the prompting for a 
33027 <A HREF="h_config_pers_name">personal name</A>.  This
33028 prompt normally happens before composing a message, and only happens when
33029 there is no personal name already set.
33031 <UL>   
33032 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33033 </UL><P>
33034 &lt;End of help on this topic&gt;
33035 </BODY>
33036 </HTML>
33037 ====== h_config_quell_user_id_prompt =====
33038 <HTML>
33039 <HEAD>
33040 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
33041 </HEAD>
33042 <BODY>
33043 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
33045 PC-Alpine only.  This feature quells the prompting for a 
33046 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
33047 if the information can be obtained from the login name used
33048 to open the INBOX.  Normally, this prompt happens before composing
33049 a message, and only happens when there is no user-id already set
33050 in the configuration.
33052 With this feature set, composing a message is only possible after
33053 establishing a connection to the INBOX.
33055 <UL>   
33056 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33057 </UL><P>
33058 &lt;End of help on this topic&gt;
33059 </BODY>
33060 </HTML>
33061 ====== h_config_save_aggregates =====
33062 <HTML>
33063 <HEAD>
33064 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
33065 </HEAD>
33066 <BODY>
33067 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
33069 This feature will optimize an aggregate copy operation, if
33070 possible, by issuing a single IMAP <EM>COPY</EM> command with a
33071 list of the messages to be copied.
33072 This feature is set by default.
33073 This may reduce network traffic and elapsed time for the Save.
33074 <EM>However, many IMAP servers (including the UW IMAP server) do
33075 not preserve the order of messages when this optimization is applied.</EM>
33076 If this feature is not set, 
33077 Alpine will copy each message individually and the order of the messages
33078 will be preserved.
33080 <UL>   
33081 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33082 </UL><P>
33083 &lt;End of help on this topic&gt;
33084 </BODY>
33085 </HTML>
33086 ====== h_config_use_system_translation =====
33087 <HTML>
33088 <HEAD>
33089 <TITLE>FEATURE: Use System Translation</TITLE>
33090 </HEAD>
33091 <BODY>
33092 <H1>FEATURE: Use System Translation</H1>
33094 UNIX Alpine only.
33096 Alpine normally uses its own internal software to convert between the multi-byte
33097 representation of characters and the Unicode representation of those
33098 same characters.
33099 It converts from the multi-byte characters your keyboard produces to Unicode,
33100 and from Unicode to the multi-byte characters your display expects.
33101 Alpine also uses its own internal software to decide how much space on
33102 the screen a particular Unicode character will occupy.
33105 Setting this feature tells Alpine to use the system-supplied routines to
33106 perform these tasks instead.
33107 In particular there are three tasks and three system routines that will
33108 be used for these tasks.
33111 To convert from multi-byte to Unicode the routine
33114 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
33117 is used.
33118 To convert from Unicode to multi-byte the routine
33121 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
33124 is used.
33125 And to find the screen width a particular Unicode character will
33126 occupy the routine used is
33129 <CENTER><SAMP>wcwidth</SAMP></CENTER>
33132 This feature has been only lightly tested.
33133 The internal routines should normally be used unless you run into
33134 a problem that you think may be solved by using the system routines.
33135 Note that your environment needs to be set up for these
33136 routines to work correctly.
33137 In particular, the LANG or LC_CTYPE variable in your environment will
33138 need to be set.
33141 <UL>   
33142 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33143 </UL><P>
33144 &lt;End of help on this topic&gt;
33145 </BODY>
33146 </HTML>
33147 ====== h_config_suspend_spawns =====
33148 <HTML>
33149 <HEAD>
33150 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
33151 </HEAD>
33152 <BODY>
33153 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
33155 This feature affects Alpine's behavior when process suspension is enabled
33156 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
33157 temporarily interact with the operating system command &quot;shell&quot; 
33158 without
33159 quitting Alpine, and then subsequently resume the still-active Alpine session.
33162 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
33163 is set and subsequently the Ctrl-Z key
33164 is pressed, Alpine will normally suspend itself and return temporary control
33165 to Alpine's parent shell process.  However, if this feature is set, Alpine
33166 will instead create an inferior subshell process.  This is useful when the
33167 parent process is not intended to be used interactively.  Examples include
33168 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
33169 or via a menu system.<P>
33171 Note that one typically resumes a suspended Alpine by entering the Unix
33172 &quot;fg&quot; command, but if this feature is set, it will be necessary to
33173 enter the &quot;exit&quot; command instead.
33175 <UL>   
33176 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33177 </UL><P>
33178 &lt;End of help on this topic&gt;
33179 </BODY>
33180 </HTML>
33181 ====== h_config_8bit_smtp =====
33182 <HTML>
33183 <HEAD>
33184 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
33185 </HEAD>
33186 <BODY>
33187 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
33189 This feature affects Alpine's behavior when sending mail.
33190 By default, this feature is set.
33191 Internet standards
33192 require that all electronic mail messages traversing the global Internet
33193 consist of 7bit ASCII characters unless a pair of cooperating mail 
33194 transfer agents explicitly agree to allow 8bit messages.  In general, 
33195 then, exchanging messages in non-ASCII characters requires MIME encoding.
33197 However, there are now Internet standards that allow for unencoded 8bit
33198 exchange of messages between cooperating systems.  When this feature is set
33199 Alpine will try to negotiate unencoded 8bit transmission during the
33200 sending process.  Should the negotiation fail, Alpine will fall back to its
33201 ordinary encoding rules. 
33203 Note, this feature relies on your system's mail transport agent or
33204 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
33205 having the negotiation mechanism introduced in
33206 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
33207 &quot;8BITMIME&quot;. 
33209 ESMTP allows for graceful migration to upgraded mail transfer agents, but
33210 it is possible that this feature might cause problems for some servers. 
33211 <P><UL>
33212 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33213 </UL>
33214 <P>&lt;End of help on this topic&gt;
33215 </BODY>
33216 </HTML>
33217 ====== h_config_8bit_nntp =====
33218 <HTML>
33219 <HEAD>
33220 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
33221 </HEAD>
33222 <BODY>
33223 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
33225 This feature affects Alpine's behavior when posting news.  
33229 The Internet standard for exchanging USENET news messages (RFC-1036)
33230 specifies that USENET messages should conform to Internet mail standards
33231 and contain only 7bit characters, but much of the news transport software
33232 in use today is capable of successfully sending messages containing 8bit
33233 characters.  Hence, many people believe that it is appropriate to send 8bit
33234 news messages without any MIME encoding.
33238 Moreover, there is no Internet standard for explicitly negotiating 8bit
33239 transfer, as there is for Internet email.  Therefore, Alpine provides the
33240 option of posting unencoded 8bit news messages, though not as the default.
33241 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
33242 postings that contain 8bit characters. 
33246 Note, articles may cross a path or pass through news transport software
33247 that is unsafe or even hostile to 8bit characters.  At best this will only
33248 cause the posting to become garbled.  The safest way to transmit 8bit
33249 characters is to leave Alpine's MIME encoding turned on, but recipients
33250 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
33251 messages.
33253 &lt;End of help on this topic&gt;
33254 </BODY>
33255 </HTML>
33256 ====== h_config_mark_for_cc =====
33257 <HTML>
33258 <HEAD>
33259 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
33260 </HEAD>
33261 <BODY>
33262 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
33264 This feature affects Alpine's MESSAGE INDEX display.
33265 By default, a '+' is displayed in the first column if the
33266 message is addressed directly to you.
33267 When this feature is set and the message is not addressed to you, then a
33268 '-' character is displayed if the message is instead Cc'd directly
33269 to you.
33272 <UL>   
33273 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33274 </UL><P>
33275 &lt;End of help on this topic&gt;
33276 </BODY>
33277 </HTML>
33278 ====== h_config_tab_uses_unseen =====
33279 <HTML>
33280 <HEAD>
33281 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
33282 </HEAD>
33283 <BODY>
33284 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
33286 This feature affects Alpine's behavior when using the TAB
33287 <A HREF="h_common_nextnew">NextNew Command</A>
33288 to move from one folder to the next.
33289 Alpine's usual behavior is to search for folders
33290 with <EM>Recent</EM> messages in them.
33291 Recent messages are messages that have arrived since the last time the
33292 folder was opened.
33295 Setting this feature causes Alpine to search for <EM>Unseen</EM>
33296 messages instead of Recent messages.
33297 Unseen messages remain Unseen until you view them (or flag then as Seen with
33298 the <A HREF="h_common_flag">Flag Command</A>).
33299 Setting this feature allows you to locate messages you have not read
33300 instead of only recently received messages.
33301 When this feature is set, the feature
33302 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
33303 will have no effect, so the checking may be slower.
33306 Another reason why you might want to use this feature is that Alpine sometimes
33307 opens folders implicitly behind the scenes, and this clears the
33308 Recent status of all messages in the folder.
33309 One example where this happens is when Saving or filtering a
33310 message to another folder.
33311 If that message has some <A HREF="h_config_keywords">keywords</A>
33312 set, then because of some shortcomings
33313 in the IMAP specification, the best way to ensure that those keywords are
33314 still set in the saved copy of the message is to open the folder and
33315 set the keywords explicitly.
33316 Because this clears the Recent status of all messages in that folder the
33317 folder will not be found by the NextNew command unless this feature is set.
33320 &lt;End of help on this topic&gt;
33321 </BODY>
33322 </HTML>
33323 ====== h_config_tab_new_only =====
33324 <HTML>
33325 <HEAD>
33326 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
33327 </HEAD>
33328 <BODY>
33329 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
33331 This feature affects Alpine's behavior when using the TAB key to move from
33332 one message to the next.  Alpine's usual behavior is to select the next
33333 unread message or message flagged as "Important".
33337 Setting this feature causes Alpine to skip the messages flagged as important,
33338 and select unread messages exclusively.  Tab behavior when there are no
33339 new messages left to select remains unchanged.
33341 &lt;End of help on this topic&gt;
33342 </BODY>
33343 </HTML>
33344 ====== h_config_warn_if_subj_blank =====
33345 <HTML>
33346 <HEAD>
33347 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
33348 </HEAD>
33349 <BODY>
33350 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
33352 This feature affects Alpine's behavior when you send a message being
33353 composed.
33354 If this option is set, Alpine will check to see if the message about to be sent
33355 has a subject or not.
33356 If not, you will be asked if you want to send the message anyway.
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_warn_if_fcc_blank =====
33366 <HTML>
33367 <HEAD>
33368 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
33369 </HEAD>
33370 <BODY>
33371 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
33373 This feature affects Alpine's behavior when you send a message being
33374 composed.
33375 If this option is set, Alpine will check to see if the message about to be sent
33376 has an Fcc or not.
33377 If not, you will be asked if you want to send the message anyway.
33380 <UL>   
33381 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33382 </UL><P>
33383 &lt;End of help on this topic&gt;
33384 </BODY>
33385 </HTML>
33386 ====== h_config_warn_if_no_to_or_cc =====
33387 <HTML>
33388 <HEAD>
33389 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
33390 </HEAD>
33391 <BODY>
33392 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
33394 This feature affects Alpine's behavior when you send a message being
33395 composed.
33396 If this option is set, Alpine will check to see if the message about to be sent
33397 has either a To address, a Cc address, or a Newsgroup.
33398 If none of these is set,
33399 you will be asked if you want to send the message anyway.
33402 This feature is closely related to
33403 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
33404 Alpine will normally ask if you want to copy a message only to the Fcc.
33405 This feature also applies to cases where there is a Bcc but still no To, Cc,
33406 or Newsgroup.
33407 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
33408 message with only an Fcc, then you won't be asked about sending with
33409 a blank To and Cc and Newsgroups header even if this feature is set.
33410 Similarly, if you have already been asked if you want to send to the Fcc
33411 only and you have answered Yes, then you won't be asked again about sending with
33412 blank To, Cc, and Newsgroups headers even if this feature is set.
33415 <UL>   
33416 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33417 </UL><P>
33418 &lt;End of help on this topic&gt;
33419 </BODY>
33420 </HTML>
33421 ====== h_config_quell_dead_letter =====
33422 <HTML>
33423 <HEAD>
33424 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
33425 </HEAD>
33426 <BODY>
33427 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
33429 This feature affects Alpine's behavior when you cancel a message being
33430 composed.  Alpine's usual behavior is to write the canceled message to
33431 a file named 
33432 <!--chtml if pinemode="os_windows"-->
33433 &quot;DEADLETR&quot;,
33434 <!--chtml else-->
33435 &quot;dead.letter&quot; in your home directory,
33436 <!--chtml endif-->
33437 overwriting any previous message. Under
33438 some conditions (some routine), this can introduce a noticeable delay.
33439 Setting this feature will cause Alpine NOT to write canceled compositions
33440 into the file.
33442 NOTE: Enabling this feature means NO record of canceled messages is
33443 maintained.
33445 This feature affects the newer option
33446 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
33447 number of dead letter files to keep around.
33448 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
33450 <UL>   
33451 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33452 </UL><P>
33453 &lt;End of help on this topic&gt;
33454 </BODY>
33455 </HTML>
33456 ====== h_config_quell_beeps =====
33457 <HTML>
33458 <HEAD>
33459 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
33460 </HEAD>
33461 <BODY>
33462 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
33464 This feature affects Alpine's behavior when it displays status message
33465 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
33466 will not affect the display of such messages, but will cause those that
33467 emit a beep to become silent.
33470 <UL>   
33471 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33472 </UL><P>
33473 &lt;End of help on this topic&gt;
33474 </BODY>
33475 </HTML>
33476 ====== h_config_suppress_user_agent =====
33477 <HTML>
33478 <HEAD>
33479 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
33480 </HEAD>
33481 <BODY>
33482 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
33484 If this feature is set then Alpine will not generate a
33485 <CODE>User-Agent</CODE> header in outgoing messages.
33487 <UL>   
33488 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33489 </UL><P>
33490 &lt;End of help on this topic&gt;
33491 </BODY>
33492 </HTML>
33493 ====== h_config_quell_lock_failure_warnings =====
33494 <HTML>
33495 <HEAD>
33496 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
33497 </HEAD>
33498 <BODY>
33499 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
33501 This feature affects Alpine's behavior when it encounters a problem
33502 acquiring a mail folder lock.  Typically, a secondary file associated
33503 with the mail folder being opened is created as part of the locking
33504 process.  On some systems, such file creation has been administratively
33505 precluded by the system configuration.
33507 Alpine issues a warning when such failures occur, which can become bothersome
33508 if the system is configured to disallow such actions.  Setting this
33509 feature causes Alpine to remain silent when this part of lock creation fails.
33511 WARNING: systems that have been configured in a way that precludes locking
33512 introduce some risk of mail folder corruption when more than one program
33513 attempts to modify the mail folder.  This is most likely to occur to one's
33514 INBOX or other incoming message folder. 
33516 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
33518 <UL>   
33519 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33520 </UL><P>
33521 &lt;End of help on this topic&gt;
33522 </BODY>
33523 </HTML>
33524 ====== h_config_enable_role_take ======
33525 <HTML>
33526 <HEAD>
33527 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
33528 </HEAD>
33529 <BODY>
33530 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
33532 Normally, the Take command takes addresses from a message and helps you
33533 put them into your Address Book.
33534 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
33535 you may find it useful
33536 to be able to Take information from a message's headers and put it into
33537 a new Rule.
33538 When this feature is set, you will be given an extra prompt that gives
33539 you the choice to Take into the Address Book or Take into a rule.
33540 <P><UL>
33541 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33542 </UL>
33544 &lt;End of help on this topic&gt;
33545 </BODY>
33546 </HTML>
33547 ====== h_config_enable_take_export ======
33548 <HTML>
33549 <HEAD>
33550 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
33551 </HEAD>
33552 <BODY>
33553 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
33555 Normally, the Take command takes addresses from a message and helps you
33556 put them into your Address Book.
33557 When this feature is set, you will be given an extra prompt that gives you
33558 the choice to Take addresses into a file instead of your Address
33559 Book.
33560 Only the user@domain_name part of the address is put in the file.
33561 <P><UL>
33562 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33563 </UL>
33565 &lt;End of help on this topic&gt;
33566 </BODY>
33567 </HTML>
33568 ====== h_config_quell_folder_internal_msg ======
33569 <HTML>
33570 <HEAD>
33571 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
33572 </HEAD>
33573 <BODY>
33574 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
33576 This feature determines whether or not Alpine will create 
33577 &quot;pseudo messages&quot; in folders that are in standard Unix or 
33578 MMDF format. <P> 
33580 Alpine will normally create these pseudo messages when they are not already
33581 present in a standard Unix or MMDF folder.  Their purpose is to record
33582 certain mailbox state data needed for correct IMAP and POP server
33583 operation, and also for Alpine to be able to mark messages as Answered when
33584 the Reply has been postponed.<P>
33586 Sites that do not use IMAP/POP for remote mail access, and that need to
33587 support mail tools that are adversely affected by the presence of the
33588 pseudo-messages (e.g. some mail notification tools) may enable this
33589 feature to tell Alpine not to create them.  Note that Alpine's 
33590 &quot;Answered&quot; flag
33591 capability will be adversely affected if this is done.<P>
33593 Note too that, even if this feature is enabled, Alpine will not remove
33594 pseudo-messages when it encounters them (e.g. those created by UW's imapd
33595 or ipopd servers.) This feature has no effect on folders that are not in
33596 standard Unix or MMDF format, as pseudo-messages are not needed in the
33597 other formats to record mailbox state information.
33598 <P><UL>
33599 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33600 </UL>
33602 &lt;End of help on this topic&gt;
33603 </BODY>
33604 </HTML>
33605 ====== h_config_mulnews_as_typed ======
33606 <HTML>
33607 <HEAD>
33608 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
33609 </HEAD>
33610 <BODY>
33611 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
33613 This feature will be of little use to most users.
33614 It has no effect unless the feature
33615 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
33616 is set.
33618 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
33619 then the setting of this feature may have an effect on the names of the
33620 newsrc files used.
33621 Normally, the name of the news server will be canonicalized before it is
33622 used in the newsrc file name.
33623 For example, if you type the news server name
33626 <CENTER><SAMP>servername</SAMP></CENTER>
33629 it is likely that the canonical name will be something like
33632 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
33635 Or it may be the case that
33638 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
33641 is really an alias (a DNS CNAME) for
33644 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
33647 If this feature is not set, then the canonicalized names will be used.
33648 If this feature is set, then the name you typed in (or put in your
33649 configuration) will be used.
33651 <P><UL>
33652 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33653 </UL>
33655 &lt;End of help on this topic&gt;
33656 </BODY>
33657 </HTML>
33658 ====== h_config_quell_empty_dirs ======
33659 <HTML>
33660 <HEAD>
33661 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
33662 </HEAD>
33663 <BODY>
33664 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
33666 This feature causes Alpine to remove from the display any directories
33667 that do not contain at least one file or directory.  This can be useful
33668 to prevent overly cluttered folder lists when a collection is stored on
33669 a server that treats all names as both a folder and a directory.
33672 Note, enabling this feature can cause surprising behavior!  For example,
33673 you can still use Add to create a directory, but unless you immediately
33674 enter that directory and create a folder, that newly created directory
33675 may not be displayed next time you enter the folder list.
33678 The description above is not quite correct.
33679 Only directories which potentially may hold messages are hidden if empty.
33680 That is, a directory which is really just a directory and is not selectable
33681 as a folder will not be hidden.
33682 Such directories can occur on servers that treat most names as both a folder
33683 and a directory.
33684 These directories are typically created implicitly when a folder is created
33685 inside a directory that does not yet exist.
33688 <UL>   
33689 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33690 </UL><P>
33691 &lt;End of help on this topic&gt;
33692 </BODY>
33693 </HTML>
33694 ====== h_config_termcap_wins =====
33695 <HTML>
33696 <HEAD>
33697 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
33698 </HEAD>
33699 <BODY>
33700 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
33702 This feature may affect Alpine's low-level input routines.  Termcap (or
33703 terminfo, depending on how your copy of Alpine was compiled and linked)
33704 is the name of the database that describes terminal capabilities.  In
33705 particular, it describes the sequences of characters that various keys
33706 will emit.
33709 An example would be the Up Arrow key on the keyboard.  Up
33710 Arrow is not a distinct character on most Unix systems.  When you press
33711 the Up Arrow key a short sequence of characters are produced.  This
33712 sequence is supposed to be described in the termcap database by the
33713 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
33714 are using terminfo instead of termcap).
33717 By default, Alpine defines some terminal
33718 escape sequences that are commonly used.  For example, the sequence
33719 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
33720 &quot;ESC&nbsp;[&nbsp;A&quot;
33721 is also recognized as an Up Arrow key.  These are chosen because common
33722 terminals like VT100's or ANSI standard terminals produce these
33723 sequences when you press the Up Arrow key.
33726 If your system's termcap
33727 (terminfo) database assigns some other function to the sequence
33728 &quot;ESC&nbsp;O&nbsp;A&quot;
33729 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
33730 database assigns a sequence that doesn't begin with an escape
33731 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
33732 This usually works fine
33733 because most terminals emit the escape sequences that Alpine has defined
33734 by default.  We have also found that it is usually better to have these
33735 defaults take precedence over the definitions contained in the database
33736 because the defaults are more likely to be correct than the database.
33739 There are some terminals where this breaks down.  If you want Alpine to
33740 believe the definitions given in your termcap (terminfo) database in
33741 preference to the defaults the Alpine itself sets up, then you may turn
33742 this feature on.  Then, sequences of characters that are defined in
33743 both termcap (terminfo) and in Alpine's set of defaults will be
33744 interpreted the way that termcap (terminfo) says they should be
33745 interpreted.  Also, if your terminal capabilities database assigns a
33746 sequence that doesn't begin with escape, it will not be ignored.
33749 <UL>   
33750 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33751 </UL><P>
33752 &lt;End of help on this topic&gt;
33753 </BODY>
33754 </HTML>
33755 ====== h_config_cruise_mode =====
33756 <HTML>
33757 <HEAD>
33758 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
33759 </HEAD>
33760 <BODY>
33761 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
33763 This feature affects Alpine's behavior when you hit the
33764 &quot;Space&nbsp;Bar&quot; at
33765 the end of a displayed message.  Typically, Alpine complains that the end
33766 of the text has already been reached.  Setting this feature causes such
33767 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
33768 taking you to the next &quot;interesting&quot; message,
33769 or scanning ahead to the 
33770 next incoming folder with &quot;interesting&quot; messages.
33773 <UL>   
33774 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33775 </UL><P>
33776 &lt;End of help on this topic&gt;
33777 </BODY>
33778 </HTML>
33779 ====== h_config_cruise_mode_delete =====
33780 <HTML>
33781 <HEAD>
33782 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
33783 </HEAD>
33784 <BODY>
33785 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
33787 This feature modifies the behavior of Alpine's 
33788 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
33789 Setting this feature causes Alpine to implicitly delete read
33790 messages when it moves on to display the next &quot;interesting&quot; message.
33792 NOTE: Beware when enabling this feature AND the 
33793 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
33794 feature.
33796 <UL>   
33797 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33798 </UL><P>
33799 &lt;End of help on this topic&gt;
33800 </BODY>
33801 </HTML>
33802 ====== h_config_slash_coll_entire =====
33803 <HTML>
33804 <HEAD>
33805 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
33806 </HEAD>
33807 <BODY>
33808 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
33810 The slash (/) command is available from the MESSAGE INDEX screen when
33811 the folder is sorted by either Threads or OrderedSubject, and the
33812 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
33813 is set to something other than &quot;none&quot;.
33814 Normally, the slash command Collapses or Expands the subthread that
33815 starts at the currently highlighted message, if any.
33816 If this option is set, then the slash command Collapses or Expands the
33817 <EM>entire</EM> current thread instead of just the subthread.
33818 The current thread is simply the top-level thread that contains the
33819 current message.
33822 <UL>   
33823 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33824 </UL><P>
33825 &lt;End of help on this topic&gt;
33826 </BODY>
33827 </HTML>
33828 ====== h_config_color_thrd_import =====
33829 <HTML>
33830 <HEAD>
33831 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
33832 </HEAD>
33833 <BODY>
33834 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
33836 This option affects only the THREAD INDEX screen.
33837 Whether or not you ever see a THREAD INDEX screen depends on the setting
33838 of the configuration option
33839 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
33840 and on the sort order of the index.
33843 If a message within a thread is flagged as Important
33844 and this option is set, then
33845 the entire line in the THREAD INDEX will be colored the color of the
33846 Index-important Symbol, which can be set using the
33847 <A HREF="h_color_setup">Setup Kolor</A> screen.
33850 <UL>   
33851 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33852 </UL><P>
33853 &lt;End of help on this topic&gt;
33854 </BODY>
33855 </HTML>
33856 ====== h_config_allow_goto =====
33857 <HTML>
33858 <HEAD>        
33859 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
33860 </HEAD>
33861 <BODY>
33862 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
33864 This feature modifies the behavior of Alpine's file browser.  Setting this
33865 feature causes Alpine to offer the "G Goto" command in the file browser.
33866 That is the default.
33870 The Goto command allows you to explicitly type in the desired directory.
33872 &lt;End of help on this topic&gt;
33873 </BODY></HTML>
33874 ====== h_config_add_ldap =====
33875 <HTML>
33876 <HEAD>
33877 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
33878 </HEAD>
33879 <BODY>
33880 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
33882 If both the Directory option
33883 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
33884 and this feature are set,
33885 then when an implicit directory lookup is done from the
33886 composer you will automatically be prompted to add the result of the
33887 directory lookup to your address book.
33889 <UL>   
33890 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33891 </UL><P>
33892 &lt;End of help on this topic&gt;
33893 </BODY>
33894 </HTML>
33895 ===== h_patterns_compat_behavior =====
33896 <HTML>
33897 <HEAD>
33898 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
33899 </HEAD>
33900 <BODY>
33901 <H1>Rules Behavior Changes in Pine 4.50</H1>
33903 In Alpine, Rules that contain unrecognized elements
33904 are ignored.
33905 In most cases, the unrecognized elements will be something that was
33906 added as a new Rules feature in a later version of Alpine.
33907 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
33908 ignore rules that contained unrecognized elements.
33909 For example, a new element of Rules that was added in Pine 4.50 is
33910 Age interval.
33911 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
33912 all messages older than a week red.
33913 Now, if you run Pine 4.44 using that same configuration file, it will not
33914 recognize the Age interval and so will just ignore it.
33915 That means that all messages will match that rule so all messages will
33916 be colored red when using Pine version 4.44.
33919 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
33920 However, since the behavior still exists in versions prior to Pine 4.50 and
33921 since Filtering is a potentially destructive operation, another measure
33922 was taken to attempt to avoid unintentional Filtering of messages.
33923 The first time that you run Alpine or a Pine that is version 4.50 or greater,
33924 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
33925 will be copied to a new Filters configuration variable
33926 with a different name (&quot;Patterns-Filters2&quot;).
33927 From then on, Alpine will continue to use the new
33928 variable.
33929 Of course, Pine version 4.44 or lower will continue to use the old
33930 variable.
33931 That means that if you are using Alpine
33932 and also using a version of Pine that is older than 4.50, they will not
33933 share the configuration information about Filters.
33934 If you make a change in one version you won't see it in the other version.
33937 Since Scoring can be used to trigger Filtering, the same thing has been
33938 done for Score rules.
33939 The old configuration variable name is (&quot;Patterns-Scores&quot;)
33940 and the new name is (&quot;Patterns-Scores2&quot;).
33941 The same is not true of Role, Indexcolor, and Other rules that are
33942 thought to be less harmful when a mistake is made.
33945 &lt;End of help on this topic&gt;
33946 </BODY>
33947 </HTML>
33948 ======= h_config_filt_opts_sentdate =======
33949 <HTML>
33950 <HEAD>
33951 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
33952 </HEAD>
33953 <BODY>
33954 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
33956 By default, the Age interval of a Pattern uses a message's time of
33957 arrival to compute the age of the message.
33958 If this feature is set, the date in the message's Date header will
33959 be used instead.
33961 &lt;End of help on this topic&gt;
33962 </BODY>
33963 </HTML>
33964 ======= h_config_filt_opts_notdel =======
33965 <HTML>
33966 <HEAD>
33967 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
33968 </HEAD>
33969 <BODY>
33970 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
33972 If this option is set then a message will be moved into the
33973 specified folder only if it is not marked for deletion.
33974 This is useful if you have multiple Alpine sessions running
33975 simultaneously and you don't want messages to be filtered into a
33976 folder more than once.
33977 It is also useful if you want to filter
33978 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
33979 This method is not foolproof.
33980 There may be cases where a message
33981 gets marked deleted and so it is never filtered into the folder.
33982 For example, if you deleted it in another Alpine session or another mail
33983 program that didn't use the filtering rule.
33985 This option has no effect if the Filter Action is not set to Move.
33987 &lt;End of help on this topic&gt;
33988 </BODY>
33989 </HTML>
33990 ======= h_config_filt_opts_nonterm =======
33991 <HTML>
33992 <HEAD>
33993 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
33994 </HEAD>
33995 <BODY>
33996 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
33998 If this option is set then this is a non-terminating rule.
33999 Usually, for each message, Alpine searches through the Filter Rules until
34000 a match is found and then it performs the action associated with that rule.
34001 Rules following the match are not considered.
34002 If this option is set then the search for matches will continue at the next
34003 rule.
34005 If a non-terminating rule matches then the actions associated with
34006 that rule, except for any implied deletion of the message, are performed
34007 before the match for the next rule is checked.
34008 For example, if the non-terminating rule sets the Important status, then that
34009 status will be set when the next rule is considered.
34010 However, if the non-terminating rule Moves the message, the message will
34011 actually be copied instead of copied and deleted so that it is still there
34012 for the next rule.
34013 A moved message is deleted after all the relevant rules have been checked.
34014 The name of the &quot;Move&quot; action is confusing in this case because
34015 a single message can be moved to more than one folder.
34016 It turns the Move into a Copy instead, but it is still followed by a deletion
34017 at the end.
34019 This option may be useful if you want to have a single message filtered to
34020 two different folders because it matches two different Patterns.
34021 For example, suppose you normally filter messages to a particular mailing
34022 list into one folder, and messages addressed directly to you into a second
34023 folder.
34024 If a message is sent to both you and the list (and you can tell that by
34025 looking at the headers of the message) this option may give you a convenient
34026 way to capture a copy to each folder.
34027 (It may also cause you to capture two copies to each folder,
34028 depending on whether your mail system delivers one or two copies of the
34029 message to you and on how the list works.)
34031 &lt;End of help on this topic&gt;
34032 </BODY>
34033 </HTML>
34034 ===== h_mainhelp_smime ======
34035 <HTML>
34036 <HEAD>
34037 <TITLE>S/MIME Overview</TITLE>
34038 </HEAD>
34039 <BODY>
34040 <H1>S/MIME Overview</H1>
34042 S/MIME is a standard for the public key encryption and signing of email.
34043 UNIX Alpine contains a basic implementation of S/MIME based on
34044 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries.
34045 To check if this version of Alpine supports S/MIME look at
34046 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
34047 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
34049 Some limitations:
34050 <UL>
34051    <LI> There is no PC-Alpine implementation.
34052    <LI> There is no provision for checking for CRLs
34053         (Certificate Revocation Lists) in Alpine.
34054    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
34055    <LI> There is no mechanism available for feeding either an entire incoming
34056         or an entire outgoing message to an external
34057         filter and using that external filter to do S/MIME or PGP processing.
34058    <LI> Because the implementation currently uses OpenSSL, there is only a very
34059         limited integration with the Mac OS Keychain (the storing and access of
34060         public certificates).
34061 </UL>
34063 The S/MIME configuration screen is reached by going to the Main Menu and typing
34064 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
34067 <H2>S/MIME BASICS</H2>
34069 In order to digitally sign messages you send you must have a public/private key-pair.
34070 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
34071 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
34072 users or a company which provides certificates for its workers.
34073 These certificates are bound to an email address, so the identity being verified is the
34074 email address not a person's name.
34076 Mail is signed by using the sender's private key, which only the owner of the private key
34077 has access to.
34078 The signature is verified using the signer's public key, which anyone can
34079 have access to.
34080 With Alpine, the first time you receive a signed message the public key of the
34081 sender will be stored for future use.
34084 Mail is encrypted using the recipient's public key and decrypted by
34085 the recipient with their private key.
34088 You need a key of your own in order to sign outgoing messages and to have others
34089 encrypt messages sent to you.
34090 You do not need a key of your own to verify signed messages sent by others or to
34091 encrypt messages sent to others.
34093 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
34095 By default UNIX Alpine stores the certificates it uses in a directory in your
34096 home directory.
34097 The directory name is
34099 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
34101 Within that directory are three subdirectories.
34102 Each of the three subdirectories contains files with PEM-encoded contents,
34103 the default format for OpenSSL.
34104 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
34105 The files within that directory have names that are email addresses with the
34106 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
34107 An example filename is
34109 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34111 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
34112 your private key.
34113 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
34114 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
34115 Authorities that you want to trust but that aren't contained in the set of system CAs.
34116 Those files may have arbitrary names as long as they end with the
34117 suffix &quot;<SAMP>.crt</SAMP>&quot;.
34119 <H2>HOW TO SIGN AND ENCRYPT</H2>
34121 If you have a certificate you may sign outgoing messages.
34122 After typing the Ctrl-X command to send a message you will see the prompt
34124 <CENTER><SAMP>Send message?</SAMP></CENTER>
34126 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
34127 Typing the &quot;G&quot; command will change the prompt to
34129 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
34131 Typing the &quot;E&quot; command will change the prompt to
34133 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
34135 You may even type both to get
34137 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
34140 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
34142 The reading of a signed message should not require any special action on
34143 your part.
34144 There should be an editorial addition at the start of the message which
34145 says either
34147 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
34151 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
34153 If an encrypted message is sent to you the encrypted text will not
34154 be shown.
34155 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
34156 you are viewing the message) and supply your passphrase when asked.
34158 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
34159 which gives you some information about the certificate used to sign or encrypt the message.
34161 <H2>MISCELLANEOUS</H2>
34163 You may have access to a private certificate in the PKCS12 format,
34164 which would sometimes be in a file with a &quot;.p12&quot; suffix.
34165 The UNIX shell command
34167 <CENTER><SAMP>openssl pkcs12 -in file.p12 -out file.pem</SAMP></CENTER>
34169 may work to convert that from the PKCS12 format to the PEM format.
34170 Then that file could be placed in the &quot;<SAMP>private</SAMP>&quot;
34171 directory with a filename of your email address followed by the
34172 suffix &quot;<SAMP>.key</SAMP>&quot;.
34175 &lt;End of help on this topic&gt;
34176 </BODY>
34177 </HTML>
34178 ====== h_config_smime_pubcertdir =====
34179 <HTML>
34180 <HEAD>
34181 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
34182 </HEAD>
34183 <BODY>
34184 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
34186 UNIX Alpine only.
34188 If the option
34189 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34190 is set then this option will have no effect.
34192 Normally, Public Certificates for use with S/MIME will be stored in the directory
34193 which is the value of this option.
34194 Those certificates will be stored in PEM format, one certificate per file.
34195 The name of the file for the certificate corresponding to
34197 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34199 should be
34201 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
34203 For example, a file for user@example.com would be in the file
34205 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34207 in this directory.
34209 Use the Setup/SMIME screen to modify this variable.
34211 Typically, the public certificates that you have will come from S/MIME signed
34212 messages that are sent to you.
34213 Alpine will extract the public certificate from the signed message and store
34214 it in the certificates directory.
34215 These PEM format public certificates look something like:
34216 <PRE>
34217 -----BEGIN CERTIFICATE-----
34218 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
34219 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
34220 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
34222 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
34223 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
34224 -----END CERTIFICATE-----
34225 </PRE>
34227 <UL>   
34228 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34229 </UL><P>
34231 <UL>   
34232 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34233 </UL><P>
34234 &lt;End of help on this topic&gt;
34235 </BODY>
34236 </HTML>
34237 ====== h_config_smime_pubcertcon =====
34238 <HTML>
34239 <HEAD>
34240 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
34241 </HEAD>
34242 <BODY>
34243 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
34245 UNIX Alpine only.
34247 If this option is set it will be used instead of
34248 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
34250 This option gives you a way to store certificates remotely on an IMAP server
34251 instead of storing the certificates one per file locally.
34252 In order to do that you just give this option a remote folder name for a folder
34253 which does not yet exist.
34254 The name is similar to the name you might use for a remote configuration file.
34255 A remote folder name might look something like:
34257 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
34260 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34261 about the syntax of folder names.
34263 Use the Setup/SMIME screen to modify this variable.
34265 <UL>   
34266 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34267 </UL><P>
34269 <UL>   
34270 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34271 </UL><P>
34272 &lt;End of help on this topic&gt;
34273 </BODY>
34274 </HTML>
34275 ====== h_config_smime_privkeydir =====
34276 <HTML>
34277 <HEAD>
34278 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
34279 </HEAD>
34280 <BODY>
34281 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
34283 UNIX Alpine only.
34285 In order to sign outgoing S/MIME messages you will need a
34286 personal digital ID certificate.
34287 You will usually get such a certificate from a certificate authority such as
34288 Thawte or CAcert.
34289 (In order to encrypt outgoing messages you don't need a personal digital ID, you
34290 need the public certificate of the recipient instead.)
34291 If the option
34292 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
34293 is set then this option will have no effect.
34295 Normally, Private Keys for use with S/MIME will be stored in the directory
34296 which is the value of this option.
34297 Those certificates will be stored in PEM format, one certificate per file.
34298 The name of the file for the certificate corresponding to your
34300 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34302 should be
34304 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
34306 For example, if your address is user@example.com the name of the file would be
34308 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
34310 in this directory.
34312 Use the Setup/SMIME screen to modify this variable.
34314 Typically, the private key that you have will come from a Certificate
34315 Authority.
34316 The private key should be stored in a PEM format file that
34317 looks something like:
34318 <PRE>
34319 -----BEGIN RSA PRIVATE KEY-----
34320 Proc-Type: 4,ENCRYPTED
34321 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
34323 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
34324 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
34325 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
34327 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
34328 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
34329 -----END RSA PRIVATE KEY-----
34330 </PRE>
34332 <UL>   
34333 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34334 </UL><P>
34336 <UL>   
34337 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34338 </UL><P>
34339 &lt;End of help on this topic&gt;
34340 </BODY>
34341 </HTML>
34342 ====== h_config_smime_privkeycon =====
34343 <HTML>
34344 <HEAD>
34345 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
34346 </HEAD>
34347 <BODY>
34348 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
34350 UNIX Alpine only.
34352 If this option is set it will be used instead of
34353 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
34355 This option gives you a way to store keys remotely on an IMAP server
34356 instead of storing the keys one per file locally.
34357 In order to do that you just give this option a remote folder name for a folder
34358 which does not yet exist.
34359 The name is similar to the name you might use for a remote configuration file.
34360 A remote folder name might look something like:
34362 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
34365 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34366 about the syntax of folder names.
34368 Use the Setup/SMIME screen to modify this variable.
34370 <UL>   
34371 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34372 </UL><P>
34374 <UL>   
34375 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34376 </UL><P>
34377 &lt;End of help on this topic&gt;
34378 </BODY>
34379 </HTML>
34380 ====== h_config_smime_cacertdir =====
34381 <HTML>
34382 <HEAD>
34383 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
34384 </HEAD>
34385 <BODY>
34386 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
34388 UNIX Alpine only.
34390 If the option
34391 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
34392 is set then this option will have no effect.
34394 CACert is a shorthand name for certification authority certificate.
34395 Normally Alpine will use the CACerts that are located in the standard system
34396 location for CACerts.
34397 It may be the case that one of your correspondents has a Digital ID which has
34398 been signed by a certificate authority that is not in the regular set of system certificate
34399 authorities.
34400 You may supplement the system list by adding further certificates of your own.
34401 These should  be stored in the directory
34402 which is the value of this option.
34403 The certificates will be stored in PEM format, one certificate per file.
34404 The names of the files can be anything ending in &quot;.crt&quot;.
34406 Use the Setup/SMIME screen to modify this variable.
34408 These PEM format CA certificates look very similar to your public
34409 certificates for particular email addresses
34410 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
34412 <UL>   
34413 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34414 </UL><P>
34416 <UL>   
34417 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34418 </UL><P>
34419 &lt;End of help on this topic&gt;
34420 </BODY>
34421 </HTML>
34422 ====== h_config_smime_cacertcon =====
34423 <HTML>
34424 <HEAD>
34425 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
34426 </HEAD>
34427 <BODY>
34428 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
34430 UNIX Alpine only.
34432 If this option is set it will be used instead of
34433 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
34435 This option gives you a way to store certificates remotely on an IMAP server
34436 instead of storing the certificates one per file locally.
34437 In order to do that you just give this option a remote folder name for a folder
34438 which does not yet exist.
34439 The name is similar to the name you might use for a remote configuration file.
34440 A remote folder name might look something like:
34442 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
34445 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34446 about the syntax of folder names.
34448 Use the Setup/SMIME screen to modify this variable.
34450 <UL>   
34451 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34452 </UL><P>
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_smime_sign_by_default ==========
34461 <HTML>
34462 <HEAD>
34463 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
34464 </HEAD>
34465 <BODY>
34466 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
34468 UNIX Alpine only.
34470 This feature only has an effect if your version of Alpine includes
34471 support for S/MIME.
34472 It affects Alpine's behavior when you send a message.
34473 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
34475 Only the default value is affected.
34476 In any case, you may still toggle the Signing option on or off before sending
34477 with the &quot;G Sign&quot; command (provided you have a personal digital ID
34478 certificate).
34480 <UL>   
34481 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34482 </UL><P>
34485 <UL>   
34486 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34487 </UL><P>
34488 &lt;End of help on this topic&gt;
34489 </BODY>
34490 </HTML>
34491 ========== h_config_smime_pubcerts_in_keychain ==========
34492 <HTML>
34493 <HEAD>
34494 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
34495 </HEAD>
34496 <BODY>
34497 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
34499 UNIX Alpine only.
34501 If this feature is set the Mac OS X default keychain will be used as the place
34502 to store public certificates instead of a
34503 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
34504 or a
34505 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
34507 <UL>   
34508 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34509 </UL><P>
34511 <UL>   
34512 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34513 </UL><P>
34514 &lt;End of help on this topic&gt;
34515 </BODY>
34516 </HTML>
34517 ========== h_config_smime_dont_do_smime ==========
34518 <HTML>
34519 <HEAD>
34520 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
34521 </HEAD>
34522 <BODY>
34523 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
34525 UNIX Alpine only.
34527 Setting this feature turns off all of Alpine's S/MIME support.
34528 You might want to set this if you are having trouble due to the S/MIME support.
34530 <UL>   
34531 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34532 </UL><P>
34535 <UL>   
34536 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34537 </UL><P>
34538 &lt;End of help on this topic&gt;
34539 </BODY>
34540 </HTML>
34541 ========== h_config_smime_encrypt_by_default ==========
34542 <HTML>
34543 <HEAD>
34544 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
34545 </HEAD>
34546 <BODY>
34547 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
34549 UNIX Alpine only.
34551 This feature only has an effect if your version of Alpine includes
34552 support for S/MIME.
34553 It affects Alpine's behavior when you send a message.
34554 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
34556 Only the default value is affected.
34557 In any case, you may still toggle the Encrypt option on or off before sending
34558 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
34559 for the recipient).
34561 <UL>   
34562 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34563 </UL><P>
34566 <UL>   
34567 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34568 </UL><P>
34569 &lt;End of help on this topic&gt;
34570 </BODY>
34571 </HTML>
34572 ========== h_config_smime_remember_passphrase ==========
34573 <HTML>
34574 <HEAD>
34575 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
34576 </HEAD>
34577 <BODY>
34578 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
34580 UNIX Alpine only.
34582 This feature only has an effect if your version of Alpine includes
34583 support for S/MIME.
34584 If this option is set, you will only have to enter your passphrase for your private key
34585 once during an Alpine session.
34587 <UL>   
34588 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34589 </UL><P>
34592 <UL>   
34593 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34594 </UL><P>
34595 &lt;End of help on this topic&gt;
34596 </BODY>
34597 </HTML>
34598 ====== h_config_smime_transfer_pub_to_con =====
34599 <HTML>
34600 <HEAD>
34601 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
34602 </HEAD>
34603 <BODY>
34604 <H1>S/MIME: Transfer Public Certs to Container</H1>
34606 UNIX Alpine only.
34608 The Transfer command will copy the public certificates in your configured
34609 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
34610 to the container in your configured
34611 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
34612 This might be useful if you decide to switch from using a cert directory to a cert
34613 container.
34615 Warning: Any previous contents in the container will be lost.
34617 <UL>   
34618 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34619 </UL><P>
34621 <UL>   
34622 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34623 </UL><P>
34624 &lt;End of help on this topic&gt;
34625 </BODY>
34626 </HTML>
34627 ====== h_config_smime_transfer_pub_to_dir =====
34628 <HTML>
34629 <HEAD>
34630 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
34631 </HEAD>
34632 <BODY>
34633 <H1>S/MIME: Transfer Public Certs to Directory</H1>
34635 UNIX Alpine only.
34637 The Transfer command will copy the public certificates in your configured
34638 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34639 to the directory in your configured
34640 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
34641 This might be useful if you decide to switch from using a cert container to a cert
34642 directory.
34644 <UL>   
34645 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34646 </UL><P>
34648 <UL>   
34649 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34650 </UL><P>
34651 &lt;End of help on this topic&gt;
34652 </BODY>
34653 </HTML>
34654 ====== h_config_smime_transfer_priv_to_con =====
34655 <HTML>
34656 <HEAD>
34657 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
34658 </HEAD>
34659 <BODY>
34660 <H1>S/MIME: Transfer Private Keys to Container</H1>
34662 UNIX Alpine only.
34664 The Transfer command will copy the private keys in your configured
34665 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
34666 to the container in your configured
34667 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
34668 This might be useful if you decide to switch from using a key directory to a key
34669 container.
34671 Warning: Any previous contents in the container will be lost.
34673 <UL>   
34674 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34675 </UL><P>
34677 <UL>   
34678 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34679 </UL><P>
34680 &lt;End of help on this topic&gt;
34681 </BODY>
34682 </HTML>
34683 ====== h_config_smime_transfer_priv_to_dir =====
34684 <HTML>
34685 <HEAD>
34686 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
34687 </HEAD>
34688 <BODY>
34689 <H1>S/MIME: Transfer Private Keys to Directory</H1>
34691 UNIX Alpine only.
34693 The Transfer command will copy the private keys in your configured
34694 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
34695 to the directory in your configured
34696 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
34697 This might be useful if you decide to switch from using a key container to a key
34698 directory.
34700 <UL>   
34701 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34702 </UL><P>
34704 <UL>   
34705 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34706 </UL><P>
34707 &lt;End of help on this topic&gt;
34708 </BODY>
34709 </HTML>
34710 ====== h_config_smime_transfer_cacert_to_con =====
34711 <HTML>
34712 <HEAD>
34713 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
34714 </HEAD>
34715 <BODY>
34716 <H1>S/MIME: Transfer CA Certs to Container</H1>
34718 UNIX Alpine only.
34720 The Transfer command will copy the CA certificates in your configured
34721 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
34722 to the container in your configured
34723 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
34724 This might be useful if you decide to switch from using a CA cert directory to a CA cert
34725 container.
34727 Warning: Any previous contents in the container will be lost.
34729 <UL>   
34730 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34731 </UL><P>
34733 <UL>   
34734 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34735 </UL><P>
34736 &lt;End of help on this topic&gt;
34737 </BODY>
34738 </HTML>
34739 ====== h_config_smime_transfer_cacert_to_dir =====
34740 <HTML>
34741 <HEAD>
34742 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
34743 </HEAD>
34744 <BODY>
34745 <H1>S/MIME: Transfer CA Certs to Directory</H1>
34747 UNIX Alpine only.
34749 The Transfer command will copy the CA certificates in your configured
34750 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
34751 to the directory in your configured
34752 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
34753 This might be useful if you decide to switch from using a CA cert container to a CA cert
34754 directory.
34756 <UL>   
34757 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34758 </UL><P>
34760 <UL>   
34761 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34762 </UL><P>
34763 &lt;End of help on this topic&gt;
34764 </BODY>
34765 </HTML>
34766 ====== h_config_smime_transfer_pubcon_to_key =====
34767 <HTML>
34768 <HEAD>
34769 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
34770 </HEAD>
34771 <BODY>
34772 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
34774 Mac OS X Alpine only.
34776 The Transfer command will copy the public certificates in your configured
34777 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34778 to your default Mac OS X Keychain.
34779 This might be useful if you decide to switch from using a cert container to using
34780 the Keychain to store your public certs, which you may do by using the
34781 feature
34782 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
34784 <UL>   
34785 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34786 </UL><P>
34788 <UL>   
34789 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34790 </UL><P>
34791 &lt;End of help on this topic&gt;
34792 </BODY>
34793 </HTML>
34794 ====== h_config_smime_transfer_pubkey_to_con =====
34795 <HTML>
34796 <HEAD>
34797 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
34798 </HEAD>
34799 <BODY>
34800 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
34802 UNIX Alpine only.
34804 The Transfer command will copy the public certificates in your configured
34805 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34806 to your default Mac OS X Keychain.
34807 This might be useful if you decide to switch from using a cert container to using
34808 the Keychain to store your public certs.
34810 <UL>   
34811 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34812 </UL><P>
34814 <UL>   
34815 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34816 </UL><P>
34817 &lt;End of help on this topic&gt;
34818 </BODY>
34819 </HTML>
34820 ====== h_config_smime_public_certificates =====
34821 <HTML>
34822 <HEAD>
34823 <TITLE>S/MIME: Manage Public Certificates</TITLE>
34824 </HEAD>
34825 <BODY>
34826 <H1>S/MIME: Manage Public Certificates</H1>
34828 UNIX Alpine only.
34830 This menu item allows you to manage your public certificates, this
34831 may include your own public certificate, but it normally includes
34832 certificates of people you correspond with. These certificates are
34833 saved by Alpine automatically when they are found in signed messages
34834 that you receive. This interface allows you to manage them, by
34835 giving you the option to delete them, or trust them (in the case
34836 of self-signed certificates).
34839 Please note that Alpine will not validate a message that was sent to you
34840 using a self-signed certificate, unless you decide to trust that certificate.
34841 Internally, a certificate is trusted by copying it to the
34842 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
34843 collection. If you decide that you want to stop trusting a self-signed
34844 certificate, you must delete such certificate from such collection.
34846 The <B>I</B> Import command available in this screen allows you to 
34847 import a command to this collection.
34849 <UL>   
34850 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34851 </UL><P>
34853 <UL>   
34854 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34855 </UL><P>
34856 &lt;End of help on this topic&gt;
34857 </BODY>
34858 </HTML>
34859 ====== h_config_smime_private_keys =====
34860 <HTML>
34861 <HEAD>
34862 <TITLE>S/MIME: Manage Private Keys</TITLE>
34863 </HEAD>
34864 <BODY>
34865 <H1>S/MIME: Manage Private Keys</H1>
34867 UNIX Alpine only.
34869 This option allows you to manage your private key. Normally a person has only
34870 one key, in the same way that a person only has one valid passport, or ID card,
34871 at any given time. This option allows you to manage private keys. You can
34872 delete them or import them. Additionally, you can view information
34873 about your public certificate, such as the issuer and the dates of validity
34874 of such certificate, among others.
34877 If you have more than one e-mail address for which you want to use the 
34878 same private key, you must add all those addresses to the private key at 
34879 the moment that the key is generated. When you receive a signed message using 
34880 a key generated for several e-mail addresses, Alpine will save a 
34881 certificate for each e-mail address included in such certificate.
34883 The <B>I</B> Import command available in this screen allows you to 
34884 import a command to this collection.
34886 <UL>   
34887 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34888 </UL><P>
34890 <UL>   
34891 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34892 </UL><P>
34893 &lt;End of help on this topic&gt;
34894 </BODY>
34895 </HTML>
34896 ====== h_config_smime_certificate_authorities =====
34897 <HTML>
34898 <HEAD>
34899 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
34900 </HEAD>
34901 <BODY>
34902 <H1>S/MIME: Manage Certificate Authorities</H1>
34904 UNIX Alpine only.
34906 This collection contains certificates that are needed to validate the 
34907 certificate of another person, and therefore contains certificates that 
34908 you trust. Typically a certificate is signed by another entity, called a 
34909 certificate authority. This option allows you to manage which certificates 
34910 you trust, allowing you to import them and to delete them or view information
34911 about each certificate, such as the issuer and the dates of validity
34912 of such certificate.
34914 The <B>I</B> Import command available in this screen allows you to 
34915 import a command to this collection.
34917 <UL>   
34918 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34919 </UL><P>
34921 <UL>   
34922 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34923 </UL><P>
34924 &lt;End of help on this topic&gt;
34925 </BODY>
34926 </HTML>
34927 ====== h_certificate_information =====
34928 <HTML>
34929 <HEAD>
34930 <TITLE>S/MIME: Certificate Information Screen</TITLE>
34931 </HEAD>
34932 <BODY>
34933 <H1>S/MIME: Certificate Information Screen</H1>
34935 UNIX Alpine only.
34937 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
34938 such as its owner, e-mail address, issuer, and interval of validity, 
34939 among others.
34941 In the case of public certificates, this screen shows you if there was a
34942 failure when attempting to validate such message. If the certificate is
34943 self-signed, then the <B>T</B> Trust command will be available, which
34944 you can use to trust such certificate and make Alpine not fail validating 
34945 signatures signed with such certificate.
34947 You can also mark a certificate deleted, with the <B>D</B> command, or 
34948 remove the deleted mark with the <B>U</B> undelete command.
34950 In the case of your private key, Alpine shows you the information
34951 from your public key. Additionally, Alpine allows you to see public
34952 and private information about your key, with the <B>B</B> and
34953 <B>R</B> commands respectively.
34954 <UL>   
34955 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34956 </UL><P>
34958 <UL>   
34959 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34960 </UL><P>
34961 &lt;End of help on this topic&gt;
34962 </BODY>
34963 </HTML>
34964 ====== h_config_smime_manage_public_menu =====
34965 <HTML>
34966 <HEAD>
34967 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
34968 </HEAD>
34969 <BODY>
34970 <H1>S/MIME: Commands that Manage Public Certificates</H1>
34972 UNIX Alpine only.
34974 This screen allows you to manage your public certificates. Available commands and
34975 a short description of what they do follows.
34976 <UL>
34977 <LI> <B>I</B> Imports a public certificate to this collection.
34978 <LI> <B>V</B> View information about a certificate such as the name of the person the
34979 certificate was issued to, its dates of validity, and validity status.
34980 <LI> <B>D</B> Marks a certificate deleted.
34981 <LI> <B>U</B> Removes the deletion mark on a certificate.
34982 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
34983 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
34984 trust a certificate by copying it to the collection of trusted certificates.
34985 </UL>
34987 All commands provide feedback to let you know about their success or failure.
34989 <UL>   
34990 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34991 </UL><P>
34993 <UL>   
34994 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34995 </UL><P>
34996 &lt;End of help on this topic&gt;
34997 </BODY>
34998 </HTML>
34999 ====== h_config_smime_manage_private_menu =====
35000 <HTML>
35001 <HEAD>
35002 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
35003 </HEAD>
35004 <BODY>
35005 <H1>S/MIME: Commands that Manage Private Keys</H1>
35007 UNIX Alpine only.
35009 This screen allows you to manage your private key. Available commands and
35010 a short description of what they do follows.
35011 <UL>
35012 <LI> <B>I</B> Imports a new public key to this collection.
35013 <LI> <B>V</B> View information about the public certificate corresponding to this
35014 key.
35015 <LI> <B>D</B> Marks a key to be deleted.
35016 <LI> <B>U</B> Removes the deletion mark on a key.
35017 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
35018 Note that expunging a private key does not remove the public key, which must
35019 be removed separately.
35020 </UL>
35022 All commands provide feedback to let you know about their success or failure.
35024 <UL>   
35025 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35026 </UL><P>
35028 <UL>   
35029 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35030 </UL><P>
35031 &lt;End of help on this topic&gt;
35032 </BODY>
35033 </HTML>
35034 ====== h_config_smime_manage_cacerts_menu =====
35035 <HTML>
35036 <HEAD>
35037 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
35038 </HEAD>
35039 <BODY>
35040 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
35042 UNIX Alpine only.
35044 This screen allows you to manage your collection of certificates that you
35045 trust. Available commands and a short description of what they do follows.
35046 <UL>
35047 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
35048 done by reading the certificate and validating it. Once a certificate
35049 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
35050 to the certificate, if necessary.
35051 <LI> <B>V</B> View information about this certificate, such as its issuer 
35052 and validity dates.
35053 <LI> <B>D</B> Marks a certificate to be deleted.
35054 <LI> <B>U</B> Removes the deletion mark on a certificate.
35055 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
35056 </UL>
35058 All commands provide feedback to let you know about their success or failure.
35060 <UL>
35061 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35062 </UL><P>
35064 <UL>   
35065 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35066 </UL><P>
35067 &lt;End of help on this topic&gt;
35068 </BODY>
35069 </HTML>
35070 ====== h_config_lame_list_mode =====
35071 <HTML>
35072 <HEAD>
35073 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
35074 </HEAD>
35075 <BODY>
35076 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
35078 This feature modifies the method Alpine uses to ask your IMAP
35079 server for folder names to display in the FOLDER LIST screen.
35080 It is intended to compensate for a small set of IMAP servers that
35081 are programmed to ignore a part of the request, and thus respond
35082 to Alpine's query with nonsensical results.
35085 If you find that Alpine is erroneously displaying blank folder lists,
35086 try enabling this feature.
35089 NOTE: Enabling this feature has consequences for the Goto and Save
35090 commands.  Many servers allow access to folders outside the area
35091 reserved for your personal folders via some reserved character,
35092 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
35093 allows, at the Goto and Save prompts, quick access to folders
35094 outside your personal folder collection without requiring a specific
35095 collection definition.  This behavior will generally not be available
35096 when this feature is enabled.
35099 <UL>   
35100 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35101 </UL><P>
35102 &lt;End of help on this topic&gt;
35103 </BODY>
35104 </HTML>
35105 ====== h_config_enable_mulnewsrcs =====
35106 <HTML>
35107 <HEAD>
35108 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
35109 </HEAD>
35110 <BODY>
35111 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
35113 This feature makes it so Alpine can use multiple newsrcs based on
35114 the news server being connected to, which allows for separate lists
35115 of subscribed-to newsgroups. When this feature is not set, there is only
35116 one list of newsgroups.
35118 Under this feature, the name of a newsrc is based on the news server.
35119 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
35120 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
35121 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
35122 Setting this feature for the first time will allow for the option of using
35123 your old newsrc the next time you read news.
35125 If this feature is set, then the feature
35126 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
35127 also may affect the name of the newsrc file that is used.
35129 <UL>   
35130 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35131 </UL><P>
35132 &lt;End of help on this topic&gt;
35133 </BODY>
35134 </HTML>
35135 ======= h_ab_export_vcard =======
35136 <HTML>
35137 <HEAD>
35138 <TITLE>Address Book Export Format</TITLE>
35139 </HEAD>
35140 <BODY>
35141 <H1>Address Book Export Format</H1>
35143 You are exporting address book data from Alpine to a file outside of Alpine.
35144 You are being asked to choose the format of the export.
35145 Here are the choices:
35147 <DL>
35148 <DT><EM>A</EM>ddress List</DT>
35149 <DD>
35150 The addresses from the address book entries you are saving
35151 from will be saved one address per line.
35152 Address book lists (those with more than one address) will have
35153 all of their addresses saved separately.
35154 </DD>
35156 <DT><EM>V</EM>Card</DT>
35157 <DD>
35158 The entries will be saved in
35159 <A HREF="h_whatis_vcard">vCard</A> format.
35160 </DD>
35162 <DT><EM>T</EM>ab Separated</DT>
35163 <DD>
35164 The entries will be saved in tab-separated columns.
35165 There will be just 4 columns of data that correspond to Alpine's
35166 Nickname field, Full Name field, Address field, and Comment field.
35167 It might prove useful to Select only the Simple, non-List address book
35168 entries before Saving.
35169 </DD>
35171 <DT><EM>^C</EM> Cancel</DT>
35172 <DD>
35173 Cancel out of the Save.
35174 </DD>
35176 </DL>
35180 &lt;End of help on this topic&gt;
35181 </BODY>
35182 </HTML>
35183 ====== h_config_predict_nntp_server =====
35184 <HTML>
35185 <HEAD>
35186 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
35187 </HEAD>
35188 <BODY>
35189 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
35191 This feature allows Alpine to assume that the open NNTP server at the
35192 time of composition is the NNTP server to which the message should be
35193 posted.  This is especially recommended when there are multiple News
35194 collections.  If this feature is not set, Alpine will try to post to the first server in
35195 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
35196 this feature also negates the need to add News collection servers to
35197 the <!--#echo var="VAR_nntp-server"--> variable.
35199 This feature can be especially handy when used in conjunction with
35200 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
35202 <UL>   
35203 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35204 </UL><P>
35205 &lt;End of help on this topic&gt;
35206 </BODY>
35207 </HTML>
35208 ====== h_config_nntp_search_uses_overview =====
35209 <HTML>
35210 <HEAD>
35211 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
35212 </HEAD>
35213 <BODY>
35214 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
35216 This feature should probably be turned on unless it causes trouble.
35217 The results of the NNTP overview command (XOVER) may be used to help
35218 with some searches in news groups.
35219 It should result in quicker response time.
35220 Turning this feature on apparently causes search results which are
35221 different from what you would get with the feature turned off on some
35222 servers.
35224 <UL>   
35225 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35226 </UL><P>
35227 &lt;End of help on this topic&gt;
35228 </BODY>
35229 </HTML>
35230 ====== h_config_thread_sorts_by_arrival =====
35231 <HTML>
35232 <HEAD>
35233 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
35234 </HEAD>
35235 <BODY>
35236 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
35238 This feature affects how a threading sort arranges threads.  The default way
35239 to arrange threads is by the date of the earliest message in the thread.
35240 This feature arranges threads by the last message to arrive in a thread.
35242 This feature causes old threads that get recent messages to sort to the bottom,
35243 where previously a message arrival to a thread would not rearrange the order of
35244 that thread.
35246 <UL>   
35247 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35248 </UL><P>
35249 &lt;End of help on this topic&gt;
35250 </BODY>
35251 </HTML>
35252 ====== h_config_textplain_int =====
35253 <HTML>
35254 <HEAD>
35255 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
35256 </HEAD>
35257 <BODY>
35258 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
35260 This feature modifies the method Alpine uses to display Text/Plain
35261 MIME attachments from the Attachment Index screen.  Normally, the
35262 &quot;View&quot; command searches for any externally defined (usually
35263 via the
35264 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
35265 and displays the selected text within that viewer.
35268 Enabling this feature causes Alpine to ignore any external viewer
35269 settings and always display text with Alpine's internal viewer.
35272 <UL>   
35273 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35274 </UL><P>
35275 &lt;End of help on this topic&gt;
35276 </BODY>
35277 </HTML>
35278 ====== h_config_wp_columns =====
35279 <HTML>
35280 <HEAD>
35281 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
35282 </HEAD>
35283 <BODY>
35284 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
35286 Web Alpine only.
35288 This configuration setting specifies the number of horizontal characters
35289 used to format various WebAlpine pages.  Smaller values will tend to reduce
35290 the amount of horizontal scrolling required to view pages within narrow
35291 browsers, such as those found on PDAs, and larger values will tend to 
35292 spread more information across the page.
35295 The Message List page uses the width to determine how many characters
35296 to assign each field.  Note, a smaller value may result in a disproportionate
35297 amount of blank space between fields on each line.  Similarly, a large
35298 value may result in cramped fields or horizontal scrolling.
35301 The Message View page uses this value to determine when to wrap lines
35302 in displayed message text.  Note, a smaller value may result in jagged
35303 right margins or confusing quoting.  A larger value may cause lines of text to
35304 run beyond the browser's right edge, requiring horizontal scrolling.
35307 <UL>   
35308 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35309 </UL><P>
35310 &lt;End of help on this topic&gt;
35311 </BODY>
35312 </HTML>
35313 ====== h_config_wp_state =====
35314 <HTML>
35315 <HEAD>
35316 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
35317 </HEAD>
35318 <BODY>
35319 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
35321 Web Alpine only.
35323 Various aspects of cross-session state.
35326 <UL>   
35327 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35328 </UL><P>
35329 &lt;End of help on this topic&gt;
35330 </BODY>
35331 </HTML>
35332 ====== h_config_wp_aggstate =====
35333 <HTML>
35334 <HEAD>
35335 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
35336 </HEAD>
35337 <BODY>
35338 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
35340 Web Alpine only.
35342 Aggregate operations tab state.
35345 <UL>   
35346 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35347 </UL><P>
35348 &lt;End of help on this topic&gt;
35349 </BODY>
35350 </HTML>
35351 ====== h_config_wp_indexlines =====
35352 <HTML>
35353 <HEAD>
35354 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
35355 </HEAD>
35356 <BODY>
35357 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
35359 Web Alpine only.
35361 Number of index lines in table.
35364 <UL>   
35365 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35366 </UL><P>
35367 &lt;End of help on this topic&gt;
35368 </BODY>
35369 </HTML>
35370 ====== h_config_wp_indexheight =====
35371 <HTML>
35372 <HEAD>
35373 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
35374 </HEAD>
35375 <BODY>
35376 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
35378 Web Alpine only.
35380 Index table row height.
35383 <UL>   
35384 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35385 </UL><P>
35386 &lt;End of help on this topic&gt;
35387 </BODY>
35388 </HTML>
35389 ====== h_config_rss_news =====
35390 <HTML>
35391 <HEAD>
35392 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
35393 </HEAD>
35394 <BODY>
35395 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
35397 Web Alpine only.
35399 RSS News feed.
35402 <UL>   
35403 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35404 </UL><P>
35405 &lt;End of help on this topic&gt;
35406 </BODY>
35407 </HTML>
35408 ====== h_config_rss_weather =====
35409 <HTML>
35410 <HEAD>
35411 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
35412 </HEAD>
35413 <BODY>
35414 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
35416 Web Alpine only.
35418 RSS Weather feed.
35421 <UL>   
35422 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35423 </UL><P>
35424 &lt;End of help on this topic&gt;
35425 </BODY>
35426 </HTML>
35427 ====== h_config_send_confirms_only_expanded =====
35428 <HTML>
35429 <HEAD>
35430 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
35431 </HEAD>
35432 <BODY>
35433 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
35435 This Web Alpine option specifies whether or not a Send confirmations
35436 happens when a composed message is readied for sending or not.  The
35437 default behavior is to not confirm that the nicknames were expanded to
35438 the intended addresses.
35441 <UL>   
35442 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35443 </UL><P>
35444 &lt;End of help on this topic&gt;
35445 </BODY>
35446 </HTML>
35447 ====== h_config_enable_jump_command =====
35448 <HTML>
35449 <HEAD>
35450 <TITLE>FEATURE: enable-jump-command</TITLE>
35451 </HEAD>
35452 <BODY>
35453 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
35455 This Web Alpine option specifies whether or not a Jump command is
35456 offered in the Message List and Message View pages.  The command is
35457 implemented as an input field in the left column of the List and View
35458 screens. 
35461 When enabled and a number is entered in the input field while the
35462 Message List is displayed, the Message List is reframed with the
35463 specified message.  While viewing a message, the message associated
35464 with the specified message number is displayed.
35467 <UL>   
35468 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35469 </UL><P>
35470 &lt;End of help on this topic&gt;
35471 </BODY>
35472 </HTML>
35473 ====== h_config_enable_newmail_sound =====
35474 <HTML>
35475 <HEAD>
35476 <TITLE>FEATURE: enable-newmail-sound</TITLE>
35477 </HEAD>
35478 <BODY>
35479 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
35481 This Web Alpine option specifies whether or not a sound file is sent
35482 to the web browser along with the newmail notification message.
35486 <UL>   
35487 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35488 </UL><P>
35489 &lt;End of help on this topic&gt;
35490 </BODY>
35491 </HTML>
35492 ====== h_config_render_html_internally =====
35493 <HTML>
35494 <HEAD>
35495 <TITLE>FEATURE: render-html-internally</TITLE>
35496 </HEAD>
35497 <BODY>
35498 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
35500 By default, Web Alpine will pass cleansed HTML text you receive in messages 
35501 to the browser for display (rendering).  This feature causes Web Alpine to convert 
35502 the HTML text into plain text in the same way Unix and PC-Alpine do.
35506 <UL>   
35507 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35508 </UL><P>
35509 &lt;End of help on this topic&gt;
35510 </BODY>
35511 </HTML>
35512 ====== h_config_role_undo =====
35513 Yes, remember changes and exit back to list of roles; No, discard changes
35514 made in this screen; ^C, cancel exit and stay in this config screen.
35515 ====== h_exit_editor =====
35516 S, save changes and exit from the editor; D, do not save changes but
35517 do exit from the editor; or ^C, cancel exit and stay in the editor.
35518 ====== h_config_undo =====
35519 Yes, save changes and exit; No, exit without saving any changes made since
35520 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
35521 ====== h_os_index_whereis =====
35522 Enter ^V or ^Y to go immediately to the last or first message in the index.
35523 Or, enter the match string followed by RETURN.
35524 ====== h_os_index_whereis_agg =====
35525 Enter ^V or ^Y to go immediately to the last or first message in the index,
35526 Or, enter the match string followed by RETURN (or ^X to select all matches).
35527 =========== h_oe_add_full ==================
35528 Type the full name of the person being added and press the RETURN key.
35529 Press ^C to cancel addition.
35530 =========== h_oe_add_nick ==================
35531 Type a short nickname and press RETURN.  A nickname is a short easy-to-
35532 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
35533 ========== h_oe_add_addr ================
35534 Type the e-mail address and press RETURN.
35535 Press ^C to cancel addition.
35536 ========== h_oe_crlst_full ==============
35537 Type a long name or description for the list that you are creating and
35538 press RETURN.  Press ^C to cancel creation of list.
35539 =========== h_oe_crlst_nick =============
35540 Type a nickname (short, easy-to-remember name or single word) for the list
35541 you are creating and press RETURN.  Press ^C to cancel.
35542 ========== h_oe_crlst_addr ==============
35543 Type an e-mail address, or a nickname already in the address book that you
35544 want to be part of this list and press RETURN.
35545 ========== h_oe_adlst_addr =============
35546 Type an e-mail address or a nickname already in the address book that you
35547 want to add to this list and press RETURN.
35548 ========== h_oe_editab_nick ============
35549 Change the nickname using the arrow keys and delete key.  Press RETURN
35550 when done.  Press ^C to cancel editing and leave the nickname as it was.
35551 ========== h_oe_editab_full ============
35552 Change the full name using the arrow keys and delete key.  Press RETURN
35553 when done.  Press ^C to cancel editing and leave the full name as it was.
35554 ========== h_oe_editab_addr ============
35555 Change the address using the arrow keys and delete key.  Press RETURN
35556 when done.  Press ^C to cancel editing and leave the address as it was.
35557 ========== h_oe_editab_fcc ============
35558 Change the fcc using the arrow keys and delete key.  Press RETURN when
35559 done.  Press ^C to cancel editing and leave the fcc as it was.
35560 ========== h_oe_editab_comment ============
35561 Change the comment field using the arrow keys and delete key.  Press RETURN
35562 when done.  Press ^C to cancel editing and leave the comment as it was.
35563 ====== h_ab_forward =====
35564 Yes, expand nicknames and qualify local names with your current domain name;
35565 No, leave nicknames and local names as is;  ^C, cancel.
35566 ========== h_ab_export ==========
35567 Type the name of a file to write the addresses into and
35568 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
35569 ========== h_ab_edit_a_field ==========
35570 Edit any of the fields of the currently selected entry by typing one of the
35571 letters at the bottom of the screen.  Press ^C to cancel edit.
35572 ====== h_ab_del_data_revert =====
35573 Press B to completely delete addrbook and revert to default, C to delete config
35574 and revert while leaving data, or D to only delete data (make it empty).
35575 ====== h_ab_del_data_modify =====
35576 Press B to completely delete addrbook, C to delete configuration while leaving
35577 data, or D to delete data (make it empty) but leave config. ^C to cancel.
35578 ====== h_ab_del_config_modify =====
35579 Yes, remove this address book from my configuration.
35580 No, make no changes now.
35581 ====== h_ab_del_config_revert =====
35582 Yes, remove this address book from my config and revert to default.
35583 No, make no changes now.
35584 ====== h_ab_del_default =====
35585 Yes, remove this default address book from my configuration.
35586 No, make no changes now.
35587 ====== h_ab_really_delete =====
35588 Yes, delete the actual contents of the address book, not just the 
35589 configuration.  No, don't delete the data after all, cancel and start over.
35590 ====== h_ab_del_ignore =====
35591 Press I to ignore all the default address books for this category.  Press R to
35592 remove this one address book and add the others to your personal list.
35593 ====== h_ab_del_dir_ignore =====
35594 Press I to ignore all the default directory servers for this category.
35595 Press R to remove this one server and add the others to your personal list.
35596 ====== h_ab_copy_dups =====
35597 Yes, overwrite the existing entry.
35598 No, skip duplicates but save the rest. Press ^C to cancel.
35599 ====== h_confirm_cancel =====
35600 Type C to Confirm that you want to abandon the message you are composing.
35601 Type N or ^C to cancel out of the cancel and keep composing.
35602 ====== h_ab_text_or_vcard =====
35603 Text, start composer with displayed text already included.
35604 VCard, start composer with address book entry attached as a vCard. ^C cancels.
35605 ====== h_ab_backup_or_ldap =====
35606 Backup, copy email address from entry and allow editing of it.
35607 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
35608 ====== h_ldap_text_or_vcard =====
35609 Text: export displayed text for selected entry. Address: export only the
35610 email address. VCard: export entry in vCard format. ^C cancels.
35611 ====== h_ab_save_exp =====
35612 Save, save entry or entries to an address book.
35613 Export, save to file outside of pine. ^C cancels save.
35614 ====== h_ab_add =====
35615 A, add a brand new entry to this address book.
35616 E, edit the entry that is currently highlighted. ^C to cancel.
35617 ====== h_ab_shuf =====
35618 U, swap order of highlighted address book and the one above it.
35619 D, swap order of highlighted address book and the one below it. ^C to cancel.
35620 ====== h_ab_shuf_up =====
35621 U, swap order of highlighted address book and the one above it.
35622 Press ^C to cancel.
35623 ====== h_ab_shuf_down =====
35624 D, swap order of highlighted address book and the one below it.
35625 Press ^C to cancel.
35626 ====== h_folder_prop =====
35627 Count is # of messages in the folder, Unseen means messages that have not
35628 been read, New means messages that were Recently added to the folder.
35629 ====== h_role_shuf =====
35630 U, swap order of highlighted rule and the one above it.
35631 D, swap order of highlighted rule and the one below it. ^C to cancel.
35632 ====== h_role_shuf_up =====
35633 U, swap order of highlighted rule and the one above it.
35634 Press ^C to cancel.
35635 ====== h_role_shuf_down =====
35636 D, swap order of highlighted rule and the one below it.
35637 Press ^C to cancel.
35638 ====== h_incoming_shuf =====
35639 B, swap order of highlighted directory and the one before it.
35640 F, swap order of highlighted directory and the one after it. ^C to cancel.
35641 ====== h_incoming_shuf_up =====
35642 B, swap order of highlighted directory and the one before it.
35643 Press ^C to cancel.
35644 ====== h_incoming_shuf_down =====
35645 F, swap order of highlighted directory and the one after it.
35646 Press ^C to cancel.
35647 ====== h_dir_shuf =====
35648 U, swap order of highlighted directory and the one above it.
35649 D, swap order of highlighted directory and the one below it. ^C to cancel.
35650 ====== h_dir_shuf_up =====
35651 U, swap order of highlighted directory and the one above it.
35652 Press ^C to cancel.
35653 ====== h_dir_shuf_down =====
35654 D, swap order of highlighted directory and the one below it.
35655 Press ^C to cancel.
35656 ====== h_hdrcolor_shuf =====
35657 U, swap order of highlighted Header Color and the one above it.
35658 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
35659 ====== h_hdrcolor_shuf_up =====
35660 U, swap order of highlighted Header Color and the one above it.
35661 Press ^C to cancel.
35662 ====== h_hdrcolor_shuf_down =====
35663 D, swap order of highlighted Header Color and the one below it.
35664 Press ^C to cancel.
35665 ========== h_oe_editab_al ============
35666 Change the address using the arrow keys and delete key.  Press RETURN
35667 when done.  Press ^C to cancel editing and leave the address as it was.
35668 ========== h_dir_comp_search ===============
35669 Type a string to look for just like you would in the composer. Your configured
35670 rules for the servers with the implicit flag set will be used.
35671 ========== h_oe_searchab ===============
35672 Type the word or name you want to search for and press RETURN.  If you press
35673 RETURN without entering anything the word in [] will be searched for.
35674 ========== h_oe_chooseabook ==========
35675 Choose the address book you want to save the new entry in.
35676 Use ^N or ^P to change address books.  ^C to cancel.
35677 ========== h_oe_takeaddr ==========
35678 Edit the e-mail address using the arrow and delete keys.  Press RETURN
35679 when done.  Press ^C to cancel adding this entry to the address book.
35680 ========== h_oe_take_replace ==========
35681 Press R to replace the old entry with this new data.  You will still have
35682 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
35683 ========== h_oe_take_replace_or_add ==========
35684 Press R to replace the old entry.  Press A to add the selected addresses to
35685 the old existing list.  N to enter another nickname. ^C to cancel now.
35686 ========== h_oe_takename ==========
35687 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
35688 when done.  Press ^C to cancel adding this entry to the address book.
35689 ========== h_oe_takenick ==========
35690 Type a nickname (short easy-to-remember name, initials or single word) for this
35691 entry in the address book and press RETURN.  Press ^C to cancel addition.
35692 ========== h_oe_jump ==========
35693 Type the message number you want to jump to and press RETURN.  The word "end"
35694 represents the last message. Press ^C to cancel jumping to another message.
35695 ========== h_oe_jump_thd ==========
35696 Type the thread number you want to jump to and press RETURN.  The word "end"
35697 represents the last thread. Press ^C to cancel jumping to another thread.
35698 ========== h_oe_debuglevel ==========
35699 Higher number shows more debugging details.
35700 Press ^C if you want to cancel the change.
35701 ========== h_oe_broach ==========
35702 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
35703 to go to the previous/next collections in the list.  Press ^C to cancel goto.
35704 ========== h_oe_foldsearch ==========
35705 Type the text you want to search for in foldernames and press RETURN.  If you
35706 press RETURN without entering anything, any text in [] will be searched for.
35707 ========== h_oe_foldrename ==========
35708 Change the old name of the folder to the new name using the arrow and
35709 delete keys and press RETURN.  Press ^C to cancel rename.
35710 ========== h_oe_login ==========
35711 Enter your login name for the host you are opening the mailbox on.  Just press
35712 RETURN to use your login from this host as is, or edit it with delete key.
35713 ========== h_oe_passwd ==========
35714 Type your password for the host and login shown as part of the prompt.
35715 Press ^C to cancel opening folder.
35716 ========== h_oe_choosep ==========
35717 Enter the number associated with the printer you want to select.  Press ^C to
35718 cancel the printer selection.  The current selection is highlighted.
35719 ========== h_oe_customp ==========
35720 Type the name of the Unix print command and press RETURN.  Press ^C to
35721 cancel the printer selection.
35722 ========== h_oe_searchview ==========
35723 Type the word or name you want to search for and press RETURN.  If you press
35724 RETURN without entering anything the word in [] will be searched for.
35725 ========== h_oe_keylock ==========
35726 The keyboard is in use and locked by another user.  Only that user can
35727 unlock this keyboard by typing the password.
35728 ========== h_wt_expire ==========
35729 At the beginning of each month Alpine offers to rename your current sent-mail
35730 folder to one named for the month so you have a sent-mail folder for each month
35731 ========== h_wt_delete_old ==========
35732 It is the beginning of the month, and we need to conserve disk
35733 space.  Please delete any sent-mail that you do not need.
35734 ========== h_select_sort ==========
35735 Select the order for sorting the index by typing the capitalized letter.
35736 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
35737 ========== h_no_F_arg ============
35738 Enter name of file to be opened.
35740 ========== h_sticky_personal_name ==========
35741 Type in your name as you want it to appear on outgoing email.  This entry
35742 will be saved into your Alpine configuration file.
35743 ========== h_sticky_inbox ============
35744 INBOX syntax is usually {complete.machine.name}INBOX
35745 This entry will be saved in your Alpine configuration file.
35746 ========== h_sticky_smtp ============
35747 The name of the computer on your campus that relays your outgoing email
35748 to the Internet.  This entry will be saved in your Alpine configuration file.
35749 ========== h_sticky_user_id ==========
35750 The username or login-id part of your email address.  This entry will be
35751 saved in your Alpine configuration file.
35752 ========== h_sticky_domain ==========
35753 The domain part of your email address, NOT the name of your PC.  This
35754 entry will be saved in your Alpine configuration file.
35755 ========== h_bounce =========
35756 Enter the address or nickname of the intended recipient.  Alpine will resend
35757 the message, which will retain the original author's From: address.
35758 ========== h_incoming_add_folder_nickname =========
35759 Enter an (optional) nickname that will be used in lieu of the actual
35760 host and folder names in the FOLDER LIST display.
35761 ========== h_anon_forward ==========
35762 Enter the address of your intended recipient, or ^C to cancel.
35763 Example: jsmith@somewhere.edu
35764 ========== h_news_subscribe ==========
35765 Enter the name of the newsgroup to which you wish to subscribe,
35766 or ^C to cancel.  Example: comp.mail.pine
35767 ========== h_pipe_msg ==========
35768 Enter the name of the Unix command to which you wish to send this
35769 message, or ^C to cancel.
35770 ========== h_pipe_attach ==========
35771 Enter the name of the Unix command to which you wish to send this
35772 attachment, or ^C to cancel.
35773 ========== h_select_by_num ==========
35774 Enter a list of message numbers (or number ranges), or ^C to cancel.  The word
35775 "end" represents the last message. Example: 2-5,7-9,11,19,35-end
35776 ========== h_select_by_thrdnum ==========
35777 Enter a list of thread numbers (or number ranges), or ^C to cancel.  The word
35778 "end" represents the last thread. Example: 2-5,7-9,11,19,35-end
35779 ========== h_select_txt_from ==========
35780 Messages with From: headers containing the entered string will be selected.
35781 ^C to cancel. ^G again to see original options.
35782 ========== h_select_txt_not_from ==========
35783 Messages without From: headers containing the entered string will be selected.
35784 ^C to cancel. ^G again to see original options.
35785 ========== h_select_txt_to ==========
35786 Messages with To: headers containing the entered string will be selected.
35787 ^C to cancel. ^G again to see original options.
35788 ========== h_select_txt_not_to ==========
35789 Messages without To: headers containing the entered string will be selected.
35790 ^C to cancel. ^G again to see original options.
35791 ========== h_select_txt_cc ==========
35792 Messages with Cc: headers containing the entered string will be selected.
35793 ^C to cancel. ^G again to see original options.
35794 ========== h_select_txt_not_cc ==========
35795 Messages without Cc: headers containing the entered string will be selected.
35796 ^C to cancel. ^G again to see original options.
35797 ========== h_select_txt_subj ==========
35798 Messages with Subject: headers containing the entered string will be selected.
35799 ^C to cancel.  ^X enters Subject: line of current message.
35800 ========== h_select_txt_not_subj ==========
35801 Messages without Subject headers containing the entered string will be selected.
35802 ^C to cancel.  ^X enters Subject: line of current message.
35803 ========== h_select_txt_all ==========
35804 All messages containing the entered string will be selected.  Headers and body,
35805 but not encoded attachments, will be compared.  Enter ^C to cancel.
35806 ========== h_select_txt_not_all ==========
35807 All messages that don't contain the entered string will be selected.  Headers
35808 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
35809 ========== h_select_txt_body ==========
35810 All messages containing the entered string will be selected. Body text, but
35811 not headers or encoded attachments, will be compared. ^C to cancel.
35812 ========== h_select_txt_not_body ==========
35813 All messages that don't contain the entered string will be selected. Body
35814 text, but not headers or encoded attachments, will be compared. ^C to cancel.
35815 ========== h_select_txt_recip ==========
35816 Messages with Cc: or To: headers containing the entered string will be selected.
35817 ^C to cancel. ^G again to see original options.
35818 ========== h_select_txt_not_recip ==========
35819 Messages without Cc: or To: headers containing the string will be selected.
35820 ^C to cancel. ^G again to see original options.
35821 ========== h_select_txt_partic ==========
35822 Messages with Cc, To, or From headers containing the string will be selected.
35823 ^C to cancel. ^G again to see original options.
35824 ========== h_select_txt_not_partic ==========
35825 Messages without Cc, To, or From headers containing the string will be selected.
35826 ^C to cancel. ^G again to see original options.
35827 ========== h_select_date ==========
35828 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
35829 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
35830 ========== h_attach_index_whereis ==========
35831 Enter some text that appears in the Attachment Index entry for the desired
35832 attachment.  The first attachment containing that text will be highlighted.
35833 ========== h_kb_lock ==========
35834 Keystrokes entered here (up to a RETURN) comprise a password that must
35835 be entered again later in order to unlock the keyboard.
35836 ========== h_compose_default ==========
35837 N, compose a new message. R, set a role.
35838 ^C to cancel.
35839 ========== h_untranslatable ==========
35840 Send using UTF-8 character set; Send but replace untranslatable characters
35841 with question marks; return to the composer; or cancel message altogether.
35842 ========== h_compose_intrptd ==========
35843 N, compose a new msg. I, continue interrupted msg. R, set a role.
35844 ^C to cancel.
35845 ========== h_compose_postponed ==========
35846 N, compose a new message. P, continue postponed msg. R, set a role.
35847 ^C to cancel.
35848 ========== h_compose_intrptd_postponed ==========
35849 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
35850 R, set a role. ^C to cancel.
35851 ========== h_compose_form ==========
35852 N, compose a new message. F, use form letter. R, set a role.
35853 ^C to cancel.
35854 ========== h_compose_intrptd_form ==========
35855 N, compose a new msg. I, continue interrupted msg. F, use form letter.
35856 R, set a role. ^C to cancel.
35857 ========== h_compose_postponed_form ==========
35858 N, compose a new message. P, continue postponed msg. F, use form letter.
35859 R, set a role. ^C to cancel.
35860 ========== h_compose_intrptd_postponed_form ==========
35861 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
35862 F, use form letter. R, set a role. ^C to cancel.
35863 ========== h_config_context_del_except ==========
35864 If you delete the last exceptional collection you can only add it back by
35865 manually editing the exceptions config file.
35866 ========== h_config_whereis ==========
35867 To move quickly to a particular line, enter a search string or
35868 ^C to cancel.
35869 ========== h_config_edit_scorei ==========
35870 Enter interval in the form (min,max). -INF and INF may be used to represent
35871 -infinity and infinity. ^C to cancel change. RETURN to accept change.
35872 ========== h_config_add ==========
35873 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
35874 pressing RETURN sets the Empty Value (this turns off any global default).
35875 ========== h_config_add_custom_color ==========
35876 Enter a header fieldname. For example, "subject" or "from".
35878 ========== h_config_add_pat_hdr ==========
35879 Enter a header fieldname. For example, "reply-to" or "organization" or
35880 any fieldname you want that isn't included already.
35881 ========== h_config_print_opt_choice ==========
35882 You may edit either the initialization string (characters printed before
35883 printing starts) or the trailer string.  Choose one or ^C to cancel.
35884 ========== h_config_print_init ==========
35885 Enter a C-style string for this.  You may use common backslash escapes like
35886 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
35887 ========== h_config_change ==========
35888 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
35889 delete current (highlighted) character, etc.  Enter ^C to cancel change.
35890 ========== h_config_replace_add ==========
35891 Replace ignores the current default, Add places the current default in your
35892 editing buffer as if you had typed it in.
35893 ========== h_config_insert_after ==========
35894 Enter a nickname for this print command.  (InsertBefore puts the new item
35895 before the current line, InsertAfter puts it after the current line.)
35896 ========== h_config_print_cmd ==========
35897 Enter command to be executed for the printer.  Use normal editing keys
35898 to modify, ^C to cancel, carriage return to accept current value.
35899 ========== h_config_role_del ==========
35900 Answering Yes will remove this rule completely from your rules list.
35901 ========== h_config_role_addfile ==========
35902 Type the name of a file to add to your configuration. You don't need to
35903 use a file, you may add rules directly (with Add) without using a file.
35904 ========== h_config_role_delfile ==========
35905 Answering Yes will remove this rule file completely from your rules list.
35906 The rules data file itself will not be removed.
35907 ========== h_config_print_del ==========
35908 Answering Yes will remove this printer completely from your printer list.
35909 ========== h_config_print_name_cmd ==========
35910 You may edit the Nickname of this printer, the Command to be executed when
35911 printing, or change the Options associated with this printer.
35912 ========== h_send_check_fcc ==========
35913 Yes, send message without an Fcc.
35914 No, return to composer.
35915 ========== h_send_check_subj ==========
35916 Yes, send message without a Subject.
35917 No, return to composer.
35918 ========== h_send_check_to_cc ==========
35919 Yes, send message without a To address, or a Cc address, or a Newsgroup.
35920 No, return to composer.
35921 ========== h_send_fcc_only ==========
35922 Yes, copy message to Fcc only and send to NO recipients.
35923 No, return to composer.
35924 ========== h_send_prompt ==========
35925 Yes, send the message.
35926 No or ^C, return to composer.
35927 ========== h_send_prompt_flowed ==========
35928 Yes, send the message.  No or ^C, return to composer.
35929 What's Flowed? See Do Not Send Flowed Text in config screen.
35930 ========== h_send_prompt_dsn ==========
35931 Yes, send the message.  No or ^C, return to composer.
35932 What's DSNOpts? See Enable Delivery Status Notification in config screen.
35933 ========== h_send_prompt_dsn_flowed ==========
35934 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
35935 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
35936 ========== h_role_confirm ==========
35937 Yes, use displayed role. No, compose without a role.
35938 ^C, cancel the message. ^T, select a role from your other eligible roles.
35939 ========== h_norole_confirm ==========
35940 Return, compose without a role.
35941 ^C, cancel the message. ^T, select a role from your eligible roles.
35942 ========== h_custom_print ==========
35943 Enter a Unix command that accepts its data on standard input.
35944 Alpine will display any information the command sends to standard output.
35945 ========== h_convert_abooks_and_sigs ==========
35946 You will be given the opportunity to convert address books and signature files
35947 to remote configurations.
35948 ========== h_convert_abooks ==========
35949 You will be given the opportunity to convert address books to remote
35950 configurations.
35951 ========== h_flag_keyword ==========
35952 Enter the name of the keyword you want to add for this folder.
35953 No spaces, parentheses, braces, percents or asterisks are allowed.
35954 ========== h_select_keyword ==========
35955 Enter the keyword you want to match, or use ^T to select a keyword from a list
35956 of possible keywords for this folder. Use ! to look for non-matches instead.
35957 ========== h_type_keyword ==========
35958 Enter the keyword you want to add. You may add a nickname in the next step.
35959 No spaces, parentheses, braces, percents or asterisks are allowed.
35960 ========== h_type_keyword_nickname ==========
35961 Enter an optional nickname for the keyword you want to add.
35962 Type Carriage return to use the keyword name instead of a nickname.
35963 ========== h_convert_sigs ==========
35964 You will be given the opportunity to convert signature files to remote
35965 configurations.
35966 ========== h_convert_abook ==========
35967 Yes is fairly safe. You will be ADDing a remote address book that is a copy
35968 of the current address book. The current abook won't be removed automatically.
35969 ========== h_convert_sig ==========
35970 Answering Yes copies the contents of the signature file into your Alpine
35971 configuration file. After that, the contents of the file will not be used.
35972 ========== h_save_addman ==========
35973 Enter the simple name of the folder you want to add. Carriage return to
35974 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
35975 ========== h_reopen_folder ==========
35976 Yes reopens the folder, as if you were starting over. This uncovers new mail.
35977 No leaves the folder index as it was without discovering new mail.
35978 ========== h_convert_pinerc_server ==========
35979 This is the name of the host (computer) where the remote Alpine configuration
35980 will be stored. This should be an IMAP server that you have permission to use.
35981 ========== h_convert_pinerc_folder ==========
35982 Enter the correct remote folder name. This folder is special and should
35983 contain only configuration data. It shouldn't contain other mail messages.
35984 ========== h_role_compose ==========
35985 Compose a New message, Reply to current message, Forward current message, or
35986 Bounce message. Then you will be asked to choose one of your Roles to be used.
35987 ========== h_save_size_changed ==========
35988 The reported size of a message is not the same as the actual size. Answer Yes
35989 to continue and hope for the best or No to Cancel the entire Save.
35990 ========== h_select_by_larger_size ==========
35991 Enter a number or ^C to cancel. All messages greater than this many characters
35992 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
35993 ========== h_select_by_smaller_size ==========
35994 Enter a number or ^C to cancel. All messages less than this many characters
35995 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
35996 ========== h_preserve_field ==========
35997 Use 'p' to toggle between preserving or not preserving the original To:
35998 and Cc: fields of the message. Enter ^C to cancel message.