* Update to version 2.19.5
[alpine.git] / pith / pine.hlp
blob626aa3afaebc2b38cd855335d6ed1ba4ab42b32d
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 42 2014-02-02 00:15:19
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-->
157 <BR>Copyright 2013-2014 Eduardo Chappa
158 <BR>Copyright 2006-2008 University of Washington
159 </DIV>
162 Alpine is an &quot;Alternatively Licensed Program for Internet
163 News and Email&quot; produced until 2008 by the University of Washington.
164 It is intended to be an easy-to-use program for
165 sending, receiving, and filing Internet electronic mail messages and
166 bulletin board (Netnews) messages.  Alpine is designed to run on a wide
167 variety of Unix&reg; operating systems.  A version for Microsoft Windows&reg;
168 is available as is a world wide web based version designed to run under the
169 Apache web server.
172 <H2>New in Alpine <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)</H2>
174 Version <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)
175 addresses bugs found in previous releases and has a few additions as well.
178 Additions include:
181 <UL>
182   <LI> Upgrade UW-IMAP to Panda IMAP from 
183        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
184   <LI> Replace tabs by spaces in From and Subject fields to control for
185        size in screen of these fields. Change only in index screen display.
186   <LI> Add support to selective expunge through a subcommand of the 
187        select-apply commands. Read more in the <A 
188        HREF="h_index_cmd_expunge">help</A> for the expunge command.
189   <LI> Alpine does not attempt to automatically reopen a collection 
190        that was not opened due to cancellation by the user. 
191        Instead, the user must try to open it explicitly.
192   <LI> Alpine searches for a certificate that matches an email address in
193        all addresses in a certificate (instead of just the first 
194        one) but when it tries to unlock the certificate, it asks 
195        for the password for the first email address in that 
196        certificate.
197   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
198        server to use different ways to connect using ssl, for 
199        example {server.com/tls1} will attempt to connect to 
200        server.com at the ssl imap port (port 993) and establish a 
201        connection using TLSv1. These flags can be used in 
202        conjunction with the /ssl flag, the ssl flag is redundant. 
203        Conversely, however, the /ssl flag does not imply any of 
204        these flags; the /ssl flag means SSLv3 or, if not available, 
205        SSLv2 in the SSL port.
206   <LI> Experimental: Write the content-type of a message in 
207        lowercase, as some non-compliant servers do not understand 
208        uppercase content-type, such as those of GMX.de.
209   <LI> Opening a folder updates recent count in maildrops (this 
210        already works for other types of folders)
211   <LI> Automatically redraw screen after opening an attachment 
212        instead of simply clearing it.
213   <LI> Pico: Justification works without need of a predefined quote 
214        string. This allows justification of blocks of text that are 
215        indented with spaces.
216 </UL>
219 Bugs that have been addressed include:
220 <UL>
221   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
222        in personal names. Reported by Lev Gorenstein.
223   <LI> When writing the .pinerc file, lines were truncated if they were longer
224        than 10,000 characters. This could cause data corruption, so now lines
225        are allowed to be of any length.
226   <LI> In Unix Alpine (but not in MAC OSX) fix a problem that made Alpine 
227        remove attachments before they were open by a mailcap viewer. It 
228        requires that the user has an equivalent to a command such as "ps 
229        auxww" to list the list of processes, and check if there is any 
230        program using the attachment. The default is "/bin/ps auxww", but 
231        it can be changed at compile time with the option --with-ps-cmd. 
232        See the help of the variable 
233        <a href="h_config_psleep"><!--#echo var="VAR_mailcap-check-interval"--></a> 
234        for more information.
235   <LI> S/MIME: signed messages that contained an attachment would not validate.
236   <LI> Crash when tcp connection to NNTP server was lost after connection
237        had been established, but lost immediately afterwards.
238   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
239   <LI> Save command did not warn of existence of a message with a deleted 
240        attachment in an aggregate save, unless cursor was positioned on a message 
241        with a deleted attachment. Reported by Florian Herzig.
242   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
243        in an IMAP server.
244   <LI> DATE tokens were not internally transformed to UTF-8, which made their
245        values not appear complete in the screen. Reported by Werner Scheinast.
246   <LI> Fixes to configure script so that it will not require PAM for every system.
247   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
248        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
249        during the build. Fix by Ulf-Dietrich Braumann.
250   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
251        needs to use tcl_getstringresult() instead. Reported by 
252        Ulf-Dietrich Braumann.
253   <LI> Quoted string in URL Viewers configuration variable were not 
254        unquoted before passing to viewer.
255   <LI> Fix in configure script to detect location of tcl library; add
256        /usr/local in FreeBSD and fix a bug in configure script that used 
257        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
258        by Werner Scheinast.
259   <LI> Move SSL configurations from UW-IMAP to configure script, and
260        update OpenSSL configuration for mac OSX.
261   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
262 </UL>
267 Version 2.11 addresses bugs found in previous releases and has a few 
268 additions as well.
271 Additions include:
274 <UL>
275    <LI> Alpine requires version 1.0.1c of Openssl to build.
276    <LI> Increase encryption of S/MIME encrypted messages.
277    <LI> Pico: Improvements in justification of paragraphs: lines that begin
278 with a quote string, followed by a space were considered individual paragraphs,
279 now they are considered part of a paragraph. Based on earlier joint work
280 with Jeff Franklin.
281    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
282    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
283 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
284    <LI> Added recognition of ws and wss URIs.
285    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
286  <A HREF="h_config_directory_color">directory names</A>,
287  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
288    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
289 used in the display of the INDEX SCREEN.
290    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
291 that adds the ability to preserve To: and Cc: fields when replying to a 
292 message, as specified by original sender.
293    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
294  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
295    <LI> Quota command includes subcommands for printing, forwarding, etc.
296 </UL>
299 Bugs that have been addressed include:
301 <UL>
302   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
303   <LI> Crash when resizing the screen in a configuration screen.
304   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
305   <LI> Do not use a shell to open a browser.
306   <LI> Configure script did not test for crypto or pam libraries.
307   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
308   <LI> Change Cygwin directory separator to &quot;/&quot;.
309   <LI> Alpine could set List- headers, contrary to RFC 2369.
310 </UL>
313 Version 2.10 addresses bugs found in previous releases and has a few 
314 additions as well.
317 Additions include:
320 <UL>
321    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
322    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
323    <LI> Foreign characters are decoded correctly in IMAP folders.
324    <LI> Question about breaking connection to slow servers includes their name.
325    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
326    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
327    <LI> Cygwin: Alpine builds without need of patch.
328    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
329    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
330    <LI> Add support for strong encryption of password file when S/MIME is built in.
331 </UL>
334 Bugs that have been addressed include:
337 <UL>
338    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
339    <LI> Double allocation of memory in Pico.
340    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
341    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
342    <LI> Not recognition of environment variables in some options.
343    <LI> Not display of login prompt during initial keystrokes.
344    <LI> justification of long urls breaks them.
345    <LI> Incorrect New Mail message when envelope is not available.
346    <LI> Inorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
347    <LI> Crash when resizing the screen after display of LDAP search.
348    <LI> Crash when redrawing screen while opening a remote folder collection.
349    <LI> Infinite loop in scrolltool function during notification of new mail.
350    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
351    <LI> No display of signed and encrypted S/MIME messages.
352    <LI> Alpine will not build with OpenSSL.
353    <LI> Crash for double locking in calls to c-client.
354    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
355    <LI> Ignore the references header when threading messages
356    <LI> No update of colors in index screen after update to addressbook.
357 </UL>
360 Version 2.01 addresses bugs found in previous releases and has a few 
361 additions as well.
364 Additions include:
367 <UL>
368    <LI> Fixed non-ASCII web alpine handling
369    <LI> Added web alpine help.
370    <LI> Allow web alpine inbox on second IMAP server.
371    <LI> Allow web alpine config reset after bad inbox-path gets set.
372    <LI> Added web alpine ability to create group contact from contact list members.
373    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
374    <LI> Tidied up web alpine script layout.
375    <LI> Fixed web alpine status message ordering
376    <LI> Added web alpine Fcc setting via Contacts in Compose
377    <LI> Fixed web alpine autodraft attachment issues
378    <LI> Fixed web alpine problems with recent count maintenance
379    <LI> Fixed web alpine newmail arrival display in message list
380    <LI> Added web alpine confirmation to folder create for Move/Copy
381    <LI> Added web alpine user-domain support
382    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
383 </UL>
386 Bugs that have been addressed include:
389 <UL>
390    <LI> In web alpine fixed delete all selected within a search result to reorient
391         correctly to whole-mailbox message list.
392    <LI> Fixed web alpine delete in view page to be sensitive to sort
393    <LI> Fixed web alpine open of folder within directory from folder manager page.
394    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
395    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
396    <LI> Fixed web alpine adding contacts from message list and view
397    <LI> Fixed web alpine create of non-existent fcc
398    <LI> Remove mistakenly left debugger statement in web alpine javascript.
399    <LI> Some UNIX alpine build problems fixed
400    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
401         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
402         by locale charmap call on some Solaris 8 systems.
403    <LI> MacOS Keychain logins were not working correctly with generic host names, like
404         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
405         new password requests when not needed
406    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
407         last folder in the list
408    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
409         looked for along with the email address
410    <LI> Changes to configure to get spellcheck options with work with arguments.
411    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
412         returned by gethostname (iPhone can do this)
413    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
414         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
415    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
416         Jake Scott of marganstanley.com.
417    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
418         is not used in alpine.
419    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
420         Apparently this causes RIM Blackberry BIS service problems. This is not
421         used in alpine.
422    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
423    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
424         Fix from Ludwig Nussel of SUSE and from Crispin.
425    <LI> Include whole filename in export filename history
426    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
427 </UL>
430 Version 2.00
431 addressed bugs found in previous releases and had a few additions as well.
433 Additions included:
436 <UL>
437    <LI> Redesigned Web Alpine interface
438    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
439         in UNIX versions of Alpine
440    <LI> Attempt to include the attachment filename as part of the name of the
441         temporary file used when viewing an attachment with an external program.
442         Add some randomness to that filename to make it hard to predict the filename.
443         Add a filename extension, usually derived from the type/subtype, to the
444         temporary filename. This was previously done only on Windows and MacOS X.
445    <LI> Enhance address completion in the composer (TAB command) so that it looks
446         through nicknames, fullnames, and addresses from the address book; addresses
447         from the message being viewed, if any; and the results from
448         <A HREF="h_direct_config">LDAP Directory Server</A>
449         lookups for all of the defined directory servers that have the
450         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
451         feature set.
452    <LI> Make the default character set setting more liberal in what it will accept
453         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
454    <LI> Remove the Alpine revision number from the titlebar in released versions
455         while leaving it there in snapshot versions
456    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
457         display of asterisks when you type a password for Alpine
458    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
459    <LI> When the
460         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
461         feature is turned on convert not only the dates in the index screen but also
462         the dates in the MESSAGE VIEW
463 </UL>
466 Bugs addressed in the 2.00 release included:
469 <UL>
470    <LI> Crash when using tab-completion for selecting a Save filename
471    <LI> Make Web Alpine help text images relative for more portability
472    <LI> Fixed attach save of html parts in Web Alpine
473    <LI> Viewing, printing, exporting, replying, and bouncing of message
474         digests was broken. Replying and bouncing should not have been
475         allowed at all for digests. It would be nice to have a more standard
476         index-like view of a message digest but that has not been addressed
477         with this minor bug fix.
478    <LI> Adjust wrapping of HTML messages so that the margins specified by
479         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
480         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
481         are observed correctly
482    <LI> Interrupt of WhereIs command in index was broken
483    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
484         option did not work correctly interpreting unknown characters in message headers
485    <LI> Long address lines could cause blank continuation lines
486    <LI> Save to a local default INBOX failed if the primary collection was also local,
487         which it is by default. The save went to  ~/mail/inbox instead.
488    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
489         inbox, not the inbox in the primary collection
490    <LI> Address book entries with lots of addresses would be truncated when
491         entered in the composer with a screen size wider than 270 or so charcters
492    <LI> Some fields in the index screen were truncated when the screen width was
493         wider than 256 characters
494    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
495         folder, and there is a more than 10 minute pause between typing the TAB
496         and typing the Yes
497 </UL>
500 Version 1.10(962)
501 addressed bugs found in previous releases and had a few additions as well.
503 Additions included:
506 <UL>
507    <LI> Add the possibility of setting a default role
508         (see <A HREF="h_role_select">Roles Screen</A>)
509         which may be convenient if your work flow involves acting in one
510         role for a while then switching to another role and staying in the
511         new role for another period of time
512    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
513         is encountered, ask the user if he or she wants to continue with the
514         risky Save anyway instead of aborting. This may be helpful if your
515         IMAP server is broken in this way but be aware that it is possible there
516         was a real error instead of just a broken server implementation.
517    <LI> Some configure adjustments for Kerberos detection and
518         for SCO OpenServer 5 support
519    <LI> Hide INBOX in a collection if it also appears as an
520         <A HREF="h_config_enable_incoming">Incoming Folder</A>
521    <LI> Show asterisks for feedback when the user is typing a password
522    <LI> Performance improvement for threading of large folders
523    <LI> Previously, the search used to find
524         Pattern matches containing To patterns searched for both To
525         and Resent-To headers. The relatively complicated search this
526         produces causes problems when using some deficient IMAP servers.
527         Now the default is to look only for To headers and ignore the
528         presence of Resent-To. The previous behavior may be restored
529         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
530    <LI> Add an
531         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
532         to help with reading malformed unlabeled messages
533    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
534    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
535    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
536 </UL>
539 Bugs addressed in the 1.10(962) release included:
542 <UL>
543    <LI> Crash when encountering certain errors from an SMTP server
544    <LI> Crash in composer caused by overflow in replace_pat()
545    <LI> Hang when authenticating to an SMTP server that fails with a
546         &quot;connection disconnected&quot; error
547    <LI> Bug in handling of trailing tab character in flowed text
548    <LI> Security enhancement for mailcap parameter substitution
549    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
550         did not work if the message being replied to was not flowed text
551         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
552         was not turned on
553    <LI> Don't allow printer to be changed through hidden config screen
554         if system administrator didn't want it to be allowed
555    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
556         should know that it won't work, causing error messages to appear
557    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
558         of double-quote double-quote didn't work right
559    <LI> Quoting wasn't being done to protect special characters from the
560         MacOS X shell when
561         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
562         was not defined
563    <LI> On MacOS X message attachments should be shown internally instead of
564         being shown using the Mail application
565    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
566         sometimes set the outgoing charset to X-UNKNOWN, making the result
567         unreadable
568    <LI> When the sending of a message failed lines with leading spaces had one
569         additional space inserted in each of those lines when the user
570         was returned to the composer
571    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
572         that contained non-ascii characters because it was truncating the
573         line being searched so that it was shorter than what was visible on
574         the screen
575    <LI> When composing, an attachment with a long name that causes wrapping in
576         just the wrong place would generate an error and cause the send
577         of the attachment to fail
578    <LI> After calling the file browser to attach a file in the composer, a resize
579         of the window when back in the composer would redraw the last screen that
580         had been shown in the browser instead of the current composer screen
581    <LI> Possible crash in index screen when encountering unparseable addresses
582         or when using one of the PRIORITY tokens or the HEADER token in the
583         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
584    <LI> Problems with Header Color editing if the configuration option
585         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
586         was inadvertently changed to the Empty Value in the hidden config screen
587    <LI> When resuming the final postponed message from an Exchange server the user
588         could get a certificate validation failure because alpine was trying
589         to validate the canonical name of the folder instead of the name the
590         user used
591    <LI> Windows line endings in a mimetypes file on a Unix system cause a
592         failure to find a match
593    <LI> Make matching of extension names case independent in mimetypes files
594    <LI> Windows dialog boxes for entering text were not working correctly
595    <LI> Replying to or Forwarding multipart/alternative messages which had a
596         single text/html part did not work well
597    <LI> Printing the print confirmation page caused a crash
598    <LI> A To line with a long, quoted personal name could display incorrectly
599         if it was close to the same width as the screen
600    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
601         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
602         are turned on hide (0/0) when the folder is empty
603    <LI> Folder completion while Saving didn't work if the collection being
604         saved to was the local home directory
605 </UL>
608 Version 1.00
609 was an evolutionary release based on
610 <A HREF="http://www.washington.edu/pine/">Pine</A>, which was also
611 developed at the University of Washington.
612 It is upwards-compatible for existing Pine users.
615 Changes included:
617 <UL>
618    <LI> Ground-up reorganization of source code around addition
619         of "pith/" core routine library.
620    <LI> Fundamental improvement in Alpine's internal text handling, which
621         is now based exclusively on Unicode. This allows displaying incoming
622         messages and producing outgoing messages in many different languages.
623    <LI> Ground-up reorganization of build and install procedures
624         based on GNU Build System's autotools. NOTE, the included IMAP library
625         build is not based on autotools, so some features will not work. However,
626         it should get built automatically during the Alpine build process.
627    <LI> Web-based version included built on TCL designed to run under
628         a suitable CGI-supporting web server such as Apache.
629 </UL>
633 Details on changes in previous (prerelease) versions of Alpine
634 may be found at the following URL:
636 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/changes.html">http://www.washington.edu/alpine/changes.html</A></SAMP></CENTER>
639 <HR WIDTH="75%"><P>
641 <H2>Getting Help</H2>
642 <DL>
643 <DT>Online Help</DT>
644 <DD>
645 Every Alpine screen and command has associated help text
646 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
647 </DD>
649 <DT>Web Help</DT>
650 <DD>
651 The most current source of information about Alpine,
652 including new version availability, is the web page at
654 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/">http://www.washington.edu/alpine/</A></SAMP></CENTER>
655 </DD>
656 </DL>
658 Frequently Asked Questions (and answers) may be found at the following
659 URL:
661 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/faq/">http://www.washington.edu/alpine/faq/</A></SAMP></CENTER>
664 <HR WIDTH="75%"><P>
666 <H2>Additional Information</H2>
668 General Alpine configuration information can be found
669 <A HREF="h_news_config">here</A>.
671 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
672 Alpine mailbox and <A HREF="http://www.washington.edu/imap/">IMAP</A> server
673 access is provided by the IMAP Toolkit Environment (c-client library)
674 version <!--#echo var="C_CLIENT_VERSION"-->.
675 <P> 
676 Alpine was developed by the Office of Computing &amp; Communications at
677 the University of Washington in Seattle.  A more complete list of
678 principal players and key contributors can be found on the credits Web
679 page at
682 <CENTER><A HREF="http://www.washington.edu/alpine/credits.html">http://www.washington.edu/alpine/credits</A></CENTER>
685 Alpine Copyright 2013-2014 Eduardo Chappa,
686 Copyright 2006-2008 University of Washington.
689 Additional legal notices can be found <A HREF="h_news_legal">here</A>
690 or at the web URL:
693 <CENTER><A HREF="http://www.washington.edu/alpine/overview/legal.html">http://www.washington.edu/alpine/overview/legal</A></CENTER>
696 &lt;End of Release Notes&gt;
697 </BODY>
698 </HTML>
699 ====== h_tls_failure_details ======
700 <HTML>
701 <HEAD>
702 <TITLE>Certificate Validation Details</TITLE>
703 </HEAD>
704 <BODY>
705 <H1>Certificate Validation Details</H1>
707 This screen gives details as to why the certificate validation failed: the
708 name of the desired server system; the reason for failure; and the name on
709 the certificate.  This is primarily of interest to experts.
712 &lt;End of help&gt;
713 </BODY>
714 </HTML>
715 ====== h_tls_failure ======
716 <HTML>
717 <HEAD>
718 <TITLE>TLS or SSL Failure</TITLE>
719 </HEAD>
720 <BODY>
721 <H1>TLS or SSL Failure</H1>
723 An attempt was made to establish a secure, encrypted connection to the
724 server system using either Transport Layer Security (TLS) or the older
725 Secure Sockets Layer (SSL).  This attempt failed.
728 You should contact your server system management for more assistance.
729 The problem is probably at the server system and not in Alpine or your local
730 system.  The text in this screen may be helpful for the server system
731 management in debugging the problem,
734 &lt;End of help&gt;
735 </BODY>
736 </HTML>
737 ====== h_tls_validation_failure ======
738 <HTML>
739 <HEAD>
740 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
741 </HEAD>
742 <BODY>
743 <H1>TLS and SSL Certificate Validation Failures</H1>
745 An attempt was made to establish a secure, encrypted connection to the
746 server system using either Transport Layer Security (TLS) or the older
747 Secure Sockets Layer (SSL).
750 An important part of this procedure is server certificate validation.  A
751 server certificate is an &quot;electronic identification card&quot; for the server
752 system that is signed by a well-known certificate authority (CA).  Alpine
753 compares the server system identity in the server certificate with the
754 name of the server system to which it is trying to connect.  Alpine also
755 verifies that the CA signature is authentic.
758 Some common failure conditions are:
761 <UL>
762   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
763 signed its own certificate.  This does not necessarily indicate anything
764 bad; the server operators may simply have elected to not purchase a
765 signed certificate from a certificate authority.
767   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
768 the signature on the server system is from an unknown certificate authority.
769 It can also mean that no certificate authority certificates have been
770 installed on the local UNIX system.
772   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
773 the same as either of the above two conditions in UNIX Alpine.  Note that
774 Windows systems typically have a full set of certificate authority
775 certificates installed, so it is more likely to be a self-signed
776 certificate than an unknown certificate authority.
778   <LI> Server name does not match certificate.  This means that the server
779 presented a proper signed certificate for a name other than the desired
780 name.
781 </UL>
784 Any of these conditions can indicate that you are being attacked and have
785 been directed to an imposter server that will record your password and
786 your private mail messages.  It can also mean something innocuous.
789 If you are certain that the problem is innocuous, you can append the
790 option
793 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
796 to the server system name where it appears in your configuration (e.g. the
797 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
798 a folder-collection, or a news or SMTP server).  This will
799 disable certificate validation.  On the other hand, if you are attacked,
800 you will get no warning if you do this.
803 &lt;End of Cert Validation Failures help&gt;
804 </BODY>
805 </HTML>
806 ====== h_release_tlscerts ======
807 <HTML>
808 <HEAD>
809 <TITLE>TLS and SSL usage note</TITLE>
810 </HEAD>
811 <BODY>
812 <H1>TLS and SSL usage note</H1>
815 When using Alpine from Unix or Windows 2000,
816 server certificates must be signed by a trusted certificate authority.
817 You may relax this requirement (at the cost of some security) by using
819 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
820 modifier in the mailbox name.
823 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
826 The fully-qualified host name of the server should be used
827 so that it matches the host name in the server certificate.
829 Here is an example of a host specification that directs Alpine to use
830 the SSL port (993) and an encrypted data stream.
832 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
834 &lt;End of TLS usage help&gt;
835 </BODY>
836 </HTML>
837 ====== h_news_config ======
838 <HTML>
839 <HEAD>
840 <TITLE>Alpine Configuration</TITLE>
841 </HEAD>
842 <BODY>
843 <H1>Alpine Configuration</H1>
845 <H2>Using Environment Variables</H2>
847 The values of Alpine configuration options may include environment variables
848 that are replaced by the value of the variable at the time Alpine is run
849 (and also at the time the config option is changed).
850 The syntax to use environment variables is a subset of the common Unix
851 shell dollar-syntax.
852 For example, if
854 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
856 appears in the value of an Alpine configuration option it is looked up in the
857 environent (using getenv(&quot;VAR&quot;)) and its
858 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
859 To include a literal dollar sign you may precede the dollar sign with another
860 dollar sign.
861 In other words, if the text
863 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
865 is the value of a configuration option, it will be expanded to
867 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
869 and no environment lookup will be done.
870 For Unix Alpine it will also work to use a backslash character to
871 escape the special meaning of the dollar sign, but $$ is preferable since
872 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
873 to be in a shared configuration file.
876 This all sounds more complicated than it actually is.
877 An example may make it clearer.
878 Unfortunately, the way in which environment variables are set is OS-dependent 
879 and command shell-dependent.
880 In some Unix command shells you may use
882 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
883    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
885 Now, if you use Alpine's Setup/Config screen to set
887 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
889 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
890 so that this would be equivalent to
892 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
894 Note, environment variable substitution happens after configuration
895 options that are lists are split into the separate elements of the list,
896 so a single environment variable can't contain a list of values.
899 The environment variable doesn't have to be the only thing
900 after the equal sign.
901 However, if the name of the variable is not at the end of the line or
902 followed by a space (so that you can tell where the variable name ends),
903 it must be enclosed in curly braces like
905 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
907 It is always ok to use the braces even if you don't need to.
909 It is also possible to set a default value for an environment variable.
910 This default value will be used if the environment variable is not
911 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
912 The syntax used to set a default value is
914 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
916 If the config file contains
918 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
920 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
921 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
922 the value that <SAMP>VAR</SAMP> was set to, otherwise,
923 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
924 the default value.
925 (Note that the variable is called &quot;personal-name&quot; in the config
926 file but is displayed in the config screen as
927 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
928 In general, the value that goes into a config file is never exactly the
929 same as the value you see on the screen.)
932 An example where an environment variable might be useful is the
933 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
934 Suppose most users used the server
936 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
938 but that there were some exceptions who used
940 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
942 In this case, the system manager might include the following line in
943 the systemwide default Alpine configuration file
945 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
947 For the exceptional users adding
949 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
951 to their environment should work.
953 Another example might be the case where a user has to use a different
954 SMTP server from work and from home.
955 The setup might be something as simple as
957 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
959 or perhaps a default value could be given.
960 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
961 a list of SMTP servers.
964 <H2>Configuration precedence</H2>
966 There are several levels of Alpine configuration.  Configuration values at
967 a given level override corresponding values at lower levels.  In order of
968 increasing precedence:
970 <UL>
971  <LI> built-in defaults
972  <LI> system-wide
973 <!--chtml if pinemode="os_windows"-->
974       config file from command line or provided
975       by "PINECONF" environment variable
976 <!--chtml else-->
977       pine.conf file
978 <!--chtml endif-->
979  <LI> personal configuration file
980  <LI> personal exceptions configuration file
981  <LI> command-line options
982  <!--chtml if pinemode="os_windows"--><!--chtml else-->
983  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
984 </UL>
986 The values in both the personal configuration file and the
987 <A HREF="h_config_exceptions">exceptions</A>
988 configuration file may be set using the Setup command.
989 Setup/Config is the command to change most of the personal configuration
990 options.
991 The other Setup subcommands are also used to change the configuration,
992 for example, Setup/AddressBook, Setup/Rules, and so on.
993 Changing the personal exceptions configuration is very similar.
994 To change a value in the Config screen you would use the command
995 Setup/eXceptions/Config.
996 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
998 There are a couple exceptions to the rule that configuration values are replaced
999 by the value of the same option in a higher-precedence file.
1000 The Feature-List variable has values that are additive, but can be
1001 negated by prepending &quot;no-&quot; in front of an individual feature name.
1002 So for features, each individual feature's value is replaced by the value
1003 of the same feature in a higher-precedence file.
1004 Note that this is done automatically for you when you change these values via
1005 the Setup/Config command.
1006 The other exception to the <EM>replace</EM> semantics happens when you
1007 use <A HREF="h_config_inheritance">configuration inheritance</A>
1008 for option lists.
1011 <H2>File name defaults</H2>
1013 Notes:<P>
1015 <BR> &lt;exe dir&gt; = directory where pine.exe found.
1016 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
1017 <BR> # = default file name is overridable in pinerc.
1018 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
1019 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
1020 <BR> + between the mailcap paths implies that the two files are combined.
1021 <BR> ; between other default paths implies that the first one found is used.
1022 </P>
1023 Alpine looks for most support files in the same directory it finds its
1024 personal configuration file (pinerc).  The -p command-line flag may be
1025 used to specify a particular path name for the pinerc file.  If a
1026 pinerc file does not exist, it will be created (if directory permissions
1027 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
1028 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
1029 file does not exist in either one, it will create one in the first of those
1030 two directories that is writable.  In detail:
1031 <PRE>
1033 PC-Alpine:
1035  executable     &lt;DOS search path&gt;&#92;pine.exe
1036  help index     &lt;exe dir&gt;&#92;pine.ndx
1037  help text      &lt;exe dir&gt;&#92;pine.hlp
1039  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
1040  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
1041  global cfg     $PINECONF
1043  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
1044  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
1045  signature#     &lt;pinerc dir&gt;&#92;pine.sig
1046  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
1047  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
1048  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
1049  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
1050  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
1051  postponed#     $HOME&#92;mail&#92;postpond.mtx
1052  interrupted    $HOME&#92;mail&#92;intruptd
1054 Unix Alpine:
1056  executable     &lt;Unix search path&gt;/pine
1057  persnl cfg     ~/.pinerc
1058  except cfg     ~/.pinercex
1059  global cfg     <!--#echo var="PINE_CONF_PATH"-->
1060  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
1061  local help     <!--#echo var="PINE_INFO_PATH"-->
1063  interrupted    ~/.pine-interrupted-mail
1064  debug          ~/.pine-debugN
1065  crash          ~/.pine-crash
1066  newsrc#        ~/.newsrc
1067  signature#     &lt;pinerc dir&gt;/.signature
1068  addressbook#   &lt;pinerc dir&gt;/.addressbook
1069  postponed#     ~/mail/postponed-msgs
1070  sentmail#      ~/mail/sent-mail
1071  mailcap#       ~/.mailcap + /etc/mailcap
1072                            + /usr/etc/mailcap + /usr/local/etc/mailcap
1073  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
1075  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
1076  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
1077  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
1078  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
1079  password       /etc/passwd
1081 Unix Alpine and PC-Alpine:
1083  .ab*           remote addressbook support files
1084  a[1-9]*        temporary (while Alpine is running) addressbook files
1086 </PRE>
1089 <H2>Mailcap files</H2>
1091 Alpine honors the mailcap configuration system for specifying external
1092 programs for handling attachments.  The mailcap file maps MIME attachment
1093 types to the external programs loaded on your system that can display
1094 and/or print the file.  A sample mailcap file comes bundled with the Alpine
1095 distribution.  It includes comments that explain the syntax you need to
1096 use for mailcap.  With the mailcap file, any program (mail readers,
1097 newsreaders, WWW clients) can use the same configuration for handling
1098 MIME-encoded data.
1101 <H2>MIME-Types files</H2>
1103 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
1104 what Content-Type to use for labeling an attached file, based on
1105 the file extension.  That is, this file provides a mapping between
1106 filename extensions and MIME content-types.
1109 <H2>Environment variables</H2>
1111 PC-Alpine uses the following environment variables:
1112 <DL>
1113 <DT>PINERC</DT>
1114 <DD>Optional path to pinerc file.</DD>
1115 <DT>PINERCEX</DT>
1116 <DD>Optional path to personal exceptions configuration file.</DD>
1117 <DT>PINECONF</DT>
1118 <DD>Optional path to global pine config file.</DD>
1119 <DT>HOME</DT>
1120 <DT>TMPDIR, TMP, or TEMP</DT>
1121 <DT>COMSPEC</DT>
1122 <DT>MAILCAPS</DT>
1123 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
1124 <DT>USER_DICTIONARY</DT>
1125 <DD>Used to specify the file to contain the user's spell check
1126 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
1127 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
1128 </DL>
1130 Unix Alpine uses the following environment variables:
1131 <DL>
1132 <DT>TERM</DT>
1133 <DD>Tells Alpine what kind of terminal is being used.</DD>
1134 <DT>DISPLAY</DT>
1135 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
1136 <DT>SHELL</DT>
1137 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
1138 <DT>TMPDIR, TMP, or TEMP</DT>
1139 <DT>MAILCAPS</DT>
1140 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
1141 </DL>
1142 <!--chtml if pinemode="os_windows"-->
1144 <H2>Common PC-Alpine Configuration Problems</H2>
1146 <H3>Configuration settings aren't being saved</H3>
1148 <P>This problem can happen if you run pine from one directory and
1149 then decide to move your pine directory to another location.  PC-Alpine
1150 stores certain variables, including the configuration location, in the
1151 Windows Registry (which you shouldn't ever need to manually edit).  There
1152 are a couple of ways to go about removing or resetting the values in the
1153 registry.
1156 1) Run PC-Alpine's registry value deletion command.  This can be done by
1157 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
1158 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
1159 value to the above command.
1162 2) Tell PC-Alpine where to look for the configuration file.  Configuration
1163 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
1164 option, you can tell PC-Alpine the location of your pinerc.  An example of
1165 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;.
1166 Again, you can use the DOS prompt or the shortcut method explained in (1).
1169 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
1170 set registry values to the current setting, and is therefore useful with
1171 the &quot;-p&nbsp;PINERC&quot; option.
1173 <!--chtml endif-->
1175 &lt;End of Configuration Notes&gt;
1176 </BODY>
1177 </HTML>
1178 ====== h_news_legal ======
1179 <html>
1180 <head>
1181 <TITLE>Alpine Legal Notices</TITLE>
1182 </head>
1183 <body>
1185 <H1>Alpine Legal Notices</H1>
1187 Alpine and its constituent programs are covered by the Apache License Version 2.0.
1191 &lt;End of Alpine Legal Notices&gt;
1192 </BODY>
1193 </HTML>
1194 ===== h_info_on_mbox =====
1195 <HTML>
1196 <HEAD>
1197 <TITLE>Information on mbox driver</TITLE>
1198 </HEAD>
1199 <BODY>
1200 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
1202 Beginning with Pine 4.00 (Pine came before Alpine)
1203 a new INBOX access method is
1204 available as part of the standard configuration.  It is called the
1205 &quot;mbox&quot; driver and it works like this:<P>
1208 <BLOCKQUOTE>
1209 If the file &quot;mbox&quot; exists in the user's home directory, and
1210 is in Unix mailbox format, then when INBOX is opened this file will be
1211 selected as INBOX instead of the mail spool file.  Messages will be
1212 automatically transferred from the mail spool file into the mbox
1213 file.
1214 </BLOCKQUOTE>
1217 The advantage of this method is that, after new mail has been copied
1218 from the system mail spool, all subsequent access is confined to the
1219 user's home directory, which is desirable on some systems.  However, a
1220 possible disadvantage is that mail tools other than those from the
1221 University of Washington will not know to look for mail in the user's
1222 mbox file.  For example, POP or IMAP servers other than those from the
1223 University of Washington, and many &quot;new mail notification&quot;
1224 programs may not work as expected with this driver enabled.<P>
1226 To disable this behavior, either remove/rename the &quot;mbox&quot;
1227 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
1228 option in Setup/Config
1229 and add &quot;mbox&quot; to it:
1231 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
1233 &lt;End of help on this topic&gt;
1234 </BODY>
1235 </HTML>
1236 ===== h_info_on_locking =====
1237 <HTML>
1238 <HEAD>
1239 <TITLE>FAQs on Alpine Locking</TITLE>
1240 </HEAD>
1241 <BODY>
1242 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
1244 There is an extensive section on locking in the Alpine technical notes;
1245 this information is intended to provide answers to some common questions:<P>
1246 <OL>
1247 <LI> Why did locking change in Pine 4.00?<BR>
1248 The actual locking mechanisms did not change in 4.00.
1249 What changed is that when one particular locking mechanism used by Alpine 
1250 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
1251 failure would occur, but no warning was issued.<P>
1253 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
1254 Yes.  It means that Alpine was unable to create a lockfile in the
1255 spool directory, generally because of overly restrictive protections on the
1256 spool directory.  The correct permissions on the spool directory for
1257 running Alpine are 1777, i.e. read-write-execute permission for everyone,
1258 with the sticky-bit set, so only owners of a file can delete them.<P>
1260 <LI> Why does Alpine require that the mail spool directory have 1777
1261    protections?<BR>
1262 Alpine was designed to run without special privileges.  This means that in
1263 order to create a lockfile in the spool directory, it is necessary to have
1264 the spool directory permissions be world-writable.<P>
1266 <LI> Can't you create the lockfile somewhere else?<BR>
1267 No.  The lockfile in question must be in the mail spool directory, because
1268 that's where the mail delivery program expects to find it, and the purpose
1269 of the file is to coordinate access between the mail client (Alpine) and the
1270 mail delivery program.<P>
1272 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
1273 No.  Remember that the individual mail files in the spool directory are
1274 NOT world-writable, only the containing directory.  Setting the &quot;sticky
1275 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
1276 -- means that only the owner of the file (or root) can delete files in the 
1277 directory.  So the only bad behavior that is invited by the 1777 mode is that 
1278 anyone could
1279 create a random file in the spool directory.  If the spool directory is
1280 under quota control along with home directories, there is little incentive
1281 for anyone to do this, and even without quotas a periodic scan for
1282 non-mail files usually takes care of the problem.  <P>
1284 <LI> Why not run Alpine as setgid mail?<BR>
1285 Alpine was never designed to run with privileges, and to do so introduces a
1286 significant security vulnerability.  For example, if a user suspends Alpine,
1287 the resulting shell will have group privileges.  This is one example of
1288 why we strongly recommend against running Alpine as a privileged program.
1289 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
1290 users
1291 could not test Alpine versions or other mailers that had not been installed
1292 by the system administrators.<P>
1295 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
1296 There are, but they all have different sets of tradeoffs, and not all will
1297 work on all systems.  Some examples:<UL>
1298  <LI> Use lock system calls.  Works fine on a few systems, provided mail
1299    spool is local.   Doesn't work reliably if NFS is used.
1300    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
1301    use the same calls.
1302  <LI> Deliver mail to user's home directory.  An excellent solution, highly
1303    recommended -- but one which is incompatible with some &quot;legacy&quot; 
1304 mail tools that always look in the spool directory for the mail.
1305 </UL><P>
1307 <LI> Are these spool directory lock files the only kinds of locks used by
1308    Alpine?<BR>
1309 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
1310 mailbox format folders, these are used to coordinate access between
1311 multiple Alpine sessions.  <P>
1313 <LI> What about the 
1314 <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>
1315 This is for people who are content to live dangerously, or who have
1316 specific knowledge that the spool directory lockfiles are superfluous on
1317 their system (because both Alpine and the mail delivery program are using 
1318 system call file locking in a context that works reliably, e.g. not NFS.)<P>
1320 <LI> Where can I find more details on how Alpine locking works?<BR>
1321 See the Alpine Technical Notes.<P>
1323 </OL>
1325 &lt;End of help on this topic&gt;
1326 </BODY>
1327 </HTML>
1328 ===== h_finding_help ====
1329 <HTML>
1330 <HEAD>
1331 <TITLE>Finding more information and requesting help</TITLE>
1332 </HEAD>
1333 <BODY>
1334 <H1>Places to Look for More Answers</H1>
1335 If you have questions about or problems with Alpine that you cannot resolve 
1336 after consulting the program's internal, context-sensitive help screens, here 
1337 are additional information resources that you may find helpful:
1339 <UL>
1340   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
1342   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
1344   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
1345 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
1346   since the last version, which may be useful for you to be aware of, 
1347 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
1348 a change in the way an aspect of Alpine works.  There, you will also find notes 
1349 on Alpine configuration.<P>
1351   <LI> The Alpine Information Center (maintained by the University of
1352            Washington) World Wide Web site contains, among other things
1353            <UL>
1354            <LI>a collection of Frequently Asked Questions (and answers!) about Alpine
1355            <LI>an overview of the basics for beginning Alpine users
1356            <LI>Technical Notes for systems administrators
1357            <LI>archives (including a searchable index) of the alpine-info 
1358 mailing list, on which matters of interest to systems/email administrators,
1359 developers, trainers, user support personnel, and others involved with Alpine 
1360 messaging on a &quot;technical&quot; level are discussed.
1361 </UL>
1362         The Alpine Information Center can be accessed with a WWW browser at:<P>
1363             <CENTER><A HREF="http://www.washington.edu/alpine/">http://www.washington.edu/alpine/</A></CENTER>  
1364 </UL>
1365 <P><HR WIDTH="75%">
1366 <H1>Requesting help</H1>
1367 If the internal help, the Release Notes, the Alpine Information Center, and your 
1368 local online and print resources do not help you resolve a problem, please
1369 start by contacting your local computer support staff and asking for help.
1371 This is especially true if:
1372 <ul>
1373   <li>You suddenly have trouble sending or receiving mail.
1374   <li>You receive a "disk quota exceeded" message.
1375   <li>You have forgotten your password.
1376   <li>You think your account may have been compromised.
1377   <li>You need help viewing an attachment.
1378   <li>You need to know how to configure your:
1379       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
1380       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
1381       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
1382       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
1383   <li>You want to know what alternative editors or spellcheckers you may be able to use.
1384   <li>You want to block email from a particular person.
1385   <li>You're going on vacation and need to autorespond to incoming mail.
1386   <li>You want to automatically file or filter incoming messages.
1387 </ul>
1389 In all of these cases,
1390 you should contact <B>your</B> support staff, because <B>only they</B> 
1391 will be able to assist you effectively. Your support staff may be, depending on who 
1392 provides you with the email account you use Alpine with, for example:<UL>
1393 <LI> the computing help desk of (a department of) your university, school, 
1394 employer, ... ; or
1395 <LI> the customer service center of your Internet Service Provider; or
1396 <LI> the friendly volunteer helpers of your Freenet; or
1397 <LI> the person who setup your computer and internet connection.
1398 </UL>
1400 Due to the large number of Alpine installations worldwide, and because we
1401 receive no funding for it, the Alpine development team <B>cannot provide 
1402 individual support services outside the University of Washington</B>.
1404 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
1405 newsgroup can be a valuable source of information and assistance for Alpine 
1406 user issues.
1408 For systems/email administrators, developers, trainers, user support
1409 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
1410 level, the mailing list alpine-info is available; for information on
1411 subscribing and posting to it, see
1413 <CENTER><A HREF="http://www.washington.edu/alpine/alpine-info/subscribing.html">http://www.washington.edu/alpine/alpine-info/subscribing.html</A></CENTER>
1416 Regardless of whom you are asking for help with Alpine, remember 
1417 to provide as much detail as you can about the
1418 nature of any problem you are encountering, such as
1419 <UL>
1420 <LI>when it first occurred;
1421 <LI>what, if anything, happened that might have brought it about;
1422 <LI>whether it still persists;
1423 <LI>whether it is reproducible, and if so, how;
1424 <LI>what, if anything, you already tried to solve it.
1425 </UL> 
1426 It may also be helpful if you specify what version of Alpine you are using 
1427 <!--chtml if pinemode="running"-->
1428 -- this is <!--#echo var="ALPINE_VERSION"--> --
1429 <!--chtml endif-->
1430 and on what system, and when the copy of Alpine you are using was created
1431 <!--chtml if pinemode="running"-->
1432 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
1433 <!--chtml endif-->
1435 <!--chtml if pinemode="running"-->
1436 <P>   
1437 When the Alpine program you are currently using was installed, a support
1438 contact email address may have been set up; in that case, you can simply select
1439 this link now to send a message to it:<BR>
1440 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
1441 <!--chtml endif-->
1442 <!--chtml if [ -r PINE_INFO_PATH ]-->
1443 <HR WIDTH="75%">Local Support Contacts:<P>
1444 <!--#include file="PINE_INFO_PATH"-->
1445 <HR WIDTH="75%">
1446 <!--chtml endif-->
1447 <P> 
1448 &lt;End of help on this topic&gt;
1449 </BODY>
1450 </HTML>
1451 ===== new_user_greeting ======
1452 <HTML>
1453 <HEAD>
1454 <TITLE>NEW USER GREETING</TITLE>
1455 </HEAD>
1456 <BODY>
1457 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1458 <BR>
1459 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
1460 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
1461 select Setup/Config to see many of the options available to you. Also note
1462 that all screens have context-sensitive help text available.<P>
1463 <!--chtml if pinemode="phone_home"-->
1464 SPECIAL REQUEST:
1465 This software is made available as a public service of the
1466 University of Washington in Seattle. We are no longer actively developing
1467 the software, but it is still helpful to us to have an idea of how many
1468 people are using Alpine. Are you willing to be counted as an Alpine user? Pressing 
1469 <A HREF="X-Alpine-Phone-Home:">Return</A>
1470 will send an anonymous (meaning, your real email address will not be revealed) 
1471 message to the Alpine team at the University of Washington for purposes of tallying.
1473 <!--To Exit this screen and continue your Alpine session press "E".-->
1474 <!--chtml else-->
1475 To Exit this screen and continue your Alpine session press "Return".
1476 <!--chtml endif-->
1477 </BODY>
1478 </HTML>
1479 ===== new_alpine_user_greeting ======
1480 <HTML>
1481 <HEAD>
1482 <TITLE>NEW ALPINE 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 Your Alpine configuration file indicates that you may have used Pine before
1489 but not Alpine.
1490 If you are familiar with the way Pine works, you should be comfortable
1491 using Alpine.
1492 Your Pine configuration file is automatically used for Alpine.
1493 The Release Notes may be viewed by pressing 
1494 &quot;R&quot; now or while in the MAIN MENU.
1496 <!--chtml if pinemode="phone_home"-->
1497 SPECIAL REQUEST:
1498 This software is made available as a public service of the
1499 University of Washington in Seattle. We are no longer actively developing
1500 the software, but it is still helpful to us to have an idea of how many
1501 people are using Alpine. Are you willing to be counted as an Alpine user? Pressing 
1502 <A HREF="X-Alpine-Phone-Home:">Return</A>
1503 will send an anonymous (meaning, your real email address will not be revealed) 
1504 message to the Alpine team at the University of Washington for purposes of tallying.
1506 <!--To Exit this screen and continue your Alpine session press "E".-->
1507 <!--chtml else-->
1508 To Exit this screen and continue your Alpine session press "Return".
1509 <!--chtml endif-->
1510 </BODY>
1511 </HTML>
1512 ===== new_version_greeting ======
1513 <HTML>
1514 <HEAD>
1515 <TITLE>NEW VERSION GREETING</TITLE>
1516 </HEAD>
1517 <BODY>
1518 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1519 <BR>
1520 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
1521 Your Alpine configuration file indicates that you may not have used 
1522 this version of Alpine before.  This version's significant changes are
1523 documented in the Release Notes, which may be viewed by pressing 
1524 &quot;R&quot; now or while in the MAIN MENU.
1526 <!--chtml if pinemode="phone_home"-->
1527 SPECIAL REQUEST:
1528 This software is made available as a public service of the
1529 University of Washington in Seattle. We are no longer actively developing
1530 the software, but it is still helpful to us to have an idea of how many
1531 people are using Alpine. Are you willing to be counted as an Alpine user? Pressing 
1532 <A HREF="X-Alpine-Phone-Home:">Return</A>
1533 will send an anonymous (meaning, your real email address will not be revealed) 
1534 message to the Alpine team at the University of Washington for purposes of tallying.
1536 <!--To Exit this screen and continue your Alpine session press "E".-->
1537 <!--chtml else-->
1538 To Exit this screen and continue your Alpine session press "Return".
1539 <!--chtml endif-->
1540 </BODY>
1541 </HTML>
1543 ===== main_menu_tx ======
1544 <HTML>
1545 <HEAD>
1546 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
1547 </HEAD>
1548 <BODY>
1549 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
1550 <DIV ALIGN=CENTER>
1551 Version <!--#echo var="ALPINE_VERSION"-->
1552 <!--chtml if pinemode="running"-->
1553 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
1554 <!--chtml endif-->
1555 </DIV>
1556 <CENTER>Copyright 2013-2014 Eduardo Chappa,
1557 <BR>Copyright 2006-2008 University of Washington.
1558 </CENTER>
1561 When you are viewing a help screen, there may be links to
1562 other topics highlighted (in Reverse video) in the text.
1563 Here is an example.
1564 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
1565 highlighted.
1566 If you type carriage return (or V for View Link, see the commands at the
1567 bottom of the screen) you will be taken to a new help screen to view the
1568 Introduction.
1569 The commands at the bottom of the screen should then include
1570 &quot;P Prev Help&quot;.
1571 If you type &quot;P&quot; you will end up back here.
1572 If you type &quot;E&quot; for Exit, you will be back out of help and returned
1573 to the place you were in Alpine when you entered Help.
1574 In this case, you would go back to the MAIN MENU.
1575 There are also other links that are highlighted in bold (or the color used
1576 by your terminal to display bold).
1577 The items after the Introduction in the TABLE OF CONTENTS are all examples
1578 of such links.
1579 In order to view those links, you first have to make the link you want
1580 to view the current link.
1581 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
1582 (see bottom of screen) can do that for you.
1585 <H2>TABLE OF CONTENTS</H2>
1586 <OL>
1587   <LI> <A HREF="h_mainhelp_intro">Introduction</A>
1588   <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
1589 <!--chtml if [ -r PINE_INFO_PATH ]-->
1590   <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
1591 <!--chtml endif-->
1592   <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
1593   <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
1594   <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
1595   <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
1596   <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
1597   <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
1598   <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
1599   <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
1600   <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
1601   <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
1602   <LI> <A HREF="h_mainhelp_folders">Folders</A>
1603   <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
1604   <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
1605   <LI> <A HREF="h_mainhelp_color">Color Setup</A>
1606   <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
1607   <LI> <A HREF="h_mainhelp_roles">Roles</A>
1608   <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
1609   <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
1610   <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
1611   <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
1612   <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
1613   <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
1614   <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
1615   <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
1616   <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
1617 </OL>
1620 &lt;End of help on this topic&gt;
1621 </BODY>
1622 </HTML>
1623 ===== h_mainhelp_intro ======
1624 <HTML>
1625 <HEAD>
1626 <TITLE>Introduction</TITLE>
1627 </HEAD>
1628 <BODY>
1629 <H1>Introduction</H1>
1631 Alpine is an &quot;Alternatively Licensed Program for Internet
1632 News and Email&quot; produced until 2008 by the University of Washington.
1633 It is intended to be an easy-to-use program for
1634 sending, receiving, and filing Internet electronic mail messages and
1635 bulletin board (Netnews/Usenet) messages. Alpine supports the following
1636 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
1637 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
1638 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
1639 Directory Access Protocol).<p>
1641 Although originally designed for inexperienced email users, Alpine has
1642 evolved to support many advanced features.  There are an ever-growing
1643 number of configuration and personal-preference options, though which of
1644 them are available to you is determined by your local system managers. 
1646 <H2>WHAT ALPINE DOES...</H2>
1648 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
1649 allows you to
1650 compose and read messages using Internet mail standards.  (Whether you
1651 can correspond with others on the Internet depends on whether or not your
1652 computer is connected to the Internet.)  Alpine also allows reading and
1653 posting messages on the Internet &quot;net news&quot; system, provided
1654 that your site operates a suitable news server.
1656 <H2>WHAT ALPINE DOES NOT DO...</H2>
1658 A &quot;mail user agent&quot; such as Alpine is just one part of a
1659 messaging system. Here are some things that are <B>not</B> done by Alpine,
1660 but require other programs:<P>
1661 <UL>
1662  <LI> Actual relaying of email... which is done by &quot;message transfer 
1663 agents&quot;.
1664  <LI> Vacation messages... automatically responding to incoming messages
1665  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
1666 email.
1667  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
1668  <LI> List processing... resending one message to a list of recipients.
1669 </UL>
1672 &lt;End of help on this topic&gt;
1673 </BODY>
1674 </HTML>
1676 ===== h_mainhelp_pinehelp ======
1677 <HTML>
1678 <HEAD>
1679 <TITLE>Alpine Help</TITLE>
1680 </HEAD>
1681 <BODY>
1682 <H1>Alpine Help</H1>
1684 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
1685 use will have its own help text, explaining the choices available for that
1686 screen. This general help section, on the other hand, attempts to give an 
1687 overall picture of what Alpine is capable of doing, as well as pointers to 
1688 additional help sections about specific topics.<p>
1690 Much of the help text contains links to further help topics, similar to
1691 how the World Wide Web works.
1692 You may choose a link to view using the &quot;NextLink&quot; and
1693 &quot;PrevLink&quot; commands to change the link that is highlighted.
1694 The &quot;View Link&quot; command will then show you the highlighted link.
1695 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
1696 will return you to where you were before viewing the link, and &quot;Exit Help&quot
1697 will return you to the location in Alpine before you asked for help.
1698 For example, if you are reading this text in Alpine you may return to the
1699 help table of contents with the &quot;Prev Help&quot; command or you may view the
1700 Release notes link in the next paragraph and then return here with
1701 &quot;Prev Help&quot;.
1704 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
1705 on the current Alpine version are also available from the MAIN MENU: Press
1706 <!--chtml if pinemode="function_key"-->
1707 &quot;F9&quot;
1708 <!--chtml else-->
1709 &quot;R&quot;
1710 <!--chtml endif-->
1711 to browse the release notes.  These include changes since the last release,
1712 configuration information, the history of the Alpine
1713 project, credits, and legal notices.
1715 Alpine files and documentation are available via FTP or WWW:
1717 <CENTER><SAMP><A 
1718 HREF="ftp://ftp.cac.washington.edu/alpine/">ftp://ftp.cac.washington.edu/alpine/</A>
1719 </SAMP></CENTER>
1721 <CENTER><SAMP><A 
1722 HREF="http://www.washington.edu/alpine/">http://www.washington.edu/alpine/</A></SAMP
1723 ></CENTER>
1726 If you would like to print <EM>all</EM> of Alpine's internal help text
1727 (not recommended) for a little light bedtime reading, then press
1728 <!--chtml if pinemode="function_key"-->
1729 &quot;F12&quot;
1730 <!--chtml else-->
1731 &quot;Z&quot;
1732 <!--chtml endif-->
1733 now.  (This assumes that the
1734 copy of Alpine you are using has been properly configured for printing
1735 at your site.)
1737 &lt;End of help on this topic&gt;
1738 </BODY>
1739 </HTML>
1740 ===== h_mainhelp_localsupport ======
1741 <HTML>
1742 <HEAD>
1743 <TITLE>Local Support Contacts</TITLE>
1744 </HEAD>
1745 <BODY>
1746 <H1>Local Support Contacts</H1>
1748 <!--chtml if [ -r PINE_INFO_PATH ]-->
1749 <!--#include file="PINE_INFO_PATH"-->
1750 <!--chtml else-->
1751 No Local Support Contacts configured.
1752 <!--chtml endif-->
1755 &lt;End of help on this topic&gt;
1756 </BODY>
1757 </HTML>
1759 ===== h_mainhelp_cmds ======
1760 <HTML>
1761 <HEAD>
1762 <TITLE>Giving Commands in Alpine</TITLE>
1763 </HEAD>
1764 <BODY>
1765 <H1>Giving Commands in Alpine</H1>
1767 Unless configured otherwise
1768 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
1769 the bottom two lines of the screen are always used to list the
1770 commands you can give.  You press the keys that are highlighted to give
1771 the command.  The commands for getting help and going back to the main
1772 menu are always present (except when viewing help as you are now).
1773 <!--chtml if pinemode="function_key"-->
1774 <!--chtml else-->
1776 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
1777 you see at the bottom of any screen. In some cases there are 3 or
1778 even 4 different
1779 sets of keys that can be seen by using the O key. <EM>All commands are 
1780 active</EM>, even if they are not currently showing at the bottom of your 
1781 screen. In other words, you <EM>never</EM> need to press the O key, except to 
1782 remind yourself of the proper key to press to perform an operation.
1784 <H2>Control Key Commands</H2>
1785 When composing mail, and in a few other places, in Alpine you
1786 have to use Control keys. This means pressing the Control key (usually labeled 
1787 &quot;Ctrl&quot;) and the
1788 letter indicated at the same time.  Usually, this is shown with a
1789 &quot;^&quot; in front of the letter.  On some systems, certain control
1790 characters are intercepted before they get to Alpine.  As a work-around,
1791 you can press the ESCAPE key twice followed by the desired key.  For
1792 example, if Ctrl-O (^O) does not work on your system, try typing
1793 &quot;ESC ESC O&quot;.
1794 <!--chtml endif-->
1795 <H2>Paging Up and Down</H2>
1796 The &quot;+&quot; and &quot;-&quot; keys are used for
1797 moving to the next or previous page.  The space bar is a synonym for
1798 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
1799 up as you do in the message composer.  On screens with a WhereIs (search)
1800 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
1801 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
1802 of the message or list.
1804 <H2>Return Key</H2>
1805 The return key is usually a synonym for a frequently used
1806 command.  When viewing a message, there is currently not a default
1807 command, so RETURN does nothing; when in the index, it is synonymous with
1808 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
1809 enclosed in square brackets [] is the same as the return key.
1811 <H2>Control Keys Not Used By Alpine</H2>
1812 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
1813 value, but in places where Alpine is expecting text input, e.g. in the composer or 
1814 at prompts for file/folder names, control keys must be used for editing and 
1815 navigation functions.
1818 Alpine has used nearly all the control keys available.  There are, however,
1819 certain control keys that are reserved by other programs or for technical
1820 reasons.  Alpine does not use any of these keys:
1821 <DL>
1822  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
1823  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
1824  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
1825 </DL>
1827 Note: Ctrl-S and Ctrl-Q can be subject to 
1828 <A HREF="h_special_xon_xoff">special handling</A>.
1830 In addition, while the ESC key alone is not used for command input,
1831 Alpine will recognize two consecutive ESC key presses followed by a letter 
1832 key as a substitute for control key input.  For example, the control key
1833 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
1834 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
1835 This is useful if the communication program you are using
1836 (e.g. Telnet) has its own, conflicting, idea of what certain control
1837 characters mean.
1840 <H2>Repainting the Screen</H2>
1841 Sometimes what is displayed on the screen will be
1842 incorrect due to noise on the phone line or other causes and you will want
1843 to repaint the whole screen to make it correct.  You can use the Ctrl-L
1844 command to do this.  It never hurts to do it when in doubt.
1847 &lt;End of help on this topic&gt;
1848 </BODY>
1849 </HTML>
1850 ===== h_mainhelp_status ======
1851 <HTML>
1852 <HEAD>
1853 <TITLE>Titlebar Line</TITLE>
1854 </HEAD>
1855 <BODY>
1856 <H1>Titlebar Line</H1>
1858 The top line of the screen is Alpine's titlebar line.  It will always display
1859 the current version of Alpine and will also convey information about the
1860 status of the program.  This is where you look to find out what
1861 collection, folder and message number is active and where you are in Alpine.
1864 If the titlebar line says &quot;READONLY&quot; it means that the open folder
1865 (typically your INBOX) is &quot;locked&quot; by another mail session --
1866 most likely a more recent session of Alpine has taken the INBOX lock.
1869 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
1870 access a
1871 folder on a remote mail server, and for some reason, communication with
1872 the mail server has either been lost, or never successfully established.
1873 This can be a result of trying to open a non-existent folder, or one
1874 stored on an invalid or non-operational server, or it can mean that Alpine
1875 has been suspended for more that 30 minutes while accessing a remote mail
1876 server.
1879 &lt;End of help on this topic&gt;
1880 </BODY>
1881 </HTML>
1882 ===== h_mainhelp_mainmenu ======
1883 <HTML>
1884 <HEAD>
1885 <TITLE>Main Menu</TITLE>
1886 </HEAD>
1887 <BODY>
1888 <H1>Main Menu</H1>
1890 The Main Menu lists Alpine's main options.
1891 The key or keys you must type to enter your
1892 choice are to the left of each option or command name.
1893 You can type either uppercase or lowercase letters,
1894 and you should not press &lt;Return&gt; after typing the
1895 letter (unless you are specifically asking for the default,
1896 highlighted command).
1899 From the Main Menu you can choose to read online help, write (compose) and 
1900 send a message, look at an index of your mail messages, open or maintain
1901 your mail folders, update your address book, configure Alpine, and quit Alpine.
1902 There are additional options listed at
1903 the bottom of the screen as well.
1906 The Help command usually returns context-sensitive help information.
1907 However, in the Main Menu you get the most general help, which includes
1908 a Table of Contents.
1909 The last entry in the Table of Contents is an Index of help topics,
1910 so this is a good place to go if you are having trouble finding how
1911 to do something.
1913 <H2>Main Menu Commands</H2>
1914 The Alpine main menu lists the most common Alpine functions. A <a
1915 href="h_main_menu_commands">full list of these
1916 commands</a> and what they do is available.
1918 &lt;End of help on this topic&gt;
1919 </BODY>
1920 </HTML>
1921 ===== h_mainhelp_abooks ======
1922 <HTML>
1923 <HEAD>
1924 <TITLE>Address Books</TITLE>
1925 </HEAD>
1926 <BODY>
1927 <H1>Address Books</H1>
1930 As you use email, you can build a list of your regular email correspondents 
1931 in your Alpine
1932 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
1933 screen. Your
1934 personal address book will be highlighted. Press &lt;Return&gt; to view it.
1935 You can use the address book to store email addresses for individuals or
1936 groups, to create easily
1937 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
1938 address when you are composing a message.
1940 There are two ways to add addresses to your address book: you can add them 
1941 manually or take them from messages (by pressing T to access the Take command). 
1942 With either method, you specify nicknames for your correspondents. A single 
1943 address book entry (or nickname) can point to just one email address, or, it can
1944 point to more than one. When it points to more than one, it is called a 
1945 distribution list. Each distribution list has a nickname, a full name, and a 
1946 list of addresses. These
1947 addresses may be actual addresses, other nicknames in your address book, or 
1948 other
1949 distribution lists.
1952 Additional information is available in Alpine's online help:
1953 <ul>
1954   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
1955 </ul>
1957 &lt;End of help on this topic&gt;
1958 </BODY>
1959 </HTML>
1960 ===== h_mainhelp_ldap ======
1961 <HTML>
1962 <HEAD>
1963 <TITLE>LDAP</TITLE>
1964 </HEAD>
1965 <BODY>
1966 <H1>LDAP</H1>
1968 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
1969 an organization's shared
1970 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
1971 large address
1972 books, rather like the White Pages provided by the phone company. As an Alpine 
1973 user, it is not
1974 necessary to know much about how this works, only how to use it and how to 
1975 configure
1978 More information on configuring LDAP is available in Alpine's online help:
1979 <ul>
1980   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
1981 </ul>
1983 Additional help on using LDAP in Alpine is also available:
1984 <ul>
1985   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
1986 </ul>
1988 &lt;End of help on this topic&gt;
1989 </BODY>
1990 </HTML>
1991 ===== h_mainhelp_index ======
1992 <HTML>
1993 <HEAD>
1994 <TITLE>Index of Messages</TITLE>
1995 </HEAD>
1996 <BODY>
1997 <H1>Index of Messages</H1>
1999 In Alpine's message index, the selected message is highlighted. The first 
2000 column on the left is blank, shows a &quot;+&quot; if the message was
2001 sent directly to you (i.e., it is not a
2002 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
2004 The second column may be blank, or it may contain:
2005 <ul>
2006   <li>"N" if the message is new (unread), </li>
2007   <li>"A" if you have answered the message (using the Reply command), </li>
2008   <li>"D" if you have marked the message for deletion.</li>
2009 </ul>
2012 Note: If you answer a message as well as mark it deleted (in either order), 
2013 you will only see the &quot;D&quot;.
2016 The rest of the columns in the message line show you the message
2017 number, date sent, sender, size, and subject. For details, press ? (Help).  
2018 The behavior and appearance of the Index screen is highly configurable.
2019 In the Setup/Config screen search (with the WhereIs command) for options
2020 that contain the words &quot;index&quot; or &quot;thread&quot; to see
2021 many of the configuration possibilities.
2022 In particular, the
2023 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
2024 option may be used to configure the look of the standard MESSAGE INDEX lines
2025 in many different ways.
2026 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
2027 read the help text there for more information.
2029 Most of the commands you need to handle your messages are visible at the
2030 bottom of the screen, and you can press O (OTHER CMDS) to see additional
2031 commands that are available.
2032 You do not need to see these &quot;other commands&quot;
2033 on the screen to use them. That is, you never need to press O as a prefix
2034 for any other command.
2037 Additional information is available in Alpine's online help:
2038 <ul>
2039   <li><a href="h_mail_index">Message Index Commands</a></li>
2040 </ul>
2042 &lt;End of help on this topic&gt;
2043 </BODY>
2044 </HTML>
2045 ===== h_mainhelp_reading ======
2046 <HTML>
2047 <HEAD>
2048 <TITLE>Reading Messages</TITLE>
2049 </HEAD>
2050 <BODY>
2051 <H1>Reading Messages</H1>
2053 The message text screen shows you the text of the message along with
2054 its header. If a message has attachments, those will be listed (but not
2055 displayed) also.  The titlebar line displays information about the currently
2056 open message, folder and collection.  You see the name of the collection
2057 (if there is one) in angle brackets, then the name of the folder, then the
2058 message number and finally the position within the current message (in
2059 percent). If the message is marked for deletion
2060 &quot;DEL&quot; will appear in the
2061 upper right as well.
2064 As with every Alpine screen, the bottom two lines show you the commands 
2065 available.
2067 <P>Additional information is available in Alpine's online help:
2068 <ul>
2069   <li><a href="h_mail_view">Message Text Screen</a></li>
2070   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
2071   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
2072 </ul>
2074 &lt;End of help on this topic&gt;
2075 </BODY>
2076 </HTML>
2077 ===== h_mainhelp_composing ======
2078 <HTML>
2079 <HEAD>
2080 <TITLE>Composing Messages</TITLE>
2081 </HEAD>
2082 <BODY>
2083 <H1>Composing Messages</H1>
2085 To write a message, press C (Compose). You see the Compose Message
2086 screen, which is divided into two parts: the header area and the message
2087 text area. The header area is where information on the recipient (the To:
2088 field) and the subject line go, while the message text area contains the
2089 actual text of the email message. Different commands are available to you
2090 when your cursor is in different areas on this screen. To see additional
2091 help on commands in either the message text or header area, type
2092 <Control>G (Get help).
2095 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
2096 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
2098 <P>The following information from Alpine's online help may prove useful:
2099 <ul>
2100   <li><a href="h_composer_to">Message Header Commands</a></li>
2101   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
2102   <li><a href="h_composer">Composer Commands</a></li>
2103   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
2104   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
2105   <li><a href="h_compose_send">Send Command</a></li>
2106   <li><a href="h_compose_spell">Spell Check Command</a></li>
2107 </ul>
2109 &lt;End of help on this topic&gt;
2110 </BODY>
2111 </HTML>
2112 ===== h_mainhelp_collections ======
2113 <HTML>
2114 <HEAD>
2115 <TITLE>Collection Lists</TITLE>
2116 </HEAD>
2117 <BODY>
2118 <H1>Collection Lists</H1>
2120 Collection lists are Alpine's way of organizing groups of folders. Each
2121 "collection" can reside on a different server, for example, and contain a
2122 different group of mail folders.
2125 For more information on this, see:
2126 <ul>
2127   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
2128 </ul>
2130 Additional information relating to collection lists is also available in 
2131 Alpine's online
2132 help:
2133 <ul>
2134   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
2135   <li><a href="h_collection_screen">Collection List Screen</a></li>
2136 </ul>
2138 &lt;End of help on this topic&gt;
2139 </BODY>
2140 </HTML>
2141 ===== h_mainhelp_folders ======
2142 <HTML>
2143 <HEAD>
2144 <TITLE>Folders</TITLE>
2145 </HEAD>
2146 <BODY>
2147 <H1>Folders</H1>
2149 Messages can quickly accumulate in your INBOX folder. If you use email
2150 often, you soon could have hundreds. You need to delete messages you do
2151 not want, and you can use folders to organize messages you wish to save. A
2152 folder is a collection of one or more messages that are stored (just like
2153 the messages in your INBOX) so you can access and manage them.
2156 You can organize your email messages into different folders by topic,
2157 correspondent, date, or any other category that is meaningful to you. You
2158 can create your own folders, and Alpine automatically provides three:
2159 <ul>
2160   <li>The INBOX folder: messages sent to you are listed in this folder.
2161       When you first start Alpine and go to the Message Index screen, you are
2162 looking at the list of messages in your INBOX folder. Every incoming
2163 message remains in your INBOX until you delete it or save it in another
2164 folder. </li>
2165   <li>The sent-mail folder: copies of messages you send are stored in this 
2166 folder. This is
2167 convenient if you cannot remember whether you actually sent a message and want 
2168 to check, or
2169 if you want to send a message again.</li>
2170   <li>The saved-messages folder: copies of messages you save are stored in this 
2171 folder
2172 unless you choose to save them to other folders you create yourself.</li>
2173 </ul>
2176 More information about folders is available in Alpine's online help:
2177 <ul>
2178   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
2179   <li><a href="h_folder_maint">Help for Folder List</a></li>
2180   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
2181   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
2182 Explained</a></li>
2183   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
2184 </ul>
2186 &lt;End of help on this topic&gt;
2187 </BODY>
2188 </HTML>
2189 ===== h_mainhelp_color ======
2190 <HTML>
2191 <HEAD>
2192 <TITLE>Color</TITLE>
2193 </HEAD>
2194 <BODY>
2195 <H1>Color</H1>
2197 If the terminal emulator you are using is capable of displaying color or if
2198 you are using PC-Alpine, then it is possible to set up Alpine so that various
2199 parts of the display will be shown in colors you configure. This is done
2200 using the Setup Color screen, available from the MAIN MENU by selecting
2201 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
2202 stands for Config in this context).
2205 For example, you may color things like the titlebar, the current item,
2206 the keymenu, and the status messages.
2207 You may also color lines in the index, and headers and quoted text in the
2208 MESSAGE TEXT screen.
2209 You use the Color Setup screen for configuring most of this, but you must
2210 use the IndexColor setup for coloring whole index lines.
2211 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
2214 The following entries in Alpine's online help provide additional information 
2215 about how to use color:
2216 <UL>
2217   <LI> <A HREF="h_color_setup">Color Setup screen</A>
2218   <LI> <A HREF="h_rules_incols">Index Line Color</A>
2219   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
2220   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
2221 </UL>
2223 &lt;End of help on this topic&gt;
2224 </BODY>
2225 </HTML>
2226 ===== h_mainhelp_mouse ======
2227 <HTML>
2228 <HEAD>
2229 <TITLE>Using a Mouse</TITLE>
2230 </HEAD>
2231 <BODY>
2232 <H1>Using a Mouse</H1>
2234 If you are using PC-Alpine mouse support is turned on automatically.
2235 If you are using UNIX Alpine within an X terminal window or within
2236 a terminal emulator that supports an xterm-style mouse, then you may
2237 turn on support for the mouse with the feature
2238 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
2239 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
2241 PC-Alpine offers considerable mouse support.  You can view what is
2242 &quot;clickable&quot; by dragging your mouse over any screen; when the
2243 arrow cursor changes into a hand, you found something. Mouse-click
2244 possibilities include navigating between screens and folders and
2245 double-clicking on hyperlinks to open your Web browser.
2246 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
2247 screen.  Examples of right-click options include &quot;copy&quot; after
2248 selecting text to copy and &quot;View in New Window&quot; when you click
2249 on a particular message in the Message Index. The menu choices available
2250 to you will vary based upon what screen is open, where on the screen your
2251 cursor is located, and even what action you have already taken.
2252 Within a folder, you may set the &quot;Important&quot; flag on any
2253 message.
2255 X terminal mouse support is more limited but still quite powerful.
2256 As with PC-Alpine, clicking on any of the commands in the keymenu at
2257 the bottom of the screen will execute that command as if you typed it.
2258 Double-clicking on a link, for example the link to the
2259 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
2260 will take you to that link.
2261 Double-clicking on an index line will view the message, and so on.
2263 &lt;End of help on this topic&gt;
2264 </BODY>
2265 </HTML>
2266 ===== h_mainhelp_keywords ======
2267 <HTML>
2268 <HEAD>
2269 <TITLE>Keywords</TITLE>
2270 </HEAD>
2271 <BODY>
2272 <H1>Keywords</H1>
2274 Within a folder, you may set the &quot;Important&quot; flag on any
2275 message.
2276 This doesn't have any system-defined meaning and is only called
2277 the Important flag because many users use it to signify that a message
2278 is important to them in some way.
2280 You may also define your own set of keywords.
2281 You might know these as user defined flags or as labels.
2282 These are similar to the Important flag but you choose the names for yourself.
2284 Alpine will only display keywords that
2285 have been added by you in the Flag Details screen or
2286 that have been configured by you using the Setup/Config option
2287 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
2288 Keywords set by other means (for example, by another email client) will not
2289 show up in Alpine unless you configure Alpine to know about them.
2290 They will show up in the Flag Details screen, but will not show up, for example,
2291 in the index line.
2294 The following entries in Alpine's online help provide additional information 
2295 about how to use keywords:
2296 <ul>
2297   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
2298   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
2299 </ul>
2301 &lt;End of help on this topic&gt;
2302 </BODY>
2303 </HTML>
2304 ===== h_mainhelp_roles ======
2305 <HTML>
2306 <HEAD>
2307 <TITLE>Roles</TITLE>
2308 </HEAD>
2309 <BODY>
2310 <H1>Roles</H1>
2312 You may play different roles depending on who you are replying to. For
2313 example, if you are replying to a message addressed to help-desk you may
2314 be acting as a Help Desk Worker. That role may require that you use a
2315 different return address and/or a different signature.
2318 To configure roles, go to the MAIN MENU and use the Setup command
2319 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
2320 The following entries in Alpine's online help provide additional information 
2321 about how to
2322 use roles:
2323 <ul>
2324   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
2325   <li><a href="h_role_select">Roles Screen</a></li>
2326 </ul>
2328 &lt;End of help on this topic&gt;
2329 </BODY>
2330 </HTML>
2331 ===== h_mainhelp_filtering ======
2332 <HTML>
2333 <HEAD>
2334 <TITLE>Filtering</TITLE>
2335 </HEAD>
2336 <BODY>
2337 <H1>Filtering</H1>
2339 The software that actually delivers mail (the stuff that happens
2340 before Alpine is involved) for you is in a better position to do mail filtering
2341 than Alpine itself.
2342 If possible, you may want to look into using that sort of mail filtering to
2343 deliver mail to different folders, delete it, or forward it.
2344 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
2347 Filtering is a way to automatically move certain messages from one folder
2348 to another or to automatically delete messages.
2349 You may also automatically set the state (Important, New, Deleted, Answered) of messages
2350 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
2351 Alpine doesn't have the ability to forward mail to another address or
2352 to deliver vacation messages.
2355 To configure filtering, go to the MAIN MENU and use the Setup command
2356 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
2357 The following entries in Alpine's online help provide additional information 
2358 about how to use filtering:
2359 <UL>
2360   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
2361 </UL>
2363 &lt;End of help on this topic&gt;
2364 </BODY>
2365 </HTML>
2366 ===== h_mainhelp_patterns ======
2367 <HTML>
2368 <HEAD>
2369 <TITLE>Patterns</TITLE>
2370 </HEAD>
2371 <BODY>
2372 <H1>Patterns</H1>
2374 Patterns are used with Roles, Filtering, Index Coloring,
2375 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
2376 The following entries in Alpine's online help provide information 
2377 about using Patterns:
2378 <UL>
2379   <LI> <A HREF="h_rule_patterns">Patterns</A>
2380 </UL>
2382 &lt;End of help on this topic&gt;
2383 </BODY>
2384 </HTML>
2385 ===== h_mainhelp_cmdlineopts ======
2386 <HTML>
2387 <HEAD>
2388 <TITLE>Command Line Options</TITLE>
2389 </HEAD>
2390 <BODY>
2391 <H1>Command Line Options</H1>
2393 Alpine accepts a number of command line arguments, allowing you, for
2394 example, to start Alpine and immediately access a particular folder.
2395 Many of these arguments overlap with options in the Alpine configuration file.
2396 If there is a difference, then an option set on the command line takes
2397 precedence.
2398 Alpine expects command line arguments (other than addresses) to be
2399 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
2400 A <a href="h_command_line_options">full list</a> of command line
2401 possibilities is available.
2403 &lt;End of help on this topic&gt;
2404 </BODY>
2405 </HTML>
2406 ===== h_mainhelp_config ======
2407 <HTML>
2408 <HEAD>
2409 <TITLE>Alpine Configuration</TITLE>
2410 </HEAD>
2411 <BODY>
2412 <H1>Alpine Configuration</H1>
2414 Unless it has been administratively disabled, the Setup command on the
2415 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
2416 The possible subcommands are for general Configuration settings,
2417 Printer settings, Changing your Password, Signature setup,
2418 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
2419 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
2420 and Color configuration.
2421 In particular, the &quot;Config&quot; subcommand has many features you may
2422 set or unset and many other configuration variables that may be set to change
2423 the way Alpine works.
2424 Every one of the hundreds of options available in that configuration settings
2425 screen has help text associated with it.
2426 You may read that text by moving the cursor to highlight the option and then
2427 typing the Help command.
2429 These settings are stored in your personal
2430 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
2431 <A HREF="h_config_remote_config">remotely</A>),
2432 but on shared systems these settings
2433 may be over-ridden by a system-wide control file (due to local site
2434 security or support policies).  A global pine configuration file can also
2435 be used to set default values for all Alpine users on a particular system.
2436 Power users may be interested in splitting their personal configuration
2437 data into two pieces, a generic piece and
2438 <A HREF="h_config_exceptions">exceptions</A> which apply to
2439 a particular platform.
2440 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
2441 General Alpine configuration information can be found
2442 <A HREF="h_news_config">here</A>.
2444 &lt;End of help on this topic&gt;
2445 </BODY>
2446 </HTML>
2447 ===== h_mainhelp_aggops ======
2448 <HTML>
2449 <HEAD>
2450 <TITLE>Aggregate Operations</TITLE>
2451 </HEAD>
2452 <BODY>
2453 <H1>Aggregate Operations</H1>
2455 When you are in the MESSAGE INDEX, the available commands
2456 (for example, Delete, Undelete, Save, Reply, and so on)
2457 normally act on a single message.
2458 So, for example, if you press the Delete command, the currently highlighted
2459 message is marked Deleted.
2460 These commands that normally act on a single message may be applied to
2461 several messages at once instead.
2463 By default this feature is turned on, but it could be administratively turned
2464 off to reduce complexity.
2465 The feature
2466 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
2467 in the Setup/Config screen is used to turn it off or on.
2468 When this feature is turned on, the four commands &quot;Select&quot;,
2469 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
2470 are available.
2471 The two selection commands allow you to mark a set of
2472 messages as being &quot;selected&quot;.
2473 The &quot;ZoomMode&quot; command will toggle between
2474 displaying only the selected messages and displaying all the messages.
2475 The &quot;Apply&quot; command allows you to
2476 apply one of the regular MESSAGE INDEX commands to all of the selected
2477 messages instead of to only the highlighted message.
2479 An example aggregate operation would be to catch up when reading
2480 a news group.
2481 That is, get rid of all the messages in the news group so that you can
2482 start fresh.
2483 The easiest way to do this in Alpine is to use aggregate operations.
2484 You want to Delete all of the messages in the group.
2485 You could start at the top and type &quot;D&quot; once for every message.
2486 A much faster method is to first Select all of the messages in the group,
2487 and then Delete all of them.
2488 This would take four keystrokes:
2490 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
2491 <BR>
2492 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
2494 Another use of Select is to use it for searching for a particular message
2495 or set of messages in a large folder.
2496 You may know that the message was From a certain user.
2497 You could select all messages from that user to start, and use Zoom to
2498 look at only those messages.
2499 If there were still too many messages to look at you could Narrow the
2500 set of messages further by selecting from all of those messages only
2501 the ones that were after a certain date, or contained a particular phrase
2502 in the Subject, or were too a particular address, and so on.
2503 That may be the end of what you are doing, or you may want to use Apply to
2504 Save or Forward or Print all of the selected messages.
2506 Some related help topics are
2507 <UL>
2508 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
2509 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
2510 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
2511 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
2512 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
2513 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
2514 </UL>
2516 &lt;End of help on this topic&gt;
2517 </BODY>
2518 </HTML>
2519 ===== h_mainhelp_readingnews ======
2520 <HTML>
2521 <HEAD>
2522 <TITLE>Reading News</TITLE>
2523 </HEAD>
2524 <BODY>
2525 <H1>Reading News</H1>
2527 <H2>Background</H2>
2528 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
2529 commands as for mail. Similar to mailing lists but existing on a larger scale, 
2530 Usenet newsgroups allow groups of people with common interests to discuss 
2531 particular topics. You might find newsgroups related to your career, or you 
2532 might wish to check out the online discussion among the fans of your favorite 
2533 television show. 
2535 <H2>Configuring Alpine for Reading News</H2>
2536 Alpine often arrives
2537 pre-configured by your system administrator to automatically access the
2538 newsgroups offered by your organization, Internet Service Provider, or
2539 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
2540 need additional details on <a href="h_configuring_news">how to
2541 configure Alpine to read news</a>.
2543 <H2>Accessing Newsgroups</H2>
2544 The first step in reading news is to access the newsgroups collections
2545 screen from Alpine. If everything is configured properly, you should be able
2546 to do this by first typing L (folder List), then selecting the folder
2547 collection listed as "News." The actual name of this collection may differ
2548 from system to system.
2550 <H2>Subscribing to Newsgroups</H2>
2552 Once you have accessed the news collection, you need to subscribe to a
2553 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
2554 will keep a record of the newsgroups in which you are interested and which
2555 articles in those newsgroups have been read.
2557 <H2>Using Newsgroups</H2> 
2558 Alpine uses the similar commands to read news as to read mail. For example,
2559 the D command marks messages as Deleted (or "Dismissed," if you prefer),
2560 and the R command Replies to a news posting. Basically, Alpine allows you to
2561 read news as if it were mail, so you don't need to change the way you
2562 interact with Alpine.
2564 There is also additional Alpine help available on 
2565 <A HREF="h_reading_news">how to use Alpine to read news</A>.
2567 &lt;End of help on this topic&gt;
2568 </BODY>
2569 </HTML>
2570 ===== h_mainhelp_securing ======
2571 <HTML>
2572 <HEAD>
2573 <TITLE>Securing your Alpine Session</TITLE>
2574 </HEAD>
2575 <BODY>
2576 <H1>Securing your Alpine Session</H1>
2578 By default, Alpine will attempt to connect to an IMAP server on the normal
2579 IMAP service port (143).
2580 If the Alpine you are using has been built to
2581 support &quot;Transport Layer Security&quot; (TLS)
2582 and &quot;Secure Sockets Layer&quot; (SSL) 
2583 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
2584 and the server offers the STARTTLS capability, then a secure (encrypted)
2585 session will be established.
2587 When you are connected to a remote folder the titlebar will contain a plus sign
2588 in the far right column if the connection is encrypted using TLS or SSL.
2589 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
2590 if the connection is encrypted.
2592 <H2>More Information on Alpine with SSL and TLS</H2>
2593 <UL>
2594 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
2595 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
2596 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
2597 <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>
2598 </UL>
2599 <H2>Here are some other security-related features and options</H2>
2601 <UL>
2602 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
2603 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
2604 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
2605 </UL>
2607 &lt;End of help on this topic&gt;
2608 </BODY>
2609 </HTML>
2610 ===== h_mainhelp_problems ======
2611 <HTML>
2612 <HEAD>
2613 <TITLE>Reporting Problems</TITLE>
2614 </HEAD>
2615 <BODY>
2616 <H1>Reporting Problems</H1>
2618 We ask that you first read the relevant help screens and then seek
2619 assistance from your own local support staff.  Once you are sure that your
2620 difficulty is not a local configuration problem, you might look at the
2621 help section explaining where to look for
2622 <A HREF="h_finding_help">more information</A> and where to 
2623 get assistance.
2626 Please note: Alpine has been adapted to several other operating systems
2627 besides those directly supported by the University of Washington; see:
2629 <CENTER><A HREF="http://www.washington.edu/alpine/overview/non-UW.html">http://www.washington.edu/alpine/overview/non-UW.html</A></CENTER>
2632 Inquiries about these other ports (e.g., VMS and AmigaDOS) should be
2633 directed to the individual or group that did the adaptation. 
2636 <ADDRESS>
2637    Eduardo Chappa &lt;chappa@gmx.com&gt;
2638 </ADDRESS>
2641 &lt;End of help on this topic&gt;
2642 </BODY>
2643 </HTML>
2644 ===== h_main_menu_commands ======
2645 <HTML>
2646 <HEAD>
2647 <TITLE>MAIN MENU COMMANDS</TITLE>
2648 </HEAD>
2649 <BODY>
2650 <H1>MAIN MENU COMMANDS</H1>
2652 <!--chtml if pinemode="function_key"-->
2653 &nbsp;Available&nbsp;Commands&nbsp;--
2654 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
2655 &nbsp;------------------------------
2656 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
2657 ----------<BR>
2658 &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>
2659 &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>
2660 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
2661 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
2662 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
2663 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
2664 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
2665 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
2666 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
2667 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2668 &nbsp;F7&nbsp;&nbsp;<A 
2669 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
2670 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2671 &nbsp;F8&nbsp;&nbsp;<A 
2672 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
2673 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
2674 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 
2675 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
2676 &nbsp;F10&nbsp;<A 
2677 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 
2678 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
2679 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2680 &nbsp;F11&nbsp;<A 
2681 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
2682 <!--chtml else-->
2683 &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>
2684 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
2685 &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>
2686 &nbsp;C&nbsp;&nbsp;<A 
2687 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>
2688 &nbsp;I&nbsp;&nbsp;<A 
2689 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>
2690 &nbsp;L&nbsp;&nbsp;<A 
2691 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>
2692 &nbsp;A&nbsp;&nbsp;<A 
2693 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
2694 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
2695 &nbsp;S&nbsp;&nbsp;<A 
2696 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 
2697 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
2698 &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>
2699 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
2700 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
2701 <!--chtml endif-->
2704 NOTE:
2705 <OL>
2706  <LI>For help on a particular command, highlight the bold text associated
2707 with it above and hit Return.
2708  <LI> The availability of certain commands (e.g. some of the options under
2709 SETUP) is determined by Alpine configuration files and system capabilities.
2710 At some sites, certain commands may not be available due to security or
2711 support concerns.
2712 </OL>
2714 &lt;End of help on this topic&gt;
2715 </BODY>
2716 </HTML>
2718 ===== h_command_line_options ======
2719 <HTML>
2720 <HEAD>
2721 <TITLE>COMMAND LINE OPTIONS</TITLE>
2722 </HEAD>
2723 <BODY>
2724 <H1>COMMAND LINE OPTIONS</H1>
2725 Possible starting arguments for Alpine:
2727 <DL COMPACT>
2729 <DT> <EM>[addresses]</EM>
2731 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
2732 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
2733 <EM>Alpine</EM> will startup in
2734 the composer with a message started to the addresses specified.
2735 Once the message is sent, the <EM>Alpine</EM> session closes.
2736 Standard input redirection is allowed.
2737 Separate multiple addresses with a space between them.
2738 Addresses are placed in the &quot;To&quot; field only.
2741 <DT> &lt; <EM>file</EM>
2743 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
2744 into the body of the message.
2745 Once the message is sent, the <EM>Alpine</EM> session closes. 
2748 <DT> -attach <EM>file</EM>
2750 <DD> Go directly into composer with given file attached.
2753 <DT> -attachlist <EM>file-list</EM>
2755 <DD> Go directly into composer with given files attached.
2756 This must be the last option on the command line.
2759 <DT> -attach_and_delete <EM>file</EM>
2761 <DD> Go directly into composer with given file attached, delete when finished.
2764 <DT> -aux <EM>local_directory</EM>
2766 <DD> <EM>PC-Alpine</EM> only.
2767 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
2768 files, like debug files, address books, and signature files.  The pinerc may 
2769 be local or remote.
2772 <DT> -bail
2774 <DD> If the personal configuration file doesn't already exist, exit.
2775 This might be useful if the configuration file is accessed using some
2776 remote filesystem protocol. If the remote mount is missing this will cause
2777 <EM>Alpine</EM> to quit instead of creating a new pinerc.
2780 <DT> -c <EM>n</EM>
2782 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
2783 This is used when there are multiple folder collections (contexts) and you 
2784 want to open a folder not in the primary collection.
2787 <DT> -conf
2789 <DD> Configuration: Prints a sample system configuration file to the
2790 screen or standard output. To generate an initial system configuration 
2791 file, execute
2793 <PRE><CODE>
2794                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
2795 </CODE></PRE>
2798 To generate a system configuration file using settings from an old
2799 system configuration file, execute
2801 <PRE><CODE>
2802                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
2803 </CODE></PRE>
2805 A system configuration file is not required.
2808 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
2810 <DD> Copy an address book file to a remote address book folder.
2811 If the remote folder doesn't exist, it will be created.
2812 If it exists but the first message in the folder isn't a remote address
2813 book header message, the copy will be aborted.
2814 This flag will not usually be used by a user.
2815 Instead, the user will create a remote address book from within <EM>Alpine</EM>
2816 and copy entries from the local address book by using aggregate Save in
2817 the address book screen.
2820 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
2822 <DD> Copy a pinerc configuration file to a remote pinerc folder.
2823 If the remote folder doesn't exist, it will be created.
2824 If it exists but the first message in the folder isn't a remote pinerc
2825 header message, the copy will be aborted.
2826 This flag may be useful to users who already have a local pinerc file and
2827 would like to convert it to a remote pinerc folder and use that instead.
2828 This gives a way to bootstrap that conversion without having to manually
2829 reset all of the variables in the remote pinerc folder.
2832 <DT> -d <EM>debug-level</EM>
2834 <DD> Debug Level:  Sets the level of debugging information written by
2835 <EM>Alpine</EM>.
2836 <EM>debug-level</EM> can be set to any integer 0-9.
2837 A debug level of 0 turns off debugging for the session.
2838 (Actually there are some levels higher than 9, but you probably don't
2839 want to see them.)
2842 <DT> -d <EM>keywords</EM>
2844 <DD> You may use a more detailed version of the debugging flag to set
2845 the debug level in separate parts of <EM>Alpine</EM>.
2846 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
2847 verbose=0..9.
2848 <EM>Flush</EM> causes debugging information to be flushed immediately to
2849 the debug file as it is written.
2850 <EM>Verbose</EM> is the general debugging verbosity level.
2851 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
2852 is useful when you are trying to figure out what is responsible for delays.
2853 <EM>Numfiles</EM> sets the number of debug files saved.
2854 <EM>Imap</EM> sets the debug level for the debugging statements related
2855 to the conversation with the IMAP server, and more generally, for the
2856 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
2857 <EM>Tcp</EM> turns on some TCP/IP debugging.
2860 <DT> -f <EM>folder</EM>
2862 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
2863 of the standard INBOX.
2866 <DT> -F <EM>file</EM>
2868 <DD> Open named text file for viewing and forwarding.
2871 <DT> -h
2873 <DD> Help:  Prints the list of available command-line arguments to the
2874 screen.
2877 <DT> -i
2879 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
2880 screen instead of the MAIN MENU.
2883 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
2886 <DT> -I <EM>a,b,c,...</EM>
2888 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
2889 sequence of commands upon startup.
2890 This allows users to get <EM>Alpine</EM> to start in any
2891 of its menus/screens.
2892 You cannot include any input to the composer in the initial keystrokes.
2893 The key &lt;Return&gt; is represented by a ``CR'' in
2894 the keystroke list; the spacebar is designated by the letters ``SPACE''.
2895 Control keys are two character sequences beginning with ``^'', such as
2896 ``^I''.
2897 A tab character is ``TAB''.
2898 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
2899 ``DOWN'', ``LEFT'', and ``RIGHT''.
2900 A restriction is that you can't mix function keys and character keys in this
2901 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
2902 A user can always use only <EM>character</EM> keys in the startup list even
2903 if he or she is using <EM>function</EM> keys normally, or vice versa.
2904 If an element in this list is a string of characters surrounded by double
2905 quotes (&quot;) then it will be expanded into the individual characters in
2906 the string, excluding the double quotes.
2909 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
2912 <DT> -install
2914 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
2915 some basic information to help with getting properly set up.
2918 <DT> -k
2920 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
2921 the input of commands to be function-keys.
2922 Otherwise, commands are linked to the regular character keys.
2925 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
2926 <EM>Feature-List</EM>.
2929 <DT> -n <EM>n</EM>
2931 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
2932 FOLDER INDEX screen with the current message being the specified
2933 message number.
2936 <DT> -nosplash
2938 <DD> <EM>PC-Alpine</EM> only.
2939 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
2940 This may be helpful for certain troubleshooting or terminal server scenarios.
2943 <DT> -o <EM>folder</EM>
2945 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
2948 <DT> -p <EM>pinerc</EM>
2950 <DD> Uses the named file as the personal configuration file instead of
2951 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
2952 Alpinerc may be either a local file or a remote configuration folder.
2955 <DT> -P <EM>pinerc</EM>
2957 <DD> Uses the named file as the system wide configuration file instead of
2958 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
2959 Alpinerc may be either a local file or a remote configuration folder.
2962 <DT> -passfile <EM>passfile</EM>
2964 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
2965 This should be a fully-qualified filename.
2968 <DT> -pinerc <EM>file</EM>
2970 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
2971 settings of variables that the user has made.
2972 Use <EM>file</EM> set to ``-'' to make output go to standard out.
2975 <DT> -r
2977 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
2978 <EM>Alpine</EM> in restricted mode can only send email to itself.
2979 Save and export are limited.
2982 <DT> -registry <EM>cmd</EM>
2984 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
2985 <EM>Alpine</EM>'s registry entries.
2986 Possible values for <EM>cmd</EM> are set, clear, and dump.
2987 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
2988 entries according to its current settings.
2989 <EM>Clear</EM> will clear the registry values.
2990 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
2991 <EM>Dump</EM> will display the values of current registry settings.
2992 Note that the dump command is currently disabled.
2993 Without the -registry option, <EM>PC-Alpine</EM> will write values into
2994 the registry only if there currently aren't any values set.
2997 <DT> -sort <EM>key</EM>
2999 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
3000 FOLDER INDEX screen.
3001 <EM>Key</EM> can have the following values: 
3002 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
3003 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
3004 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
3005 The default value is &quot;arrival&quot;.
3006 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
3009 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
3012 <DT> -uninstall
3014 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
3015 in Windows settings.  The registry settings are removed and
3016 the password cache is cleared.
3019 <DT> -url <EM>url</EM>
3021 <DD> Open the given URL.
3024 <DT> -v
3026 <DD> Version:  Print version information to the screen.
3029 <DT> -x <EM>exceptions_config</EM>
3031 <DD> Configuration settings in the exceptions configuration override your normal
3032 default settings.
3033 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
3036 <DT> -z
3038 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
3039 will suspend the <EM>Alpine</EM> session.
3042 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
3043 <EM>Feature-List</EM>.
3046 <DT> -<EM>option</EM>=<EM>value</EM>
3048 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
3049 For example, <EM>-signature-file=sig1</EM> or
3050 <EM>-Feature-List=signature-at-bottom</EM>.
3051 Note:  Feature-List values are
3052 additive and features may be preceded with no- to turn them off.
3053 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
3054 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
3055 <EM>-Feature-List=signature-at-bottom</EM>.
3058 </DL>
3060 &lt;End of help on this topic&gt;
3061 </BODY>
3062 </HTML>
3063 ===== h_configuring_news ======
3064 <HTML>
3065 <HEAD>
3066 <TITLE>CONFIGURING NEWS</TITLE>
3067 </HEAD>
3068 <BODY>
3069 <H1>CONFIGURING NEWS</H1>
3070 Alpine can access news folders in any one of three different ways:
3071 <DL>
3072 <DT>REMOTE NNTP</DT>
3073 <DD>Using the Network News Transport Protocol (NNTP) to
3074 access news on a remote news server.  In this case the newsrc file is
3075 stored on the machine where Alpine is running.
3078 To specify a remote news-collection accessed via NNTP use the
3079 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3080 Server: value to the NNTP server's hostname appended with the
3081 communication method &quot;/service=NNTP&quot;, and set the Path:
3082 value to the &quot;#news.&quot; namespace (without the quotes).  See
3083 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
3084 help text for a more complete explanation of access method, and the
3085 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3086 text for a more complete explanation of &quot;namespace&quot;.
3088 Instead of specifying a news-collection, you may simply set the
3089 <A HREF="h_config_nntp_server">NNTP Server</A>
3090 option, which will cause Alpine to create a default news-collection for you.
3091 Another NNTP option that may be of interest is
3092 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
3094 <DT>REMOTE IMAP</DT>
3095 <DD>Using the Internet Message Access Protocol (IMAP) to
3096 access news on a remote news server.  In this case, your newsrc file is
3097 stored on the news server, in your home directory, so you must have an
3098 account on the news server, but you would be running Alpine on a different
3099 machine.  The news server must be running an IMAPd server process. 
3102 To specify a remote news-collection accessed via IMAP use the
3103 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3104 Server: value to the IMAP server's hostname, and set the Path: value
3105 to the &quot;#news.&quot; namespace (without the quotes).  See the
3106 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3107 text for a more complete explanation of &quot;namespace&quot;.
3109 </DD>
3111 <DT>LOCAL</DT>
3112 <DD>Using local file access to the news database.  In this
3113 case, your newsrc file is stored on the news server, in your home
3114 directory, so you must have an account on the news server, and you would
3115 be running Alpine on the same machine.
3118 To specify a local news-collection use the SETUP/collectionList
3119 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
3120 set the Path: value to the &quot;#news.&quot; namespace (without the
3121 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
3122 field's help text for a more complete explanation of &quot;namespace&quot;.
3124 </DD>
3125 </DL>
3129 NOTE: Should no news-collection be defined as above, Alpine will
3130 automatically create one using the Setup/Config screen's
3131 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
3132 will be created as a &quot;Remote NNTP&quot; as described above.
3136 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
3137 possible.  If you don't have an account on the news server, or if the news
3138 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
3139 sure, ask your service provider, university, or company for help.)  In
3140 this case, your Unix .newsrc file can be transferred to your PC.  A good
3141 place to put it would be in the same directory as your PINERC file, under
3142 the name NEWSRC, but you can 
3143 <A HREF="h_config_newsrc_path">specify a different location</A>
3144 via Alpine's Setup/Config screen.
3147 Other configuration features related to news are
3148 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
3149 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
3150 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
3151 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
3152 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
3153 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
3154 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
3155 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
3158 &lt;End of help on this topic&gt;
3159 </BODY>
3160 </HTML>
3161 ===== h_reading_news ======
3162 <HTML>
3163 <HEAD>
3164 <TITLE>READING NEWS</TITLE>
3165 </HEAD>
3166 <BODY>
3167 <H1>READING NEWS</H1>
3169 Alpine uses almost the same commands for manipulating news folders as for
3170 mail folders.  This means, for example, that when you are done with a
3171 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
3172 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
3173 most newsreaders, wherein a message is implicitly dismissed after you have
3174 looked at it once. We strongly believe that Alpine should offer as much
3175 consistency as possible between mail and news, so the mail paradigm --
3176 wherein a message does not magically disappear without explicit action by
3177 the user -- is used for news as well. <P>
3179 If you answer a message in a news folder, the index view will show the
3180 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
3181 keep track of what news as been read has no way of storing this flag, so
3182 it will not be preserved across sessions.  The Deleted flag is the only
3183 one that is preserved when you leave and then return to a newsgroup.  As an
3184 additional note on replies, when you Reply to a newsgroup message and say
3185 you want to reply to all recipients, Alpine will ask if you want to post the
3186 message to all the newsgroups listed in the original message. <P>
3188 If you would like Alpine to mark more-or-less recent news messages as
3189 &quot;New&quot;, then set the
3190 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
3191 feature (which is set by default).  This will cause messages after the last one you have marked as
3192 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
3193 &quot;N&quot; status often makes it easier to distinguish later news
3194 articles from those you've previously seen, but not yet disposed of via
3195 the &quot;D&quot; key.  Note that this is an approximation, not an exact
3196 record of which messages you have not seen.
3199 A frequent operation in news-reading is &quot;catching up&quot; -- that
3200 is, getting rid of all the messages in the newsgroup so that you can
3201 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
3202 Select command.  You would enter the following four keystrokes:
3203 <tt>;aad</tt> to select all messaged, and then apply the delete (or
3204 dismiss) command to all of them.
3207 There are also additional details on 
3208 <A HREF="h_configuring_news">configuring news</a>.
3211 &lt;End of help on this topic&gt;
3212 </BODY>
3213 </HTML>
3214 ====== h_help_index ======
3215 <HTML>
3216 <HEAD>
3217 <TITLE>Help Index</TITLE>
3218 </HEAD>
3219 <BODY>
3220 <H1>Help Index</H1>
3221 <ul>
3222 <li><a href="h_mainhelp_abooks">Address Books</a></li>
3223 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
3224 <li><a href="h_main_addrbook">Address Book Command</a>
3225 <li><a href="h_abook_view">Address Book View Explained</a>
3226 <li><a href="h_compose_addrcomplete">Address Completion</a>
3227 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
3228 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
3229 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
3230 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
3231 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
3232 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
3233 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
3234 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
3235 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
3236 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
3237 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
3238 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
3239 <li><a href="h_mainhelp_config">Alpine Configuration</a>
3240 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
3241 <li><a href="h_news_legal">Alpine Legal Notices</a>
3242 <li><a href="h_compose_alted">Alt Editor Command</a>
3243 <li><a href="h_index_cmd_apply">Apply Command</a>
3244 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
3245 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
3246 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
3247 <li><a href="h_composer_browse">BROWSER</a>
3248 <li><a href="h_common_bounce">Bounce Command</a>
3249 <li><a href="h_compose_cancel">Cancel Command</a>
3250 <li><a href="h_config_change_your_from">Changing your From Address</a>
3251 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
3252 <li><a href="h_mainhelp_color">Color</a>
3253 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
3254 <li><a href="h_composer">COMPOSER COMMANDS</a>
3255 <li><a href="h_mainhelp_composing">Composing Messages</a>
3256 <li><a href="h_mainhelp_collections">Collection Lists</a>
3257 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
3258 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
3259 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
3260 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
3261 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
3262 <li><a href="h_common_compose">Compose Command</a>
3263 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
3264 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
3265 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
3266 <li><a href="h_mainhelp_config">Configuration</a>
3267 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
3268 <li><a href="h_config_dflt_color">Default Color</a>
3269 <li><a href="h_common_delete">Delete and Undelete Commands</a>
3270 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
3271 <li><a href="h_special_list_commands">Email List Commands Explained</a>
3272 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
3273 <li><a href="h_folder_open">Explanation of Folder Selection</a>
3274 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
3275 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
3276 <li><a href="h_ge_export">Export File Selection</a>
3277 <li><a href="h_ge_allparts">Export Message File Selection</a>
3278 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
3279 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
3280 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
3281 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
3282 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
3283 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
3284 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
3285 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
3286 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
3287 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
3288 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
3289 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
3290 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
3291 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
3292 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
3293 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
3294 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
3295 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
3296 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
3297 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
3298 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
3299 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
3300 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
3301 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
3302 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
3303 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
3304 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
3305 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
3306 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
3307 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
3308 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
3309 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
3310 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
3311 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
3312 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
3313 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
3314 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
3315 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
3316 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
3317 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
3318 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
3319 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
3320 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
3321 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
3322 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
3323 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
3324 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
3325 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
3326 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
3327 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
3328 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
3329 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
3330 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
3331 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
3332 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
3333 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
3334 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
3335 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
3336 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
3337 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
3338 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
3339 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
3340 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
3341 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
3342 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
3343 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
3344 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
3345 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
3346 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
3347 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
3348 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
3349 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
3350 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
3351 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
3352 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
3353 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
3354 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
3355 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
3356 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
3357 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
3358 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
3359 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
3360 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
3361 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
3362 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
3363 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
3364 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
3365 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
3366 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
3367 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
3368 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
3369 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
3370 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
3371 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
3372 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
3373 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
3374 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
3375 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
3376 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
3377 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
3378 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
3379 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
3380 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
3381 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
3382 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
3383 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
3384 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
3385 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
3386 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
3387 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
3388 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
3389 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
3390 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
3391 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
3392 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
3393 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
3394 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
3395 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
3396 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
3397 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
3398 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
3399 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
3400 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
3401 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
3402 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
3403 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
3404 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
3405 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
3406 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
3407 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
3408 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
3409 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
3410 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
3411 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
3412 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
3413 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
3414 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
3415 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
3416 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
3417 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
3418 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
3419 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
3420 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
3421 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
3422 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
3423 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
3424 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
3425 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
3426 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
3427 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
3428 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
3429 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
3430 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
3431 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
3432 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
3433 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
3434 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
3435 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
3436 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
3437 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
3438 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
3439 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
3440 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
3441 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
3442 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
3443 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
3444 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
3445 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
3446 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
3447 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
3448 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
3449 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
3450 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
3451 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
3452 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
3453 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
3454 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
3455 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
3456 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
3457 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
3458 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
3459 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
3460 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
3461 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
3462 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
3463 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
3464 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
3465 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
3466 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
3467 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
3468 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
3469 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
3470 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
3471 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
3472 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
3473 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
3474 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
3475 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
3476 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
3477 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
3478 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
3479 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
3480 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
3481 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
3482 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
3483 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
3484 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
3485 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
3486 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
3487 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
3488 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
3489 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
3490 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
3491 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
3492 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
3493 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
3494 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
3495 <li><a href="h_mainhelp_filtering">Filtering</a>
3496 <li><a href="h_finding_help">Finding more information and requesting help</a>
3497 <li><a href="h_common_flag">Flag Command</a>
3498 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
3499 <li><a href="h_mainhelp_folders">Folders</a>
3500 <li><a href="h_what_are_collections">Folder Collections Explained</a>
3501 <li><a href="h_common_folders">Folder List Command</a>
3502 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
3503 <li><a href="h_folder_save">Folder Select for Save Explained</a>
3504 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
3505 <li><a href="h_config_change_your_from">From Address, Changing</a>
3506 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
3507 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
3508 <li><a href="h_common_goto">Goto Command</a>
3509 <li><a href="h_common_hdrmode">HdrMode Command</a>
3510 <li><a href="h_mainhelp_pinehelp">Help</a>
3511 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
3512 <li><a href="h_folder_maint">Help for Folder List</a>
3513 <li><a href="h_valid_folder_names">IMAP</a>
3514 <li><a href="h_ge_import">Import File Selection</a>
3515 <li><a href="h_mainhelp_index">Index of Messages</a>
3516 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
3517 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
3518 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
3519 <li><a href="h_info_on_mbox">Information on mbox driver</a>
3520 <li><a href="h_mainhelp_intro">Introduction</a>
3521 <li><a href="h_main_journal">Journal Command</a>
3522 <li><a href="h_common_jump">Jump Command</a>
3523 <li><a href="h_compose_justify">Justify Command</a>
3524 <li><a href="h_main_kblock">Keyboard Lock Command</a>
3525 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
3526 <li><a href="h_mainhelp_ldap">LDAP</a>
3527 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
3528 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
3529 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
3530 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
3531 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
3532 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
3533 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
3534 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
3535 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
3536 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
3537 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
3538 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
3539 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
3540 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
3541 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
3542 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
3543 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
3544 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
3545 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
3546 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
3547 <li><a href="h_ldap_view">LDAP Response View Explained</a>
3548 <li><a href="h_maildrop">Mail Drop: What is it?</a>
3549 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
3550 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
3551 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
3552 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
3553 <li><a href="h_common_index">Message Index Command</a>
3554 <li><a href="h_mainhelp_mouse">Mouse</a>
3555 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
3556 <li><a href="new_user_greeting">NEW USER GREETING</a>
3557 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
3558 <li><a href="h_mainhelp_readingnews">News Reading</a>
3559 <li><a href="h_folder_subscribe">Newsgroup Subcribe Screen explained</a>
3560 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
3561 <li><a href="h_common_nextnew">NextNew Command</a>
3562 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
3563 <li><a href="h_mainhelp_readingnews">NNTP</a>
3564 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
3565 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
3566 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
3567 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
3568 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
3569 <li><a href="h_config_color_style">OPTION: Color Style</a>
3570 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
3571 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
3572 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
3573 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
3574 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
3575 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
3576 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
3577 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
3578 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
3579 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
3580 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
3581 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
3582 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
3583 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
3584 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
3585 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
3586 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
3587 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
3588 <li><a href="h_config_file_dir">OPTION: File Directory</a>
3589 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
3590 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
3591 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
3592 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
3593 <li><a href="h_config_font_name">OPTION: Font Name</a>
3594 <li><a href="h_config_font_size">OPTION: Font Size</a>
3595 <li><a href="h_config_font_style">OPTION: Font Style</a>
3596 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
3597 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
3598 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
3599 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
3600 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
3601 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
3602 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
3603 <li><a href="h_config_psleep">OPTION: <!--#echo var="VAR_mailcap-check-interval"--></a>
3604 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
3605 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
3606 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
3607 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
3608 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
3609 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
3610 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
3611 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
3612 <li><a href="h_config_index_color">OPTION: Index Colors</a>
3613 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
3614 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
3615 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
3616 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
3617 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
3618 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
3619 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
3620 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
3621 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
3622 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
3623 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
3624 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
3625 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
3626 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
3627 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
3628 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
3629 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
3630 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
3631 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
3632 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
3633 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
3634 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
3635 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
3636 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
3637 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
3638 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
3639 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
3640 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
3641 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
3642 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
3643 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
3644 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
3645 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
3646 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
3647 <li><a href="h_config_pat_old">OPTION: Patterns</a>
3648 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
3649 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
3650 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
3651 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
3652 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
3653 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
3654 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
3655 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
3656 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
3657 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
3658 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
3659 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
3660 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
3661 <li><a href="h_config_printer">OPTION: Printer</a>
3662 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
3663 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
3664 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
3665 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
3666 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
3667 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
3668 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
3669 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
3670 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
3671 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
3672 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
3673 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
3674 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
3675 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
3676 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
3677 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
3678 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
3679 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
3680 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
3681 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
3682 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
3683 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
3684 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
3685 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
3686 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
3687 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
3688 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
3689 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
3690 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
3691 <li><a href="h_config_status_color">OPTION: Status Color</a>
3692 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
3693 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
3694 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
3695 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
3696 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
3697 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
3698 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
3699 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
3700 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
3701 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
3702 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
3703 <li><a href="h_config_title_color">OPTION: Title Color</a>
3704 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
3705 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
3706 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
3707 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
3708 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
3709 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
3710 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
3711 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
3712 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
3713 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
3714 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
3715 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
3716 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
3717 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
3718 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
3719 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
3720 <li><a href="h_config_window_position">OPTION: Window-Position</a>
3721 <li><a href="h_mainhelp_patterns">Patterns</a>
3722 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
3723 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
3724 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
3725 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
3726 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
3727 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
3728 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
3729 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
3730 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
3731 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
3732 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
3733 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
3734 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
3735 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
3736 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
3737 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
3738 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
3739 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
3740 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
3741 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
3742 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
3743 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
3744 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
3745 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
3746 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
3747 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
3748 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
3749 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
3750 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
3751 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
3752 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
3753 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
3754 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
3755 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
3756 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
3757 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
3758 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
3759 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
3760 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
3761 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
3762 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
3763 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
3764 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
3765 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
3766 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
3767 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
3768 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
3769 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
3770 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
3771 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
3772 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
3773 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
3774 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
3775 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
3776 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
3777 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
3778 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
3779 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
3780 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
3781 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
3782 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
3783 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
3784 <li><a href="h_common_pipe">Pipe Command</a>
3785 <li><a href="h_valid_folder_names">POP</a>
3786 <li><a href="h_common_postpone">Postpone Command</a>
3787 <li><a href="h_common_print">Print Command</a>
3788 <li><a href="h_mainhelp_readingnews">Reading News</a>
3789 <li><a href="h_news">RELEASE NOTES for Alpine</a>
3790 <li><a href="h_mainhelp_roles">Roles</a>
3791 <li><a href="h_role_select">ROLES SCREEN</a>
3792 <li><a href="h_compose_readfile">Read File Command</a>
3793 <li><a href="h_mainhelp_reading">Reading Messages</a>
3794 <li><a href="h_main_release_notes">Release Notes Command</a>
3795 <li><a href="h_common_reply">Reply and Forward Commands</a>
3796 <li><a href="h_compose_richhdr">Rich Header Command</a>
3797 <li><a href="h_common_role">Role Command</a>
3798 <li><a href="h_mainhelp_smime">S/MIME</a>
3799 <li><a href="h_index_cmd_select">Searching for Messages</a>
3800 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
3801 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
3802 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
3803 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
3804 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
3805 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
3806 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
3807 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
3808 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
3809 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
3810 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
3811 <li><a href="h_common_save">Save and Export Commands</a>
3812 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
3813 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
3814 <li><a href="h_compose_send">Send Command</a>
3815 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
3816 <li><a href="h_main_setup">Setup Command</a>
3817 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
3818 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
3819 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
3820 <li><a href="h_mainhelp_smime">S/MIME</a>
3821 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
3822 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
3823 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
3824 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
3825 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
3826 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
3827 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
3828 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
3829 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
3830 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
3831 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
3832 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
3833 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
3834 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
3835 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
3836 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
3837 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
3838 <li><a href="h_index_cmd_sort">Sort Command</a>
3839 <li><a href="h_compose_spell">Spell Check Command</a>
3840 <li><a href="h_common_suspend">Suspend Command</a>
3841 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
3842 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
3843 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
3844 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
3845 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
3846 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
3847 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
3848 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
3849 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
3850 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
3851 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
3852 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
3853 <li><a href="h_common_take">TakeAddr Command</a>
3854 <li><a href="h_mainhelp_status">Titlebar Line</a>
3855 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
3856 <li><a href="h_config_usenone_color">Use None Color</a>
3857 <li><a href="h_config_usenormal_color">Use Normal Color</a>
3858 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
3859 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
3860 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
3861 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
3862 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
3863 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
3864 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
3865 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
3866 </UL>
3869 &lt;End of Help Index&gt;
3870 </BODY>
3871 </HTML>
3874 ============== h_config_remote_config =============
3875 <HTML>
3876 <HEAD>
3877 <TITLE>Remote Configuration</TITLE>
3878 </HEAD>
3879 <BODY>
3880 <H1>Remote Configuration</H1>
3882 You may use the command line argument &quot;-p pinerc&quot; to tell
3883 Alpine to use a non-default configuration file.
3884 There are two types of storage for configuration information.
3885 <EM>Local</EM> configuration files are used by default.
3886 These are just regular files on the UNIX system or on the PC.
3887 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
3888 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
3889 <EM>Remote</EM> configuration folders are stored on an IMAP server.
3890 The advantage of using a remote configuration is that the same information
3891 may be accessed from multiple platforms.
3892 For example, if you use one computer at work and another at home, the same
3893 configuration could be used from both places.
3894 A configuration change from one place would be seen in both places.
3895 To use a remote configuration you simply give a
3896 <A HREF="h_valid_folder_names">remote folder name</A>
3897 as the argument to the &quot;-p&quot; command line option.
3898 The command line might look something like:
3900 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
3902 If there are special characters in the command shell you use, you may need to
3903 quote the last argument (to protect the curly braces from the shell).
3904 The command might look like:
3906 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
3908 You should choose a folder name for a folder that does not yet exist.
3909 It will be created containing an empty configuration.
3910 Do not use a folder that you wish to store regular mail messages in.
3912 The Setup/RemoteConfigSetup command will help you convert from a local
3913 configuration to a remote configuration.
3914 It will create a remote configuration for you and copy your current local
3915 configuration to it.
3916 It will also help you convert local address books into remote address books
3917 and local signature files into literal signatures contained in the
3918 remote configuration file.
3920 If the Setup/RemoteConfigSetup command doesn't do what you want, you
3921 may copy a local pinerc file to a remote configuration folder by hand
3922 by using the command line option &quot;-copy_pinerc&quot;.
3924 Another command line option, which is somewhat related to remote
3925 configuration, is the option &quot;-x exceptions_config&quot;.
3926 The configuration settings in the exceptions configuration override
3927 your default settings.
3928 It may be useful to store the default configuration (the -p argument) remotely
3929 and to have the exceptions configuration stored in a local file.
3930 You might put generic configuration information in the remote configuration
3931 and platform-specific configuration on each platform in the exceptions
3932 configuration.
3933 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
3934 can be either remote folders or local files.
3936 There is another command line argument that works only with PC-Alpine and
3937 which may prove useful when using a remote configuration.
3938 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
3939 to store your local auxiliary files.
3940 This only has an effect if your configuration file is remote.
3941 Some examples of auxiliary files are debug files, address book files, and
3942 signature files.
3944 &lt;End of help on this topic&gt;
3945 </BODY>
3946 </HTML>
3947 ============== h_config_exceptions =============
3948 <HTML>
3949 <HEAD>
3950 <TITLE>Generic and Exceptional Configuration</TITLE>
3951 </HEAD>
3952 <BODY>
3953 <H1>Generic and Exceptional Configuration</H1>
3955 If you use Alpine from more than one platform it may be convenient
3956 to split your configuration information into two pieces, a generic piece
3957 and exceptions that apply to a particular platform.
3958 For example, suppose you use Alpine from home and from work.
3959 Most of your configuration settings are probably the
3960 same in both locations, so those settings belong in the generic settings
3961 configuration.
3962 However, you may use a different SMTP server and INBOX
3963 from home than you do from work.
3965 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
3967 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
3968 options could be
3969 part of your exceptional configuration so that they could be different in the
3970 two places.
3972 The command line option &quot;-x exceptions_config&quot;
3973 may be used to split your configuration into generic and exceptional pieces.
3974 &quot;Exceptions_config&quot; may be either local or remote.
3975 The regular Alpine configuration file will contain the generic data, and
3976 &quot;exceptions_config&quot; will contain the exceptional data.
3978 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
3979 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
3980 in the same local directory that the regular config file is located in (usually
3981 the Unix home directory).
3982 If the regular config file is remote (because the command line option
3983 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
3984 directory for &quot;<CODE>.pinercex</CODE>&quot;.
3985 If the file does not already exist then no exceptions will be used.
3986 You can force exceptions to be used by using the &quot;-x&quot; option or
3987 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
3989 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
3990 PC-Alpine will use the value of the
3991 environment variable <CODE>$PINERCEX</CODE>.
3992 If that is not set, PC-Alpine will look for
3993 the local file &quot;<CODE>PINERCEX</CODE>&quot;
3994 in the same local directory that the regular config file is located in.
3995 If the regular config file is remote (because the command line option
3996 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
3997 local directory specified by the &quot;-aux local_directory&quot; command
3998 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
3999 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
4001 When you have an exception configuration there is a new command
4002 in the Alpine Setup screen, Setup/eXceptions.
4003 It toggles between exceptions and the regular configuration.
4004 This is the usual way to make changes in your exceptional configuration data.
4005 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
4006 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
4007 for Config or &quot;K&quot; for Kolor.
4009 For most people, splitting the configuration information into two pieces is
4010 going to be most useful if the generic information is accessed
4011 <A HREF="h_config_remote_config">remotely</A>).
4012 That data will be the same no matter where you access it from and if you
4013 change it that change will show up everywhere.
4014 The exceptional data will most commonly be in a local file, so that the
4015 contents may easily be different on each computing platform used.
4017 If you already have a local configuration file with settings you like
4018 you may find that the command Setup/RemoteConfigSetup is useful
4019 in helping you convert to a remote configuration.
4020 The command line flag &quot;-copy_pinerc&quot;
4021 may also be useful.
4023 &lt;End of help on this topic&gt;
4024 </BODY>
4025 </HTML>
4026 ============== h_config_inheritance =============
4027 <HTML>
4028 <HEAD>
4029 <TITLE>Configuration Inheritance</TITLE>
4030 </HEAD>
4031 <BODY>
4032 <H1>Configuration Inheritance</H1>
4034 Configuration inheritance is a power user feature.
4035 It is confusing and not completely supported by the configuration
4036 user interface.
4037 We start with an explanation of how configuration works in hopes of making
4038 it easier to describe how inheritance works.
4040 Alpine uses a hierarchy of configuration values from different locations.
4041 There are five ways in which each configuration option (configuration
4042 variable) can be set.
4043 In increasing order of precedence they are:
4045 <OL>
4046 <LI> the system-wide configuration file.
4048 <LI> the personal configuration file
4050 <LI> the personal exceptions file
4052 <LI> a command line argument
4054 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
4055 </OL>
4057 The fixed configuration file is normally
4058 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
4060 The system-wide configuration file is normally
4061 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
4062 set for PC-Alpine.
4063 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
4064 is used for the system-wide configuration.
4065 This location can be set or changed on the command line with the -P flag.
4066 The system-wide configuration file can be either a local file or a
4067 remote configuration folder.
4069 For Unix Alpine, the personal configuration file is normally the file
4070 <CODE>.pinerc</CODE> in the user's home directory.
4071 This can be changed with the -p command line flag.
4072 For PC-Alpine, the personal configuration file is in
4073 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
4074 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
4075 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
4076 This can be changed with the -p command line flag.
4077 If -p is used, the configuration data may be in a local file or a remote config
4078 folder.
4080 For Unix Alpine, the personal exceptions configuration file is named
4081 <CODE>.pinercex</CODE> and is in the same directory as the personal
4082 configuration file, if that configuration file is not remote, and is in
4083 the home directory if the personal configuration file is remote.
4084 If the file exists, then exceptions are turned on.
4085 If it doesn't, then you are not using exceptions.
4086 Alternatively, you may change the location of the exceptions configuration
4087 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4088 Like the personal configuration data, exceptions_config may be
4089 either local or remote.
4091 For PC-Alpine, the personal exceptions configuration file is named
4092 <CODE>PINERCEX</CODE> and is in the same directory as the personal
4093 configuration file unless the personal configuration file is remote.
4094 In that case, it is in the local directory specfied by the
4095 &quot;-aux local_directory&quot; command line argument.
4096 (In the case that the personal configuration is remote and there is no
4097 &quot;-aux&quot; command line argument, Alpine searches for
4098 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
4099 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
4100 If the file exists, then exceptions are turned on.
4101 If it doesn't, then you are not using exceptions.
4102 You may change the location of the exceptions configuration
4103 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4104 or with the
4105 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
4106 option).
4108 To reiterate, the value of a configuration option is taken from the
4109 last location in the list above in which it is set.
4110 Or, thinking about it slightly differently, a default value for an option
4111 is established in the system-wide configuration file (or internally by Alpine
4112 if there is no value in the system-wide file).
4113 That default remains in effect until and unless it is overridden by a value in a
4114 location further down the list, in which case a new &quot;default&quot;
4115 value is established.
4116 As we continue down the list of locations we either retain the
4117 value at each step or establish a new value.
4118 The value that is still set after going through the whole list of
4119 configuration locations is the one that is used.
4121 So, for example, if an option is set in the system-wide configuration
4122 file and in the personal configuration file, but is not set in the
4123 exceptions, on the command line, or in the fixed file; then the value
4124 from the personal configuration file is the one that is used.
4125 Or, if it is set in the system-wide config, in the personal config, not
4126 in the exceptions, but is set on the command line; then the value
4127 on the command line is used.
4129 Finally we get to inheritance.
4130 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
4131 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
4132 the inheritance mechanism makes it possible to <EM>combine</EM>
4133 the values from different locations instead of <EM>replacing</EM> the value.
4134 This is true of all configuration lists other than the &quot;Feature-List&quot;,
4135 for which you may already set whatever you want at
4136 any configuration location (by using the &quot;no-&quot; prefix if
4137 necessary).
4139 To use inheritance, set the first item in a configuration list to the
4140 token &quot;INHERIT&quot;, without the quotes.
4141 If the first item is &quot;INHERIT&quot;,
4142 then instead of replacing the default value established so far, the rest of
4143 the list is appended to the default value established so far and that is
4144 the new value.
4146 Here is an example which may make it clearer. Suppose we have:
4148 <PRE>
4149  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4150  Personal config    :   smtp-server = INHERIT, mysmtp.home
4151  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
4152  Command line       :   smtp-server = &lt;No Value Set&gt;
4153  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4154 </PRE>
4157 This would result in an effective smtp-server option of
4159 <PRE>
4160  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
4161 </PRE>
4163 The &quot;INHERIT&quot; token can be used in any of the configuration files
4164 and the effect cascades.
4165 For example, if we change the above example to:
4167 <PRE>
4168  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4169  Personal config    :   smtp-server = INHERIT, mysmtp.home
4170  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4171  Command line       :   smtp-server = &lt;No Value Set&gt;
4172  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4173 </PRE>
4176 This would result in:
4178 <PRE>
4179  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
4180 </PRE>
4182 Unset variables are skipped over (the default value is carried forward) so
4183 that, for example:
4185 <PRE>
4186  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4187  Personal config    :   smtp-server = &lt;No Value Set&gt;
4188  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4189  Command line       :   smtp-server = &lt;No Value Set&gt;
4190  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4191 </PRE>
4194 produces:
4196 <PRE>
4197  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
4198 </PRE>
4201 If any later configuration location has a value set (for a particular list
4202 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
4203 then that value replaces whatever value has been defined up to that point.
4204 In other words, that cancels out any previous inheritance.
4206 <PRE>
4207  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4208  Personal config    :   smtp-server = INHERIT, mysmtp.org
4209  Exceptions config  :   smtp-server = yoursmtp.org
4210  Command line       :   smtp-server = &lt;No Value Set&gt;
4211  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4212 </PRE>
4215 results in:
4217 <PRE>
4218  smtp-server = yoursmtp.org
4219 </PRE>
4222 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
4223 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
4224 difficult to insert the value &quot;INHERIT&quot; into the list of values
4225 for the option using the normal Setup tools.
4226 In other words, the color setting screen (for example) does not
4227 provide a way to input the text &quot;INHERIT&quot; as the first
4228 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
4229 The way to do this is to either edit the pinerc file directly and manually
4230 insert it, or turn
4231 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
4232 feature and insert it using the Setup/Config screen.
4234 &lt;End of help on this topic&gt;
4235 </BODY>
4236 </HTML>
4237 ============== h_special_xon_xoff =============
4238 <HTML>
4239 <HEAD>
4240 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
4241 </HEAD>
4242 <BODY>
4243 <H1>XOFF/XON Handling within Alpine</H1>
4245 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
4246 and XON) as normal characters, even though Alpine does not use them.
4247 However, the printer, modem, or communication software you are using may
4248 be configured for &quot;software flow control,&quot; which means that
4249 XON/XOFF must be treated as special characters by the operating system.
4250 If you see messages such as &quot;^S not defined for this screen&quot;,
4251 then your system is probably using software flow control. In this case
4252 you will need to set the
4253 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
4254 feature.
4256 If you <EM>do</EM> set this
4257 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
4258 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
4259 and see if that puts things right.  Printing via the
4260 &quot;attached-to-ansi&quot; or 
4261 &quot;attached-to-wyse&quot;
4262 option will automatically enable software
4263 flow-control handling for the duration of the printing.
4265 &lt;End of help on this topic&gt;
4266 </BODY>
4267 </HTML>
4268 ============= h_special_help_nav =============
4269 <HTML>
4270 <HEAD>
4271 <TITLE>Help Text Navigation Explained</TITLE>
4272 </HEAD>
4273 <BODY>
4274 <H1>Help Text Navigation Explained</H1>
4276 Alpine contains extensive context-sensitive help text.   At any point, 
4277 pressing the &quot;?&quot; key will bring up a page of help text
4278 explaining the options available to you.  You can leave the help
4279 text screen and return to normal Alpine operation by pressing
4281 <!--chtml if pinemode="function_key"-->
4282 F3 function
4283 <!--chtml else-->
4284 &quot;E&quot;
4285 <!--chtml endif-->
4286 key to Exit Help at any time.
4289 Within the help screen you might find a word or phrase displayed in 
4290 inverse text and others displayed in bold typeface.  Such words and
4291 phrases are used to tell you Alpine has more information available on
4292 the topic they describe.
4293 The inverted text is the &quot;selected&quot; topic.  
4294 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
4295 displayed in bold type
4296 is &quot;selected&quot;.
4297 Hit the Return key to display the information Alpine has available on that
4298 topic.  While viewing such additional information, the 
4299 <!--chtml if pinemode="function_key"-->
4300 F3 function
4301 <!--chtml else-->
4302 &quot;P&quot;
4303 <!--chtml endif-->
4304 key will return you to the previous help screen, and the
4305 <!--chtml if pinemode="function_key"-->
4306 F2 function
4307 <!--chtml else-->
4308 &quot;E&quot;
4309 <!--chtml endif-->
4310 key will Exit the Help system altogether.
4313 The "N" command will tell you the internal name of the help text you are 
4314 reading each time, so that you can send this name in the text of a message 
4315 and create a direct link to that internal help using the x-pine-help URL 
4316 scheme. For example, the direct link to this item is 
4317 x-pine-help:h_special_help_nav. If you add this text to a message, then
4318 a person using Pine to read such message would have a direct link to this
4319 help text.
4322 When you are finished reading this help text, you can press the
4323 <!--chtml if pinemode="function_key"-->
4324 F3 function
4325 <!--chtml else-->
4326 &quot;P&quot;
4327 <!--chtml endif-->
4328 key to return to the previously displayed help text.
4331 &lt;End of help on this topic&gt;
4332 </BODY>
4333 </HTML>
4334 ============= h_special_list_commands =============
4335 <HTML>
4336 <HEAD>
4337 <TITLE>Email List Commands Explained</TITLE>
4338 </HEAD>
4339 <BODY>
4340 <H1>Email List Commands Explained</H1>
4342 Electonic mail lists provide a way for like-minded users to join in
4343 discussions on topics of interest.  The email list itself is 
4344 represented by a
4345 single address that participants send messages to when they have
4346 something of interest to share with other members of the list.  The
4347 receiving computer then, either automatically or after review by the
4348 list's owner (or moderator), sends a copy of that message to each
4349 member of the list.
4352 Usually, subscribing and unsubscribing is done by sending requests in
4353 an email message to a special address setup to handle managing list
4354 membership.  Often this is the name of the list followed by
4355 <I>-request</I>.  This address is almost <EM>never</EM> the same as
4356 the address used to send messages to the list.
4359 Unfortunately, email list participation commands are more a matter
4360 of convention than standard, and thus may vary from list to list.
4361 Increasingly, list management software is adding information to
4362 the copy of the postings as they're copied to the list members that
4363 explains how to do the various list management functions.
4366 Alpine will recognize this information and offer the management commands
4367 they represent in a simple display. One or more of the following
4368 operations will be made available:
4370 <DL>
4371 <DT>Help</DT>
4372 <DD>
4373 A method to get help on subscribing, unsubscribing, 
4374 an explanation of what the list is about, or special instructions
4375 for participation.  This may be in the form of a reply in response
4376 to an email message, or instructions on how to connect to a Web site.
4377 </DD>
4379 <DT>Unsubscribe</DT>
4380 <DD>
4381 A method to get your email addressed removed from the list of
4382 recipients of the email list.
4383 </DD>
4385 <DT>Subscribe</DT>
4386 <DD>
4387 A method to get your email address added to the list of recipients
4388 of the email list.  It may be in the form of a message sent to 
4389 a special address or you may be connected to a web site.
4390 <DD>
4391 </DD>
4393 <DT>Post</DT>
4394 <DD>
4395 A method used to post to the email list.  However, it might also 
4396 indicate that no posting is allowed directly to the list.
4397 </DD>
4399 <DT>Owner</DT>
4400 <DD>
4401 A method to contact the list owner for special questions you might
4402 have regarding the list.
4403 </DD>
4405 <DT>Archive</DT>
4406 <DD>
4407 A method to view an archive of previous messages posted to the list.
4408 This may be in the form of a mail folder on a remote computer, an
4409 IMAP mailbox or even a Web site.
4410 </DD>
4411 </DL>
4414 &lt;End of help on this topic&gt;
4415 </BODY>
4416 </HTML>
4417 ============= h_quota_command =============
4418 <HTML>
4419 <HEAD>
4420 <TITLE>Quota Screen Explained</TITLE>
4421 </HEAD>
4422 <BODY>
4423 <H1>Quota Screen Explained</H1>
4425 <P> This screen summarizes the quota report for this mailbox in the
4426 IMAP server. For each resource that you have a quota, this reports summarizes
4427 its use and limit.
4429 <P> Your IMAP server administrator may have set a quota based either on 
4430 the total size of your mailbox (STORAGE), or the number of messages in 
4431 your mailbox (MESSAGES), or some other criteria. This will be reported
4432 to you indicating the type of quota, its total use and its limit.
4434 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
4435 1024 bytes. Each of the characters that you see in this help text is one 
4436 byte, and this help text is about 1 kibibyte in size. Small messages sent 
4437 by Alpine are normally less than 4 kibibytes in size (which includes 
4438 headers and text). Other email programs may send messages with bigger 
4439 sizes when they send messages, since they send plain text and an 
4440 alternative part in HTML.
4442 <P> A convenient way to save space for the STORAGE type of quota is by 
4443 deleting attachments. This is done on each individual message by pressing 
4444 the &quot;V&quot; command while reading the message text, then moving the cursor 
4445 to the position of the attachment that is to be deleted, then pressing
4446 &quot;D&quot; to delete such attachment, going back to reading the 
4447 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
4448 save the message in the same folder you are reading from. The saved 
4449 message will not have the attachment that was marked deleted. Now you
4450 can delete and expunge the message with the unwanted attachment.
4453 &lt;End of help on this topic&gt;
4454 </BODY>
4455 </HTML>
4456 ============= h_mail_thread_index =============
4457 <HTML>
4458 <HEAD>
4459 <TITLE>THREAD INDEX COMMANDS</TITLE>
4460 </HEAD>
4461 <BODY>                 
4462 <H1>THREAD INDEX COMMANDS</H1>
4463 <!--chtml if pinemode="function_key"-->
4464 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>
4465 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
4466 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>
4467 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>
4468 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>
4469 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>
4470 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>
4471 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>
4472 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>
4473 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>
4474 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>
4475 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>
4476 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>
4477 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>
4478 <BR>
4479 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4480 -----------------------------<BR>
4481 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>
4482 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>
4483 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>
4484 <BR>
4485 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4486 -----------------------------<BR>
4487 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
4488 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
4489 <BR>
4490 <!--chtml else-->
4491 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>
4492 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
4493 &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>
4494 &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>
4495 &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>
4496 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>
4497 &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>
4498 &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>
4499 &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>
4500 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>
4501 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
4502 <BR>
4503 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
4504 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
4505 &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>
4506 &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>
4507 &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>
4508 &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>
4509 &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>
4510 &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>
4511 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
4512 <!--chtml endif-->
4515 NOTE:
4516 <OL>
4517  <LI>For help on a particular command, highlight the bold text associated
4518 with it above and hit Return.
4519  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4520 </OL>
4522 <H2>Description of the THREAD INDEX Screen</H2>
4524 The THREAD INDEX displays summary information from each
4525 thread (conversation) in the current folder.
4526 This is useful if you want to quickly
4527 scan new threads, or find a particular thread without having to go
4528 through the text of each message, or to quickly get rid of junk
4529 threads, etc.
4530 The current thread is always highlighted.
4531 Each line of the THREAD INDEX contains the following columns: <P>
4532 <DL>
4533  <DT>STATUS:</DT>
4534  <DD> The markings on the left side of the thread tell you about its
4535 status.  You may see one or more of the following codes on any given
4536 thread:
4537 <UL>
4538   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
4539   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
4540   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
4541   <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.
4542   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
4543         message in the thread was sent to you as a cc:. This symbol will only show up if
4544         the feature
4545         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
4546   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
4547         &quot;select&quot; command.  (Some systems may optionally allow selected
4548         messages to be denoted by the index line being displayed in bold
4549         type instead.)
4550   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
4551       to mark at least one message in this thread as &quot;important&quot;.
4552 </UL></DD><P>
4554  <DT>THREAD NUMBER:</DT>
4555  <DD>Threads in a folder are numbered, from one through the number
4556 of threads in the folder, to help you know where you are in the folder.
4557 </DD><P>
4559  <DT>DATE STARTED:</DT>
4560  <DD>The date the thread was started. This is actually from the Date header
4561 of the first message in the thread. It doesn't take different time zones
4562 into account.</DD><P>
4564  <DT>WHO STARTED THE THREAD:</DT>
4565  <DD>This is usually the name of the sender of the first message in the thread, taken from
4566 the From header of the message.
4567 If there is no personal name given in that
4568 address, then the email address is used instead.
4569 If the message is from you (or from one of your
4570 <A HREF="h_config_alt_addresses">alternate addresses</A>),
4571 then the recipient's name is shown here instead, with the characters
4572 &quot;To: &quot; inserted before the name.
4573 (The idea of this is that if you started the thread you would rather see who
4574 the mail was sent to instead of that the mail was from you.)
4575 In Newsgroups, if you are
4576 the sender and there are no email recipients, the newsgroup name will be
4577 listed after the &quot;To: &quot;.
4578 </DD><P>
4580  <DT>SIZE:</DT>
4581  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
4583  <DT>SUBJECT:</DT>
4584  <DD>As much of the thread's subject line as will fit on the screen.
4585 This is the subject of the first message in the thread.</DD>
4586 </DL>
4588 <P><UL>
4589 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
4590 </UL>
4592 &lt;End of help on this topic&gt;
4593 </BODY>
4594 </HTML>
4595 ============= h_mail_index =============
4596 <HTML>
4597 <HEAD>
4598 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
4599 </HEAD>
4600 <BODY>                 
4601 <H1>MESSAGE INDEX COMMANDS</H1>
4602 <!--chtml if pinemode="function_key"-->
4603 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>
4604 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
4605 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>
4606 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>
4607 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>
4608 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>
4609 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>
4610 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>
4611 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>
4612 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>
4613 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>
4614 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>
4615 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>
4616 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>
4617 <BR>
4618 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4619 -----------------------------<BR>
4620 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>
4621 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>
4622 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>
4623 <BR>
4624 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4625 -----------------------------<BR>
4626 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
4627 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>
4628 <BR>
4629 <!--chtml else-->
4630 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>
4631 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
4632 &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>
4633 &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>
4634 &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>
4635 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>
4636 &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>
4637 &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>
4638 &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>
4639 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>
4640 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
4641 Miscellaneous&nbsp;Operations<BR>
4642 ------------------------<BR>
4643 &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>
4644 &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>
4645 &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>
4646 &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>
4647 &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>
4648 &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>
4649 &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>
4650 &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>
4651 <!--chtml endif-->
4654 NOTE:
4655 <OL>
4656  <LI>For help on a particular command, highlight the bold text associated
4657 with it above and hit Return.
4658  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4659 </OL>
4661 <H2>Description of the MESSAGE INDEX Screen</H2>
4663 The MESSAGE INDEX displays summary information from each
4664 message in the current folder.
4665 This is useful if you want to quickly
4666 scan new messages, or find a particular message without having to go
4667 through the text of each message, or to quickly get rid of junk
4668 messages, etc.
4670 The current message is always highlighted
4671 and many commands operate on the current message.
4672 For example, the Delete command will delete the current message.
4673 If the folder is sorted by either Threads or OrderedSubject, then, depending
4674 on some of your configuration settings, a single line in the index may
4675 refer to an entire thread or to a subthread.
4676 If that is the case, then the commands that normally operate on the current
4677 message will operate on the thread or subthread instead.
4678 For example, the Delete command will delete the whole collapsed thread
4679 instead of just a single message.
4681 Each line of the MESSAGE INDEX contains the following columns (by default -- 
4682 you can change this with the 
4683 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
4684 in the SETUP CONFIGURATION screen): <P>
4685 <DL>
4686  <DT>STATUS:</DT>
4687  <DD> The markings on the left side of the message tell you about its
4688 status.  You may see one or more of the following codes on any given
4689 message:
4690 <UL>
4691   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
4692          yet eXpunged the folder.
4693   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
4694   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
4695          to be answered.
4696   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
4697          forward a message.
4698   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
4699         directly to your account, your copy is not part of a cc: or a
4700         mailing list.
4701   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
4702         message was sent to you as a cc:. This symbol will only show up if
4703         the feature
4704         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
4705   <LI> &quot;X&quot; for selected.  You have selected the message by using the
4706         &quot;select&quot; command.  (Some systems may optionally allow selected
4707         messages to be denoted by the index line being displayed in bold
4708         type.)
4709   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
4710       to mark this message as &quot;important&quot;.
4711 </UL></DD><P>
4713  <DT>MESSAGE NUMBER:</DT>
4714  <DD>Messages in a folder are numbered, from one through the number
4715 of messages in the folder, to help you know where you are in the folder.
4716 These numbers are always in increasing order, even if you sort the folder
4717 in a different way.</DD><P>
4719  <DT>DATE SENT:</DT>
4720  <DD>The date the message was sent.  By default, messages are
4721 ordered by arrival time, not by date sent.  Most of the time, arrival time
4722 and date sent (effectively departure time) are similar.  Sometimes,
4723 however, the index will appear to be out of order because a message took a
4724 long time in delivery or because the sender is in a different time
4725 zone than you are. This date is just the date from the Date header
4726 field in the message.</DD><P>
4728  <DT>WHO SENT THE MESSAGE:</DT>
4729  <DD>This is usually the name of the sender of the message, taken from
4730 the From header of the message.
4731 If there is no personal name given in that
4732 address, then the email address is used instead.
4733 If the message is from you (or from one of your
4734 <A HREF="h_config_alt_addresses">alternate addresses</A>),
4735 then the recipient's name is shown here instead, with the characters
4736 &quot;To: &quot; inserted before the name.
4737 (The idea of this is that if you sent the mail you would rather see who
4738 the mail was sent to instead of that the mail was from you.
4739 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
4740 above.
4741 In particular, use the FROM token or the FROMORTONOTNEWS token
4742 in place of the FROMORTO token.)
4743 In Newsgroups, if you are
4744 the sender and there are no email recipients, the newsgroup name will be
4745 listed after the &quot;To: &quot;. </DD><P>
4747  <DT>SIZE:</DT>
4748  <DD>The number in parentheses is the number of characters in the message.
4749 It may have a suffix of K, M, or G which means the number should be
4750 multiplied by one thousand, one million, or one billion to get the
4751 size of the message.</DD><P>
4753  <DT>SUBJECT:</DT>
4754  <DD>As much of the message's subject line as will fit on the screen.</DD>
4755 </DL>
4757 <P><UL>
4758 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
4759 </UL>
4761 &lt;End of help on this topic&gt;
4762 </BODY>
4763 </HTML>
4764 ============= h_mail_view ========================
4765 <HTML>
4766 <HEAD>
4767 <TITLE>MESSAGE TEXT SCREEN</TITLE>
4768 </HEAD>
4769 <BODY>
4770 <H1>MESSAGE TEXT SCREEN</H1>
4771 <!--chtml if pinemode="function_key"-->
4772 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>
4773 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
4774 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>
4775 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>
4776 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>
4777 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>
4778 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>
4779 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>
4780 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>
4781 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>
4782 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>
4783 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>
4784 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>
4785 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>
4786 <BR>
4787 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4788 ------------------------------<BR>
4789 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
4790 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
4791 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
4792 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
4793 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
4794 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
4795 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
4796 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
4797 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
4798 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
4799 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
4800 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
4801 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4802 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
4803 <!--chtml else-->
4804 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
4805 ---------------------------------<BR>
4806 <BR>
4807 &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>
4808 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>
4809 &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>
4810 &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>
4811 &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>
4812 &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>
4813 &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>
4814 &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>
4815 &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>
4816 <BR>
4817 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
4818 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
4819 &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>
4820 &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>
4821 &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>
4822 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>
4823 <BR>
4824 General&nbsp;Alpine&nbsp;Commands<BR>
4825 ---------------------<BR>
4826 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
4827 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
4828 &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>
4829 &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>
4830 &nbsp;&nbsp;&nbsp;&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>
4831 <!--chtml endif-->
4834 NOTE:
4835 <OL>
4836  <LI>For help on a particular command, highlight the bold text associated
4837 with it above and hit Return.
4838  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4839 </OL>
4841 <H2>Description of the MESSAGE TEXT Screen</H2>
4843 The top line of the view message screen displays status
4844 information about the currently open collection and folder and about the
4845 current message.  It shows the name of the collection in angle brackets
4846 and then the name of the folder.  The line also displays the number
4847 of messages in the folder, the number of the current message and the
4848 percentage of the current message that has been displayed on the screen.
4849 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
4850 right corner.
4851 If the message has been answered (but not deleted) &quot;ANS&quot; will show
4852 in the corner.
4855 NOTE: to rapidly move to the end of a message, hit the
4856 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
4857 (or Ctrl-W) key followed
4858 by Ctrl-V.  Similarly,
4859 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
4860 followed by Ctrl-Y will take you to the beginning of
4861 a message.
4863 <H2>Explanation of Alternate Character Sets</H2>
4865 Alpine attempts to stay out of the way so that it won't prevent you from
4866 viewing mail in any character set.  It will simply send the message to
4867 your display device.  If the device is capable of displaying the
4868 message as it was written it will do so.  If not, the display may be
4869 partially or totally incorrect.
4870 If the message contains characters that are not representable in your 
4871 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
4872 variable in your configuration, then a warning message will be printed
4873 to your screen at the beginning of the message display.
4874 It is probably best to use UNIX Alpine in a terminal emulator
4875 capable of displaying UTF-8 characters.
4876 See <A HREF="h_config_char_set">Display Character Set</A> for a little
4877 more information about character set settings.
4879 <P><UL>
4880 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
4881 </UL>
4883 &lt;End of help on this topic&gt;
4884 </BODY>
4885 </HTML>
4886 ======= h_index_cmd_select =======
4887 <HTML>
4888 <HEAD>
4889 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
4890 </HEAD>
4891 <BODY>
4892 <H1>Selecting: Select and WhereIs/Select</H1>
4894 Aggregate operations give you the ability to process a group of messages
4895 at once.  Acting on multiple messages requires two steps: (1) selecting a
4896 set of messages and then; (2) applying a command to that set. The first
4897 part is handled by the select command.  Select allows you to
4898 select messages based on their status (read, answered, etc.), contents,
4899 date, size, or keywords.
4900 You may also select based on one of your Rules or based on threads,
4901 and there are quick options to select a specific message or range of messages,
4902 to select the current message, or to select all messages.
4905 We describe the various selection criteria briefly:
4908 <DL>
4909 <DT>select All</DT>
4910 <DD> Marks all the messages in the folder as selected.
4911 </DD>
4913 <DT>select Cur</DT>
4914 <DD> Selects the currently highlighted message or currently highlighted
4915 set of messages if in a threaded view.
4916 </DD>
4918 <DT>select by Number</DT>
4919 <DD> Select by message number. This may be a comma-separated list instead or
4920 a single entry.
4921 Each element in the list may be either a single message number or a range
4922 of numbers with a dash between the lowest and highest member of the range.
4923 Some examples are 7 to select only message number 7; 2-5 to select messages
4924 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
4925 The word &quot;end&quot; may be used as a substitute for the highest numbered
4926 message in the folder.
4927 If in a separate thread index where the numbers refer to threads instead of
4928 to messages, then you will be selecting all of the messages in the
4929 referenced threads instead of selecting by message number.
4930 </DD>
4932 <DT>select by Date</DT>
4933 <DD> Select by either the date stored in the Date headers of each message,
4934 or by the date when the messages arrived.
4935 This does not adjust for different time zones, but just checks to see what
4936 day the message was sent on.
4937 You may type in a date. If you do, the date should be in the form
4938 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
4939 For example,
4940 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
4942 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
4943 If the date you want is close to the current date, it is probably
4944 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
4945 is displayed, instead of typing in the date yourself.
4946 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
4947 the date of the currently highlighted message. 
4949 There are six possible settings that are selected using the
4950 &quot;^W&nbsp;Toggle When&quot; command.
4951 Three of them select messages based on the Date headers.
4952 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
4953 and &quot;SENT ON&quot;.
4954 SINCE is all messages with the selected date or later.
4955 BEFORE is all messages earlier than the selected date (not including the day
4956 itself).
4957 ON is all messages sent on the selected date.
4958 The other three select messages in the same way but they use the arrival
4959 times of the messages instead of the Date headers included in the messages.
4960 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
4961 and &quot;ARRIVED ON&quot;.
4962 When you save a message from one folder to another the arrival time is
4963 preserved.
4964 </DD>
4966 <DT>select by Text</DT>
4967 <DD> Selects messages based on the message contents.
4968 This allows you to select a set of messages based on whether or not the
4969 message headers or message body contain specified text.
4970 You may look for text in the Subject, the From header,
4971 the To header, or the Cc header.
4972 You may also choose Recipient, which searches for the text in
4973 either the To or the Cc header;
4974 or Participant, which means To or Cc or From.
4975 Besides those specific header searches, you may also search the entire
4976 header and text of the message with &quot;All Text&quot;, or just the
4977 body of the message.
4979 To search for the absence of text, first type the &quot;! Not&quot; command
4980 before typing the specific type of text search.
4981 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
4982 search for all messages that do not contain a particular word in their
4983 Subjects.
4985 If you choose a Subject search, you may use the subject from the current
4986 message by typing the &quot;^X Cur Subject&quot; command.
4987 You may then edit it further if you wish.
4988 For example, you might select the subject of a reply and edit the
4989 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
4990 the original message being replied to.
4991 All of the other header searches allow you to use addresses from the
4992 headers of the current message if you want to.
4993 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
4994 &quot;^W Cur Cc&quot;.
4995 In each case, if there is more than one address, only the first is offered.
4996 </DD>
4998 <DT>select by Status</DT>
4999 <DD> Selects messages based on their status.
5000 You may select all New, Important, Deleted, Answered, Recent, or Unseen
5001 messages.
5002 Or, if you first type the &quot;! Not&quot; command, you get not New,
5003 or not Important, and so on.
5004 If you select Deleted messages, you will get all messages with their
5005 Deleted flag set.
5006 Likewise for Important messages, all messages that you have flagged as
5007 being Important with the
5008 <A HREF="h_common_flag">Flag</A> command.
5009 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5010 because they try to match what you see on the screen by default.
5011 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5012 and Unanswered.
5013 If you have looked at the message, or deleted it, or answered it; then it
5014 is not considered &quot;New &quot;.
5015 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5017 &quot;Answered&quot; is another one that is a little different.
5018 It means that the message has been Answered <EM>and</EM> is not deleted.
5019 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5020 the opposite of &quot;Answered&quot;!
5021 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5022 both Unanswered <EM>and</EM> not deleted.
5024 The other two types were added later because the special nature of the
5025 New flag was not what was wanted by all users.
5026 New does match what you see in the index by default, but if you use
5027 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5028 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5029 be exactly what you want.
5030 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5031 they are deleted or answered, and
5032 &quot;Recent&quot; selects all of the messages that have been added to
5033 the folder since you started this Alpine session.
5034 (That's not technically quite true. If there are multiple mail clients
5035 reading an IMAP mailbox, each message will be marked as Recent in only
5036 one of the client's sessions.)
5037 </DD>
5039 <DT>select by siZe</DT>
5040 <DD> Selects messages based on their size being smaller than or larger
5041 than the size you specify.
5042 The size is the number of bytes.
5043 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
5044 the number.
5045 For example, 7K is the same as 7000.
5046 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
5047 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
5048 Use the &quot;^W&quot; command to toggle back and forth between Smaller
5049 and Larger.
5050 </DD>
5052 <DT>select by Keyword</DT>
5053 <DD> Selects messages that either have or do not have
5054 (using the &quot;!&nbsp;Not&quot; command)
5055 a particular <A HREF="h_config_keywords">Keyword</A> set.
5056 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
5057 command to select one from your list of keywords.
5059 <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.
5060 </DD>
5062 <DT>select by Rule</DT>
5063 <DD> Selects messages that either match or don't match
5064 (using the &quot;!&nbsp;Not&quot; command)
5065 one of the Rules you have defined.
5066 The most likely method of filling in the Rule is to use the
5067 &quot;^T&nbsp;To&nbsp;List&quot;
5068 command to select one of your Rules.
5069 All of the Rules you have defined will be in the list, including
5070 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
5071 They may not all make sense for this purpose, but they are all there for
5072 flexibility.
5073 You might find it useful to define some rules solely for the purpose
5074 of being used by the Select command.
5075 There is a special category for such Rules. They are called Search Rules.
5077 Unfortunately, Alpine does not allow all possible Rules to be defined.
5078 For example, there is no logical OR operation.
5079 OR is accomplished in the Filter Rules or the other types of Rules by
5080 simply defining two rules, one that matches the first part of the OR
5081 and another that matches the second part.
5082 But you can't do that here, since you only have a single Rule to work with.
5083 Likewise, the order of Rules is usually important.
5084 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5085 a message, then that stops the search for a further match.
5086 This means that you may be confused if you try to use Select by Rule to
5087 check your Filter rules because the order is important when filtering but
5088 is not considered here.
5089 </DD>
5091 <DT>select by tHread</DT>
5092 <DD> Selects all of the messages in the current thread.
5093 </DD>
5094 </DL>
5096 After you have an initial selection, the next and subsequent selection
5097 commands modify the selection.
5098 The select command changes. It first gives
5099 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
5100 &quot;unselect Current&quot;,
5101 &quot;Broaden selection&quot; (implements a logical OR), and
5102 &quot;Narrow selection&quot; (implements a logical AND).
5103 After you choose either Broaden or Narrow, you then choose one of the
5104 selection criteria listed above (by Text or Number or ...).
5105 You may use select as many times as you wish to get the selected set right.
5108 The WhereIs command has a feature (Ctrl-X) to
5109 select all the messages that match the WhereIs search. WhereIs searches
5110 through just the text that appears on the MESSAGE INDEX screen.
5111 This method is often slower than using the select command itself, unless the
5112 line you are looking for is not too far away in the index.
5115 The availability of the aggregate operations commands is determined by the
5116 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5117 Feature-List option in your Alpine
5118 configuration, which defaults to set.
5119 The features
5120 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
5122 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
5123 affect the behavior of the Select command.
5126 &lt;End of help on this topic&gt;
5127 </BODY>
5128 </HTML>
5129 ======= h_select_rule =======
5130 <HTML>
5131 <HEAD>
5132 <TITLE>Select: Rule</TITLE>
5133 </HEAD>
5134 <BODY>
5135 <H1>Select: Rule</H1>
5137 You are selecting messages that either match or don't match
5138 one of the Rules you have defined.
5139 You may either type the nickname of the Rule at the prompt, or use the
5140 &quot;^T&nbsp;To&nbsp;List&quot;
5141 command to select one of your Rules.
5142 All of the Rules you have defined will be in the list, including
5143 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
5144 They may not all make sense for this purpose, but they are all there for
5145 flexibility.
5146 Rules may be added by using the Setup/Rules screen off of the main Alpine
5147 menu.
5149 Unfortunately, Alpine does not allow all possible Rules to be defined.
5150 For example, there is no logical OR operation.
5151 OR is accomplished in the Filter Rules or the other types of Rules by
5152 simply defining two rules, one that matches the first part of the OR
5153 and another that matches the second part.
5154 But you can't do that here, since you only have a single Rule to work with.
5155 Likewise, the order of Rules is usually important.
5156 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5157 a message, then that stops the search for a further match.
5158 This means that you may be confused if you try to use Select by Rule to
5159 check your Filter rules because the order is important when filtering but
5160 is not considered here.
5163 &lt;End of help on this topic&gt;
5164 </BODY>
5165 </HTML>
5166 ======= h_select_text =======
5167 <HTML>
5168 <HEAD>
5169 <TITLE>Select: Text</TITLE>
5170 </HEAD>
5171 <BODY>
5172 <H1>Select: Text</H1>
5174 You are selecting messages based on the contents of the message.
5175 This allows you to select a set of messages based on whether or not the
5176 message headers or message body contain specified text.
5177 You may look for text in the Subject, the From header,
5178 the To header, or the Cc header.
5179 You may also choose Recipient, which searches for the text in
5180 either the To or the Cc header;
5181 or Participant, which means either the To header, or the Cc header,
5182 or the From header.
5183 Besides those specific header searches, you may also search the entire
5184 header and text of the message with &quot;All Text&quot;, or just the
5185 body of the message with &quot;Body&quot;.
5187 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
5188 before typing the specific type of text search.
5189 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5190 search for all messages that do not contain a particular word in their
5191 Subjects.
5193 If you choose a Subject search, you may use the subject from the current
5194 message by typing the &quot;^X Cur Subject&quot; command.
5195 You may then edit it further if you wish.
5196 For example, you might select the subject of a reply and edit the
5197 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5198 the original message being replied to.
5199 All of the other header searches allow you to use addresses from the
5200 headers of the current message if you want to.
5201 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5202 &quot;^W Cur Cc&quot;.
5203 In each case, if there is more than one address, only the first is offered.
5206 &lt;End of help on this topic&gt;
5207 </BODY>
5208 </HTML>
5209 ======= h_select_status =======
5210 <HTML>
5211 <HEAD>
5212 <TITLE>Select: Status</TITLE>
5213 </HEAD>
5214 <BODY>
5215 <H1>Select: Status</H1>
5217 You are selecting messages based on the status of the message.
5218 For example, whether or not the message has been marked Deleted or Important,
5219 or whether or not it has been Answered or is New.
5220 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
5221 opposite: not Deleted, not Important, and so on.
5223 If you select Deleted messages, you will get all messages with their
5224 Deleted flag set.
5225 Likewise for Important messages, all messages that you have flagged as
5226 being Important with the
5227 <A HREF="h_common_flag">Flag</A> command.
5228 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5229 because they try to match what you see on the screen by default.
5230 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5231 and Unanswered.
5232 If you have looked at the message, or deleted it, or answered it; then it
5233 is not considered &quot;New &quot;.
5234 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5236 &quot;Answered&quot; is another one that is a little different.
5237 It means that the message has been Answered <EM>and</EM> is not deleted.
5238 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5239 the opposite of &quot;Answered&quot;!
5240 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5241 both Unanswered <EM>and</EM> not deleted.
5243 (The New and Answered options may seem counter-intuitive.
5244 The reason it is done this way is
5245 because, by default, a Deleted message will show up with the &quot;D&quot;
5246 symbol in the MAIL INDEX screen even if it is New or Answered.
5247 The Delete symbol overrides the New and Answered symbols, because you
5248 usually don't care about the message anymore once you've deleted it.
5249 Similarly, you usually only care about whether a message is Answered or
5250 not if it is not Deleted.
5251 Once it is Deleted you've put it out of your mind.)
5253 The other two options were added later because the special nature of the
5254 New flag was not what was wanted by all users.
5255 New does match what you see in the index by default, but if you use
5256 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5257 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5258 be exactly what you expect.
5259 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5260 they are deleted or answered, and
5261 &quot;Recent&quot; selects all of the messages that have been added to
5262 the folder since you started this Alpine session.
5263 (That's not technically quite true. If there are multiple mail clients
5264 reading an IMAP mailbox, each message will be marked as Recent in only
5265 one of the client's sessions.
5266 That behavior can be convenienent for some purposes, like filtering, but
5267 it isn't usually what you expect when selecting.)
5270 &lt;End of help on this topic&gt;
5271 </BODY>
5272 </HTML>
5273 ======= h_index_cmd_apply =======
5274 <HTML>
5275 <HEAD>
5276 <TITLE>Apply Command</TITLE>
5277 </HEAD>
5278 <BODY>
5279 <H1>Apply Command</H1>
5281 Apply
5282 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
5283 is the second step of most aggregate operations.  Apply
5284 becomes active any time there is a defined set of selected messages.  The
5285 following commands can be applied to a selected message set: delete,
5286 undelete, reply, forward,
5287 <!--chtml if pinemode="os_windows"-->
5288 <!--chtml else--> 
5289 pipe,
5290 <!--chtml endif-->
5291 print, take address, save, export, bounce, and flag.
5294 The behavior of some of these commands in an aggregate sense is not easy to
5295 explain.  Try them out to see what they do.
5296 The feature
5297 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
5298 affects the behavior of the Apply command, as does the feature
5299 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
5302 &lt;End of help on this topic&gt;
5303 </BODY>
5304 </HTML>
5305 ======= h_index_cmd_zoom =======
5306 <HTML>
5307 <HEAD>
5308 <TITLE>ZoomMode Command</TITLE>
5309 </HEAD>
5310 <BODY>
5311 <H1>ZoomMode Command</H1>
5313 Another action you might want to take on a set of selected messages is to
5314 zoom in on them.  Like apply, zoom only becomes active when messages have
5315 been selected.
5316 ZoomMode
5317 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
5318 is a toggle command that allows you to
5319 zoom-in (and only see the selected messages) and zoom-out (to see all
5320 messages in the folder).  Neither apply nor zoom removes the markings that
5321 define the selected set; you need to use a select command in order
5322 to do that.
5325 &lt;End of help on this topic&gt;
5326 </BODY>
5327 </HTML>
5328 ======= h_index_collapse_expand =======
5329 <HTML>
5330 <HEAD>
5331 <TITLE>Collapse/Expand Command</TITLE>
5332 </HEAD>
5333 <BODY>
5334 <H1>Collapse/Expand Command</H1>
5336 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
5337 the folder is sorted by either Threads or OrderedSubject, and the
5338 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
5339 is set to something other than &quot;none&quot;.
5340 By default, this command collapses or expands the subthread that starts at
5341 the currently highlighted message, if any.
5342 If the subthread is already collapsed, then this command expands it.
5343 If the subthread is expanded, then this command collapses it.
5344 If there are no more messages below the current message in the
5345 thread tree (that is, there are no replies to the current message) then
5346 this command does nothing.
5349 The behavior of this command is affected by the option
5350 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
5351 Normally, this command Collapses or Expands the subthread that
5352 starts at the currently highlighted message.
5353 If the above option is set, then this command Collapses or Expands the
5354 entire current thread instead of just the subthread.
5355 The current thread is simply the top-level thread that contains the
5356 current message.
5359 &lt;End of help on this topic&gt;
5360 </BODY>
5361 </HTML>
5362 ======= h_index_cmd_sort =======
5363 <HTML>
5364 <HEAD>
5365 <TITLE>Sort Command</TITLE>
5366 </HEAD>
5367 <BODY>
5368 <H1>Sort Command</H1>
5370 In Alpine's generic configuration, messages are presented in the order in
5371 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
5372 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
5373 You can also re-sort the folder on demand with the sort
5374 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
5375 command.
5376 Your sorting options are:
5378 <UL>
5379  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
5380  <LI> <A HREF="h_index_sort_date">D</A>ate
5381  <LI> <A HREF="h_index_sort_subj">S</A>ubject
5382  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
5383  <LI> t<A HREF="h_index_sort_thread">H</A>read
5384  <LI> <A HREF="h_index_sort_from">F</A>rom
5385  <LI> si<A HREF="h_index_sort_size">Z</A>e
5386  <LI> scor<A HREF="h_index_sort_score">E</A>,
5387  <LI> <A HREF="h_index_sort_to">T</A>o
5388  <LI> <A HREF="h_index_sort_cc">C</A>c
5389 </UL>
5392 The Reverse option will toggle the order the index is currently
5393 sorted by, but will not change the relative sort order.
5396 Sorting a folder does not actually rearrange the way the folder is saved,
5397 it just re-arranges how the messages are presented to you.  This means
5398 that Alpine has to do the work of sorting every time you change sort order.
5399 Sometimes, especially with PC-Alpine or with large folders, this could take
5400 a while.
5403 &lt;End of help on this topic&gt;
5404 </BODY>
5405 </HTML>
5406 ======= h_index_sort_default =======
5407 <HTML>
5408 <HEAD>
5409 <TITLE>SORT OPTION: Default</TITLE>
5410 </HEAD>
5411 <BODY>
5412 <H1>SORT OPTION: Default</H1>
5414 The <EM>Default</EM> sort option just means to use the default sort order
5415 set in the
5416 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
5417 option in Setup/Config.
5420 &lt;End of help on this topic&gt;
5421 </BODY>
5422 </HTML>
5423 ======= h_index_sort_arrival =======
5424 <HTML>
5425 <HEAD>
5426 <TITLE>SORT OPTION: Arrival</TITLE>
5427 </HEAD>
5428 <BODY>
5429 <H1>SORT OPTION: Arrival</H1>
5431 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5432 in the order that they exist in the folder.  This is usually the same as the
5433 order in which they arrived.  This option is comparable to not sorting
5434 the messages at all.
5437 &lt;End of help on this topic&gt;
5438 </BODY>
5439 </HTML>
5440 ======= h_index_sort_date =======
5441 <HTML>
5442 <HEAD>
5443 <TITLE>SORT OPTION: Date</TITLE>
5444 </HEAD>
5445 <BODY>
5446 <H1>SORT OPTION: Date</H1>
5448 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5449 according to the date and time they were
5450 sent.
5453 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
5454 identical to sorting by &quot;Arrival&quot;.
5457 &lt;End of help on this topic&gt;
5458 </BODY>
5459 </HTML>
5460 ======= h_index_sort_subj =======
5461 <HTML>
5462 <HEAD>
5463 <TITLE>SORT OPTION: Subject</TITLE>
5464 </HEAD>
5465 <BODY>
5466 <H1>SORT OPTION: Subject</H1>
5468 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5469 by subject. 
5472 Messages with the same subject are
5473 first grouped together, and then the groups of like-subject messages
5474 are arranged alphabetically.
5477 Alpine ignores leading &quot;Re:&quot; and
5478 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
5479 likeness and alphabetical order of subject lines.
5482 &lt;End of help on this topic&gt;
5483 </BODY>
5484 </HTML>
5485 ======= h_index_sort_ordsubj =======
5486 <HTML>
5487 <HEAD>
5488 <TITLE>SORT OPTION: OrderedSubject</TITLE>
5489 </HEAD>
5490 <BODY>
5491 <H1>SORT OPTION: OrderedSubject</H1>
5493 The <EM>OrderedSubject</EM> sort option arranges messages in the
5494 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
5495 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
5498 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
5499 messages by the date of the oldest message in the group.
5502 This sort method provides for pseudo threading of conversations within
5503 a folder.
5504 You may want to try sorting by Thread instead.
5507 &lt;End of help on this topic&gt;
5508 </BODY>
5509 </HTML>
5510 ======= h_index_sort_thread =======
5511 <HTML>
5512 <HEAD>
5513 <TITLE>SORT OPTION: Thread</TITLE>
5514 </HEAD>
5515 <BODY>
5516 <H1>SORT OPTION: Thread</H1>
5518 The <EM>Thread</EM> sort option arranges messages in the
5519 MESSAGE&nbsp;INDEX by grouping all messages that indicate
5520 they are part of a conversation (discussion thread) taking
5521 place within a mailbox or newsgroup.  This indication is
5522 based on information in the message's header -- specifically
5523 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
5526 &lt;End of help on this topic&gt;
5527 </BODY>
5528 </HTML>
5529 ======= h_index_sort_from =======
5530 <HTML>
5531 <HEAD>
5532 <TITLE>SORT OPTION: From</TITLE>
5533 </HEAD>
5534 <BODY>
5535 <H1>SORT OPTION: From</H1>
5537 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5538 by the name of the author of the message.
5541 Messages with the same author are grouped together. Groups of
5542 messages are then put into alphabetical order according to message
5543 author.
5546 &lt;End of help on this topic&gt;
5547 </BODY>
5548 </HTML>
5549 ======= h_index_sort_size =======
5550 <HTML>
5551 <HEAD>
5552 <TITLE>SORT OPTION: Size</TITLE>
5553 </HEAD>
5554 <BODY>
5555 <H1>SORT OPTION: Size</H1>
5557 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5558 by their relative sizes.
5561 &lt;End of help on this topic&gt;
5562 </BODY>
5563 </HTML>
5564 ======= h_index_sort_score =======
5565 <HTML>
5566 <HEAD>
5567 <TITLE>SORT OPTION: Score</TITLE>
5568 </HEAD>
5569 <BODY>
5570 <H1>SORT OPTION: Score</H1>
5572 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5573 by their scores.
5576 Messages with the same score are sorted in arrival order.
5577 Scores are something you create using the
5578 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
5581 &lt;End of help on this topic&gt;
5582 </BODY>
5583 </HTML>
5584 ======= h_index_sort_to =======
5585 <HTML>
5586 <HEAD>
5587 <TITLE>SORT OPTION: To</TITLE>
5588 </HEAD>
5589 <BODY>
5590 <H1>SORT OPTION: To</H1>
5592 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
5593 by the names of the recipients of the message.
5596 Messages with the same recipients are grouped together. Groups of
5597 messages are then put into alphabetical order according to message
5598 recipients.
5601 &lt;End of help on this topic&gt;
5602 </BODY>
5603 </HTML>
5604 ======= h_index_sort_cc =======
5605 <HTML>
5606 <HEAD>
5607 <TITLE>SORT OPTION: Cc</TITLE>
5608 </HEAD>
5609 <BODY>
5610 <H1>SORT OPTION: Cc</H1>
5612 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
5613 the names of the carbon copy addresses of the message.
5616 &lt;End of help on this topic&gt;
5617 </BODY>
5618 </HTML>
5619 ======= h_index_cmd_whereis =======
5620 <HTML>
5621 <HEAD>
5622 <TITLE>WhereIs Command</TITLE>
5623 </HEAD>
5624 <BODY>
5625 <H1>WhereIs Command</H1>
5627 The WhereIs
5628 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
5629 command lets you search the MESSAGE INDEX for a word.
5630 It scans through whatever you see, usually the name of the author
5631 and the Subject line.
5632 WhereIs has special subcommands to let you find the beginning of the
5633 index (Ctrl-Y -- first message)
5634 or the end of the index (Ctrl-V -- last message).
5636 Note that WhereIs only searches through the visible text on the screen.
5637 For example, if only part of the Subject of a message is shown because it
5638 is long, then only the visible portion of the Subject is searched.
5639 Also note that WhereIs does not &quot;see&quot; the 
5640 &quot;X&quot; in column one of Index entries for selected messages
5641 so it can't be used to search for
5642 selected messages (use &quot;Zoom&quot; instead).
5644 If the feature
5645 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5646 is turned on,
5647 WhereIs can also be used as a quick way to select messages that match the
5648 string being searched for.
5649 Instead of typing carriage return to search for the next match, type
5650 Ctrl-X to select all matches.
5651 Once again, this only selects matches that are (or would be if the right
5652 index line was on the screen) visible.
5653 Truncated From lines or Subjects will cause matches to be missed.
5654 Although WhereIs is sometimes convenient for quick matching, the Select
5655 command is usually more powerful and usually faster.
5658 &lt;End of help on this topic&gt;
5659 </BODY>
5660 </HTML>
5661 ======= h_view_cmd_whereis =======
5662 <HTML>
5663 <HEAD>
5664 <TITLE>WhereIs Command</TITLE>
5665 </HEAD>
5666 <BODY>
5667 <H1>WhereIs Command</H1>
5669 The WhereIs
5670 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
5671 command does a &quot;find in current message&quot; operation.  You
5672 type in text and Alpine will try to find it in the message you are
5673 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
5674 or end (Ctrl-V) of the message.
5675 That is, to rapidly move to the end of a message, hit the 
5676 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5677 (or Ctrl-W) key followed
5678 by Ctrl-V.  Similarly,
5679 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5680 followed by Ctrl-Y will take you to the beginning of a message.
5683 &lt;End of help on this topic&gt;
5684 </BODY>
5685 </HTML>
5686 ======= h_view_cmd_hilite =======
5687 <HTML>
5688 <HEAD>
5689 <TITLE>View Hilite and Next item/Previous item</TITLE>
5690 </HEAD>
5691 <BODY>
5692 <H1>View Hilite and Next item/Previous item</H1>
5694 Sometimes messages may be in the form of formatted HTML text
5695 or they may contain URLs or Web server hostnames.
5696 When any of the features
5697 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
5698 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
5699 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
5701 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
5702 are enabled, Alpine will represent such selectable items in the text
5703 in bold typeface.  One of the selectable items will be displayed in
5704 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
5705 Press the Return key to view the currently selected item.
5708 The Up and Down Arrows keys can be used to change the selected item
5709 (also see the feature
5710 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
5711 If there are no selectable items in the direction of the arrow you
5712 pressed, Alpine will scroll the display in that direction until one
5713 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
5714 items in the message text, use the Previous and Next item commands,
5715 <!--chtml if pinemode="function_key"-->F5 and F6
5716 <!--chtml else-->^B and ^F<!--chtml endif-->.
5719 &lt;End of help on this topic&gt;
5720 </BODY>
5721 </HTML>
5722 ======= h_view_cmd_viewattch =======
5723 <HTML>
5724 <HEAD>
5725 <TITLE>ViewAttch Command</TITLE>
5726 </HEAD>
5727 <BODY>
5728 <H1>ViewAttch Command</H1>
5731 The View/Save Attachment
5732 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
5733 command allows you to handle MIME attachments to a message you have
5734 received.  Alpine shows you a list of the message attachments -- you just
5735 choose the attachment you want.  You may either view or save the
5736 selected attachment.
5739 Because many attachments require external programs for display, there
5740 is some system configuration that has to happen before you can
5741 actually display attachments.  Hopefully much of that will have been
5742 done already by your system administrator.  MIME configuration is
5743 handled with the &quot;mailcap&quot; configuration file.  (See the section 
5744 on configuration in the
5745 <A HREF="h_news">release notes</A> for more information.)
5748 &lt;End of help on this topic&gt;
5749 </BODY>
5750 </HTML>
5751 ======= h_index_cmd_expunge =======
5752 <HTML>
5753 <HEAD>
5754 <TITLE>Expunge/Exclude Command</TITLE>
5755 </HEAD>
5756 <BODY>
5757 <H1>Expunge/Exclude Command</H1>
5759 Expunge/Exclude
5760 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
5761 is the command Alpine uses to actually remove all messages
5762 marked for deletion.  With regular email files, expunge literally deletes
5763 the text from the current folder.  With newsgroups or shared mailboxes,
5764 you don't have permission to actually remove the message, so it is an
5765 exclude -- Alpine removes the message from your view of the folder even
5766 though it is not technically gone.
5768 <P> A selective expunge command is available in IMAP folders that support 
5769 the UID EXPUNGE extension in <A 
5770 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
5771 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
5772 as a subcommand of the apply command. If some selected messages are marked 
5773 deleted, then the apply command will offer the eXpunge command, which when 
5774 executed will only expunge those messages that are selected and deleted.
5776 <P> 
5777 Observe that the expunge command (when not used from the apply command) 
5778 will expunge/exclude all deleted messages from the folder, and so all 
5779 messages marked deleted will be expunged, regardless of if they are 
5780 selected or not. In other words, there is no protection against 
5781 potentially expunging more messages than only those that have been 
5782 selected and deleted.
5785 The configuration features
5786 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
5788 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
5789 affect the behavior of the Expunge command.
5792 &lt;End of help on this topic&gt;
5793 </BODY>
5794 </HTML>
5795 ======= h_common_compose =======
5796 <HTML>
5797 <HEAD>
5798 <TITLE>Compose Command</TITLE>
5799 </HEAD>
5800 <BODY>
5801 <H1>Compose Command</H1>
5803 The Compose command takes you into the Alpine message composer where you
5804 can start a new message for sending.  This is where you type in the
5805 message's text and specify its recipient list (the &quot;To:&quot;
5806 address), where copies should be directed (e.g., &quot;Fcc&quot;,
5807 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
5808 be attached to the message.
5811 When you type this command, Alpine will also automatically check for any
5812 interrupted (i.e., a message that was being composed when your modem
5813 or network connection was broken) or previously postponed messages and
5814 offer you a chance to continue working on those.
5817 <UL>   
5818 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5819 </UL><P>
5820 &lt;End of help on this topic&gt;
5821 </BODY>
5822 </HTML>
5823 ======= h_common_index =======
5824 <HTML>
5825 <HEAD>
5826 <TITLE>Message Index Command</TITLE>
5827 </HEAD>
5828 <BODY>
5829 <H1>Message Index Command</H1>
5831 The Index command takes you to the MESSAGE INDEX screen that displays a
5832 summary caption for each message in the currently-open folder. One
5833 message will be highlighted; this is the &quot;Current&quot; message.
5834 The message commands available from this screen (e.g. View, Reply,
5835 Forward, Delete, Print, Save, etc) apply to the current message.
5838 &lt;End of help on this topic&gt;
5839 </BODY>
5840 </HTML>
5841 ======= h_common_folders =======
5842 <HTML>
5843 <HEAD>
5844 <TITLE>Folder List Command</TITLE>
5845 </HEAD>
5846 <BODY>
5847 <H1>Folder List Command</H1>
5849 This Folder List command takes you to the FOLDER LIST screen that displays
5850 the names of all your message folders and allows you to view, rename,
5851 delete, and add folders.  You can open (view) a different folder than the
5852 one currently open by highlighting the desired one (using the arrow keys
5853 or their control-key equivalents) and pressing RETURN.
5856 If you have multiple folder collections defined (see the Help text for
5857 the FOLDER LIST screen to learn more about Collections), you may need
5858 to press Return to expand the collection and display all of the
5859 folders in it.
5862 &lt;End of help on this topic&gt;
5863 </BODY>
5864 </HTML>
5865 ======= h_main_addrbook =======
5866 <HTML>
5867 <HEAD>
5868 <TITLE>Address Book Command</TITLE>
5869 </HEAD>
5870 <BODY>
5871 <H1>Address Book Command</H1>
5873 This command, available only from the MAIN MENU, takes you
5874 to the ADDRESS BOOK management screen.  From here, your personal address
5875 book(s) may be updated.
5878 &lt;End of help on this topic&gt;
5879 </BODY>
5880 </HTML>
5881 ======= h_main_setup =======
5882 <HTML>
5883 <HEAD>
5884 <TITLE>Setup Command</TITLE>
5885 </HEAD>
5886 <BODY>
5887 <H1>Setup Command</H1>
5889 The Setup command, available only from the MAIN MENU, prompts you for
5890 one of several configuration screens, including the SETUP CONFIGURATION 
5891 screen, by which you may activate optional Alpine features.
5894 &lt;End of help on this topic&gt;
5895 </BODY>
5896 </HTML>
5897 ======= h_main_release_notes =======
5898 <HTML>
5899 <HEAD>
5900 <TITLE>Release Notes Command</TITLE>
5901 </HEAD>
5902 <BODY>
5903 <H1>Release Notes Command</H1>
5905 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
5906 as well as pointers to further information such as history and legal notes.
5909 &lt;End of help on this topic&gt;
5910 </BODY>
5911 </HTML>
5912 ======= h_main_kblock =======
5913 <HTML>
5914 <HEAD>
5915 <TITLE>Keyboard Lock Command</TITLE>
5916 </HEAD>
5917 <BODY>
5918 <H1>Keyboard Lock Command</H1>
5920 This command allows your Alpine session to be protected
5921 during a temporary absence from your terminal.
5924 &lt;End of help on this topic&gt;
5925 </BODY>
5926 </HTML>
5927 ======= h_main_journal =======
5928 <HTML>
5929 <HEAD>
5930 <TITLE>Journal Command</TITLE>
5931 </HEAD>
5932 <BODY>
5933 <H1>Journal Command</H1>
5935 This command displays a list of all the status messages Alpine has
5936 displayed (on the third line from the bottom of the screen). This may
5937 be useful if a message disappeared before you had a chance to read it.
5940 &lt;End of help on this topic&gt;
5941 </BODY>
5942 </HTML>
5943 ======= h_common_role =======
5944 <HTML>
5945 <HEAD>
5946 <TITLE>Role Command</TITLE>
5947 </HEAD>
5948 <BODY>
5949 <H1>Role Command</H1>
5951 The Role command is similar to the Compose command except that it starts
5952 off by letting you select a <A HREF="h_rules_roles">role</A>
5953 to be used for the composition.
5954 You may set up alternate roles by using Setup/Rules/Roles.
5957 &lt;End of help on this topic&gt;
5958 </BODY>
5959 </HTML>
5960 ======= h_common_conditional_cmds =======
5961 <HTML>
5962 <HEAD>
5963 <TITLE>Conditional Commands</TITLE>
5964 </HEAD>
5965 <BODY>
5966 <H1>Conditional Commands</H1>
5968 The presence or absence of certain commands, particularly in the
5969 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
5970 whether or not specific features are set in your Alpine configuration.  
5971 (You can access the SETUP CONFIGURATION screen, where they are found, from 
5972 Alpine's MAIN MENU.)  To see if a desired command's availability is
5973 conditioned on a feature setting, see the command's help text (highlight
5974 the phrase associated with the command and hit Return).
5977 Also note that some
5978 commands may be administratively disabled by your system manager;
5979 if they don't work, please check with your local help desk.
5982 <UL>   
5983 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5984 </UL><P>
5985 &lt;End of help on this topic&gt;
5986 </BODY>
5987 </HTML>
5988 ======= h_common_pipe =======
5989 <HTML>
5990 <HEAD>
5991 <TITLE>Pipe Command</TITLE>
5992 </HEAD>
5993 <BODY>
5994 <H1>Pipe Command</H1>
5996 Pipe
5997 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
5998 allows you to send a message to a specified Unix command for external
5999 processing.
6000 This command's availability is controlled by the
6001 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
6002 feature.
6003 By default, the processed text of the message is sent to the command
6004 you specify and the output is captured by Alpine and shown to you.
6005 When you run the pipe command, there are some sub-commands which may be
6006 used to alter this behavior.
6007 These sub-commands are described <A HREF="h_pipe_command">here</A>.
6010 &lt;End of help on this topic&gt;
6011 </BODY>
6012 </HTML>
6013 ======= h_common_goto =======
6014 <HTML>
6015 <HEAD>
6016 <TITLE>Goto Command</TITLE>
6017 </HEAD>
6018 <BODY>
6019 <H1>Goto Command</H1>
6021 Goto
6022 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
6023 is the command that lets you bypass Alpine's folder selection screens
6024 and jump directly to a new folder.  You can select any folder in the
6025 world: one in your current collection, one in a different collection or
6026 one in a collection you've never even used before.
6029 Alpine will help you as much as possible to narrow in on the folder you want.
6030 However, if the folder is outside of your defined collections, you are
6031 going to have to enter the exact folder location using the correct
6032 <A HREF="h_valid_folder_names">syntax</A>
6033 for a remote folder and/or fully-qualified path name.
6036 &lt;End of help on this topic&gt;
6037 </BODY>
6038 </HTML>
6039 ======= h_common_nextnew =======
6040 <HTML>
6041 <HEAD>
6042 <TITLE>NextNew Command</TITLE>
6043 </HEAD>
6044 <BODY>
6045 <H1>NextNew Command</H1>
6047 When you press the TAB key, Alpine advances to the next
6048 &quot;interesting&quot; message.
6049 This will be the next message you have not seen before, or the next message
6050 you have flagged Important, whichever comes first.
6051 Unread messages that have been deleted are not considered interesting.
6052 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
6053 articles after you have read them if you want to remove them from future
6054 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
6055 more information.)
6058 The NextNew command is affected by the feature
6059 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
6060 which causes Alpine to only consider Unread messages interesting, not messages
6061 flagged Important.
6064 This command behaves a little differently when it finds there are no more
6065 interesting messages left in the current folder.
6066 If the current folder is one of your Incoming Message Folders
6067 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
6068 or it is a newsgroup, then Alpine will try to find the next folder or
6069 newsgroup that contains <EM>Recent</EM> messages and will ask you
6070 if you want to open that folder.
6071 This behavior may be modified by using the
6072 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
6073 feature that causes Alpine to look for Unseen messages instead of Recent
6074 messages.
6075 The NextNew command's behavior is also affected by the configuration features
6076 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
6078 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
6081 &lt;End of help on this topic&gt;
6082 </BODY>
6083 </HTML>
6084 ======= h_common_jump =======
6085 <HTML>
6086 <HEAD>
6087 <TITLE>Jump Command</TITLE>
6088 </HEAD>
6089 <BODY>
6090 <H1>Jump Command</H1>
6092 This is Alpine's way of allowing you to go straight to a specific message.
6093 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
6094 configured such that typing in any number automatically jumps you to that
6095 message 
6096 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
6097 in the SETUP CONFIGURATION).
6100 &lt;End of help on this topic&gt;
6101 </BODY>
6102 </HTML>
6103 ======= h_common_flag =======
6104 <HTML>
6105 <HEAD>
6106 <TITLE>Flag Command</TITLE>
6107 </HEAD>
6108 <BODY>
6109 <H1>Flag Command</H1>
6111 Flag
6112 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6113 is the command that allows users to manipulate the status flags that
6114 appear on the left side of the MESSAGE INDEX screen.  The most common
6115 use of this is to mark a message as important. This is something of a
6116 note to yourself to get back to that message.  You may also use the
6117 flag command to set (or unset) the flags that indicate that a message
6118 is new, answered, deleted, or forwarded.<P>
6120 Provided the mail server supports it,
6121 you may also manipulate user-defined keywords
6122 for a message using the flag command.
6123 These keywords will be available if you use the Flag Details screen that you
6124 can get to after typing the
6125 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6126 command.
6127 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
6128 which are always present.
6129 You may add new keywords by using the Add KW command from the Flag Details screen
6130 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
6132 The availability of the flag command is determined by the
6133 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
6134 feature in your Alpine configuration. Also, it is possible that Flag could be
6135 administratively disabled by your system manager; if it doesn't work,
6136 please check with your local help desk before reporting a bug.
6137 The behavior of the flag command may be modified by the
6138 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
6139 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
6142 &lt;End of help on this topic&gt;
6143 </BODY>
6144 </HTML>
6145 ======= h_common_hdrmode =======
6146 <HTML>
6147 <HEAD>
6148 <TITLE>HdrMode Command</TITLE>
6149 </HEAD>
6150 <BODY>
6151 <H1>HdrMode Command</H1>
6153 Every email message comes with some header lines that you normally
6154 don't see (and don't want to see).
6155 These include anywhere from 3-20 lines (or more) added by the
6156 Internet mail transport system to record the route your message took,
6157 for diagnostic purposes.
6158 These are normally of no import and simply
6159 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
6160 This also includes other non-standard headers the message may contain.
6161 If you want to see these headers, there is a way to reveal them.
6164 The Header Mode
6165 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6166 command is a toggle that controls Alpine's handling of these header
6167 lines.  Normally, full headers is &quot;off&quot; and you only see a
6168 few lines about who a message is to and who it is from.  When you
6169 press
6170 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6171 to turn full headers on, Alpine will show you
6172 the normal header lines as well as delivery headers, comment headers,
6173 MIME headers, and any other headers present.
6176 Several different Alpine commands honor the header mode -- it affects how
6177 messages are displayed, how they appear in forward and reply email, how
6178 they are printed, how they are saved, and how they are exported.
6179 <!--chtml if pinemode="os_windows"-->
6180 <!--chtml else--> 
6181 The pipe command is also affected.
6182 <!--chtml endif-->
6185 The presence or absence of the Header Mode command is determined by the
6186 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6187 Feature-List option in your Alpine configuration.
6190 If you have also turned on the
6191 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
6192 option then the HdrMode command actually rotates through three states
6193 instead of just two.
6194 The first is the normal view with long quotes suppressed.
6195 The second is the normal view but with the long quotes included.
6196 The last enables the display of all headers in the message.
6197 When using Export, Pipe, Print, Forward, or Reply the quotes are
6198 never suppressed, so the first two states are identical.
6201 The behavior of the Header Mode command may be altered slightly by
6202 turning on the
6203 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
6204 Feature-List option in your Alpine configuration.
6205 In particular, it will cause the Header Mode to be persistent when moving
6206 from message to message instead of resetting to the default for each message.
6209 <UL>   
6210 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6211 </UL><P>
6212 &lt;End of help on this topic&gt;
6213 </BODY>
6214 </HTML>
6215 ======= h_common_print =======
6216 <HTML>
6217 <HEAD>
6218 <TITLE>Print Command</TITLE>
6219 </HEAD>
6220 <BODY>
6221 <H1>Print Command</H1>
6223 The Print
6224 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
6225 command allows you to print a copy of a message.
6226 There are many SETUP CONFIGURATION features that affect the
6227 Print command, including
6228 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
6229 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
6230 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
6231 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
6232 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
6233 You set up for printing by using the Printer option of the Setup command
6234 on the MAIN MENU.
6238 &lt;End of help on this topic&gt;
6239 </BODY>
6240 </HTML>
6241 ======= h_common_take =======
6242 <HTML>
6243 <HEAD>
6244 <TITLE>TakeAddr Command</TITLE>
6245 </HEAD>
6246 <BODY>
6247 <H1>TakeAddr Command</H1>
6250 With the Take Address
6251 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
6252 command, you can extract email addresses from an
6253 incoming message and save them in an address book.  This is an easy way
6254 to add to your address book and avoid having to remember the email
6255 addresses of the people who write to you.
6258 If the message is just to you individually, then you will only need to
6259 provide a nickname.  If the message contains more than one email address,
6260 then you will see an address
6261 selection screen that lets you choose the address you want to save into
6262 your address book, or lets you choose several of them add to a
6263 personal distribution list.
6266 Once you've added an entry to your address book, you can use it from the
6267 message composer by typing the nickname of the entry into one of the
6268 header fields (for example, into the To: field), or you can use ^T from
6269 the header field to select the entry from your address book.
6272 If the configuration feature
6273 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
6274 is set, the behavior of the Take command is altered slightly.
6277 &lt;End of help on this topic&gt;
6278 </BODY>
6279 </HTML>
6280 ======= h_ge_import =======
6281 <HTML>
6282 <HEAD>
6283 <TITLE>Import File Selection</TITLE>
6284 </HEAD>
6285 <BODY>
6286 <H1>Import File Selection</H1>
6288 You are importing a file that you previously
6289 exported from Alpine.
6290 You are now being asked for the name of that file.
6291 The easiest way to select a file is probably with the &quot;^T&quot;
6292 &quot;To Files&quot; command.
6293 Alternatively, you may type in a file name.
6294 It may be an absolute pathname.
6295 Otherwise, it is a file located in your home directory
6296 or current working directory
6297 <!--chtml if pinemode="running"-->
6298 (which, at least for your current Alpine &quot;session,&quot; 
6299 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6300 <!--chtml endif-->, depending on the
6301 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6302 In any case, you finish by typing a carriage return to accept the
6303 file name that is displayed.
6304 When the feature
6305 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6306 is turned on you may use TAB to complete partially typed in names.
6308 You may cancel the import operation by typing &quot;^C&quot; after exiting
6309 this help.
6311 &lt;End of help on this topic&gt;
6312 </BODY>
6313 </HTML>
6314 ======= h_ge_allparts =======
6315 <HTML>
6316 <HEAD>
6317 <TITLE>Export Message File Selection</TITLE>
6318 </HEAD>
6319 <BODY>
6320 <H1>Export Message File Selection</H1>
6322 You are Exporting a message from an Alpine mail folder
6323 to a plain text file.
6324 You also have the option of exporting all of the attachments associated
6325 with the message.
6326 You are now being asked for the name of the file to export <EM>to</EM>.
6327 The easiest way to select a file is probably with the &quot;^T&quot;
6328 &quot;To Files&quot; subcommand.
6329 After returning from that subcommand you will still be allowed to
6330 edit the name you have selected.
6331 Alternatively, you may type in a file name.
6332 It may be an absolute pathname.
6333 Otherwise, it is a file located in your home directory
6334 or current working directory
6335 <!--chtml if pinemode="running"-->
6336 (which, at least for your current Alpine &quot;session,&quot; 
6337 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6338 <!--chtml endif-->, depending on the
6339 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6340 In any case, you finish by typing a carriage return to accept the
6341 file name that is displayed.
6342 When the feature
6343 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6344 is turned on you may use TAB to complete partially typed in names.
6346 The message you are exporting appears to have some attachments.
6347 If you wish to save <EM>all</EM> of the attachments at once,
6348 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
6349 saving of the attachments.
6350 You may turn it back off by typing &quot;^P&quot; again, which will now
6351 be labeled &quot;NoAllParts&quot; instead.
6352 If you want to save the parts the command displayed should be
6353 &quot;NoAllParts&quot;!
6354 When you choose to save attachments like this, the attachments will be saved
6355 in a newly created directory.
6356 That directory will have the same name as the file name you choose here,
6357 with the letters &quot;.d&quot; appended.
6358 If that directory already exists, then the letters &quot;.d_1&quot; will
6359 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
6360 is found.
6361 For example, if you select the file name
6363 <CENTER><SAMP>filename</SAMP></CENTER>
6365 to export the message to, then the directory used for the attachments will be
6367 <CENTER><SAMP>filename.d</SAMP></CENTER>
6369 or perhaps
6371 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
6373 The attachments will then be put into files inside that directory.
6374 The names for the attachment files will be derived from the attachments
6375 if possible.
6376 This is done in the same way as the default values are derived if you
6377 save them one at a time.
6378 (The &quot;filename&quot; parameter from the Content-Disposition header
6379 is the first choice. If that doesn't exist, the &quot;name&quot;
6380 parameter from the Content-Type header is used.)
6381 If a name for a particular attachment is not available, then the
6382 part number of the attachment is used, with the characters &quot;part_&quot;
6383 prepended.
6384 An example of that would be
6386 <CENTER><SAMP>part_2.1</SAMP></CENTER>
6388 If you want to save only some of the attachments or if you want more control
6389 over the directory and filename where an attachment is saved you may
6390 cancel out of this command and View the attachment list.
6391 From there you can save each attachment individually.
6393 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6394 this help.
6396 &lt;End of help on this topic&gt;
6397 </BODY>
6398 </HTML>
6399 ======= h_ge_export =======
6400 <HTML>
6401 <HEAD>
6402 <TITLE>Export File Selection</TITLE>
6403 </HEAD>
6404 <BODY>
6405 <H1>Export File Selection</H1>
6407 You are Exporting or Saving something from within the Alpine world
6408 (a message, an attachment, etc.)
6409 to a plain text file.
6410 You are now being asked for the name of the file to export <EM>to</EM>.
6411 The easiest way to select a file is probably with the &quot;^T&quot;
6412 &quot;To Files&quot; subcommand.
6413 After returning from that subcommand you will still be allowed to
6414 edit the name you have selected.
6415 Alternatively, you may type in a file name.
6416 It may be an absolute pathname.
6417 Otherwise, it is a file located in your home directory
6418 or current working directory
6419 <!--chtml if pinemode="running"-->
6420 (which, at least for your current Alpine &quot;session,&quot; 
6421 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6422 <!--chtml endif-->, depending on the
6423 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6424 In any case, you finish by typing a carriage return to accept the
6425 file name that is displayed.
6426 When the feature
6427 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6428 is turned on you may use TAB to complete partially typed in names.
6430 If the object you are exporting is a message with some attachments,
6431 you may wish to save all of the attachments by typing the &quot;^P&quot;
6432 &quot;AllParts&quot; command to turn on saving of the attachments.
6433 This subcommand will only be visible if the message actually has attachments.
6434 You may also View the attachment list and save individual attachments from
6435 there.
6437 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6438 this help.
6440 &lt;End of help on this topic&gt;
6441 </BODY>
6442 </HTML>
6443 ======= h_common_save =======
6444 <HTML>
6445 <HEAD>
6446 <TITLE>Save and Export Commands</TITLE>
6447 </HEAD>
6448 <BODY>
6449 <H1>Save and Export Commands</H1>
6451 Save
6452 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
6453 and Export
6454 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
6455 are the two alternatives Alpine gives you to keep a copy of the message
6456 you are reading. If you want to keep the message within Alpine's email
6457 world, use &quot;Save&quot;; if you want to use the message in another
6458 program, use &quot;Export&quot;.
6461 When you Save a message, it is put into an existing folder or into a new
6462 folder in one of your existing folder collections.  The message stays in
6463 email format and can be read by Alpine again.  Alpine may use a special format
6464 for its mail folders -- never edit an Alpine folder by hand or with any
6465 program other than Alpine.  The exact behavior of the Save command can be
6466 configured with the
6467 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
6468 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
6469 and 
6470 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
6471 feature list settings.
6472 The name of the folder offered as a default is controlled by the option
6473 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
6476 When you use Export, the message is placed in a plain text file in your
6477 home directory 
6478 <!--chtml if pinemode="running"-->
6479 (which, in the present configuration of your system, is
6480  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
6481 <!--chtml endif-->
6482 or current working directory
6483 <!--chtml if pinemode="running"-->
6484 (which, at least for your current Alpine &quot;session,&quot; 
6485 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6486 <!--chtml endif-->, depending on the
6487 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
6488 configuration setting.  In the normal case, only minimal
6489 headers are exported with the message; however, if the full header mode 
6490 (whose availability may be disabled  by setting the feature 
6491 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6492 in SETUP CONFIGURATION) is
6493 toggled on, then complete headers are exported along with the message
6494 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
6495 defined, they may affect the contents of the exported file.)
6498 &lt;End of help on this topic&gt;
6499 </BODY>
6500 </HTML>
6501 ======= h_common_bounce =======
6502 <HTML>
6503 <HEAD>
6504 <TITLE>Bounce Command</TITLE>
6505 </HEAD>
6506 <BODY>
6507 <H1>Bounce Command</H1>
6509 The Bounce 
6510 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
6511 command allows you to re-send, or &quot;remail&quot;, a
6512 message, as if you were never in the loop.  It is analogous to crossing
6513 out your address on a postal letter, writing a different address on the
6514 envelope, and putting it into the mailbox. Bounce is used primarily to
6515 redirect email that was sent to you in error.
6516 Also, some owners of email
6517 lists need the bounce command to handle list traffic.
6518 Bounce is not anonymous.
6519 A ReSent-From header is added to the message so that the recipient may
6520 tell that you Bounced it to them.
6523 The presence or absence of the Bounce command is determined by the
6524 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
6525 feature in your Alpine configuration.
6526 The feature
6527 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
6528 affects the behavior of the Bounce command.
6529 Also, it is possible that Bounce could be
6530 administratively disabled by your system manager; if it doesn't work,
6531 please check with your local help desk before reporting a bug.
6534 &lt;End of help on this topic&gt;
6535 </BODY>
6536 </HTML>
6537 ======= h_common_reply =======
6538 <HTML>
6539 <HEAD>
6540 <TITLE>Reply and Forward Commands</TITLE>
6541 </HEAD>
6542 <BODY>
6544 <H1>Reply and Forward Commands</H1>
6546 Replying 
6547 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
6548 and Forwarding 
6549 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
6550 are your two alternatives for following up on the
6551 message you are reading.  You would use reply if you want to get email
6552 back to the author of the message and/or the other people who have
6553 already seen it.  You use forward if you want somebody new to see the
6554 message.
6557 In the normal case, the only thing that you must supply when forwarding a
6558 message is the name/email address of the new recipient.
6559 Alpine will include the text of the forwarded message.
6560 Alpine will also include any attachments to the message.
6561 There is space above the forwarded text for you to include additional comments.
6564 When replying, you usually have to answer some questions.
6565 If the message is to multiple people and/or specified with a Reply-To: header,
6566 then you will have to decide who should get the reply.
6567 You also need to decide whether or not to include the previous
6568 message in your reply.
6569 Some of this is configurable.
6570 Specifically, see the
6571 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
6572 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
6573 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
6575 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
6576 configuration features.
6579 Both the Reply and Forward commands react to the full header mode toggle.
6580 If the full header mode is on, then all the header and delivery lines are
6581 included with the text of the message in your reply/forward.
6584 Other configuration features that affect the Reply command are
6585 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
6586 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
6587 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
6590 &lt;End of help on this topic&gt;
6591 </BODY>
6592 </HTML>
6593 ======= h_common_delete =======
6594 <HTML>
6595 <HEAD>
6596 <TITLE>Delete and Undelete Commands</TITLE>
6597 </HEAD>
6598 <BODY>
6599 <H1>Delete and Undelete Commands</H1>
6601 Delete 
6602 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
6603 and Undelete 
6604 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
6605 allow you to change the Deleted flag for the current message.
6606 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
6607 removes the mark.
6608 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
6609 at the left hand edge of the index line.
6610 When viewing a deleted message, the letters &quot;DEL&quot; will be present
6611 in the upper right hand corner of the screen.
6612 Delete simply <EM>marks</EM> a message Deleted, it does not actually
6613 get rid of the message.
6614 The eXpunge command (available from the MESSAGE INDEX screen) actually
6615 removes all of the deleted messages in a folder.
6616 Once a message is eXpunged, it can't be retrieved.
6619 The Delete command is affected by the setting of the configuration feature
6620 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
6623 &lt;End of help on this topic&gt;
6624 </BODY>
6625 </HTML>
6626 ======= h_common_postpone =======
6627 <HTML>
6628 <HEAD>
6629 <TITLE>Postpone Command</TITLE>
6630 </HEAD>
6631 <BODY>
6632 <H1>Postpone Command</H1>
6634 The postpone
6635 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
6636 command allows you to temporarily stop working on the current
6637 message so you may read
6638 other messages or compose another message.  When you want to resume a
6639 message later, start to compose and answer &quot;yes&quot; to the
6640 &quot;Continue postponed composition?&quot; question.  You may
6641 postpone as many messages as you like.
6644 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
6645 in the Setup/Config screen, then the Postpone command will prompt you for
6646 the folder in which to store your outgoing message.
6649 &lt;End of help on this topic&gt;
6650 </BODY>
6651 </HTML>
6652 ======= h_compose_cancel =======
6653 <HTML>
6654 <HEAD>
6655 <TITLE>Cancel Command</TITLE>
6656 </HEAD>
6657 <BODY>
6658 <H1>Cancel Command</H1>
6660 Cancel
6661 <!--chtml if pinemode="function_key"-->
6662 (F2)
6663 <!--chtml else-->
6664 (^C) 
6665 <!--chtml endif-->
6667 The Cancel command returns you to Alpine's normal mail processing and
6668 causes the message currently under composition to be thrown out.
6669 The message text <EM>will be lost</EM>.
6672 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
6673 will be preserved in the file named
6674 <!--chtml if pinemode="os_windows"-->
6675 &quot;DEADLETR&quot;.
6676 <!--chtml else-->
6677 &quot;dead.letter&quot; in your home directory.
6678 <!--chtml endif-->
6679 If you unintentionally cancel a message, look there for its text.
6682 &lt;End of help on this topic&gt;
6683 </BODY>
6684 </HTML>
6685 ======= h_compose_addrcomplete =======
6686 <HTML>
6687 <HEAD>
6688 <TITLE>Address Completion</TITLE>
6689 </HEAD>
6690 <BODY>
6691 <H1>Address Completion</H1>
6693 When entering addresses in the address fields of the composer (To, Cc, etc.)
6694 the TAB key may be used to help complete the address.
6695 Type a partial nickname and tap the TAB key to complete the typing.
6696 The unambiguous part of the name will be filled in automatically.
6697 Typing TAB twice in succession will bring up a selection list of possibilities,
6698 making it easy to find and choose the correct address.
6701 The matching algorithm is rather ad hoc.
6702 The search starts with a search of your address book.
6703 It counts as a match if the nickname, address, or fullname field of an
6704 entry begins with the text typed in so far. It is also a match if
6705 a later word in the fullname (for example, the middle name or last name)
6706 begins with the entered text.
6708 Next comes an LDAP search.
6709 The search will happen for any servers that have the
6710 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
6711 feature set. You can set or unset the feature for each server independently
6712 in the Setup/Directory screen.
6714 Finally, if you are replying to or forwarding a message, that message is
6715 searched for likely candidate addresses that match the typed-in text.
6718 &lt;End of help on this topic&gt;
6719 </BODY>
6720 </HTML>
6721 ======= h_compose_richhdr =======
6722 <HTML>
6723 <HEAD>
6724 <TITLE>Rich Header Command</TITLE>
6725 </HEAD>
6726 <BODY>
6727 <H1>Rich Header Command</H1>
6729 The Rich Header command allows you to toggle between the list of 
6730 all message headers available for editing and those that are most
6731 common.
6734 Use this toggle to expose headers that are not normally visible by
6735 default.
6736 This set usually includes the
6737 &quot;Bcc:&quot;,
6738 &quot;Fcc:&quot;,
6739 &quot;Lcc:&quot;,
6740 and &quot;Newsgroups&quot;
6741 headers.
6742 If you are posting to a newsgroup the set of defaults is a little different.
6743 Obviously, in that case, the Newsgroups header is of interest so is not
6744 hidden.
6745 For news posting the hidden set includes the
6746 &quot;To:&quot;,
6747 &quot;Cc:&quot;,
6748 &quot;Bcc:&quot;,
6749 &quot;Fcc:&quot;,
6750 and &quot;Lcc:&quot;
6751 headers.
6752 You won't normally want to edit these, which is why they are hidden,
6753 but it is sometimes useful to be able to set them manually.
6756 The default sets of headers listed above can be altered.
6757 Any header that you have added to the
6758 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
6759 option, but not to the
6760 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
6761 option will appear when you use the Rich Headers command to
6762 make the Rich Headers visible.
6763 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
6764 even without toggling the Rich Headers command.)
6767 &lt;End of help on this topic&gt;
6768 </BODY>
6769 </HTML>
6770 ======= h_compose_send =======
6771 <HTML>
6772 <HEAD>
6773 <TITLE>Send Command</TITLE>
6774 </HEAD>
6775 <BODY>
6776 <H1>Send Command</H1>
6778 The Send command
6779 <!--chtml if pinemode="function_key"-->
6780 (F3)
6781 <!--chtml else-->
6782 (^X) 
6783 <!--chtml endif-->
6784 tells Alpine you are finished composing.
6785 Before actually sending it, though, Alpine will ask you to confirm 
6786 your intention, and, at the same time, redisplayed the message text
6787 with the recipients at the top of the screen to give you the opportunity
6788 to review and verify that the message is addressed to the people
6789 you intended.
6791 If the feature
6792 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
6793 then this confirmation prompt and any options it allows are skipped.
6796 This confirmation prompt may also offer, depending
6797 on your particular Setup/Config, options allowing you to set
6798 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
6799 include attachments in the &quot;Fcc&quot; (if you had previously
6800 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
6801 observe details of the
6802 <A HREF="h_config_verbose_post">message submission process</A>,
6803 choose the filter through which the
6804 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
6805 or turn of flowed text generation.
6808 &lt;End of help on this topic&gt;
6809 </BODY>
6810 </HTML>
6811 ======= h_compose_markcutpaste =======
6812 <HTML>
6813 <HEAD>
6814 <TITLE>Mark, Cut and Paste Commands</TITLE>
6815 </HEAD>
6816 <BODY>
6817 <H1>Mark, Cut and Paste Commands</H1>
6819 You can define a &quot;block&quot; of text, which can subsequently
6820  be deleted or
6821 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
6822 then moving the cursor to the end of the desired text block.  You can then
6823 &quot;cut&quot; the block out 
6824 <!--chtml if pinemode="function_key"-->
6825 &quot;F9&quot;,
6826 <!--chtml else-->
6827 &quot;Ctrl-K&quot;,
6828 <!--chtml endif-->
6829 move the cursor, and &quot;paste&quot; it
6830 <!--chtml if pinemode="function_key"-->
6831 &quot;F10&quot;,
6832 <!--chtml else-->
6833 &quot;Ctrl-U&quot;,
6834 <!--chtml endif-->
6835 in the new location.  Also, you can paste more than once, allowing you
6836 to use this feature to copy a block of text.<P>
6838 If you press 
6839 <!--chtml if pinemode="function_key"-->
6840 &quot;F9&quot;
6841 <!--chtml else-->
6842 &quot;^K&quot;
6843 <!--chtml endif-->
6844 without having marked anything, Alpine will delete
6845 a single line.  If you delete a group of lines together, Alpine keeps them
6846 in the same buffer, so 
6847 <!--chtml if pinemode="function_key"-->
6849 <!--chtml else-->
6851 <!--chtml endif-->
6852 will restore them as a block.  About
6853 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
6854 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
6855 &quot;type the character ^&quot;.
6858 &lt;End of help on this topic&gt;
6859 </BODY>
6860 </HTML>
6861 ======= h_compose_justify =======
6862 <HTML>
6863 <HEAD>
6864 <TITLE>Justify Command</TITLE>
6865 </HEAD>
6866 <BODY>
6867 <H1>Justify Command</H1>
6869 The Justify
6870 <!--chtml if pinemode="function_key"-->
6871 (F4)
6872 <!--chtml else-->
6873 (^J) 
6874 <!--chtml endif-->
6875 command reformats the text in the paragraph the cursor is in.
6876 Paragraphs are separated by one blank line or a line beginning with a space.
6877 This is useful when you have been editing a paragraph and the lines become
6878 uneven.  The text is left aligned or justified and the right is ragged.  If
6879 the text is already justified as typed with auto-wrap, no justification will
6880 be done.
6883 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
6884 block of text, the Justify command is modified.
6885 Instead of automatically justifying the current paragraph you will be
6886 asked if you want to justify the paragraph, justify the selected region,
6887 or adjust the quote level of the selected region.
6888 Adjusting the quote level only works if you are using standard
6889 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
6890 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
6893 When composing a reply containing included text, the justify command
6894 will reformat text to the right of the 
6895 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
6896 adding or removing indented lines as needed.  Paragraphs are separated
6897 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
6898 line containing the indent string and one or more blank spaces.
6899 Included text that was previously indented (or &quot;quoted&quot;) is
6900 not preserved.
6903 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
6904 in 1999 and its wide-spread adoption since then, you will usually be better off if you
6905 use the standard
6906 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
6909 &lt;End of help on this topic&gt;
6910 </BODY>
6911 </HTML>
6912 ======= h_compose_spell =======
6913 <HTML>
6914 <HEAD>
6915 <TITLE>Spell Check Command</TITLE>
6916 </HEAD>
6917 <BODY>
6918 <H1>Spell Check Command</H1>
6920 The &quot;To Spell&quot;
6921 <!--chtml if pinemode="function_key"-->
6922 (F12)
6923 <!--chtml else-->
6924 (^T) 
6925 <!--chtml endif-->
6926 command calls an external spell checking program to look over the
6927 message you are composing.  By default, Alpine uses
6929 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
6931 if it knows where to find &quot;aspell&quot;.
6932 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
6933 then the command used is
6935 <CENTER><SAMP>ispell -l</SAMP></CENTER>
6937 Otherwise, the ancient &quot;spell&quot; command is used.
6939 For PC-Alpine, you must install the aspell library code that you
6940 may get from
6941 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
6944 &lt;End of help on this topic&gt;
6945 </BODY>
6946 </HTML>
6947 ======= h_compose_alted =======
6948 <HTML>
6949 <HEAD>
6950 <TITLE>Alt Editor Command</TITLE>
6951 </HEAD>
6952 <BODY>
6953 <H1>Alt Editor Command</H1>
6955 The &quot;Alt Editor&quot; command's availability depends on the
6956 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
6959 When the variable specifies a valid editor on your system, this
6960 command will launch it with the current text of your message
6961 already filled in.
6964 &lt;End of help on this topic&gt;
6965 </BODY>
6966 </HTML>
6967 ======= h_compose_readfile =======
6968 <HTML>
6969 <HEAD>
6970 <TITLE>Read File Command</TITLE>
6971 </HEAD>
6972 <BODY>
6973 <H1>Read File Command</H1>
6975 The &quot;Read File&quot;
6976 <!--chtml if pinemode="function_key"-->
6977 (F5)
6978 <!--chtml else-->
6979 (^R) 
6980 <!--chtml endif-->
6981 command allows you to copy in text from an existing file. You will be
6982 prompted for the name of a file to be inserted into the message.  The file
6983 name is relative to your home directory 
6984 <!--chtml if pinemode="running"-->
6985 (which, in the present configuration of your system, is
6986  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
6987 <!--chtml endif-->
6988 or current working directory
6989 <!--chtml if pinemode="running"-->
6990 (which, at least for your current Alpine &quot;session,&quot; 
6991 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6992 <!--chtml endif-->, depending on the
6993 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
6994 configuration setting; or, the file name must be specified as a full path name 
6995 <!--chtml if pinemode="os_windows"-->
6996 -- for example: &quot;A:&#92;PAPER.TXT&quot;
6997 <!--chtml else-->
6998 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
6999 <!--chtml endif-->
7000 (without the quotation marks).
7003 The file will be inserted where the cursor is located.  <B>The
7004 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
7005 Unix machine but have files on a PC or Mac, the files must be transferred
7006 to the system Alpine is running on before they can be read.  Please ask your
7007 local computer support people about the correct way to transfer a file to 
7008 your Alpine system.
7011 &lt;End of help on this topic&gt;
7012 </BODY>
7013 </HTML>
7014 ======= h_config_tray_icon =======
7015 <HTML>
7016 <HEAD>
7017 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
7018 </HEAD>
7019 <BODY>
7020 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
7022 PC-Alpine only.
7024 This option restores a behavior of previous versions of PC-Alpine.
7025 These
7026 versions, when started, installed a PC-Alpine icon in the notification 
7027 tray of Window's Taskbar.  The primary use of this icon was to indicate
7028 new mail arrival by turning red (while the Taskbar icon remained green).
7029 Additionally, the icon now changes to yellow to signify that a mail folder
7030 has been closed unexpectedly.
7033 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
7034 color its Taskbar entry's icon red (as well as the icon in the Window
7035 Title).  This feature is only provided for backwards compatibility.
7038 &lt;End of help on this topic&gt;
7039 </BODY>
7040 </HTML>
7041 ======= h_common_suspend =======
7042 <HTML>
7043 <HEAD>
7044 <TITLE>Suspend Command</TITLE>
7045 </HEAD>
7046 <BODY>
7047 <H1>Suspend Command</H1>
7049 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
7050 enabled, you can, at almost any time, temporarily halt your Alpine session,
7051 <!--chtml if pinemode="os_windows"-->
7052 minimizing it into an icon.
7053 <!--chtml else-->
7054 and return to your system prompt.
7055 <!--chtml endif-->
7058 &lt;End of help on this topic&gt;
7059 </BODY>
7060 </HTML>
7061 ======= h_pipe_command =======
7062 <HTML>
7063 <HEAD>
7064 <TITLE>Pipe Command SubOptions</TITLE>
7065 </HEAD>
7066 <BODY>
7067 <H1>Pipe Command SubOptions</H1>
7069 By default, when you use the Pipe command, the processed text of the
7070 message is sent to the Unix command
7071 you specify and the output is captured by Alpine and shown to you.
7072 (This command is available in PC-Alpine, as well, but there aren't many
7073 Windows commands that work well with piping.)
7074 There are some sub-commands that may be used to alter this behavior.
7075 These are toggles that switch the behavior between two possibilities.
7076 They can be combined in any way you wish.
7078 By default, the prompt at the bottom of the screen looks like
7080 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
7084 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
7086 if you are piping more than one message.
7088 The sub-command options are:
7089 <DL>
7090    <DT>Shown Text or Raw Text</DT>
7091    <DD>This option toggles between sending the shown (processed) text
7092 of the message to the Unix command, and sending the
7093 raw (unprocessed) text of the message to the Unix command.
7094 The default is to send the shown text.
7095 The raw version of the message will contain all of the headers and any
7096 MIME encoding that the message contains.
7097 If you've selected the Raw Text then the prompt will have the additional word
7098 &quot;RAW&quot; in it, like
7100 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
7102 You can experiment with this option by piping to something simple like the
7103 Unix &quot;cat&quot; command.
7104    </DD>
7105    <DT>Captured Output or Free Output</DT>
7106    <DD>This option toggles between having Alpine capture the output of
7107 the Unix pipe command for display, and not capturing it.
7108 If the command you are piping to is a filter that will produce output
7109 you want to view, then you want to capture that output
7110 for display (the default).
7111 If the Unix command doesn't produce output or handles the display itself,
7112 then you want free output.
7113 When you've selected the Free Output option the prompt will change to
7115 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
7117    </DD>
7118    <DT>No Delimiter or With Delimiter</DT>
7119    <DD>This option controls whether or not a Unix mailbox style delimiter
7120 will come before the text of the message.
7121 This is the delimiter used in the common Unix mailbox format.
7122 It's the single line that begins with the five characters
7123 &quot;From&quot; followed by a &lt;SPACE&gt; character.
7124 You'll usually only want to include this if the Unix command requires
7125 input in the format of a traditional Unix mailbox file.
7126 When you've selected the With Delimiter option the prompt will change to
7128 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
7130    </DD>
7131    <DT>To Same Pipe or To Individual Pipes</DT>
7132    <DD>This option only shows up if you are running an aggregate
7133 pipe command.
7134 That is, the command was Apply Pipe, not just Pipe.
7135 You have the option of piping all of the selected messages through a
7136 single pipe to a single instance of the Unix command,
7137 or piping each individual message through a separate pipe to separate
7138 instances of the Unix command.
7139 The default is that all of the output will go through a single pipe
7140 to a single instance of the command.
7141 You can try this option with a command like &quot;less&quot;, with Free
7142 Output enabled.
7143 When you've selected the Individual Pipes option the prompt will change to
7145 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
7147    </DD>
7148 </DL>
7151 As mentioned earlier, the options can be combined in any way you wish.
7152 You may leave them all off, turn them all on, or turn some of them on
7153 and some of them off.
7154 If you use the pipe command a second time in the same session the default
7155 options will be what you used the last time.
7158 &lt;End of help on this topic&gt;
7159 </BODY>
7160 </HTML>
7161 ========== h_emptydir_subfolder_name =========
7162 <HTML>
7163 <HEAD>
7164 <TITLE>ENTER SUBFOLDER NAME</TITLE>
7165 </HEAD>
7166 <BODY>
7167 <H1>Enter Subfolder Name</H1>
7169 <P> 
7170 This is the name of a new subfolder in the directory you are creating.
7171 Because empty directories are hidden and therefore not useful, you must also
7172 create a subfolder in the directory you are creating in order that the
7173 directory remains visible.
7175 Alternatively, you may turn off the configuration feature
7176 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
7177 so that empty directories remain visible.
7178 If you do that, you will not be required to create the subfolder when you
7179 create a directory.
7182 &lt;End of help on this topic&gt;
7183 </BODY>
7184 </HTML>
7185 ========== h_incoming_add_folder_name =========
7186 <HTML>
7187 <HEAD>
7188 <TITLE>ENTER FOLDER NAME</TITLE>
7189 </HEAD>
7190 <BODY>
7191 <H1>Enter Folder Name</H1>
7193 <P> 
7194 This is the name of the folder on the previously specified server.
7195 By default the folder name is interpreted as defining a section of your personal
7196 folder area.  This area and how you specify it are defined by the
7197 server, if one is specified.
7200 To define a folder outside the default area, prefix
7201 the path with the namespace to use when interpreting the
7202 given path.  If a namespace is specified, the folder name begins with the
7203 sharp (#) character followed by the name of the namespace
7204 and then the namespace's path-element-delimiter.  Aside from the
7205 name's format, namespaces can also imply access rights, content
7206 policy, audience, location, and, occasionally, access methods.
7209 Each server exports its own set (possibly of size one) of 
7210 namespaces.
7211 For a more detailed explanation read about
7212 <A HREF="h_folder_name_namespaces">Namespaces</A>.
7215 To specify the default for INBOX on the server you can usually just enter
7216 &quot;INBOX&quot;, and the server will understand the special meaning of
7217 that word.
7220 &lt;End of help on this topic&gt;
7221 </BODY>
7222 </HTML>
7223 ========== h_incoming_add_folder_host =========
7224 <HTML>
7225 <HEAD>
7226 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
7227 </HEAD>
7228 <BODY>
7229 <H1>Enter Incoming Folder Server</H1>
7231 You are being asked for the name of the server for use with this incoming
7232 folder.
7233 If the folder is on the machine where Alpine is running, then just enter
7234 RETURN without typing a server name.
7237 If the folder is on an IMAP server then type the server's name followed
7238 by RETURN.
7239 You may use the ^X command if the server is the same as the server that
7240 the INBOX is on.
7243 You may have to add optional extra information to the server name.
7244 For example, if the IMAP server is using a non-standard port number you
7245 would specify that by appending a colon (:) followed by the port number
7246 to the server name
7249 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7252 or you may need to specify a different protocol if the server is not an
7253 IMAP server. For example:
7256 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7259 for a POP server or
7262 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7265 for an NNTP news server.
7266 For an explanation of all of the possibilities, see
7267 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7268 for folders.
7271 There is a special command (^W) if you want to set up a folder that gets its
7272 mail from a
7273 <A HREF="h_maildrop">Mail Drop</A>.
7274 If you type that command, you will be prompted for the information for
7275 both the Mail Drop folder and the destination folder.
7278 &lt;End of help on this topic&gt;
7279 </BODY>
7280 </HTML>
7281 ========== h_incoming_add_inbox =========
7282 <HTML>
7283 <HEAD>
7284 <TITLE>ENTER INBOX SERVER</TITLE>
7285 </HEAD>
7286 <BODY>
7287 <H1>Enter INBOX Server</H1>
7289 You are being asked for the name of the server for use with
7290 the INBOX folder.
7291 Type the server's name followed by RETURN.
7294 You may have to add optional extra information to the server name.
7295 For example, if the server is using a non-standard port number you
7296 would specify that by appending a colon (:) followed by the port number
7297 to the server name
7300 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7303 or you may need to specify a different protocol if the server is not an
7304 IMAP server. For example:
7307 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7310 for a POP server.
7313 For an explanation of all of the possibilities, see
7314 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7315 for folders.
7318 If the INBOX folder is on the machine where Alpine is running, then just enter
7319 RETURN without typing a server name.
7322 There is a special command (^W) if you want to set up a folder that gets its
7323 mail from a
7324 <A HREF="h_maildrop">Mail Drop</A>.
7325 If you type that command, you will be prompted for the information for
7326 both the Mail Drop folder and the destination folder, which will be used
7327 as your INBOX folder.
7330 &lt;End of help on this topic&gt;
7331 </BODY>
7332 </HTML>
7333 ========== h_incoming_add_maildrop_destn =========
7334 <HTML>
7335 <HEAD>
7336 <TITLE>ENTER DESTINATION SERVER</TITLE>
7337 </HEAD>
7338 <BODY>
7339 <H1>Enter Destination Server</H1>
7341 You are being asked for the name of the server where the destination
7342 folder is for use with this Mail Drop incoming folder.
7343 That is, you are using a Mail Drop for this incoming folder and
7344 you've already entered
7345 the server and folder name for the Mail Drop.
7346 Now you need to enter the server for the destination folder
7347 where the mail should be copied to.
7348 Mail will come from the Mail Drop and be copied to the destination folder.
7351 Type the server's name followed by RETURN.
7352 If the folder is local to this computer, just type RETURN without entering
7353 a server name.
7356 You may have to add optional extra information to the server name.
7357 For example, if the server is using a non-standard port number you
7358 would specify that by appending a colon (:) followed by the port number
7359 to the server name
7362 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7365 For an explanation of all of the possibilities, see
7366 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7367 for folders.
7370 &lt;End of help on this topic&gt;
7371 </BODY>
7372 </HTML>
7373 ========== h_inbox_add_maildrop_destn =========
7374 <HTML>
7375 <HEAD>
7376 <TITLE>ENTER DESTINATION SERVER</TITLE>
7377 </HEAD>
7378 <BODY>
7379 <H1>Enter Destination Server</H1>
7381 You are being asked for the name of the server where the destination
7382 folder is for use with your Mail Drop INBOX.
7383 That is, you are using a Mail Drop for your INBOX and you've already entered
7384 the server and folder name for the Mail Drop.
7385 Now you need to enter the server for the destination folder
7386 where the mail should be copied to.
7387 Mail will come from the Mail Drop and be copied to the destination folder.
7390 Type the server's name followed by RETURN.
7391 If the folder is local to this computer, just type RETURN without entering
7392 a server name.
7395 You may have to add optional extra information to the server name.
7396 For example, if the server is using a non-standard port number you
7397 would specify that by appending a colon (:) followed by the port number
7398 to the server name
7401 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7404 For an explanation of all of the possibilities, see
7405 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7406 for folders.
7409 &lt;End of help on this topic&gt;
7410 </BODY>
7411 </HTML>
7412 ========== h_inbox_add_maildrop =========
7413 <HTML>
7414 <HEAD>
7415 <TITLE>ENTER MAILDROP SERVER</TITLE>
7416 </HEAD>
7417 <BODY>
7418 <H1>Enter Mail Drop Server</H1>
7420 You are being asked for the name of the Mail Drop server for use with
7421 your INBOX.
7424 Type the server's name followed by RETURN.
7427 You may have to add optional extra information to the server name.
7428 For example, if the server is using a non-standard port number you
7429 would specify that by appending a colon (:) followed by the port number
7430 to the server name
7433 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7436 or you may need to specify a different protocol if the server is not an
7437 IMAP server. For example:
7440 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7443 for a POP server or
7446 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7449 for an NNTP news server.
7450 For an explanation of all of the possibilities, see
7451 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7452 for folders.
7455 &lt;End of help on this topic&gt;
7456 </BODY>
7457 </HTML>
7458 ========== h_incoming_add_maildrop =========
7459 <HTML>
7460 <HEAD>
7461 <TITLE>ENTER MAILDROP SERVER</TITLE>
7462 </HEAD>
7463 <BODY>
7464 <H1>Enter Mail Drop Server</H1>
7466 You are being asked for the name of the Mail Drop server for use with
7467 this incoming folder.
7470 Type the server's name followed by RETURN.
7471 You may use the ^X command if the server is the same as the server that
7472 the INBOX is on.
7475 You may have to add optional extra information to the server name.
7476 For example, if the server is using a non-standard port number you
7477 would specify that by appending a colon (:) followed by the port number
7478 to the server name
7481 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7484 or you may need to specify a different protocol if the server is not an
7485 IMAP server. For example:
7488 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7491 for a POP server or
7494 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7497 for an NNTP news server.
7498 For an explanation of all of the possibilities, see
7499 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7500 for folders.
7503 If the Mail Drop folder is on the machine where Alpine is running, then just enter
7504 RETURN without typing a server name.
7507 &lt;End of help on this topic&gt;
7508 </BODY>
7509 </HTML>
7510 ========== h_maildrop =========
7511 <HTML>
7512 <HEAD>
7513 <TITLE>WHAT IS A MAIL DROP?</TITLE>
7514 </HEAD>
7515 <BODY>
7516 <H1>What is a Mail Drop?</H1>
7518 In some situaions it may make sense to have your mail delivered to one
7519 folder (the Mail Drop) and then when you want to read mail that has been
7520 delivered to the Mail Drop folder Alpine will move it to another
7521 destination folder.
7522 Often the Mail Drop will be a remote folder and messages will be moved from
7523 there to a local destination folder.
7526 One example where this might make sense is if the Mail Drop folder is accessible
7527 only with the POP protocol.
7528 You could designate your POP inbox as the Mail Drop folder and have Alpine move
7529 mail from there to a local (on the same machine Alpine is running on)
7530 destination folder, where you'll read it.
7533 A Mail Drop may only be used as your Inbox or as an
7534 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
7537 There is no attempt to synchronize the contents of the destination folder
7538 with the contents of the Mail Drop folder.
7539 All that happens is that all of the messages in the Mail Drop folder are
7540 copied to the destination folder and then they are deleted and expunged (if possible)
7541 from the Mail Drop folder.
7542 The next time a check for new mail is made, any messages in the Mail 
7543 Drop folder are once again copied to the destination folder and deleted
7544 and expunged from the Mail Drop folder.
7545 (If the Mail Drop folder is a news group, then the messages can't be
7546 expunged from the newsgroup. Instead, only Recent messages are copied from
7547 the newsgroup to the destination folder.)
7550 Configuration of a Mail Drop is a little different from configuration of
7551 a folder that does not use a Mail Drop because you have to specify two
7552 folder names instead of one.
7553 The two folders may be any types of folders that Alpine can normally use.
7554 They don't have to be a remote folder and a local folder, that is
7555 simply the most common usage.
7556 When you use a Mail Drop folder Alpine will periodically re-open the Mail
7557 Drop to check for new mail.
7558 The new-mail checks will happen at the frequency set with the
7559 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
7560 but with a minimum time
7561 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
7562 between checks.
7563 Because of this minimum you may notice that new mail does not
7564 appear promptly when you expect it.
7565 The reason for this is to protect the server from over-zealous opening and
7566 closing of the Mail Drop folder.
7567 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
7568 the end of the folder index, then the check will happen, regardless of how
7569 long it has been since the previous check.
7571 If there is new mail, that mail will be copied to the destination folder
7572 and then will be deleted from the Mail Drop.
7573 Note that using a Mail Drop with a local destination folder does not make
7574 sense if you read mail from more than one machine, because the mail is
7575 downloaded to the destination folder (which is accessible from only one
7576 machine) and deleted from the Mail Drop.
7578 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
7581 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
7584 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
7586 The brackets are not literal.
7588 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
7590 is a single character that does not appear in the MailDropFolder name.
7591 If the name doesn't contain spaces then it can be a space character.
7592 The two folder names are full technical
7593 <A HREF="h_valid_folder_names">folder names</A>
7594 as used by Alpine.
7595 Here are a couple examples to give you an idea what is being talked about:
7598 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
7600 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
7603 A #move folder may only be used as an
7604 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
7605 an Inbox.
7606 When you are in the FOLDER LIST of Incoming Message Folders (after turning
7607 on the
7608 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
7609 option)
7610 the Add command has a subcommand &quot;Use Mail Drop&quot;
7611 which may be helpful for defining the folder in your Alpine configuration.
7612 The same is true when you edit the
7613 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
7614 option in Setup/Config.
7615 Each of these configuration methods will also create the DestinationFolder
7616 if it doesn't already exist.
7617 If you are having problems, make sure the DestinationFolder exists.
7620 &lt;End of help on this topic&gt;
7621 </BODY>
7622 </HTML>
7623 ========== h_save =========
7624 <HTML>
7625 <HEAD>
7626 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
7627 </HEAD>
7628 <BODY>
7629 <H1>Choose a Folder to Save Into</H1>
7631 After Exiting from this help text,
7632 type the name of the folder you want to save into and press RETURN.
7634 Press ^T to get a list of your folders to choose from.
7635 Press ^C to cancel the Save.
7637 If you have Folder Collections defined you may use
7638 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
7639 the collection being saved to.
7641 If Tab Completion is enabled (it is enabled by default)
7642 you may type a Tab character to have Alpine complete the folder name for you.
7644 If Partial Match Lists is enabled (it is enabled by default) you may type
7645 Ctrl-X to get a list of matches to the prefix you've typed in so far.
7647 If the Ctrl-R subcommand is present that means you can decide to Delete or
7648 not Delete the message you are saving after you save it.
7649 The label on that key gives the action to switch to.
7650 If it says Delete and you type Ctrl-R the label displayed will change to
7651 No Delete and the source message will be deleted after the save. If it
7652 says No Delete and you type Ctrl-R the label displayed will change to
7653 Delete and the message will not be deleted.
7654 You can control the default for the Delete parameter with the
7655 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
7657 Similarly, if the Ctrl-W subcommand is present that means you can decide
7658 to Preserve the order of the messages being saved or not.
7659 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
7660 will be in the same order as you see them in the source folder now.
7661 The opposite action (which is usually the default) is that you don't care
7662 about the order.
7663 The Saved messages may or may not be in the same order in the destination folder.
7664 There may be a performance penalty for choosing to save the messages in order.
7665 You can control the default for the Preserve Order parameter with the
7666 configuration feature
7667 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
7670 If you haven't disabled the Save Input History and you've already done a
7671 Save earlier in this session then you may use the Up and Down arrows to retrieve
7672 a folder name used in a previous Save.
7675 &lt;End of help on this topic&gt;
7676 </BODY>
7677 </HTML>
7678 ============= h_simple_index ========================
7679 <HTML>
7680 <HEAD>
7681 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
7682 </HEAD>
7683 <BODY>
7684 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
7685 <!--chtml if pinemode="function_key"-->
7686 <PRE>
7687 Navigating the List of Messages               General Alpine Commands
7688 -------------------------------               -----------------------
7689  F5   Move to previous message                 F1   Show this help text
7690  F6   Move to next message
7691  F7   Show previous screen of messages
7692  F8   Show next screen of messages
7694 Message Selection Commands
7695 --------------------------
7696  F3   Exit the Message Select menu (canceling Send command)
7697  F4   Select the currently highlighted message
7698  F9   Mark the currently highlighted message as deleted
7699  F10  Undelete (remove deletion mark from) the highlighted message
7700 </PRE>
7701 <!--chtml else-->
7702 <PRE>
7703 Navigating the List of Messages               General Alpine Commands
7704 -------------------------------               -----------------------
7705   P  Move to previous message                  ?  Show this help text
7706   N  Move to next message
7707   -  Show previous screen of messages
7708  Spc (space bar) Show next screen of messages
7710 Message Selection Commands
7711 --------------------------
7712   E  Exit the Message Select menu (canceling Send command)
7713   S  Select the currently highlighted message
7714   D  Mark the currently highlighted message as deleted
7715   U  Undelete (remove deletion mark from) the highlighted message
7716 </PRE>
7717 <!--chtml endif-->
7719 <H2>Description of the Select Postponed Message Screen</H2>
7721 This screen allows you to select one of several previously postponed
7722 messages in order to continue composition.  Your options are very limited
7723 -- the screen is not meant to let you manipulate these messages.  However,
7724 you may now delete messages from this list.  Once you choose a message,
7725 Alpine reads it in and puts you into the regular message composer.
7728 Messages do not stay in this postponed state automatically.  If you select
7729 a message and then want to postpone it again, use the normal postpone
7730 (Ctrl-O) command in the composer.
7733 If you exit this screen without selecting a message, the Compose command
7734 that got you here is canceled.  Other than messages explicitly marked
7735 &quot;Deleted&quot;, no messages will be removed.
7738 &lt;End of help on this topic&gt;
7739 </BODY>
7740 </HTML>
7741 ============= h_collection_screen ========================
7742 <HTML>
7743 <HEAD>
7744 <TITLE>COLLECTION LIST screen</TITLE>
7745 </HEAD>
7746 <BODY>
7747 <H1>COLLECTION LIST screen</H1>
7749 The COLLECTION LIST screen is used to select one of your  
7750 collection definitions to display the folders they contain.  See
7751 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
7752 detailed explanation of collections.<P>
7754 To manage your collection definitions (Add, Change, Delete, etc.), use
7755 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
7756 MAIN MENU.
7759 &lt;End of help on this topic&gt;
7760 </BODY>
7761 </HTML>
7762 ============= h_collection_maint ========================
7763 <HTML>
7764 <HEAD>
7765 <TITLE>SETUP COLLECTION LIST screen</TITLE>
7766 </HEAD>
7767 <BODY>
7768 <H1>SETUP COLLECTION LIST screen</H1>
7770 The SETUP COLLECTION LIST screen lets you manage your collection
7771 definitions.  See 
7772 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
7773 for detailed explanation of collections.<P>
7775 Maintenance commands include:
7776 <DL>
7777 <DT>Change
7778 <!--chtml if pinemode="function_key"-->
7779 (F4)
7780 <!--chtml else-->
7782 <!--chtml endif-->
7783 </DT>
7785 <DD>Modify attributes of the selected collection definition.
7787 <DT>Add Cltn
7788 <!--chtml if pinemode="function_key"-->
7789 (F9)
7790 <!--chtml else-->
7792 <!--chtml endif-->
7793 </DT>
7795 <DD>Create a new collection definition.
7796 </DD>
7798 <DT>Del Cltn
7799 <!--chtml if pinemode="function_key"-->
7800 (F10)
7801 <!--chtml else-->
7803 <!--chtml endif-->
7804 </DT>
7806 <DD>Delete the selected collection definition.<BR>
7807 NOTE: The folders and directories referred to by the
7808 collection definition are <EM>NOT</EM> deleted.  Folders must
7809 be deleted, if that's what you wish to do, from the 
7810 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
7811 individual folders in a collection.
7812 </DD>
7814 <DT>Shuffle
7815 <!--chtml if pinemode="function_key"-->
7816 (F11)
7817 <!--chtml else-->
7819 <!--chtml endif-->
7820 </DT>
7822 <DD>Change the order of the displayed collections.  Alpine will offer
7823 to move the currently selected collection one position UP
7824 or DOWN.
7825 </DD>
7826 </DL>
7829 &lt;End of help on this topic&gt;
7830 </BODY>
7831 </HTML>
7832 ============ h_what_are_collections ==========
7833 <HTML>
7834 <HEAD>
7835 <TITLE>Folder Collections Explained</TITLE>
7836 </HEAD>
7837 <BODY>
7838 <H1>Folder Collections Explained</H1>
7841 Those of you with simple mail configurations will just see a list of all the
7842 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
7843 The special folders for INBOX, sent mail and saved messages
7844 will appear at the top of the list.  All others are in alphabetical order.
7846 If you
7847 or your system administrator have defined more than one collection or if
7848 you have a collection (for newsgroups or email folders) defined on your 
7849 system, then you will see the COLLECTION LIST screen first when choosing 
7850 FOLDER LIST from Alpine's MAIN MENU.
7852 <H2>Why have multiple folder collections?</H2>
7854 For Alpine users who only maintain email folders (and not too many) on one host, 
7855 a single folder collection is probably sufficient.<P>
7857 However, people who have more than one email account - for example, one 
7858 at their university, and one with their personal Internet Service Provider - 
7859 will have different sets of folders on different hosts, and they may want to
7860 access them all from the same installation of Alpine, rather than use different 
7861 software and/or log into other hosts to manipulate messages in different 
7862 accounts.  (If in doubt whether one of your email accounts can be accessed 
7863 with Alpine, contact the technical support people for that account.)  Even people
7864 who have only one email account on one host, but have dozens or
7865 hundreds of email folders, may want to arrange these folders together in a 
7866 meaningful way.<BR>
7867 That is where multiple collections come in.
7869 <H2>Types of Collections</H2>
7870 <DL>
7871 <DT>INCOMING FOLDERS</DT>
7872 <DD>&quot;Incoming Message Folders&quot; 
7873 is a special collection typically used to supplement your single INBOX.  
7874 All the folders here are meant to be ones that receive incoming messages, 
7875 which you intend to check more or less frequently.  
7876 You may have multiple folders like this because you or your systems 
7877 administrator have set up an external program or you may have set up
7878 Alpine to filter incoming 
7879 messages into different folders, based on certain criteria such as 
7880 sender, recipient, or subject; or because you have multiple accounts and 
7881 wish to check their INBOXes easily.  This collection is established by 
7882 setting the 
7883 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
7884 feature in the SETUP CONFIGURATION screen, which is accessed from the 
7885 MAIN MENU.
7886 </DD>
7888 <DT>NEWS</DT>
7889 <DD>You can also define a collection specifically for
7890 newsgroups.  Alpine does this for you implicitly when you 
7891 <A HREF="h_config_nntp_server">define an NNTP Server</A>
7892 in your Alpine configuration.  The news collection appears last in the 
7893 COLLECTION LIST (though you can shuffle it up in the order of presentation),
7894 and Alpine knows not to save messages there.
7895 </DD>
7897 <DT>DEFAULT COLLECTION</DT>
7898 <DD>This is the default collection for your saved and sent messages folders.
7899 </DD>
7900 </DL>
7904 <H2>Defining Collections</H2>
7906 In the absence of any folder-collection definitions, Alpine will assume a
7907 single default folder collection.
7908 <!--chtml if pinemode="os_windows"-->
7909 <!--chtml else-->
7910 If necessary, Alpine will create the directory
7911 &quot;mail&quot; in your Unix home directory 
7912 to hold your folders.
7913 <!--chtml endif-->
7915 You can use the 
7916 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
7917 the MAIN MENU, to manage your collection list.  
7919 &lt;End of help on this topic&gt;
7920 </BODY>
7921 </HTML>
7922 ===== h_select_address_screen =====
7923 <HTML>
7924 <HEAD>
7925 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
7926 </HEAD>
7927 <BODY>
7928 <H1>SELECT AN ADDRESS SCREEN</H1>
7929 <H2>COMMANDS</H2>
7930 <!--chtml if pinemode="function_key"-->
7931 <PRE>
7932 Available  Commands                        
7933 -------------------------------            
7934 F1  Show Help Text
7935 F3  Exit without selecting anything
7936 F4  Select the highlighted address
7937 F5  Move highlight to previous address
7938 F6  Move highlight to next address
7939 F7  Previous page of addresses
7940 F8  Next page of addresses
7941 F11 Print
7942 F12 WhereIs
7943 </PRE>
7944 <!--chtml else-->
7945 <PRE>
7946 Navigation                     General Alpine Commands
7947 -------------------------      -----------------------
7948  P  Prev Address                ?  Display this help text
7949  N  Next Address                E  Exit without selecting anything
7950  -  Previous page               %  Print
7951 Spc (space bar) Next page
7952  W  WhereIs
7954 Select Command
7955 ------------------------------------------------
7956  S  Select the highlighted address
7957 </PRE>
7958 <!--chtml endif-->
7960 <H2>Description of the Select Address Screen</H2>
7962 This screen gives you an easy way to select an address from all of
7963 the address book entries that match the prefix typed so far.
7965 <P><UL>
7966 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7967 </UL>
7969 &lt;End of help on this topic&gt;
7970 </BODY>
7971 </HTML>
7972 ===== h_select_rule_screen =====
7973 <HTML>
7974 <HEAD>
7975 <TITLE>SELECT A RULE SCREEN</TITLE>
7976 </HEAD>
7977 <BODY>
7978 <H1>SELECT A RULE SCREEN</H1>
7979 <H2>COMMANDS</H2>
7980 <!--chtml if pinemode="function_key"-->
7981 <PRE>
7982 Available  Commands                        
7983 -------------------------------            
7984 F1  Show Help Text
7985 F3  Exit without selecting anything
7986 F4  Select the highlighted rule
7987 F5  Move highlight to previous rule
7988 F6  Move highlight to next rule
7989 F7  Previous page of rules
7990 F8  Next page of rules
7991 F11 Print
7992 F12 WhereIs
7993 </PRE>
7994 <!--chtml else-->
7995 <PRE>
7996 Navigation                     General Alpine Commands
7997 -------------------------      -----------------------
7998  P  Prev Rule                   ?  Display this help text
7999  N  Next Rule                   E  Exit without selecting anything
8000  -  Previous page               %  Print
8001 Spc (space bar) Next page
8002  W  WhereIs
8004 Select Command
8005 ------------------------------------------------
8006  S  Select the highlighted rule
8007 </PRE>
8008 <!--chtml endif-->
8010 <H2>Description of the Select Rule Screen</H2>
8012 This screen just gives you an easy way to select a rule from all of your
8013 defined rules.
8014 The list of rules presented is the list of nicknames of all of the rules
8015 defined using Setup/Rules.
8016 For selecting messages, it is likely that the Indexcolor rules and possibly
8017 the Roles rules will be most useful.
8018 The others are there also, in case you find a use for them.
8020 In order for this to be useful for selecting messages, the nicknames of
8021 the rules have to be different.
8022 Alpine actually just gets the nickname of the rule that you select and then
8023 looks up that rule using the nickname.
8024 So if there are duplicate nicknames, the first rule that has that
8025 nickname will be used.
8027 <P><UL>
8028 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8029 </UL>
8031 &lt;End of help on this topic&gt;
8032 </BODY>
8033 </HTML>
8034 ===== h_select_priority_screen =====
8035 <HTML>
8036 <HEAD>
8037 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
8038 </HEAD>
8039 <BODY>
8040 <H1>SELECT A PRIORITY SCREEN</H1>
8041 <H2>COMMANDS</H2>
8042 <!--chtml if pinemode="function_key"-->
8043 <PRE>
8044 Available  Commands                        
8045 -------------------------------            
8046 F1  Show Help Text
8047 F3  Exit without selecting anything
8048 F4  Select the highlighted priority
8049 F5  Move highlight to previous priority
8050 F6  Move highlight to next priority
8051 F7  Previous page of priorities
8052 F8  Next page of priorities
8053 F11 Print
8054 F12 WhereIs
8055 </PRE>
8056 <!--chtml else-->
8057 <PRE>
8058 Navigation                     General Alpine Commands
8059 -------------------------      -----------------------
8060  P  Prev Priority               ?  Display this help text
8061  N  Next Priority               E  Exit without selecting anything
8062  -  Previous page               %  Print
8063 Spc (space bar) Next page
8064  W  WhereIs
8066 Select Command
8067 ------------------------------------------------
8068  S  Select the highlighted priority
8069 </PRE>
8070 <!--chtml endif-->
8072 <H2>Description of the Select Priority Screen</H2>
8074 This screen gives you a way to select a priority for the message you are sending.
8075 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
8076 Some mail programs will display an indication of the priority level to
8077 the recipient of the message, some will ignore it.
8078 Even in cases where the mail programs of both the sender and the recipient
8079 agree on the meaning of this header, keep in mind that it is
8080 something that the sender sets so it is only an indication
8081 of the priority that the sender attaches to the mail.
8082 Alpine can be made to display an indication of this priority in incoming
8083 messages by use of one of the tokens
8084 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
8085 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
8086 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
8088 <P><UL>
8089 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8090 </UL>
8092 &lt;End of help on this topic&gt;
8093 </BODY>
8094 </HTML>
8095 ===== h_select_keyword_screen =====
8096 <HTML>
8097 <HEAD>
8098 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
8099 </HEAD>
8100 <BODY>
8101 <H1>SELECT A KEYWORD SCREEN</H1>
8102 <H2>COMMANDS</H2>
8103 <!--chtml if pinemode="function_key"-->
8104 <PRE>
8105 Available  Commands                        
8106 -------------------------------            
8107 F1  Show Help Text
8108 F3  Exit without selecting anything
8109 F4  Select the highlighted keyword
8110 F5  Move highlight to previous keyword
8111 F6  Move highlight to next keyword
8112 F7  Previous page of keywords
8113 F8  Next page of keywords
8114 F11 Print
8115 F12 WhereIs
8116 </PRE>
8117 <!--chtml else-->
8118 <PRE>
8119 Navigation                     General Alpine Commands
8120 -------------------------      -----------------------
8121  P  Prev Keyword                ?  Display this help text
8122  N  Next Keyword                E  Exit without selecting anything
8123  -  Previous page               %  Print
8124 Spc (space bar) Next page
8125  W  WhereIs
8127 Select Command
8128 ------------------------------------------------
8129  S  Select the highlighted keyword
8130 </PRE>
8131 <!--chtml endif-->
8133 <H2>Description of the Select Keyword Screen</H2>
8135 This screen just gives you an easy way to select a keyword.
8136 The list of keywords presented is the list of all keywords defined in your 
8137 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8138 If you have given a keyword a nickname, that nickname is displayed
8139 instead of the actual keyword.
8141 <P><UL>
8142 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8143 </UL>
8145 &lt;End of help on this topic&gt;
8146 </BODY>
8147 </HTML>
8148 ===== h_select_charset_screen =====
8149 <HTML>
8150 <HEAD>
8151 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
8152 </HEAD>
8153 <BODY>
8154 <H1>SELECT A CHARACTER SET SCREEN</H1>
8155 <H2>COMMANDS</H2>
8156 <!--chtml if pinemode="function_key"-->
8157 <PRE>
8158 Available  Commands                        
8159 -------------------------------            
8160 F1  Show Help Text
8161 F3  Exit without selecting anything
8162 F4  Select the highlighted character set
8163 F5  Move highlight to previous character set
8164 F6  Move highlight to next character set
8165 F7  Previous page of character sets
8166 F8  Next page of character sets
8167 F11 Print
8168 F12 WhereIs
8169 </PRE>
8170 <!--chtml else-->
8171 <PRE>
8172 Navigation                     General Alpine Commands
8173 -------------------------      -----------------------
8174  P  Prev Character Set          ?  Display this help text
8175  N  Next Character Set          E  Exit without selecting anything
8176  -  Previous page               %  Print
8177 Spc (space bar) Next page
8178  W  WhereIs
8180 Select Command
8181 ------------------------------------------------
8182  S  Select the highlighted character set
8183 </PRE>
8184 <!--chtml endif-->
8186 <H2>Description of the Select A Character Set Screen</H2>
8188 This screen just gives you an easy way to select a character set from the
8189 set of character sets Alpine knows about.
8190 The list presented will vary slightly depending on what option you are
8191 selecting the character set for.
8193 <P><UL>
8194 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8195 </UL>
8197 &lt;End of help on this topic&gt;
8198 </BODY>
8199 </HTML>
8200 ===== h_select_multcharsets_screen =====
8201 <HTML>
8202 <HEAD>
8203 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
8204 </HEAD>
8205 <BODY>
8206 <H1>SELECT CHARACTER SETS SCREEN</H1>
8207 <H2>COMMANDS</H2>
8208 <!--chtml if pinemode="function_key"-->
8209 <PRE>
8210 Available  Commands
8211 -------------------------------            
8212 F1  Show Help Text
8213 F3  Exit without selecting anything
8214 F4  Select the highlighted charset (or chosen charsets in ListMode)
8215 F5  Move highlight to previous charset
8216 F6  Move highlight to next charset
8217 F7  Previous page of charsets
8218 F8  Next page of charsets
8219 F9  Toggle choices when using ListMode
8220 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
8221 F11 Print
8222 F12 WhereIs
8223 </PRE>
8224 <!--chtml else-->
8225 <PRE>
8226 Navigation                     General Alpine Commands
8227 -------------------------      -----------------------
8228  P  Prev Charset                ?  Display this help text
8229  N  Next Charset                E  Exit without selecting anything
8230  -  Previous page               %  Print
8231 Spc (space bar) Next page
8232  W  WhereIs
8234 Select Command
8235 ------------------------------------------------
8236  S  Select the highlighted charset (or chosen charsets in ListMode)
8237  L  Turn on ListMode (makes it easy to choose multiple charsets)
8238  1  Turn off ListMode
8239  X  Toggle choices when using ListMode
8240 </PRE>
8241 <!--chtml endif-->
8243 <H2>Description of the Select Character Set Screen</H2>
8245 This screen just gives you an easy way to select a character set or a list of
8246 character sets.
8247 The list of character sets presented is the list of all character sets known to
8248 Alpine.
8249 You may select other character sets by typing them in directly.
8251 <P><UL>
8252 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8253 </UL>
8255 &lt;End of help on this topic&gt;
8256 </BODY>
8257 </HTML>
8258 ===== h_select_multkeyword_screen =====
8259 <HTML>
8260 <HEAD>
8261 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
8262 </HEAD>
8263 <BODY>
8264 <H1>SELECT KEYWORDS SCREEN</H1>
8265 <H2>COMMANDS</H2>
8266 <!--chtml if pinemode="function_key"-->
8267 <PRE>
8268 Available  Commands
8269 -------------------------------            
8270 F1  Show Help Text
8271 F3  Exit without selecting anything
8272 F4  Select the highlighted keyword (or chosen keywords in ListMode)
8273 F5  Move highlight to previous keyword
8274 F6  Move highlight to next keyword
8275 F7  Previous page of keywords
8276 F8  Next page of keywords
8277 F9  Toggle choices when using ListMode
8278 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
8279 F11 Print
8280 F12 WhereIs
8281 </PRE>
8282 <!--chtml else-->
8283 <PRE>
8284 Navigation                     General Alpine Commands
8285 -------------------------      -----------------------
8286  P  Prev Keyword                ?  Display this help text
8287  N  Next Keyword                E  Exit without selecting anything
8288  -  Previous page               %  Print
8289 Spc (space bar) Next page
8290  W  WhereIs
8292 Select Command
8293 ------------------------------------------------
8294  S  Select the highlighted keyword (or chosen keywords in ListMode)
8295  L  Turn on ListMode (makes it easy to choose multiple keywords)
8296  1  Turn off ListMode
8297  X  Toggle choices when using ListMode
8298 </PRE>
8299 <!--chtml endif-->
8301 <H2>Description of the Select Keyword Screen</H2>
8303 This screen just gives you an easy way to select a keyword or a list of
8304 keywords.
8305 The list of keywords presented is the list of all keywords defined in your 
8306 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8307 If you have given a keyword a nickname, that nickname is displayed
8308 instead of the actual keyword.
8310 <P><UL>
8311 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8312 </UL>
8314 &lt;End of help on this topic&gt;
8315 </BODY>
8316 </HTML>
8317 ===== h_select_incoming_to_monitor =====
8318 <HTML>
8319 <HEAD>
8320 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
8321 </HEAD>
8322 <BODY>
8323 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
8324 <H2>COMMANDS</H2>
8325 <!--chtml if pinemode="function_key"-->
8326 <PRE>
8327 Available  Commands
8328 -------------------------------            
8329 F1  Show Help Text
8330 F3  Exit without selecting anything
8331 F4  Select the marked folders
8332 F5  Move highlight to previous folder
8333 F6  Move highlight to next folder
8334 F7  Previous page of folders
8335 F8  Next page of folders
8336 F9  Toggle choices on or off
8337 F11 Print
8338 F12 WhereIs
8339 </PRE>
8340 <!--chtml else-->
8341 <PRE>
8342 Navigation                     General Alpine Commands
8343 -------------------------      -----------------------
8344  P  Prev Folder                 ?  Display this help text
8345  N  Next Folder                ^C  exit without changing anything
8346  -  Previous page               %  Print
8347 Spc (space bar) Next page
8348  W  WhereIs
8350 Select Command
8351 ------------------------------------------------
8352  S  Select the marked folders
8353  X  Toggle choices on or off
8354 </PRE>
8355 <!--chtml endif-->
8357 <H2>Description of the Select Folders to Check Screen</H2>
8359 This screen is only useful if the feature
8360 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
8361 is set.
8362 By default, when you set that feature all of your incoming folders
8363 will be checked periodically for Unseen messages.
8364 By using this screen, you may restrict the set of monitored folders to
8365 a subset of all of the incoming folders.
8367 Mark the folders you want to monitor for Unseen messages with
8368 an &quot;X&quot;.
8369 When you've finished marking all your selections use the Select
8370 command to register your choices.
8371 To return to the default of checking all incoming folders
8372 delete all folders or unmark all folders.
8374 <P><UL>
8375 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8376 </UL>
8378 &lt;End of help on this topic&gt;
8379 </BODY>
8380 </HTML>
8381 ===== h_role_select =====
8382 <HTML>
8383 <HEAD>
8384 <TITLE>ROLES SCREEN</TITLE>
8385 </HEAD>
8386 <BODY>
8387 <H1>ROLES SCREEN</H1>
8388 <H2>ROLES COMMANDS</H2>
8389 <!--chtml if pinemode="function_key"-->
8390 <PRE>
8391 Available  Commands                        
8392 -------------------------------            
8393 F1  Show Help Text
8394 F3  Exit without a selection
8395 F4  Select a role to use in composition
8396 F5  Move to previous role
8397 F6  Move to next role
8398 F7  Previous page of roles
8399 F8  Next page of roles
8400 F11 Change Default Role
8401 F12 Whereis (search role nicknames)
8402 </PRE>
8403 <!--chtml else-->
8404 <PRE>
8405 Navigation                     General Alpine Commands
8406 -------------------------      -----------------------
8407  P  Prev Role                     ?  Display this help text
8408  N  Next Role                     E  Exit without a selection
8409  -  Previous page
8410 Spc (space bar) Next page
8411  W  WhereIs (search for word in role nicknames)
8413 Select Role Commands
8414 ------------------------------------------------
8415  [Return]  Select highlighted role
8416  D         Change Default Role
8417 </PRE>
8418 <!--chtml endif-->
8420 <H2>Description of the Roles Screen</H2>
8422 With this screen you select a role to be used in the composition of a
8423 message.
8424 Use the Previous and Next commands to highlight the role you wish to
8425 use.
8426 When you type carriage return you will be placed in the composer using the highlighted role.
8428 You don't have any non-default <A HREF="h_rules_roles">roles</A>
8429 available unless you set them up.
8430 You may do so by using the Setup/Rules command on the MAIN MENU.
8432 By using the D command, you may set a default role that will persist until
8433 you change it or until you exit Alpine.
8434 The D command toggles through three states: set the default role, unset the
8435 default role, and leave the default role as it is.
8436 <P><UL>
8437 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8438 </UL>
8440 &lt;End of help on this topic&gt;
8441 </BODY>
8442 </HTML>
8443 ===== h_role_abook_select =====
8444 <HTML>
8445 <HEAD>
8446 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
8447 </HEAD>
8448 <BODY>
8449 <H1>SELECT ADDRESS BOOK SCREEN</H1>
8450 <H2>COMMANDS</H2>
8451 <!--chtml if pinemode="function_key"-->
8452 <PRE>
8453 Available  Commands                        
8454 -------------------------------            
8455 F1  Show Help Text
8456 F3  Exit screen without selecting anything
8457 F4  Select highlighted address book
8458 F5  Move to previous address book
8459 F6  Move to next address book
8460 F7  Previous page of address books
8461 F8  Next page of address books
8462 F12 Whereis
8463 </PRE>
8464 <!--chtml else-->
8465 <PRE>
8466 Navigation                     General Alpine Commands
8467 -------------------------      -----------------------
8468  P  Previous addrbook          ?  Display this help text
8469  N  Next addrbook
8470  -  Previous page
8471 Spc (space bar) Next page
8472  W  WhereIs
8474 Select Role Commands
8475 ------------------------------------------------
8476  S  Select highlighted address book
8477  E  Exit screen without selecting anything
8478 </PRE>
8479 <!--chtml endif-->
8481 <H2>Description of the Select Address Book Screen</H2>
8483 This screen helps you select one of your address books.
8484 Use the Previous and Next commands to highlight the address book you wish to
8485 select.
8486 <P><UL>
8487 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8488 </UL>
8490 &lt;End of help on this topic&gt;
8491 </BODY>
8492 </HTML>
8493 ======== h_rule_patterns =============
8494 <HTML>
8495 <HEAD>
8496 <TITLE>PATTERNS</TITLE>
8497 </HEAD>
8498 <BODY>
8499 <H1>PATTERNS</H1>
8500 Patterns are used with Roles, Filtering, Index Coloring,
8501 Scoring, Other Rules, and Search Rules.
8502 Patterns are compared with a message to see if there is a match.
8503 For Filtering, the messages being checked are all the messages in the
8504 folder, one at a time.
8505 For Index Line Coloring, each message that is visible on the screen is
8506 checked for matches with the Index Coloring Patterns.
8507 Roles are used with the Reply, Forward, and Compose commands.
8508 For Reply, the message used to compare the Pattern with is the message
8509 being replied to;
8510 for Forward, the message used to compare the Pattern with is the message
8511 being forwarded;
8512 and for Compose, there is no message, so the parts of the Pattern that depend
8513 on a message (everything other than Current Folder Type and the
8514 Beginning of Month and Year)
8515 are not used.
8516 Only the Current Folder Type matters for Compose (plus the Beginning of
8517 Month or Year, which you wouldn't usually use for a Role).
8518 For Scoring, the message being scored is compared with all of the Score
8519 Patterns, and the Score Values from the ones that match are added together to 
8520 get the message's score.
8521 For Other Rules, there is no message. Only the Current Folder Type is checked
8522 for Other Rules.
8524 Each Pattern has several possible parts, all of which are optional.
8525 In order for there to be a match, <EM>ALL</EM> of the
8526 <EM>defined</EM> parts of the Pattern must match the message.
8527 If a part is not defined it is considered a match, but note that a filtering
8528 Pattern must have at least one defined part or it will be ignored.
8529 For example, if the To pattern is not defined it will be
8530 displayed as
8532 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
8534 That is considered a match because it is not defined.
8535 This means that the Pattern with nothing defined is a match if the
8536 Current Folder Type matches, but there is an exception that was mentioned
8537 in the previous paragraph.
8538 Because filtering is a potentially destructive action, filtering Patterns
8539 with nothing other than Current Folder Type defined are ignored.
8540 If you really want a filtering Pattern to match all messages (subject to
8541 Current Folder Type) the best way to do it is to define a Score interval
8542 that includes all possible scores.
8543 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
8544 This can be used even if you haven't defined any rules to Set Scores.
8546 There are six predefined header patterns called the To, From, Sender, Cc, News,
8547 and Subject patterns.
8548 Besides those six predefined header patterns, you may add
8549 additional header patterns with header fieldnames of your choosing.
8550 You add an extra header pattern by placing the cursor on one of the
8551 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
8552 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
8553 and the Partic pattern is a header pattern that stands for
8554 Participant (From OR To OR Cc).
8555 (Defining the Recip pattern does not have the same effect as defining both
8556 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
8557 Similar to the header patterns are the AllText pattern and the BodyText pattern.
8558 Instead of comparing this pattern's text against only the contents of
8559 a particular header field, the text for the AllText pattern is compared
8560 with text anywhere in the message's header or body, and the text for the
8561 BodyText pattern is compared with text anywhere in the message's body.
8563 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
8564 &quot;!&quot; &quot;toggle NOT&quot; command.
8565 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8566 &quot;!&quot; at the beginning of the pattern line.
8567 When the &quot;!&quot; is present, it reverses the meaning of the match.
8568 That is, if the pattern matches then it is considered to NOT be a match, and
8569 if it does not match it is considered to be a match.
8571 Don't make the mistake of putting the &quot;!&quot; in the data field for
8572 a pattern.
8573 For example, if you type the characters &quot;!urgent&quot; into the Subject
8574 pattern, the pattern will look like:
8576 <PRE>
8577  Subject pattern = !urgent
8578 </PRE>
8580 This means you want to match the 7 character sequence &quot;!urgent&quot;.
8581 In order to match messages that do not have &quot;urgent&quot; in
8582 their Subject field, first type the characters &quot;urgent&quot; followed
8583 by carriage return for the value of the Subject pattern, then negate it
8584 by typing the &quot;!&quot; command.
8585 It should look like
8587 <PRE>
8588  ! Subject pattern = urgent
8589 </PRE>
8591 The contents of each of these header patterns (or the AllText or BodyText patterns) may
8592 be a complete email address, part of an address, or a random set of
8593 characters to match against.
8594 It may also be a list of such patterns, which means you
8595 are looking for a match against the first pattern in the list <EM>OR</EM>
8596 the second pattern <EM>OR</EM> the third and so on.
8597 For example, a Subject pattern equal to
8599 <PRE>
8600  Subject pattern = urgent
8601                    emergency
8602                    alert
8603 </PRE>
8605 would match all messages with a subject that contained at least one
8606 of those words.
8607 It would also match subjects containing the words &quot;alerts&quot; or
8608 &quot;Urgently&quot;.
8610 The same example with &quot;NOT&quot; turned on would be
8612 <PRE>
8613  ! Subject pattern = urgent
8614                      emergency
8615                      alert
8616 </PRE>
8618 which would match all messages with a subject that did <EM>NOT</EM> contain any of
8619 those words.
8620 You can use the &quot;Add Value&quot; command to add new words to the list,
8621 or you can enter them as a comma-separated list.
8623 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
8624 present for a match.
8625 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
8626 pattern2 must be present,
8627 and that is exactly what using a list does.)
8629 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
8630 also part of the Pattern, although the &quot;Score Interval&quot; is not used
8631 when checking for matches for Scoring.
8632 There are five similar settings that relate to the status of the message.
8633 These settings rely on the message being New or not, Deleted or not,
8634 Answered or not, Important or not, and Recent or not.
8635 There are also some other miscellaneous settings.
8636 The first is the Age of the message in days.
8637 Another is the Size of the message, in bytes.
8638 The third is a setting that detects whether or not the Subject of a
8639 message contains raw 8-bit characters (unencoded characters with the most
8640 significant bit set).
8641 There is a setting that detects whether or not this is the first time
8642 Alpine has been run this month (doesn't depend on individual messages),
8643 and another that detects whether or not this is the first time Alpine has
8644 been run this year.
8645 Other parts of the Pattern detect whether or not the From address of a
8646 message appears in your address book, whether or not certain keywords
8647 are set for a message, and whether or not certain character sets are
8648 used in a message.
8650 <H2>Parts of a Pattern</H2>
8652 <H3>Header patterns</H3>
8654 A header pattern is simply text that is searched for in the corresponding
8655 header field.
8656 For example, if a Pattern has a From header pattern with the value
8657 &quot;@company.com&quot;, then only messages that have a From header
8658 that contains the text &quot;@company.com&quot; will be possible
8659 matches.
8660 Matches don't have to be exact.
8661 For example, if the relevant field of a message contains the text
8662 &quot;mailbox@domain&quot; somewhere
8663 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
8664 &quot;mailbox@domain&quot; are all matches.
8666 All parts of the Pattern must match so, for example,
8667 if a message matches a defined
8668 From pattern, it still must be checked against the other parts of the
8669 Pattern that have been defined.
8670 The To header pattern is a slightly special case.
8671 If the message being checked has a Resent-To header
8672 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
8673 there are used in place of the addresses in the To header.
8674 This is only true for the To header.
8675 Resent-cc and Resent-From headers are never used unless you add them
8676 with the eXtraHdrs command.
8678 The meaning of a header pattern may be negated with the
8679 &quot;!&quot; &quot;toggle NOT&quot; command.
8680 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8681 &quot;!&quot; at the beginning of the pattern line.
8682 It would look something like
8684 <PRE>
8685  ! From pattern = susan@example.com
8686 </PRE>
8688 When the &quot;!&quot; is present, it reverses the meaning of the match.
8690 If you want to check for the presence of a header field but don't care
8691 about its value, then
8692 the empty pattern that you get by entering a pair of
8693 double quotes (&quot;&quot;) should match any message that
8694 has the corresponding header field.
8696 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
8698 AllText patterns are just like header patterns except that the text is
8699 searched for anywhere in the message's headers or body, not just in the
8700 contents of a particular header field.
8703 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
8705 BodyText patterns are just like header patterns except that the text is
8706 searched for anywhere in the message's body, not just in the
8707 contents of a particular header field.
8710 If there is more than one header pattern or AllText pattern or BodyText pattern
8711 for which you want to take the
8712 same action there is a shorthand notation that may be used.
8713 Any of these patterns may be a list of patterns instead of
8714 just a single pattern.
8715 If any one of the patterns in the list matches the message
8716 then it is considered a match.
8717 For example, if &quot;company1&quot; and &quot;company2&quot; both required
8718 you to use the same role when replying to messages, you might have
8719 a To pattern that looks like
8721 <PRE>
8722  To pattern = company1.com
8723               company2.com
8724 </PRE>
8726 This means that if the mail you are replying to was addressed to
8727 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
8728 then this Pattern is a match and the same actions will be taken.
8730 The meaning of an AllText or BodyText pattern may be negated with the
8731 &quot;!&quot; &quot;toggle NOT&quot; command.
8732 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8733 &quot;!&quot; at the beginning of the pattern line.
8734 When the &quot;!&quot; is present, it reverses the meaning of the match.
8736 A technicality: Since comma is the character used to separate multiple values
8737 in any of the fields that may have multiple values (such as header patterns,
8738 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
8739 you must escape comma with a
8740 backslash (&#92;) if you want to include a literal comma in one of those fields.
8741 In other words, if you type a backslash followed by a comma it will
8742 be interpreted as a comma by Alpine, instead of as a separator between
8743 pattern values.
8744 All other backslashes (those not followed by a comma) are literal
8745 backslashes and should not be escaped.
8746 It's unlikely you'll ever need to enter a literal comma or backslash in
8747 any of the patterns.
8749 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
8751 The &quot;Current Folder Type&quot; may be set to one of four different
8752 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
8753 &quot;Specific&quot;.
8754 If the value is set to &quot;News&quot;, then the
8755 Pattern will only match if the currently open folder is a newsgroup.
8756 The value &quot;Email&quot; only matches if the current folder is not news and
8757 the value &quot;Any&quot; causes any folder to match.
8758 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
8759 then you must fill in a value for &quot;Folder&quot;, which is on the line
8760 below the &quot;Specific&quot; line.
8761 In this case you will only get a match if the currently open folder is
8762 the specific folder you list.
8763 You may give a list of folders instead of just a single
8764 folder name, in which case the Pattern will match if the open folder is
8765 any one of the folders in the list.
8766 The name of each folder in the list may be either &quot;INBOX&quot;,
8767 the technical specification
8768 of the folder (like what appears in your configuration file) or, if the
8769 folder is one of your incoming folders, it may be the nickname you've given
8770 the folder.
8771 Here are some samples of specific folder names:
8773 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
8775 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
8777 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
8779 The easiest way to fill in the &quot;Folder&quot; field is to use
8780 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
8781 highlighted, or to use the &quot;Take&quot; command with the configuration
8782 feature
8783 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
8784 turned on.
8786 When reading a newsgroup, there may be a performance penalty
8787 incurred when collecting the information necessary to check whether
8788 or not a Pattern matches a message.
8789 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
8790 If you have Patterns with a Current Folder Type of either
8791 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
8792 Index Line Coloring or Scoring, you may experience
8793 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
8795 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
8797 The &quot;Age Interval&quot; may be set to an interval of message
8798 ages that should be considered a match.
8799 Like the other parts of the Pattern, if it is unset it will be ignored.
8800 The Age Interval looks like
8802 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
8804 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
8805 than or equal to zero.
8806 The special value &quot;INF&quot; may be used for
8807 the max value. It represents infinity.
8809 Actually, this option may be defined as a list of intervals instead
8810 of just a single interval.
8811 The list is separated by commas.
8812 It can look like
8814 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
8816 When there is an Age Interval defined, it is a match if the age, in days, of
8817 the message is contained in any of the intervals.
8818 The intervals include both endpoints.
8820 Even though this option is called Age, it isn't actually
8821 the <EM>age</EM> of the message.
8822 Instead, it is how many days ago the message arrived in one of your folders.
8823 If the current time is a little past midnight, then a message that arrived
8824 just before midnight arrived yesterday, even though the message is only
8825 a few minutes old.
8826 By default, the date being used is not the date in the Date
8827 header of the message.
8828 It is the date that the message arrived in one of your folders.
8829 When you Save a message from one folder to another that arrival date
8830 is preserved.
8831 If you would like to use the date in the Date header that is possible.
8832 Turn on the option
8833 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
8834 near the bottom of the rule definition.
8835 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
8837 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
8839 The &quot;Size Interval&quot; may be set to an interval of message
8840 sizes that should be considered a match.
8841 Like the other parts of the Pattern, if it is unset it will be ignored.
8842 The Size Interval looks like
8844 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
8846 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
8847 than or equal to zero.
8848 The special value &quot;INF&quot; may be used for
8849 the max value. It represents infinity.
8851 Actually, this option may be defined as a list of intervals instead
8852 of just a single interval.
8853 The list is separated by commas.
8854 It can look like
8856 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
8858 When there is a Size Interval defined, it is a match if the size, in bytes, of
8859 the message is contained in any of the intervals.
8860 The intervals include both endpoints.
8862 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
8864 The &quot;Score Interval&quot; may be set to an interval of message
8865 scores that should be considered a match.
8866 Like the other parts of the Pattern, if it is unset it will be ignored.
8867 The Score Interval looks like
8869 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
8871 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
8872 negative integers, with min_score less than or equal to max_score.
8873 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
8874 the min and max values to represent negative and positive infinity.
8876 Actually, a list of intervals may be used if you wish.
8877 A list would look like
8879 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
8881 When there is a Score Interval defined, it is a match if the score for
8882 the message is contained in any of the intervals in the list.
8883 The intervals include the endpoints.
8884 The score for a message is calculated by looking at every Score rule defined and
8885 adding up the Score Values for the ones that match the message.
8886 When deciding whether or not a Pattern matches a message for purposes of
8887 calculating the score, the Score Interval is ignored.
8889 <H3><A NAME="pattern_message_status">Message Status</A></H3>
8891 There are five separate message status settings.
8892 By default, all five are set to the value &quot;Don't care&quot;, which
8893 will match any message.
8894 The value &quot;Yes&quot; means that the particular status must be true
8895 for a match, and the value &quot;No&quot; means that the particular
8896 status must not be true for a match.
8897 For example, one of the five Message Status settings is whether a message
8898 is marked Important or not.
8899 A &quot;Yes&quot; means that the message must be Important to be
8900 considered a match and &quot;No&quot; means that the message must not be
8901 Important to be considered a match.
8902 The same is true of the other four message status settings that depend
8903 on whether or not the message is New; whether the message has 
8904 been Answered or not; whether the message has been Deleted or not, and
8905 whether the message is Recent or not. 
8907 The nomenclature for New and Recent is a bit confusing:
8909 New means that the message is Unseen.
8910 It could have been in your mailbox for a long time but if you haven't looked
8911 at it, it is still considered New.
8912 That matches the default Alpine index display that shows an N for such a
8913 message.
8915 Recent means that the message was added to this folder since the last time
8916 you opened the folder.
8917 Alpine also shows an N by default for these types of messages.
8918 If you were to run two copies of Alpine that opened a folder one right after
8919 the other, a message would only show up as Recent in (at most) the first
8920 Alpine session.
8922 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
8924 Keywords are similar to Message Status, but they are chosen by the user.
8925 Provided the mail server allows for it, you may add a set of possible keywords
8926 to a folder and then you may set those keywords or not for each message
8927 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
8928 The syntax of this part of the Pattern is similar to the header patterns.
8929 It is a list of keywords.
8930 The Keyword part of the Pattern is a match if the message has any of
8931 the keywords in the list set.
8932 Like other parts of the Pattern, if this is unset it will be ignored.
8934 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
8936 A message may use one or more character sets.
8937 This part of the Pattern matches messages that make use of one or more of
8938 the character sets specified in the pattern.
8939 It will be considered a match if a message uses any of the character
8940 sets in the list you give here.
8943 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
8944 GB2312) you may also use some shorthand names that Alpine provides.
8945 These names are more understandable shorthand names for sets of 
8946 character set names.
8947 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
8948 Selecting one of these shorthand names is equivalent to selecting all of
8949 the character sets that make up the set.
8950 You can see all of these shorthand names and the lists of character sets
8951 they stand for by typing the &quot;T&quot; command with the Character
8952 Set pattern highlighted.
8953 The syntax of this part of the Pattern is similar to the header patterns
8954 and the Message Keywords pattern.
8955 It is a list of character sets (or shorthand names).
8956 The Character Set part of the Pattern is a match if the message uses any
8957 of the character sets in the list.
8958 Like other parts of the Pattern, if this is unset it will be ignored.
8960 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
8962 It seems that lots of unwanted email contains unencoded 8-bit characters
8963 in the Subject.
8964 Normally, characters with the 8th bit set are not allowed in the Subject
8965 header unless they are MIME-encoded.
8966 This option gives you a way to match messages that have Subjects that
8967 contain unencoded 8-bit characters.
8968 By default, the value of this option is &quot;Don't care&quot;, which
8969 will match any message.
8970 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
8971 the Subject of the message in order for there to be a match,
8972 and the value &quot;No&quot; is the opposite.
8973 Setting this option will affect performance in large folders because the
8974 subject of each message in the folder has to be checked.
8976 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
8978 This option gives you a way to take some action once per month.
8979 By default, the value of this option is &quot;Don't care&quot;, which
8980 will always match.
8981 The value &quot;Yes&quot; means that this must be the first time Alpine has
8982 been run this month in order to count as a match,
8983 and the value &quot;No&quot; is the opposite.
8985 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
8987 This option gives you a way to take some action once per year.
8988 By default, the value of this option is &quot;Don't care&quot;, which
8989 will always match.
8990 The value &quot;Yes&quot; means that this must be the first time Alpine has
8991 been run this year in order to count as a match,
8992 and the value &quot;No&quot; is the opposite.
8994 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
8996 This option gives you a way to match messages that have an address
8997 that is in one of your address books.
8998 Only the simple entries in your address books are searched.
8999 Address book distribution lists are ignored!
9000 By default, the value of this option is &quot;Don't care&quot;, which
9001 will match any message.
9002 The value &quot;Yes, in any address book&quot; means the address
9003 from the message must be in at least one of your
9004 address books in order to be a match.
9005 The value &quot;No, not in any address book&quot;
9006 means none of the addresses may
9007 be in any of your address books in order to be a match.
9008 The values &quot;Yes, in specific address books&quot; and
9009 &quot;No, not in any of specific address books&quot; are similar but instead
9010 of depending on all address books you are allowed to give a list of address
9011 books to look in.
9012 The addresses from the message that are checked for are determined by the
9013 setting you have for &quot;Types of addresses to check for in address book&quot;.
9014 If you set this to &quot;From&quot; the From address from the message will
9015 be looked up in the address book.
9016 If you set it to only &quot;To&quot; then the To addresses will be used.
9017 If any of the To addresses are in the address book then it is considered
9018 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
9019 You could set it to both From and To, in which case all of the From and To
9020 addresses are used.
9021 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
9022 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
9023 exists or the From address if there is no Reply-To address.
9024 Same for the Sender address.
9025 Setting this option may affect performance in large folders because the
9026 From and Reply-To of each message in the folder have to be checked.
9028 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
9030 This is a command that is run with its standard input set to the message
9031 being checked and its standard output discarded.
9032 The full directory path should be specified.
9033 The command will be run and then its exit status will be checked against
9034 the Exit Status Interval, which defaults to just the value zero.
9035 If the exit status of the command falls in the interval, it is considered
9036 a match, otherwise it is not a match.
9039 This option may actually be a list of commands.
9040 The first one that exists and is executable is used.
9041 That makes it possible to use the same configuration with Unix Alpine and
9042 PC-Alpine.
9045 If none of the commands in the list exists and is executable then the rule
9046 is <EM>not</EM> a match.
9047 If it is possible that the command may not exist, you should be careful
9048 to structure your rules so that nothing destructive
9049 happens when the command does not exist.
9050 For example, you might have a filter that filters away spam when there is
9051 a match but does nothing when there is not a match.
9052 That would continue to work correctly if the command didn't exist.
9053 However, if you have a filter that filters away spam when there is not
9054 a match and keeps it when there is a match, that would filter everything
9055 if the categorizer command didn't exist.
9057 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
9058 setup for the bogofilter filter.
9061 &lt;End of help on this topic&gt;
9062 </BODY>
9063 </HTML>
9064 ===== h_rules_roles =====
9065 <HTML>
9066 <HEAD>
9067 <TITLE>SETUP ROLES SCREEN</TITLE>
9068 </HEAD>
9069 <BODY>
9070 <H1>SETUP ROLES SCREEN</H1>
9071 <H2>SETUP ROLES COMMANDS</H2>
9072 <!--chtml if pinemode="function_key"-->
9073 <PRE>
9074 Available  Commands -- Group 1         Available Commands -- Group 2   
9075 -------------------------------        ------------------------------  
9076 F1  Show Help Text                      F1  Show Help Text             
9077 F2  See commands in next group          F2  See commands in next group
9078 F3  Back to MAIN Alpine menu
9079 F4  Change configuration for role
9080 F5  Move to previous role               F5  Include file in role config
9081 F6  Move to next role                   F6  Exclude file from config
9082 F7  Previous page of roles
9083 F8  Next page of roles
9084 F9  Add new role                        F9  Replicate existing role
9085 F10 Delete existing role
9086 F11 Shuffle the order of roles
9087 F12 Whereis (search role nicknames)
9088 </PRE>
9089 <!--chtml else-->
9090 <PRE>
9091 Navigation                     General Alpine Commands
9092 -------------------------      -----------------------
9093  P  Prev Role                     ?  Display this help text
9094  N  Next Role                     E  Back to MAIN Alpine menu
9095  -  Previous page
9096 Spc (space bar) Next page
9097  W  WhereIs (search for word in role nicknames)
9099 Setup Roles Commands
9100 ------------------------------------------------
9101  A  Add new role                  $  Shuffle the order of roles
9102  D  Delete existing role          C  Change configuration for highlighted role
9103  R  Replicate existing role
9104  I  Include file in role config   X  Exclude file from role config
9105 </PRE>
9106 <!--chtml endif-->
9108 <H2>Description of the Setup Roles Screen</H2>
9110 This screen lets you add, delete, modify, or change the order of the rules
9111 that determine the role you are playing when composing a message.
9113 You may play different roles depending on who you are replying to.
9114 For example, if you are replying to a message addressed to help-desk you
9115 may be acting as a Help Desk Worker.
9116 That role may require that you use a different return address and/or
9117 a different signature.
9119 Roles are optional.
9120 If you set up roles they work like this:  Each role has a set of
9121 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
9122 considered for a particular use; a &quot;Pattern&quot;,
9123 which is used to decide which of the eligible roles is used; and a set
9124 of &quot;Actions&quot;, which are taken when that role is used.
9125 When you reply to a message, the message you are replying to is compared
9126 with the Patterns of the roles marked as eligible for use when replying.
9127 The comparisons start with the first eligible role and keep going until there
9128 is a match.
9129 If a match is found, the matching role's Actions are taken.
9131 It is also possible to set a default role and to change that role during
9132 your Alpine session.
9133 When you start Alpine no default role will be set.
9134 You may set or change the current default role by using the &quot;D&quot;
9135 command in the role selection screen.
9136 You'll see that screen while composing a message and being asked to select
9137 a role.
9138 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
9139 compose a message.
9140 You may find a default role useful if you normally perform the duties of one
9141 of your roles for a while, then you switch to another role and stay in the
9142 new role for another period of time.
9143 It may be easier than using the Role Command to select the role each time you
9144 compose a message.
9146 <H2>Role Uses</H2>
9148 There are three types of use to be configured;
9149 one for Replying, one for Forwarding, and one for Composing.
9150 These indicate whether or not you want a role to be considered when you
9151 type the Reply, Forward, or Compose commands.
9152 (The Role command is an alternate form of the Compose command, and it is
9153 not affected by these settings.)
9154 Each of these Use types has three possible values.
9155 The value &quot;Never&quot;
9156 means that the role will never be considered as a candidate for use with
9157 the corresponding command.
9158 For example, if you set a role's Reply Use to Never, then when you Reply to
9159 a message, that role won't even be considered.
9160 (That isn't quite true. If the message you are replying to matches some other
9161 role that requires confirmation,
9162 then there will be a ^T command available which allows you to select a role
9163 from all of your roles, not just the reply-eligible roles.)
9166 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
9167 both mean that you do want to consider this role when using the corresponding
9168 command.
9169 For either of these settings the role's Pattern will
9170 be checked to see if it matches the message.
9171 For Reply Use, the message used to compare the Pattern with is the message
9172 being replied to.
9173 For Forward Use, the message used to compare the Pattern with is the message
9174 being forwarded.
9175 For Compose Use, there is no message, so the parts of the Pattern that depend
9176 on a message (everything other than Current Folder Type) are ignored.
9177 In all cases, the Current Folder Type is checked if defined.
9178 If there is a match then this role will either be used without confirmation
9179 or will be the default when confirmation is asked for, depending on
9180 which of the two options is selected.
9181 If confirmation is requested, you will have a chance to
9182 choose No Role instead of the offered role, or to
9183 change the role to any one of your other roles (with the ^T command).
9185 <H2>Role Patterns</H2>
9187 In order to determine whether or not a message matches a role the message is
9188 compared with the Role's Pattern.
9189 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9190 Scoring, Other Rules, and Search Rules, so are described in only one place,
9191 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9193 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
9194 a role that has all header patterns unset, the AllText pattern unset,
9195 the BodyText pattern unset,
9196 the Score Interval unset, and the Current Folder Type set to
9197 &quot;Any&quot; may be used as a default role.
9198 It should be put last in the list of roles since the matching
9199 starts at the beginning and proceeds until one of the roles is a match.
9200 If no roles at all match, then Alpine will
9201 use its regular methods of defining the role.
9202 If you wanted to, you could define a different &quot;default&quot; role
9203 for Replying, Forwarding, and Composing by setting the
9204 &quot;Use&quot; fields appropriately.
9206 <H2>Role Actions</H2>
9208 Once a role match is found, the role's Actions are taken.
9209 For each role there are several possible actions that may be defined.
9210 They are actions to set the From address, the Reply-To address,
9211 the Fcc, the Signature, the Template file, and Other Headers.
9213 <H3>Set From</H3>
9215 The From address is the address used on the From line of the message
9216 you are sending.
9218 <H3>Set Reply-To</H3>
9220 The Reply-To address is the address used on the Reply-To line of the message
9221 you are sending.
9222 You don't need a Reply-To address unless it is different from the From address.
9224 <H3>Set Other Headers</H3>
9226 If you want to set the value of the From or Reply-To headers, use
9227 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
9228 If you want to set the values of other headers, use this field.
9229 This field is similar to the
9230 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
9231 Each header you specify here must include the header tag
9232 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
9233 and may optionally include a value for that header.
9234 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
9235 for a header here will replace any value that already exists.
9236 For example, if you are Replying to a message there will be at least one
9237 address in the To header (the address you are Replying to).
9238 However, if you Reply using a role that sets the To header, that role's
9239 To header value will be used instead.
9241 <H3>Set Fcc</H3>
9243 The Fcc is used as the Fcc for the message you are sending.
9245 <H3>Set Signature or Set LiteralSig</H3>
9247 The Signature is the name of a file to be used as the signature file when
9248 this role is being used.
9249 If the name of the file has a vertical bar following it (|)
9250 then it is assumed that the file is a program that should be run to
9251 produce the signature.
9252 If the LiteralSig is set, then it is used instead of the signature file.
9253 LiteralSig is just a different way to store the signature.
9254 It is stored in the pine configuration file instead of in a separate
9255 signature file.
9256 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
9257 either in the role or as the default signature in the Setup/Config screen,
9258 then the signature file is ignored.
9260 <H3>Set Template</H3>
9262 A Template is the name of a file to be included in the message when this
9263 role is being used.
9264 If the name of the file has a vertical bar following it (|)
9265 then it is assumed that the file is a program that should be run to
9266 produce the template.
9269 Both signature files and template files may be stored remotely on an IMAP
9270 server.
9271 In order to do that you just give the file a remote name.
9272 This works just like the regular
9273 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
9274 option that is configured from the Setup/Configuration screen.
9275 A remote signature file name might look like:
9277 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
9279 Once you have named the remote signature or template file you create its
9280 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
9281 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
9282 line of the role editor.
9285 Both signature files and template files (or the output of signature programs
9286 and template file programs) may contain special tokens
9287 that are replaced with contents
9288 that depend on the message being replied to or forwarded.
9289 See the help for the individual fields inside the role editor for more
9290 information on tokens.
9292 <H3>Use SMTP Server</H3>
9294 If this field has a value, then it will be used as the SMTP server
9295 to send mail when this role is being used (unless the SMTP server variable
9296 is set in the system-wide fixed configuration file).
9297 It has the same semantics as the
9298 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
9299 variable in the Setup/Config screen.
9300 When you postpone the composition this SMTP server list will be saved
9301 with the postponed composition and it cannot be changed later.
9302 Because of that, you may want to make this a list of SMTP servers
9303 with the preferred server at the front of the list and alternate servers
9304 later in the list.
9307 If any of the actions are left unset, then the action depends on what
9308 is present in the &quot;Initialize settings using role&quot; field.
9309 If you've listed the nickname of another one of your roles there, then the
9310 corresponding action from that role will be used here.
9311 If that action is also blank, or if there is no nickname specified,
9312 then Alpine will do whatever it normally does to set these actions.
9313 This depends on other configuration options and features you've set.
9315 <H2>Command Descriptions</H2>
9317 <H3>Add</H3>
9319 The Add command is used to add a new role definition to your set of
9320 roles.
9321 The new role will be added after the highlighted role.
9323 <H3>Delete</H3>
9325 The Delete command deletes the currently highlighted role.
9327 <H3>Change</H3>
9329 The Change command lets you edit the nickname, Uses, Pattern,
9330 and Actions of the currently highlighted role.
9332 <H3>Shuffle</H3>
9334 The Shuffle command allows you to change the order of the roles.
9335 You may move the currently highlighted role up or down in the list.
9336 The order of the roles is important since the roles are tested for a
9337 match starting with the first role and continuing until a match is found.
9338 You should place the roles with more specific Patterns near the beginning
9339 of the list, and those with more general Patterns near the end so that
9340 the more specific matches will happen when appropriate.
9342 <H3>Replicate</H3>
9344 The Replicate command is used to copy an existing role and modify it.
9345 The new role will be added after the highlighted role.
9347 <H3>IncludeFile</H3>
9349 The IncludeFile command allows you to add a roles file to your configuration.
9350 Usually, your roles will be contained in your Alpine configuration file.
9351 If you wish, some or all of your roles may be stored in a separate file.
9352 If a roles file already exists (maybe it was made by somebody else using
9353 Alpine), you may insert it before the currently highlighted role.
9354 You may also insert an empty file or a file that does not yet exist.
9355 Once you have an empty roles file in your configuration, you may use
9356 the Shuffle command to move roles into it.
9357 In fact, that's the only way to get the initial role into the file.
9359 <H3>eXcludeFile</H3>
9361 The eXcludeFile command removes a roles file from your roles configuration.
9362 A limitation of the program is that in order to exclude a roles file
9363 that file must have at least one role
9364 in it, otherwise you won't be able to highlight a line in the file.
9365 So you may have to add a dummy role to the file in order to exclude the file.
9366 <P><UL>
9367 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9368 </UL>
9370 &lt;End of help on this topic&gt;
9371 </BODY>
9372 </HTML>
9373 ===== h_rules_other =====
9374 <HTML>
9375 <HEAD>
9376 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
9377 </HEAD>
9378 <BODY>
9379 <H1>SETUP OTHER RULES SCREEN</H1>
9380 <H2>SETUP OTHER RULES COMMANDS</H2>
9381 <!--chtml if pinemode="function_key"-->
9382 <PRE>
9383 Available  Commands -- Group 1         Available Commands -- Group 2   
9384 -------------------------------        ------------------------------  
9385 F1  Show Help Text                      F1  Show Help Text             
9386 F2  See commands in next group          F2  See commands in next group
9387 F3  Back to MAIN Alpine menu
9388 F4  Change configuration for rule
9389 F5  Move to previous rule               F5  Include file in rule config
9390 F6  Move to next rule                   F6  Exclude file from config
9391 F7  Previous page of rules
9392 F8  Next page of rules
9393 F9  Add new rule                        F9  Replicate existing rule
9394 F10 Delete existing rule
9395 F11 Shuffle the order of rules
9396 F12 Whereis (search rule nicknames)
9397 </PRE>
9398 <!--chtml else-->
9399 <PRE>
9400 Navigation                     General Alpine Commands
9401 -------------------------      -----------------------
9402  P  Prev rule                     ?  Display this help text
9403  N  Next rule                     E  Back to MAIN Alpine menu
9404  -  Previous page
9405 Spc (space bar) Next page
9406  W  WhereIs (search for word in rule nicknames)
9408 Setup Other Rules Commands
9409 ------------------------------------------------
9410  A  Add new rule                  $  Shuffle the order of rules
9411  D  Delete existing rule          C  Change configuration for highlighted rule
9412  R  Replicate existing rule
9413  I  Include file in rule config   X  Exclude file from rule config
9414 </PRE>
9415 <!--chtml endif-->
9417 <H2>Description of the Setup Other Rules Screen</H2>
9419 This is where you may set various actions that do not fit well into the
9420 other Rules categories.
9422 <H2>Patterns</H2>
9424 Other Rules are a little different from the rest of the Rules because
9425 they depend only on the current folder, and not on a particular message.
9426 In order to determine whether or not a rule's actions should be applied
9427 the current folder is compared with the rule's Pattern, which consists
9428 of only the Current Folder Type.
9429 Current Folder Type works the same for Other Rules as it does for Roles,
9430 Filtering, Index Coloring, and Scoring.
9431 Keep in mind that the only part of the Pattern that applies to Other
9432 Rules is the Current Folder Type when looking at the description of
9433 Patterns given
9434 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9436 <H2>The Actions</H2>
9438 <H3>Set Sort Order</H3>
9440 When you enter a new folder, these rules will be checked to see if you
9441 have set a sort order that is different from your default sort order.
9442 The default is set in the Setup/Config screen with
9443 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
9444 If the Sort Order action is set, then the folder will be displayed sorted in
9445 that sort order instead of in the default order.
9447 A possible point of confusion arises when you change the configuration
9448 of the Sort Order for the currently open folder.
9449 The folder will normally be re-sorted when you go back to viewing the
9450 index.
9451 However, if you have manually sorted the folder with the
9452 Sort
9453 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
9454 command, then it will not be re-sorted until the next time it is opened.
9456 <H3>Set Index Format</H3>
9458 When you enter a new folder, these rules will be checked to see if you
9459 have set an Index Format that is different from your default Index Format,
9460 which is set with the
9461 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
9462 If so, the index will be displayed with this format instead of the default.
9464 <H3>Set Startup Rule</H3>
9466 When you enter a new folder, these rules will be checked to see if you
9467 have set a startup rule that is different from the default startup rule.
9468 The default for incoming folders is set in the Setup/Config screen with
9469 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
9470 The default for folders other than INBOX that are not part of your
9471 incoming collection
9472 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
9473 is to start with the last message in the folder.
9474 If the Startup Rule is set to something other than &quot;default&quot;,
9475 then the rule will determine which message will be the current message when
9476 the folder is first opened.
9478 The various startup rule possibilities work the same here as they do in
9479 the incoming collection, so check
9480 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
9481 for more help.
9483 <H2>Command Descriptions</H2>
9485 <H3>Add</H3>
9487 The Add command is used to add a new rule definition to your set of
9488 rules.
9489 The new rule will be added after the highlighted rule.
9491 <H3>Delete</H3>
9493 The Delete command deletes the currently highlighted rule.
9495 <H3>Change</H3>
9497 The Change command lets you edit the nickname, Pattern,
9498 and Action of the currently highlighted rule.
9500 <H3>Shuffle</H3>
9502 The Shuffle command allows you to change the order of the rules.
9503 You may move the currently highlighted rule up or down in the list.
9504 The order of the rules is important since the rules are tested for a
9505 match starting with the first rule and continuing until a match is found.
9506 You should place the rules with more specific Patterns near the beginning
9507 of the list, and those with more general Patterns near the end so that
9508 the more specific matches will happen when appropriate.
9510 <H3>Replicate</H3>
9512 The Replicate command is used to copy an existing rule definition and modify it.
9513 The new rule will be added after the highlighted rule.
9515 <H3>IncludeFile</H3>
9517 The IncludeFile command allows you to add a rules file to your configuration.
9518 Usually, your rules will be contained in your Alpine configuration file.
9519 If you wish, some or all of your rules may be stored in a separate file.
9520 If a rules file already exists (maybe it was made by somebody else using
9521 Alpine), you may insert it before the currently highlighted rule.
9522 You may also insert an empty file or a file that does not yet exist.
9523 Once you have an empty rules file in your configuration, you may use
9524 the Shuffle command to move rules into it.
9525 In fact, that's the only way to get the initial rule into the file.
9527 <H3>eXcludeFile</H3>
9529 The eXcludeFile command removes a rules file from your rules configuration.
9530 A limitation of the program is that in order to exclude a rules file
9531 that file must have at least one rule
9532 in it, otherwise you won't be able to highlight a line in the file.
9533 So you may have to add a dummy rule to the file in order to exclude the file.
9534 <P><UL>
9535 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9536 </UL>
9538 &lt;End of help on this topic&gt;
9539 </BODY>
9540 </HTML>
9541 ===== h_rules_srch =====
9542 <HTML>
9543 <HEAD>
9544 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
9545 </HEAD>
9546 <BODY>
9547 <H1>SETUP SEARCH RULES SCREEN</H1>
9548 <H2>SETUP SEARCH RULES COMMANDS</H2>
9549 <!--chtml if pinemode="function_key"-->
9550 <PRE>
9551 Available  Commands -- Group 1         Available Commands -- Group 2   
9552 -------------------------------        ------------------------------  
9553 F1  Show Help Text                      F1  Show Help Text             
9554 F2  See commands in next group          F2  See commands in next group
9555 F3  Back to MAIN Alpine menu
9556 F4  Change configuration for rule
9557 F5  Move to previous rule               F5  Include file in rule config
9558 F6  Move to next rule                   F6  Exclude file from config
9559 F7  Previous page of rules
9560 F8  Next page of rules
9561 F9  Add new rule                        F9  Replicate existing rule
9562 F10 Delete existing rule
9563 F11 Shuffle the order of rules
9564 F12 Whereis (search rule nicknames)
9565 </PRE>
9566 <!--chtml else-->
9567 <PRE>
9568 Navigation                     General Alpine Commands
9569 -------------------------      -----------------------
9570  P  Prev rule                     ?  Display this help text
9571  N  Next rule                     E  Back to MAIN Alpine menu
9572  -  Previous page
9573 Spc (space bar) Next page
9574  W  WhereIs (search for word in rule nicknames)
9576 Setup Search Rules Commands
9577 ------------------------------------------------
9578  A  Add new rule                  $  Shuffle the order of rules
9579  D  Delete existing rule          C  Change configuration for highlighted rule
9580  R  Replicate existing rule
9581  I  Include file in rule config   X  Exclude file from rule config
9582 </PRE>
9583 <!--chtml endif-->
9585 <H2>Description of the Setup Search Rules Screen</H2>
9587 One of the commands that becomes available when that feature is turned on
9588 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
9589 screen to select a set of messages.
9590 One way of selecting messages is to use a Rule.
9591 All of the messages that match (or don't match if you wish)
9592 a Rule's Pattern will be selected.
9594 Any of your Rules may be used for this purpose.
9595 You might already have Rules set up for filtering, index line color, scores, or roles;
9596 and you may use any of those Rules with the Select command.
9597 However, you might find it more convenient to set up a separate set of Rules
9598 just for this purpose without having to worry about what other effects
9599 they may cause.
9600 That is the purpose of these Select Rules.
9603 Each rule has a &quot;Pattern&quot;
9604 that is used to decide which messages are selected when you use it with
9605 the Select command.
9607 <H2>Patterns</H2>
9609 In order to determine whether or not a message should be selected
9610 the message is compared with the rule's Pattern.
9611 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9612 Scoring, Other Rules, and Search Rules, so are described in only one place,
9613 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9615 <H2>Command Descriptions</H2>
9617 <H3>Add</H3>
9619 The Add command is used to add a new rule definition to your set of
9620 rules.
9621 The new rule will be added after the highlighted rule.
9623 <H3>Delete</H3>
9625 The Delete command deletes the currently highlighted rule.
9627 <H3>Change</H3>
9629 The Change command lets you edit the nickname and Pattern
9630 of the currently highlighted rule.
9632 <H3>Shuffle</H3>
9634 The Shuffle command allows you to change the order of the rules.
9635 This affects only the order they are presented in when you use the
9636 ^T subcommand of the Select by Rule command.
9637 You may move the currently highlighted rule up or down in the list.
9639 <H3>Replicate</H3>
9641 The Replicate command is used to copy an existing rule definition and modify it.
9642 The new rule will be added after the highlighted rule.
9644 <H3>IncludeFile</H3>
9646 The IncludeFile command allows you to add a rules file to your configuration.
9647 Usually, your rules will be contained in your Alpine configuration file.
9648 If you wish, some or all of your rules may be stored in a separate file.
9649 If a rules file already exists (maybe it was made by somebody else using
9650 Alpine), you may insert it before the currently highlighted rule.
9651 You may also insert an empty file or a file that does not yet exist.
9652 Once you have an empty rules file in your configuration, you may use
9653 the Shuffle command to move rules into it.
9654 In fact, that's the only way to get the initial rule into the file.
9656 <H3>eXcludeFile</H3>
9658 The eXcludeFile command removes a rules file from your rules configuration.
9659 A limitation of the program is that in order to exclude a rules file
9660 that file must have at least one rule
9661 in it, otherwise you won't be able to highlight a line in the file.
9662 So you may have to add a dummy rule to the file in order to exclude the file.
9663 <P><UL>
9664 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9665 </UL>
9667 &lt;End of help on this topic&gt;
9668 </BODY>
9669 </HTML>
9670 ===== h_rules_incols =====
9671 <HTML>
9672 <HEAD>
9673 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
9674 </HEAD>
9675 <BODY>
9676 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
9677 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
9678 <!--chtml if pinemode="function_key"-->
9679 <PRE>
9680 Available  Commands -- Group 1         Available Commands -- Group 2   
9681 -------------------------------        ------------------------------  
9682 F1  Show Help Text                      F1  Show Help Text             
9683 F2  See commands in next group          F2  See commands in next group
9684 F3  Back to MAIN Alpine menu
9685 F4  Change configuration for rule
9686 F5  Move to previous rule               F5  Include file in rule config
9687 F6  Move to next rule                   F6  Exclude file from config
9688 F7  Previous page of rules
9689 F8  Next page of rules
9690 F9  Add new rule                        F9  Replicate existing rule
9691 F10 Delete existing rule
9692 F11 Shuffle the order of rules
9693 F12 Whereis (search rule nicknames)
9694 </PRE>
9695 <!--chtml else-->
9696 <PRE>
9697 Navigation                     General Alpine Commands
9698 -------------------------      -----------------------
9699  P  Prev rule                     ?  Display this help text
9700  N  Next rule                     E  Back to MAIN Alpine menu
9701  -  Previous page
9702 Spc (space bar) Next page
9703  W  WhereIs (search for word in rule nicknames)
9705 Setup Index Color Commands
9706 ------------------------------------------------
9707  A  Add new rule                  $  Shuffle the order of rules
9708  D  Delete existing rule          C  Change configuration for highlighted rule
9709  R  Replicate existing rule
9710  I  Include file in rule config   X  Exclude file from rule config
9711 </PRE>
9712 <!--chtml endif-->
9714 <H2>Description of the Setup Index Line Colors Screen</H2>
9716 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
9717 This action is only available if your terminal is capable of displaying
9718 color and color display has been enabled with the
9719 <A HREF="h_config_color_style">Color Style</A> option within the
9720 Setup Color screen.
9721 (In PC-Alpine, color is always enabled so there is no option to turn on.)
9722 This screen lets you add, delete, modify, or change the order of the rules
9723 that cause the lines in the MESSAGE INDEX to be displayed in different
9724 colors.
9726 Each rule has a &quot;Pattern&quot;,
9727 which is used to decide which of the rules is used; and the color that
9728 is used if the Pattern matches a particular message.
9730 <H2>Index Color Patterns</H2>
9732 In order to determine whether or not a message matches an Index Color Rule
9733 the message is compared with the rule's Pattern.
9734 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9735 Scoring, Other Rules, and Search Rules, so are described in only one place,
9736 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9739 If none of the Index Color rules is a match for a particular index line,
9740 then the color used is set using
9741 the <A HREF="h_color_setup">Setup Kolor</A> screen.
9743 <H2>Index Line Color</H2>
9745 This is the color that index lines are colored when there is a matching
9746 Pattern.
9747 This colors the whole index line, except possibly the status letters,
9748 which may be colored separately using
9749 the <A HREF="h_color_setup">Setup Kolor</A> screen.
9751 <H2>Command Descriptions</H2>
9753 <H3>Add</H3>
9755 The Add command is used to add a new rule definition to your set of
9756 rules.
9757 The new rule will be added after the highlighted rule.
9759 <H3>Delete</H3>
9761 The Delete command deletes the currently highlighted rule.
9763 <H3>Change</H3>
9765 The Change command lets you edit the nickname, Pattern,
9766 and Index Line Color of the currently highlighted rule.
9768 <H3>Shuffle</H3>
9770 The Shuffle command allows you to change the order of the rules.
9771 You may move the currently highlighted rule up or down in the list.
9772 The order of the rules is important since the rules are tested for a
9773 match starting with the first rule and continuing until a match is found.
9774 You should place the rules with more specific Patterns near the beginning
9775 of the list, and those with more general Patterns near the end so that
9776 the more specific matches will happen when appropriate.
9778 <H3>Replicate</H3>
9780 The Replicate command is used to copy an existing rule definition and modify it.
9781 The new rule will be added after the highlighted rule.
9783 <H3>IncludeFile</H3>
9785 The IncludeFile command allows you to add a rules file to your configuration.
9786 Usually, your rules will be contained in your Alpine configuration file.
9787 If you wish, some or all of your rules may be stored in a separate file.
9788 If a rules file already exists (maybe it was made by somebody else using
9789 Alpine), you may insert it before the currently highlighted rule.
9790 You may also insert an empty file or a file that does not yet exist.
9791 Once you have an empty rules file in your configuration, you may use
9792 the Shuffle command to move rules into it.
9793 In fact, that's the only way to get the initial rule into the file.
9795 <H3>eXcludeFile</H3>
9797 The eXcludeFile command removes a rules file from your rules configuration.
9798 A limitation of the program is that in order to exclude a rules file
9799 that file must have at least one rule
9800 in it, otherwise you won't be able to highlight a line in the file.
9801 So you may have to add a dummy rule to the file in order to exclude the file.
9802 <P><UL>
9803 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9804 </UL>
9806 &lt;End of help on this topic&gt;
9807 </BODY>
9808 </HTML>
9809 ===== h_rules_filter =====
9810 <HTML>
9811 <HEAD>
9812 <TITLE>SETUP FILTERING SCREEN</TITLE>
9813 </HEAD>
9814 <BODY>
9815 <H1>SETUP FILTERING SCREEN</H1>
9816 <H2>SETUP FILTERING COMMANDS</H2>
9817 <!--chtml if pinemode="function_key"-->
9818 <PRE>
9819 Available  Commands -- Group 1         Available Commands -- Group 2   
9820 -------------------------------        ------------------------------  
9821 F1  Show Help Text                      F1  Show Help Text             
9822 F2  See commands in next group          F2  See commands in next group
9823 F3  Back to MAIN Alpine menu
9824 F4  Change configuration for filter
9825 F5  Move to previous filter             F5  Include file in filter config
9826 F6  Move to next filter                 F6  Exclude file from config
9827 F7  Previous page of filters
9828 F8  Next page of filters
9829 F9  Add new filter                      F9  Replicate existing filter
9830 F10 Delete existing filter
9831 F11 Shuffle the order of filters
9832 F12 Whereis (search filter nicknames)
9833 </PRE>
9834 <!--chtml else-->
9835 <PRE>
9836 Navigation                     General Alpine Commands
9837 -------------------------      -----------------------
9838  P  Prev Filter                   ?  Display this help text
9839  N  Next Filter                   E  Back to MAIN Alpine menu
9840  -  Previous page
9841 Spc (space bar) Next page
9842  W  WhereIs (search for word in filter nicknames)
9844 Setup Filters Commands
9845 ------------------------------------------------
9846  A  Add new filter                $  Shuffle the order of filters
9847  D  Delete existing filter        C  Change configuration for highlighted filter
9848  R  Replicate existing filter
9849  I  Include file in filter config X  Exclude file from filter config
9850 </PRE>
9851 <!--chtml endif-->
9853 <H2>Description of the Setup Filtering Screen</H2>
9855 This screen lets you add, delete, modify, or change the order of the rules
9856 that determine the filtering Alpine does on folders you view.
9858 The software that actually delivers mail (the stuff that happens
9859 before Alpine is involved) for you is in a better position to do mail filtering
9860 than Alpine itself.
9861 If possible, you may want to look into using that sort of mail filtering to
9862 deliver mail to different folders, delete it, or forward it.
9863 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
9865 Filtering is a way to automatically move certain messages from one folder
9866 to another or to delete messages.
9867 It can also be used to set message status (Important, Deleted, New,
9868 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
9869 Alpine doesn't have the ability to forward mail to another address or
9870 to deliver vacation messages.
9872 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
9873 When a folder is opened, when new mail arrives in an open folder, or
9874 when mail is Expunged from a folder; each
9875 message is compared with the Patterns of your filtering rules.
9876 The comparisons start with the first rule and keep going until there
9877 is a match.
9878 If a match is found, the message may be deleted or moved, depending on
9879 the setting of the Filter Action.
9880 If the message is not deleted, it may have its status altered.
9883 <EM>NOTE:</EM>
9884 When setting up a Pattern used to delete messages,
9885 it is recommended that you test the Pattern first with a &quot;Move&quot;
9886 folder specified in
9887 case unintended matches occur.  Messages that are deleted will be removed 
9888 from the folder and <EM>unrecoverable</EM> from within Alpine after the
9889 next Expunge command or once the folder being filtered has been closed.
9891 <H2>Filter Patterns</H2>
9893 In order to determine whether or not a message matches a filter the message is
9894 compared with the Filter's Pattern.
9895 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9896 Scoring, Other Rules, and Search Rules, so are described in only one place,
9897 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9899 Since filtering is a potentially destructive action, if you have a filtering
9900 Pattern with nothing other than Current Folder Type set, that filtering
9901 rule is ignored.
9903 <H2>Filter Actions</H2>
9905 Once a filter match is found for a particular message, there are some actions
9906 that may be taken.
9907 First, the message may have its status changed.
9908 This is the same message status that you can manipulate manually using the
9909 <a href="h_common_flag">Flag Command</a>.
9910 There are always four elements of message status that you can control.
9911 You can set or clear the Important status, the New status, the Deleted
9912 status, and the Answered status.
9913 Of course, if the filter is going to delete the message,
9914 then there is no point in setting message status.
9915 You may also be able to set user-defined keywords for a message.
9916 Read a little about keywords in the help text for the
9917 <A HREF="h_common_flag">Flag</A> command.
9919 Second, the filter may delete or move the message.
9920 Deleting the message marks it Deleted and removes it from view.
9921 It is effectively gone forever (though it technically is still there until
9922 the next expunge command, which may happen implicitly).
9923 Moving the message moves it from the open folder into the folder
9924 listed on the &quot;Folder List&quot; line of the filter configuration.
9925 If you list more than one folder name (separated by commas) then the message
9926 will be copied to each of those folders.
9927 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
9928 message is removed from the current folder.
9929 If you just want to set the messages status without deleting it from
9930 the folder, then set the filter action to
9931 &quot;Just Set Message Status&quot;.
9933 (There is no way to do a Copy instead of a Move, due to the difficulties
9934 involved in keeping track of whether or not a message has
9935 already been copied.)
9937 <H2>Command Descriptions</H2>
9939 <H3>Add</H3>
9941 The Add command is used to add a new filter definition to your set of
9942 filters.
9943 The new filter will be added after the highlighted filter.
9945 <H3>Delete</H3>
9947 The Delete command deletes the currently highlighted filter.
9949 <H3>Change</H3>
9951 The Change command lets you edit the nickname, Pattern,
9952 and Folder of the currently highlighted filter.
9954 <H3>Shuffle</H3>
9956 The Shuffle command allows you to change the order of the filters.
9957 You may move the currently highlighted filter up or down in the list.
9958 The order of the filters is important since the filters are tested for a
9959 match starting with the first filter and continuing until a match is found.
9960 You should place the filters with more specific Patterns near the beginning
9961 of the list, and those with more general Patterns near the end so that
9962 the more specific matches will happen when appropriate.
9964 <H3>Replicate</H3>
9966 The Replicate command is used to copy an existing filter and modify it.
9967 The new filter will be added after the highlighted filter.
9969 <H3>IncludeFile</H3>
9971 The IncludeFile command allows you to add a filters file to your configuration.
9972 Usually, your filters will be contained in your Alpine configuration file.
9973 If you wish, some or all of your filters may be stored in a separate file.
9974 If a filters file already exists (maybe it was made by somebody else using
9975 Alpine), you may insert it before the currently highlighted filter.
9976 You may also insert an empty file or a file that does not yet exist.
9977 Once you have an empty filters file in your configuration, you may use
9978 the Shuffle command to move filters into it.
9979 In fact, that's the only way to get the initial filter into the file.
9981 <H3>eXcludeFile</H3>
9983 The eXcludeFile command removes a filters file from your filters configuration.
9984 A limitation of the program is that in order to exclude a filters file
9985 that file must have at least one filter
9986 in it, otherwise you won't be able to highlight a line in the file.
9987 So you may have to add a dummy filter to the file in order to exclude the file.
9988 <P><UL>
9989 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9990 </UL>
9992 <H3>Performance Considerations</H3>
9993 The number and type of patterns being tested can 
9994 adversely effect performance.  Issues to be aware
9995 of include:
9997 <UL>
9998   <LI> The more filters you have defined the longer it will take to run down
9999 the list.  Deleting unused filters is a good idea.
10000   <LI> Filtering in newsgroups served by an NNTP server will be slow
10001 if your patterns include tests other than &quot;From:&quot;
10002 or &quot;Subject:&quot;.
10003 </UL>
10005 &lt;End of help on this topic&gt;
10006 </BODY>
10007 </HTML>
10008 ===== h_rules_score =====
10009 <HTML>
10010 <HEAD>
10011 <TITLE>SETUP SCORING SCREEN</TITLE>
10012 </HEAD>
10013 <BODY>
10014 <H1>SETUP SCORING SCREEN</H1>
10015 <H2>SETUP SCORING COMMANDS</H2>
10016 <!--chtml if pinemode="function_key"-->
10017 <PRE>
10018 Available  Commands -- Group 1         Available Commands -- Group 2   
10019 -------------------------------        ------------------------------  
10020 F1  Show Help Text                      F1  Show Help Text             
10021 F2  See commands in next group          F2  See commands in next group
10022 F3  Back to MAIN Alpine menu
10023 F4  Change configuration for rule
10024 F5  Move to previous rule               F5  Include file in rule config
10025 F6  Move to next rule                   F6  Exclude file from config
10026 F7  Previous page of rules
10027 F8  Next page of rules
10028 F9  Add new rule                        F9  Replicate existing rule
10029 F10 Delete existing rule
10030 F11 Shuffle the order of rules
10031 F12 Whereis (search rule nicknames)
10032 </PRE>
10033 <!--chtml else-->
10034 <PRE>
10035 Navigation                     General Alpine Commands
10036 -------------------------      -----------------------
10037  P  Prev rule                     ?  Display this help text
10038  N  Next rule                     E  Back to MAIN Alpine menu
10039  -  Previous page
10040 Spc (space bar) Next page
10041  W  WhereIs (search for word in rule nicknames)
10043 Setup Scoring Commands
10044 ------------------------------------------------
10045  A  Add new rule                  $  Shuffle the order of rules
10046  D  Delete existing rule          C  Change configuration for highlighted rule
10047  R  Replicate existing rule
10048  I  Include file in rule config   X  Exclude file from rule config
10049 </PRE>
10050 <!--chtml endif-->
10052 <H2>Description of the Setup Scoring Screen</H2>
10054 Most people will not use scores at all, but if you do use them, here's how
10055 they work in Alpine.
10056 Using this screen, you may define Scoring rules.
10057 The score for a message is calculated by looking at every Score rule defined
10058 and adding up the Score Values for the ones that match the message.
10059 If there are no matches for a message, it has a score of zero.
10060 Message scores may be used a couple of ways in Alpine.
10062 <H3>Sorting by Score</H3>
10064 One of the methods you may use to sort message indexes is to sort by
10065 score.
10066 The scores of all the messages in a folder will be calculated and then
10067 the index will be ordered by placing the messages in order of ascending or
10068 descending score.
10070 <H3>Scores for use in Patterns</H3>
10072 The Patterns used for Roles, Index Line Coloring, and Filtering have a
10073 category labeled &quot;Score Interval&quot;.
10074 When a message is being compared with a Pattern to check for a match, if
10075 the Score Interval is set only messages that have a score somewhere in
10076 the interval are a match.
10078 <H2>Scoring Rule Patterns</H2>
10080 In order to determine whether or not a message matches a scoring rule
10081 the message is compared with the rule's Pattern.
10082 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10083 Scoring, Other Rules, and Search Rules, so are described in only one place,
10084 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10087 Actually, Scoring rule Patterns are slightly different from the other types of
10088 Patterns because Scoring rule Patterns don't contain a Score Interval.
10089 In other words, when calculating the score for a message, which is done
10090 by looking at the Scoring rule Patterns, scores aren't used.
10092 <H2>Score Value</H2>
10094 This is the value that will be added to the score for a message if the
10095 rule's Pattern is a match.
10096 Each individual Score Value is an integer between -100 and 100, and the
10097 values from matching rules are added together to get a message's score.
10098 There is also a way to extract the value from a particular header of each
10099 message. See the help text for Score Value for further information.
10101 <H2>Command Descriptions</H2>
10103 <H3>Add</H3>
10105 The Add command is used to add a new scoring rule definition.
10106 The new rule will be added after the highlighted rule.
10108 <H3>Delete</H3>
10110 The Delete command deletes the currently highlighted scoring rule.
10112 <H3>Change</H3>
10114 The Change command lets you edit the nickname, Pattern,
10115 and Score Value of the currently highlighted scoring rule.
10117 <H3>Shuffle</H3>
10119 The Shuffle command allows you to change the order of the scoring rules.
10120 You may move the currently highlighted rule up or down in the list.
10121 The order of the rules is important since the rules are tested for a
10122 match starting with the first rule and continuing until a match is found.
10123 You should place the rules with more specific Patterns near the beginning
10124 of the list, and those with more general Patterns near the end so that
10125 the more specific matches will happen when appropriate.
10127 <H3>Replicate</H3>
10129 The Replicate command is used to copy an existing rule and modify it.
10130 The new rule will be added after the highlighted rule.
10132 <H3>IncludeFile</H3>
10134 The IncludeFile command allows you to add a rules file to your configuration.
10135 Usually, your rules will be contained in your Alpine configuration file.
10136 If you wish, some or all of your rules may be stored in a separate file.
10137 If a rules file already exists (maybe it was made by somebody else using
10138 Alpine), you may insert it before the currently highlighted rule.
10139 You may also insert an empty file or a file that does not yet exist.
10140 Once you have an empty rules file in your configuration, you may use
10141 the Shuffle command to move rules into it.
10142 In fact, that's the only way to get the initial rule into the file.
10144 <H3>eXcludeFile</H3>
10146 The eXcludeFile command removes a rules file from your rules configuration.
10147 A limitation of the program is that in order to exclude a rules file
10148 that file must have at least one rule
10149 in it, otherwise you won't be able to highlight a line in the file.
10150 So you may have to add a dummy rule to the file in order to exclude the file.
10151 <P><UL>
10152 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10153 </UL>
10155 &lt;End of help on this topic&gt;
10156 </BODY>
10157 </HTML>
10158 ===== h_direct_config =====
10159 <HTML>
10160 <HEAD>
10161 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
10162 </HEAD>
10163 <BODY>
10164 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
10165 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
10166 <!--chtml if pinemode="function_key"-->
10167 <PRE>
10168 Available  Commands                        
10169 -------------------------------            
10170 F1  Show Help Text                         
10171 F3  Back to MAIN Alpine menu                 
10172 F4  Change configuration for directory server  
10173 F5  Move to previous directory server          
10174 F6  Move to next directory server              
10175 F7  Previous page of directory servers         
10176 F8  Next page of directory servers
10177 F9  Add new directory server
10178 F10 Delete existing directory server
10179 F11 Shuffle the order of directory servers
10180 F12 Whereis (search directory server titles)   
10181 </PRE>
10182 <!--chtml else-->
10183 <PRE>
10184 Navigation                     General Alpine Commands
10185 -------------------------      -----------------------
10186  P  Prev Directory Server         ?  Display this help text
10187  N  Next Directory Server         E  Back to MAIN Alpine menu
10188  -  Previous page
10189 Spc (space bar) Next page
10190  W  WhereIs (search for word in directory server titles)
10192 Setup LDAP Directory Server Commands
10193 ------------------------------------------------
10194  A  Add new directory server      $  Shuffle the order of directory servers
10195  D  Delete existing dir server    C  Change configuration for highlighted server
10196 </PRE>
10197 <!--chtml endif-->
10199 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
10201 This screen lets you add, delete, modify, or change the order of your
10202 directory servers. You may also set some optional behavior for each server.
10203 The &quot;Add Dir&quot; command brings up a blank form to 
10204 fill in. You will have to supply at least the name of the LDAP server.
10205 You will often have to supply a search base to be used with that server,
10206 as well. Once the form has been brought up on your screen, there is help
10207 available for each of the options you may set.
10209 The &quot;Del Dir&quot; command allows you to remove a directory server
10210 from your configuration.
10212 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
10213 The difference is that instead of bringing up a form for a new server
10214 configuration, you are changing the configuration of an existing entry.
10215 For example, you might want to correct a typing error, change a
10216 nickname, or change one of the options set for that server.
10218 The &quot;Shuffle&quot; command is used to change the order of directory
10219 servers.
10220 <P><UL>
10221 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10222 </UL>
10224 &lt;End of help on this topic&gt;
10225 </BODY>
10226 </HTML>
10227 ============= h_address_display ========================
10228 <HTML>
10229 <HEAD>
10230 <TITLE>SEARCH RESULTS INDEX</TITLE>
10231 </HEAD>
10232 <BODY>
10233 <H1>SEARCH RESULTS INDEX</H1>
10234 This screen shows the results, if any, of your Directory Server search.  
10235 Commands (besides those for screen navigation) are:
10236 <DL>
10237 <DT>View
10238 <!--chtml if pinemode="function_key"-->
10239 (F4)
10240 <!--chtml else-->
10242 <!--chtml endif-->
10243 </DT>
10244 <DD>See the full information for the selected entry.
10246 <DT>Compose
10247 <!--chtml if pinemode="function_key"-->
10248 (F9)
10249 <!--chtml else-->
10251 <!--chtml endif--></DT>
10252 <DD>Compose a message with the selected entry as the recipient.
10254 <DT>Role
10255 <!--chtml if pinemode="function_key"-->
10256 (F2)
10257 <!--chtml else-->
10259 <!--chtml endif--></DT>
10260 <DD>Compose a message with the selected entry as the recipient. This differs
10261 from Compose in that you may select a role before beginning your composition.
10263 <DT>Forward
10264 <!--chtml if pinemode="function_key"-->
10265 (F10)
10266 <!--chtml else-->
10268 <!--chtml endif--></DT>
10269 <DD>Send the full information for the selected entry as an 
10270 email message to someone else.
10272 <DT>Save
10273 <!--chtml if pinemode="function_key"-->
10274 (F11)
10275 <!--chtml else-->
10277 <!--chtml endif-->
10278 </DT>
10279 <DD>Save to your address book:
10280 <UL>
10281 <LI>the result of the search (as just found through your query) for the 
10282 selected entry; or 
10283 <LI>the selected entry for repeated Directory Server searching when used 
10284 in the future.
10285 </UL>
10286 or<BR>
10287 Export to a file (external to Alpine):
10288 <UL>
10289 <LI>the full information for the selected entry; or
10290 <LI>the email address from the selected entry; or
10291 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
10292 </UL>
10293 <DT>WhereIs
10294 <!--chtml if pinemode="function_key"-->
10295 (F12)
10296 <!--chtml else-->
10298 <!--chtml endif-->
10299 </DT>
10300 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10301 displayed text, not the full records for each entry.)  
10302 </DL>
10303 &lt;End of help on this topic&gt;
10304 </BODY>
10305 </HTML>
10306 ============= h_address_select ========================
10307 <HTML>
10308 <HEAD>
10309 <TITLE>SEARCH RESULTS INDEX</TITLE>
10310 </HEAD>
10311 <BODY>
10312 <H1>SEARCH RESULTS INDEX</H1>
10313 This screen shows the results, if any, of your Directory Server search.  
10314 Commands (besides those for screen navigation) are:
10315 <DL>
10316 <DT>Select
10317 </DT>
10318 <DD>Select this entry for use.
10320 <DT>ExitSelect
10321 <DD>Exit without selecting any of the entries.
10323 <DT>WhereIs
10324 </DT>
10325 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10326 displayed text, not the full records for each entry.)  
10327 </DL>
10328 &lt;End of help on this topic&gt;
10329 </BODY>
10330 </HTML>
10331 ===== h_folder_maint =====
10332 <HTML>
10333 <HEAD>
10334 <TITLE>Help for Folder List</TITLE>
10335 </HEAD>
10336 <BODY>
10337 <H1>FOLDER LIST COMMANDS</H1>
10338 <!--chtml if pinemode="function_key"-->
10339 <PRE>
10340 Available Commands -- Group 1        Available Commands -- Group 2
10341 -------------------------------      ------------------------------
10342 F1  Show Help Text                    F1  Show Help Text               
10343 F2  See commands in next group        F2  See commands in next group  
10344 F3  MAIN MENU Screen                  F3  Quit Alpine                    
10345 F4  Select folder and view it         F4  MAIN MENU Screen
10346 F5  Move to previous folder
10347 F6  Move to next folder               F6  Specify a folder to go to
10348 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
10349 F8  Show next screen of listing       F8  Compose a message
10350 F9  Add a new folder                  F9  Print folder listing
10351 F10 Delete selected folder
10352 F11 Rename selected folder
10353 F12 Whereis (search folder names)
10355 Available Commands -- Group 3
10356 F1  Show Help Text
10357 F2  See commands in next group
10358 F5  Go to next new message
10359     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
10360 F8  Compose a message using roles
10361 F9  Export folder to a file
10362 F10 Import the file back to a folder
10363 </PRE>
10364 <!--chtml else-->
10365 <PRE>
10366 Navigating the Folder Screen            Operations on the Selected Folder
10367 ----------------------------            ---------------------------------
10368  P   Move to previous folder              V  View Index of selected folder
10369  N   Move to next folder                  D  Delete
10370  -   Show previous page of listing        R  Rename
10371 Spc  (space bar) Show next page           E  Export to file
10372                                           U  Import from file to folder
10374 FOLDER LIST Screen Commands              General Alpine Command
10375 ---------------------------              -----------------------
10376  A  Add a folder                          O  Show all other available commands
10377  G  Specify a folder to go to             ?  Show Help text
10378  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
10379  W  Whereis (search folder names)         Q  Quit Alpine
10380  %  Print folder listing                  C  Compose a message
10381                                           #  Compose a message using roles
10382 </PRE>
10383 <!--chtml endif-->
10385 These commands are only available in the FOLDER LIST screen when the 
10386 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
10387 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
10388 <DT>Select:</DT>
10389 <DD>Select folders by certain criteria:<UL>
10390 <LI>All: of limited use, since there is no Apply command.
10391 <LI>by Property: <UL>
10392         <LI>folder contains messages not yet seen 
10393         <LI>folder contains new messages
10394         <LI>folder contains exactly as many, more, or fewer messages 
10395 than a given number
10396         </UL>
10397 <LI>by Text: <UL>
10398         <LI>contained in name of folder (Name Select)
10399         <LI>contained in messages in folder (Content Select)
10400         </UL>
10401 </UL></DD>
10403 <DT>Select current:</DT>
10404 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
10405 add one or more folders to a set created with the Select command described 
10406 above.)</DD>
10407 <DT>Zoom mode:</DT>
10408 <DD>Toggles display of only selected folders or all folders on and off.</DD>
10409 </DL>
10411 If the feature
10412 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
10413 is set then the TAB key will display the number of recent messages and
10414 the total number of messages in the highlighted folder.
10416 The &quot;Export&quot; command causes the lowest common denominator style
10417 mailbox to be written to a file.
10418 If the file already exists, you are asked if you want to delete it.
10419 If you say No, then the operation is aborted.
10420 Export might be a reasonable way to store a backup or an archival copy of
10421 a folder.
10422 The exported-to file is a local file on the system where you are running Alpine.
10423 The &quot;Import&quot; command is the opposite of the Export command.
10424 It reads a file created by Export and asks where it should save it in your
10425 folders.
10426 This could be a new folder or an existing folder.
10427 If the folder already exists, the messages from the exported file will be
10428 appended to the folder.
10430 <CENTER>Description of the FOLDER LIST Screen</CENTER>
10432 The purpose of the FOLDER LIST screen is to help you browse and manage
10433 the folders and directories (also known as &quot;hierarchy&quot;)
10434 contained within a collection.
10437 Folders and directories are arranged alphabetically across lines of
10438 the screen.  Directories, if present, are denoted by a special
10439 character at the end of the name known as the hierarchy delimiter
10440 (typically, &quot;/&quot;).  By default, folders and directories are
10441 mixed together.  The
10442 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
10443 configuration option can be used to group directories toward the 
10444 beginning or end of the list.
10447 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
10448 commands change the &quot;selected&quot; (i.e., highlighted) folder or
10449 directory, and the View Fldr/Dir commands will &quot;open&quot; the
10450 selected item.  Folder and directory management is provided via the
10451 Rename, Delete and Add commands.
10453 <P><CENTER>About Folders</CENTER>
10454 What are Folders?<P>
10456 Folders are simply files where messages are kept.  Every message has to be
10457 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
10458 folder for sent mail and a folder for saved messages.<P>
10460 You may create as many other folders as you wish.  They must be given
10461 names that can be filenames on the filesystem.  
10464 You can move messages from one folder to another by opening the original
10465 folder and saving messages into the other folder just as you can save
10466 message from your INBOX to any other folder.<P>
10468 Folders are typically just files in the filesystem.  However, the files
10469 that are
10470 folders have some special formatting in them (so that Alpine knows where one
10471 message ends and another begins) and should <EM>not</EM> be edited outside of
10472 Alpine.  If you want copies of your messages in text files that you can edit
10473 or otherwise manipulate, use the Export command to copy them from Alpine into
10474 your regular file area.
10477 FOR MORE INFORMATION: See the section on
10478 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
10480 <CENTER>About Directories</CENTER>
10482 A directory is simply a container used to group folders within a
10483 folder list.  You can create as many directories as you like.  And 
10484 directories can even contain directories themselves.
10487 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
10488 to note that not all IMAP servers support directories.  If you find that
10489 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
10490 then it's likely that directories are not supported by the server serving
10491 in that collection.
10494 Similarly, servers that do provide for directories may not do so in
10495 the same way.  On some servers, for example, each folder name you
10496 create is at the same time capable of being a directory.  When this
10497 happens, Alpine will display both the folder name and the name of the
10498 directory (with trailing hierarchy delimiter) in the folder list.
10501 Another issue with IMAP access, though with a much smaller set of servers,
10502 is that not all servers accept the request to list out the available
10503 folders and directories in the same way.  If you find yourself having
10504 trouble viewing folders on your server, you might investigate the
10505 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
10506 feature.
10508 <UL>
10509 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10510 </UL>
10512 &lt;End of help on this topic&gt;
10513 </BODY>
10514 </HTML>
10515 ========= h_valid_folder_names ========
10516 <HTML>
10517 <HEAD>
10518 <TITLE>Explanation of Valid Folder Names</TITLE>
10519 </HEAD>
10520 <BODY>
10521 <H1>Folder Name Syntax Explained</H1>
10523 Once your folder collections are defined, you can usually refer to
10524 folders by their simple (unqualified) name, or pick from a FOLDER LIST
10525 display.  However, understanding the complete syntax for folder names,
10526 both local and remote, is handy when using the Goto command and when
10527 you are adding new folder collections via the Setups/collectionList screen.
10529 An Alpine folder name looks like
10532 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
10535 The square brackets ([]) mean that the part is optional.
10538 If there is no remote-specification, then the folder name is interpreted
10539 locally on the computer running Alpine.
10540 Local folder names depend on the operating system used by the computer 
10541 running Alpine, as well as the configuration of that system.  For example,
10542 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
10543 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
10544 system running Unix.
10547 Alpine users have the option of using folders that are stored on some other
10548 computer.  Alpine accesses remote folders via IMAP (the Internet Message
10549 Access Protocol), or in the case of news, via NNTP (the Network News
10550 Transport Protocol).  To be able to access remote folders in Alpine, the
10551 remote host must be running the appropriate server software (imapd or
10552 nntpd) and you must correctly specify the name of the folder to Alpine,
10553 including the domain name of the remote machine. For example,
10555 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
10557 could be a remote folder specification, and so could
10559 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
10562 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
10564 Note that in the case of remote folders, the directory/file path in the specification is 
10565 determined by the operating system of the remote computer, <B>not</B> by
10566 the operating system of the computer on which you are running Alpine.
10568 As you can tell, the name of the computer is in &#123;} brackets
10569 followed immediately by the name of the folder.  (In each of these cases the
10570 optional namespace is missing.)  If, as in these
10571 examples, there is no remote access protocol specified, then IMAP is
10572 assumed.  Check
10573 <A HREF="h_folder_server_syntax">here</A>
10574 for a more detailed look at what options can be placed between the brackets.
10575 If there are no brackets at all, then the folder name is interpreted locally
10576 on the computer on which you are running Alpine.
10579 To the right of the brackets when a server name is present, or at the
10580 start of the foldername if no server is present, the sharp sign,
10581 &quot;#&quot;, holds special meaning.  It indicates a folder name
10582 outside the area reserved for your personal folders.  In fact, it's
10583 used to indicate both the name of the folder, and a special phrase
10584 telling Alpine how to interpret the name that follows.
10587 So, for example, Alpine can be used to access a newsgroup that might be 
10588 available on your computer using:
10590 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
10592 The sharp sign indicates the folder name is outside your personal
10593 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
10594 interpret the remainder of the name as a newsgroup.
10597 Similarly, to access a newsgroup on your IMAP server, you might
10598 use something like:
10600 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
10603 There are a number of such special phrases (or &quot;namespaces&quot;)
10604 available.  For a more detailed explanation read about
10605 <A HREF="h_folder_name_namespaces">Namespaces</A>.
10608 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
10609 names.  The name INBOX refers to your &quot;principal incoming
10610 message folder&quot; and will be mapped to the actual file name used for your
10611 INBOX on any given host.  Therefore, a name like
10612 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
10613 store incoming mail for you on that particular host.
10616 &lt;End of help on this topic&gt;
10617 </BODY>
10618 </HTML>
10619 ======= h_folder_name_namespaces =======
10620 <HTML>
10621 <HEAD>
10622 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
10623 </HEAD>
10624 <BODY>
10625 <H1>Folder Name Namespaces Explained</H1>
10627 An Alpine folder name looks like
10630 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
10633 The local part of a folder name has an optional &quot;Namespace&quot; which
10634 tells Alpine how to interpret the rest of the name.
10636 <P> 
10637 By default the folder name is interpreted as defining a section of your personal
10638 folder area.  This area and how you specify it are defined by the
10639 server, if one is specified, or, typically, the home
10640 directory, if no server is defined.
10643 If a namespace is specified, it begins with the
10644 sharp, &quot;#&quot;, character followed by the name of the namespace
10645 and then the namespace's path-element-delimiter.  Aside from the
10646 path's format, namespaces can also imply access rights, content
10647 policy, audience, location, and, occasionally, access methods.
10650 Each server exports its own set (possibly of size one) of 
10651 namespaces.  Hence, it's likely communication with your server's
10652 administrator will be required for specific configurations.  Some of
10653 the more common namespaces, however, include:
10655 <DL>
10656 <DT>#news.</DT>
10657 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
10658 names are hierarchically defined with each level delimited by a period.
10660 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
10662 </DD>
10663 <DT>#public/</DT>
10664 <DD>This specifies a folder area that the server may export to the general
10665 public.
10666 </DD>
10667 <DT>#shared/</DT>
10668 <DD>This specifies a folder area that the server may export to groups
10669 of users.
10670 </DD>
10671 <DT>#ftp/</DT>
10672 <DD>This specifies a folder area that is the same as that it may have 
10673 exported via the &quot;File Transfer Protocol&quot;.
10674 </DD>
10675 <DT>#mh/</DT>
10676 <DD>This specifies the personal folder area associated with folders
10677 and directories that were created using the MH message handling system.
10678 </DD>
10679 <DT>#move/</DT>
10680 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
10682 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
10684 The #move namespace is followed by two folder names separated by a delimiter
10685 character.
10686 The delimiter character may be any character that does not appear in
10687 the MailDropFolder name.
10688 The meaning of #move is that mail will be copied from the MailDropFolder to
10689 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
10690 Periodic checks at frequency
10691 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
10692 time between checks set by
10693 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
10694 are made for new mail arriving in the MailDropFolder.
10695 An example that copies mail from a POP inbox to a local folder follows
10697 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
10699 To you it appears that mail is being delivered to the local folder when it
10700 is copied from the MailDropFolder, and you read mail from the local folder.
10702 Note that if the DestinationFolder does not exist then the messages are not
10703 copied from the MailDropFolder.
10704 A #move folder may only be used as an
10705 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
10706 an Inbox.
10707 When you are in the FOLDER LIST of Incoming Message Folders (after turning
10708 on the
10709 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
10710 option)
10711 the Add command has a subcommand &quot;Use Mail Drop&quot;
10712 which may be helpful for defining the folder in your Alpine configuration.
10713 The same is true when you edit the
10714 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
10715 option in Setup/Config.
10716 Each of these configuration methods will also create the DestinationFolder
10717 if it doesn't already exist.
10718 If you are having problems, make sure the DestinationFolder exists.
10719 You may find some more useful information about Mail Drops at
10720 <A HREF="h_maildrop">What is a Mail Drop?</A>.
10721 </DD>
10722 </DL>
10725 In addition, the server may support access to other user's folders,
10726 provided you have suitable permissions.  Common methods use a prefix
10727 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
10728 indicate the root of the other user's folder area.
10731 No, nothing's simple.
10734 &lt;End of help on this topic&gt;
10735 </BODY>
10736 </HTML>
10737 ============= h_whatis_vcard ========================
10738 <HTML>
10739 <HEAD>
10740 <TITLE>VCARD EXPLAINED</TITLE>
10741 </HEAD>
10742 <BODY>
10743 <H1>What is the vCard format?</H1>
10744 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
10745 information about and among people and organizations electronically.  
10746 More information about vCard can be found (as of May 1998) on the WWW site 
10747 of the Internet Mail Consortium at the URL:
10749 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
10751 &lt;End of help on this topic&gt;
10752 </BODY>
10753 </HTML>
10754 ===== h_folder_open =====
10755 <HTML>
10756 <HEAD>
10757 <TITLE>Explanation of Folder Selection</TITLE>
10758 </HEAD>
10759 <BODY>
10760 <BR>
10761 <BR>
10762 This screen is designed to allow you to quickly and easily survey your
10763 folders and select one to open.
10764 <!--chtml if pinemode="function_key"-->
10765 <PRE>
10766 Navigating the List of Folders             General Alpine Commands
10767 ------------------------------             -----------------------
10768  P   Move to previous folder               ?   Show this help text
10769  N   Move to next folder
10770  -   Show previous screen of folders
10771 Spc  (space bar) Show next screen
10772  W   WhereIs (search folder names)
10774 Folder Selection Commands
10775 -------------------------
10776  E   Exit the Folder Select menu (without selecting a folder)
10777  S   Select the currently highlighted folder
10778 </PRE>
10779 <!--chtml else-->
10780 <PRE>
10781 Navigating the List of Folders             General Alpine Commands
10782 ------------------------------             -----------------------
10783 F5   Move to previous folder               F1  Show this help text
10784 F6   Move to next folder
10785 F7   Show previous screen of folders
10786 F8   Show next screen of folders
10787 F12  WhereIs (search folder names)
10789 Folder Selection Commands
10790 -------------------------
10791 F3   Exit the Folder Select menu (without selecting a folder)
10792 F4   Select the currently highlighted folder
10793 </PRE>
10794 <!--chtml endif-->
10796 FOR MORE INFORMATION: See the section on
10797 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
10799 &lt;End of help on this topic&gt;
10800 </BODY>
10801 </HTML>
10802 ===== h_folder_subscribe =====
10803 <HTML>
10804 <HEAD>
10805 <TITLE>Newsgroup Subcribe Screen explained</TITLE>
10806 </HEAD>
10807 <BODY>
10808 <H1>FOLDER SUBSCRIBE HELP</H1>
10810 This screen is designed to help you subscribe to newsgroups you are
10811 not currently subscribed to.  The screen display is a list of all
10812 available newsgroups (or possibly a partial list if you specified a
10813 partial name when entering the screen).  Groups you have already
10814 subscribed to have the letters &quot;SUB&quot; next to them.  You may
10815 select a single new group to subscribe to by moving the cursor to that
10816 group and pressing &quot;S&quot; or carriage return.  Alternatively,
10817 you may change into ListMode with the &quot;ListMode&quot; command.
10818 The display will change slightly so that each group has a checkbox in
10819 front of it.  Use the cursor and the Set/Unset command to place an
10820 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
10823 When you are finished marking groups, the &quot;Subscribe&quot;
10824 command will subscribe you to those groups you have marked.  Note, you
10825 may not unsubscribe to groups with this command.  Instead of the
10826 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
10827 UnSbscrbe command.
10830 <!--chtml if pinemode="function_key"-->
10831 <PRE>
10832 Navigating the List of Newsgroups          General Alpine Commands
10833 ---------------------------------          -----------------------
10834 F5   Move to previous group                F1   Show this help text
10835 F6   Move to next group
10836 F7   Show previous screen of groups
10837 F8   Show next screen of groups
10838 F12  WhereIs (search group names)
10839 F9   Use ListMode
10841 Group Selection Commands
10842 -------------------------
10843 F3  Exit the News Subscribe menu (without selecting any groups)
10844 F4  Subscribe to the currently highlighted newsgroup
10845 </PRE>
10846 <!--chtml else-->
10847 <PRE>
10848 Navigating the List of Newsgroups          General Alpine Commands
10849 ---------------------------------          -----------------------
10850  P   Move to previous group                ?   Show this help text
10851  N   Move to next group
10852  -   Show previous screen of groups
10853 Spc  (space bar) Show next screen
10854  W   WhereIs (search group names)
10855  L   Use ListMode
10857 Group Selection Commands
10858 -------------------------
10859  E   Exit the News Subscribe menu (without selecting any groups)
10860  S   Subscribe to the currently highlighted newsgroup
10861 </PRE>
10862 <!--chtml endif-->
10864 When in ListMode, there is an additional command for marking groups to
10865 subscribe to:
10867 <!--chtml if pinemode="function_key"-->
10868 <PRE>
10869 ListMode Commands
10870 -------------------------
10871 F9  Set or unset the highlighted group
10872 </PRE>
10873 <!--chtml else-->
10874 <PRE>
10875 ListMode Commands
10876 -------------------------
10877 X   Set or unset the highlighted group
10878 </PRE>
10879 <!--chtml endif-->
10881 &lt;End of help on this topic&gt;
10882 </BODY>
10883 </HTML>
10884 ===== h_folder_postnews =====
10885 <HTML>
10886 <HEAD>
10887 <TITLE>Newsgroup selecting for Posting explained</TITLE>
10888 </HEAD>
10889 <BODY>
10890 This screen is designed to allow you to quickly and easily survey
10891 the available newsgroups and select one to post news to.
10893 <!--chtml if pinemode="function_key"-->
10894 <PRE>
10895 Navigating the List of Newsgroups          General Alpine Commands
10896 ---------------------------------          -----------------------
10897 F5   Move to previous group                F1  Show this help text
10898 F6   Move to next group
10899 F7   Show previous screen of groups
10900 F8   Show next screen of groups
10901 F12  WhereIs (search group names)
10903 Group Selection Commands
10904 -------------------------
10905 F3   Exit the Selection menu (without selecting a group)
10906 F4   Select the currently highlighted newsgroup
10907 </PRE>
10908 <!--chtml else-->
10909 <PRE>
10910 Navigating the List of Newsgroups          General Alpine Commands
10911 ---------------------------------          -----------------------
10912  P   Move to previous group                ?  Show this help text
10913  N   Move to next group
10914  -   Show previous screen of groups
10915 Spc  (space bar) Show next screen of groups
10916  W   WhereIs (search group names)
10918 Group Selection Commands
10919 -------------------------
10920  E   Exit the Selection menu (without selecting a group)
10921  S   Select the currently highlighted newsgroup
10922 </PRE>
10923 <!--chtml endif-->
10925 &lt;End of help on this topic&gt;
10926 </BODY>
10927 </HTML>
10928 ===== h_folder_save =====
10929 <HTML>
10930 <HEAD>
10931 <TITLE>Folder Select for Save Explained</TITLE>
10932 </HEAD>
10933 <BODY>
10934 This screen is designed to allow you to quickly and easily survey your
10935 folders and select one to use for saving the current message.
10938 <!--chtml if pinemode="function_key"-->
10939 <PRE>
10940 Navigating the List of Folders             General Alpine Commands
10941 ------------------------------             -----------------------
10942 F5   Move to previous folder               F1  Show this help text
10943 F6   Move to next folder
10944 F7   Show previous screen of folders
10945 F8   Show next screen of folders
10946 F12  WhereIs (search folder names)
10948 Folder Selection Commands
10949 -------------------------
10950 F3   Exit the Folder Select menu (without selecting a folder)
10951 F4   Select the currently highlighted folder
10952 F11  AddNew folder (just like Select, but you type in a new folder name)
10953 </PRE>
10954 <!--chtml else-->
10955 <PRE>
10956 Navigating the List of Folders             General Alpine Commands
10957 ------------------------------             -----------------------
10958  P   Move to previous folder               ?  Show this help text
10959  N   Move to next folder
10960  -   Show previous screen of folders
10961 Spc  (space bar) Show next screen of folders
10962  W   WhereIs (search folder names)
10964 Folder Selection Commands
10965 -------------------------
10966  E   Exit the Folder Select menu (without selecting a folder)
10967  S   Select the currently highlighted folder
10968  A   AddNew folder (just like Select, but you type in a new folder name)
10969 </PRE>
10970 <!--chtml endif-->
10972 FOR MORE INFORMATION: See the section on
10973 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
10975 &lt;End of help on this topic&gt;
10976 </BODY>
10977 </HTML>
10978 ===== h_folder_fcc =====
10979 <HTML>
10980 <HEAD>
10981 <TITLE>Folder Select for Fcc Explained</TITLE>
10982 </HEAD>
10983 <BODY>
10984 This screen is designed to allow you to quickly and easily survey your
10985 folders and select one to use as the file carbon copy (fcc) for the
10986 current message.
10989 <!--chtml if pinemode="function_key"-->
10990 <PRE>
10991 Navigating the List of Folders             General Alpine Commands
10992 ------------------------------             -----------------------
10993 F5   Move to previous folder               F1  Show this help text
10994 F6   Move to next folder
10995 F7   Show previous screen of folders
10996 F8   Show next screen of folders
10997 F12  WhereIs (search folder names)
10999 Folder Selection Commands
11000 -------------------------
11001 F3   Exit the Folder Select menu (without selecting a folder)
11002 F4   Select the currently highlighted folder
11003 F11  AddNew folder (just like Select, but you type in a new folder name)
11004 </PRE>
11005 <!--chtml else-->
11006 <PRE>
11007 Navigating the List of Folders             General Alpine Commands
11008 ------------------------------             -----------------------
11009  P   Move to previous folder               ?  Show this help text
11010  N   Move to next folder
11011  -   Show previous screen of folders
11012 Spc  (space bar) Show next screen of folders
11013  W   WhereIs (search folder names)
11015 Folder Selection Commands
11016 -------------------------
11017  E   Exit the Folder Select menu (without selecting a folder)
11018  S   Select the currently highlighted folder
11019  A   AddNew folder (just like Select, but you type in a new folder name)
11020 </PRE>
11021 <!--chtml endif-->
11023 FOR MORE INFORMATION: See the section on
11024 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11026 &lt;End of help on this topic&gt;
11027 </BODY>
11028 </HTML>
11029 ===== h_folder_pattern_roles =====
11030 <HTML>
11031 <HEAD>
11032 <TITLE>Folder Select for Current Folder Explained</TITLE>
11033 </HEAD>
11034 <BODY>
11035 This screen is designed to allow you to quickly and easily survey your
11036 folders and select one to use as the specific Current Folder
11037 in a Pattern.
11040 <!--chtml if pinemode="function_key"-->
11041 <PRE>
11042 Navigating the List of Folders             General Alpine Commands
11043 ------------------------------             -----------------------
11044 F5   Move to previous folder               F1  Show this help text
11045 F6   Move to next folder
11046 F7   Show previous screen of folders
11047 F8   Show next screen of folders
11048 F12  WhereIs (search folder names)
11050 Folder Selection Commands
11051 -------------------------
11052 F3   Exit the Folder Select menu (without selecting a folder)
11053 F4   Select the currently highlighted folder
11054 F11  AddNew folder (just like Select, but you type in a new folder name)
11055 </PRE>
11056 <!--chtml else-->
11057 <PRE>
11058 Navigating the List of Folders             General Alpine Commands
11059 ------------------------------             -----------------------
11060  P   Move to previous folder               ?  Show this help text
11061  N   Move to next folder
11062  -   Show previous screen of folders
11063 Spc  (space bar) Show next screen of folders
11064  W   WhereIs (search folder names)
11066 Folder Selection Commands
11067 -------------------------
11068  E   Exit the Folder Select menu (without selecting a folder)
11069  S   Select the currently highlighted folder
11070  A   AddNew folder (just like Select, but you type in a new folder name)
11071 </PRE>
11072 <!--chtml endif-->
11074 FOR MORE INFORMATION: See the section on
11075 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11077 &lt;End of help on this topic&gt;
11078 </BODY>
11079 </HTML>
11080 ===== h_folder_stayopen_folders =====
11081 <HTML>
11082 <HEAD>
11083 <TITLE>Folder Select Explained</TITLE>
11084 </HEAD>
11085 <BODY>
11086 This screen is designed to allow you to quickly and easily survey your
11087 folders and select one to use as a Stay-Open folder.
11090 <!--chtml if pinemode="function_key"-->
11091 <PRE>
11092 Navigating the List of Folders             General Alpine Commands
11093 ------------------------------             -----------------------
11094 F5   Move to previous folder               F1  Show this help text
11095 F6   Move to next folder
11096 F7   Show previous screen of folders
11097 F8   Show next screen of folders
11098 F12  WhereIs (search folder names)
11100 Folder Selection Commands
11101 -------------------------
11102 F3   Exit the Folder Select menu (without selecting a folder)
11103 F4   Select the currently highlighted folder
11104 F11  AddNew folder (just like Select, but you type in a new folder name)
11105 </PRE>
11106 <!--chtml else-->
11107 <PRE>
11108 Navigating the List of Folders             General Alpine Commands
11109 ------------------------------             -----------------------
11110  P   Move to previous folder               ?  Show this help text
11111  N   Move to next folder
11112  -   Show previous screen of folders
11113 Spc  (space bar) Show next screen of folders
11114  W   WhereIs (search folder names)
11116 Folder Selection Commands
11117 -------------------------
11118  E   Exit the Folder Select menu (without selecting a folder)
11119  S   Select the currently highlighted folder
11120  A   AddNew folder (just like Select, but you type in a new folder name)
11121 </PRE>
11122 <!--chtml endif-->
11124 FOR MORE INFORMATION: See the section on
11125 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11127 &lt;End of help on this topic&gt;
11128 </BODY>
11129 </HTML>
11130 ===== h_folder_action_roles =====
11131 <HTML>
11132 <HEAD>
11133 <TITLE>Folder Select Explained</TITLE>
11134 </HEAD>
11135 <BODY>
11136 This screen is designed to allow you to quickly and easily survey your
11137 folders and select one to use as the folder into which messages
11138 matching this filter will be moved.
11141 <!--chtml if pinemode="function_key"-->
11142 <PRE>
11143 Navigating the List of Folders             General Alpine Commands
11144 ------------------------------             -----------------------
11145 F5   Move to previous folder               F1  Show this help text
11146 F6   Move to next folder
11147 F7   Show previous screen of folders
11148 F8   Show next screen of folders
11149 F12  WhereIs (search folder names)
11151 Folder Selection Commands
11152 -------------------------
11153 F3   Exit the Folder Select menu (without selecting a folder)
11154 F4   Select the currently highlighted folder
11155 F11  AddNew folder (just like Select, but you type in a new folder name)
11156 </PRE>
11157 <!--chtml else-->
11158 <PRE>
11159 Navigating the List of Folders             General Alpine Commands
11160 ------------------------------             -----------------------
11161  P   Move to previous folder               ?  Show this help text
11162  N   Move to next folder
11163  -   Show previous screen of folders
11164 Spc  (space bar) Show next screen of folders
11165  W   WhereIs (search folder names)
11167 Folder Selection Commands
11168 -------------------------
11169  E   Exit the Folder Select menu (without selecting a folder)
11170  S   Select the currently highlighted folder
11171  A   AddNew folder (just like Select, but you type in a new folder name)
11172 </PRE>
11173 <!--chtml endif-->
11175 FOR MORE INFORMATION: See the section on
11176 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11178 &lt;End of help on this topic&gt;
11179 </BODY>
11180 </HTML>
11181 ===== h_abook_config =====
11182 <HTML>
11183 <HEAD>
11184 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
11185 </HEAD>
11186 <BODY>
11187 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
11188 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
11189 <!--chtml if pinemode="function_key"-->
11190 <PRE>
11191 Available  Commands                        
11192 -------------------------------            
11193 F1  Show Help Text                         
11194 F3  Back to MAIN Alpine menu                 
11195 F4  Change configuration for address book  
11196 F5  Move to previous address book          
11197 F6  Move to next address book              
11198 F7  Previous page of address books         
11199 F8  Next page of address books             
11200 F9  Add new address book                   
11201 F10 Delete existing address book           
11202 F11 Shuffle the order of address books     
11203 F12 Whereis (search address book titles)   
11204 </PRE>
11205 <!--chtml else-->
11206 <PRE>
11207 Navigation                     General Alpine Commands
11208 -----------------------        -----------------------
11209  P  Prev Address Book           ?  Display this help text
11210  N  Next Address Book           E  Back to MAIN Alpine menu
11211  -  Previous page
11212 Spc (space bar) Next page
11213  W  WhereIs (search for word in address book titles)
11215 Setup Address Books Commands
11216 ------------------------------------------------
11217  A  Add new address book          $  Shuffle the order of address books
11218  D  Delete existing address book  C  Change configuration for address book
11219 </PRE>
11220 <!--chtml endif-->
11222 <H2>Description of the Setup Address Books Screen</H2>
11224 This screen lets you add, delete, modify, or change the order of your
11225 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
11226 fill in.  If you are adding a remote address book on an IMAP server
11227 you should fill in the name of the IMAP server.  Otherwise, leave
11228 that field blank.  (Note that remote IMAP address books are an Alpine
11229 concept and are unlikely to interoperate with other mail clients.)
11230 For a remote address book, fill in the name of the remote folder
11231 in the Folder field.  This should be a folder that is used only for
11232 this one purpose, not a general purpose folder you expect to store
11233 messages in.
11234 <P>If you are adding a local address book, fill in the
11235 Folder Name field with a local file name (e.g., .addressbook).
11237 <B>Please note:</B> Remote address books stored on an IMAP server are 
11238 of an entirely different format (namely, a special-purpose 
11239 &quot;mail folder&quot;) than that of the local addressbook familiar 
11240 to Alpine users.  Therefore, 
11241 you cannot use &quot;add a remote address book&quot; to make an existing 
11242 Alpine .addressbook file you may have on a remote IMAP server accessible to 
11243 Alpine running on a different host.  
11246 The &quot;Del Abook&quot; command allows you to remove an address book
11247 from your configuration.  It will also ask you if you wish to remove
11248 the data for that address book, which would erase all traces of the
11249 address book if you answer Yes.
11252 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
11253 The difference is that instead of adding a new address book to your
11254 configuration, you are changing the configuration of an existing entry.
11255 For example, you might want to correct a typing error or change a
11256 nickname.  The &quot;Change&quot; command is not a move command.  If you
11257 change the folder name or server name the data will not be moved for you.
11260 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
11261 an address book toward another address book in the same group then
11262 the order of those two address books will be swapped.  If you shuffle
11263 the last Personal address book down towards the Global address book
11264 section, it will become a Global address book.  If you shuffle
11265 the first Global address book up it will become a Personal address
11266 book.  The main difference between Personal and Global address
11267 books is that Global address books are forced read-only.
11268 <P><UL>
11269 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11270 </UL>
11272 &lt;End of help on this topic&gt;
11273 </BODY>
11274 </HTML>
11275 ===== h_abook_top =====
11276 <HTML>
11277 <HEAD>
11278 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
11279 </HEAD>
11280 <BODY>
11281 <H1>ADDRESS BOOK LIST COMMANDS</H1>
11282 <!--chtml if pinemode="function_key"-->
11283 <PRE>
11284 Available  Commands -- Group 1         Available Commands -- Group 2
11285 -------------------------------        ------------------------------
11286 F1  Show Help Text                      F1  Show Help Text
11287 F2  See commands in next group          F2  See commands in next group
11288 F3  Exit to MAIN MENU                   F3  Quit Alpine
11289 F4  View/Edit selected address book
11290 F5  Move to previous address book       F5  FOLDER LIST screen
11291 F6  Move to next address book           F6  Specify a folder to go to
11292 F7  Previous page                       F7  MESSAGE INDEX screen
11293 F8  Next page                           F9  Print list of address books
11294 F12 Whereis (search for word)
11295 </PRE>
11296 <!--chtml else-->
11297 <PRE>
11298 Navigation                       General Alpine Commands
11299 -----------------------          -----------------------
11300  P  Previous Entry                ?  Display this help text
11301  N  Next Entry                    O  Show all other available commands
11302  -  Previous page                 &lt;  Back to MAIN Alpine menu
11303 Spc (space bar) Next page         Q  Quit Alpine
11304  W  WhereIs (search for word)     L  FOLDER LIST screen
11305                                   G  Specify a folder to go to
11306 Address Book Commands             I  MESSAGE INDEX screen
11307 ------------------------------------------------
11308  &gt;  View/Edit selected address book
11309               or
11310  &gt;  Search on selected directory server
11312  %  Print list of address books and directory servers
11313 </PRE>
11314 <!--chtml endif-->
11316 <H2>Description of the Address Book List Screen</H2>
11318 From this screen you may choose which address book you wish to view
11319 or edit. For more information on address books, view one of your
11320 address books (with
11321 <!--chtml if pinemode="function_key"-->
11323 <!--chtml else-->
11324 &quot;&gt;&quot;
11325 <!--chtml endif-->)
11326 and see the Help Text there.<P>
11328 You may also choose a directory server on which to search for entries.
11329 You do that by highlighting the directory server line and using
11330 <!--chtml if pinemode="function_key"-->
11332 <!--chtml else-->
11333 &quot;&gt;&quot;
11334 <!--chtml endif-->.<P>
11336 If you wish to define new address books or directory servers go to the Main
11337 menu and choose Setup. You may then either choose to setup AddressBooks or
11338 Directory (among other things). It's possible that the Directory option
11339 will not be there if the Alpine you are using does not contain LDAP directory
11340 lookup functionality.
11342 <P><UL>
11343 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11344 </UL><P>
11345 &lt;End of help on this topic&gt;
11346 </BODY>
11347 </HTML>
11348 ===== h_abook_opened =====
11349 <HTML>
11350 <HEAD>
11351 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
11352 </HEAD>
11353 <BODY>
11354 <H1>THE ALPINE ADDRESS BOOK</H1>
11355 <H2>ADDRESS BOOK COMMANDS</H2>
11356 <PRE>
11357 <!--chtml if pinemode="function_key"-->
11358 Available  Commands -- Group 1         Available Commands -- Group 2   
11359 -------------------------------        ------------------------------  
11360 F1  Show Help Text                      F1  Show Help Text             
11361 F2  See commands in next group          F2  See commands in next group
11362 F3  Exit this screen                    F3  Quit Alpine                  
11363 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
11364 F5  Move to previous entry              F5  FOLDER LIST screen         
11365 F6  Move to next entry                  F6  Specify a folder to go to  
11366 F7  Previous page of address book       F7  MESSAGE INDEX screen        
11367 F8  Next page of address book           F8  Compose to entry using roles
11368 F9  Add new entry to address book       F9  Print address book         
11369 F10 Delete selected entry               F10 TakeAddr to another addrbook
11370 F11 Compose to selected entry           F11 Save or Export addrbook selections
11371 F12 Whereis (search address book)       F12 Forward entry by mail       
11373 Available Commands -- Group 3                                           
11374 ------------------------------                                          
11375 F3  Select                              F6  Zoom (or unZoom)            
11376 F5  Select Current                      F7  Apply Command to Selection  
11377 <!--chtml else-->
11378 Address Book Navigation        General Alpine Commands
11379 -----------------------        -----------------------
11380  P  Prev Address                  ?  Display this help text
11381  N  Next Address                  O  Show all other available commands
11382  -  Previous page of address book M  Back to MAIN MENU
11383 Spc (space bar) Next page         Q  Quit Alpine
11384  W  WhereIs (search for word      C  Compose message to selected addr
11385      or name in address book)     #  Compose to addr using roles
11386  &lt;  To List of Address Books if   L  FOLDER LIST screen
11387      more than one, else to MAIN  G  Specify a folder to go to
11388                                   I  MESSAGE INDEX screen
11390 Address Book Commands
11391 ----------------------------------------------------
11392  &gt;  View/Update selected entry    D  Delete selected entries
11393  %  Print address book            S  Save or Export address book selections
11394  F  Forward entries by mail       @  Add new entry to address book
11396  ;  Select command                Z  Toggle Zoom Mode
11397  :  Select highlighted entry      A  Apply command to selected entries
11399 <!--chtml endif-->
11400 </PRE>
11401 Note:  The presence or absence of the final four commands above is
11402 controlled by the option 
11403 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
11406 <H2>Description of the Address Book Screen</H2>
11408 This screen lets you edit and manage entries in your address book.  It
11409 also acts as a short-cut for composing messages to people in the address
11410 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
11411 message starts &quot;pre-addressed&quot; to whatever address book entry is
11412 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
11413 role to use in your composition.
11415 Alpine's address book helps you keep a list of addresses you send email to so
11416 you do not have to remember addresses that are often complex.  Each entry
11417 in the address book has five fields, all of them optional.  The three
11418 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
11420         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
11421         This is what you type in as you are addressing the message in the
11422         composer.  If there is a matching entry in your address book(s),
11423         Alpine will extract the corresponding FullName and Address fields to
11424         generate the actual address for your message.
11426         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
11427 of the
11428         person or organization.  Usually the full names are put in last
11429         name first so they sort nicely in alphabetical order.  Whatever
11430         you put as the name here will appear on the message when it is
11431         finally delivered.  Examples:<PRE>
11432            Garcia Marquez, Gabriel
11433            Henscheid, Eckhard
11434            Alpine-Info mailing list
11435            Library materials renewal requests
11436            Kim An-guk
11437            &quot;George III, King of Great Britain, 1738-1820&quot;
11438 </PRE>
11439 (In the second-to-last example, no comma is used in the name so that 
11440 the family name appears first in the address book and when the entry is 
11441 used in the composer.
11442 In the last example, retaining the commas is intended; 
11443 double-quotation marks surround the name to 
11444 prevent the transposition of its parts when the entry is used in 
11445 the composer.)
11447         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
11448         a valid Internet address that conforms to the Internet message
11449         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
11451 The two fields that aren't usually visible are:<DL>
11453   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
11454         message to this address to be saved in.  If this field is set, and
11455         this address is the first one in the message's To: header, then
11456         Alpine will use this folder name for the FCC in lieu of the normal
11457         FCC folder name.
11459   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
11460         </DL>
11462 Due to screen width limitations, these last two fields do not show up in
11463 the normal ADDRESS BOOK display.  You may select the 
11464 &quot;View/Update&quot; command to
11465 view or modify them.  You may use the configuration variable
11466 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
11467 to add these fields to your ADDRESS BOOK 
11468 display, or to modify the format of the display.
11470 <H2>Sorting the Address book</H2>
11472 By default, address book entries are sorted alphabetically on the full
11473 name with distribution lists sorted to the end.  Sorting can be changed by
11474 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
11475 --assuming you have &quot;write&quot; permission for the address book file.
11477 Unlike the sorting of folders (which only changes presentation), sorting an
11478 address book actually changes the file as it is kept on the computer.  For
11479 this reason you won't be able to sort a shared or system-wide address
11480 book.
11482 <H2>Adding New Entries</H2>
11484 The easiest way to add new entries to your address book is to use the
11485 &quot;TakeAddr&quot; command when viewing a message.
11486 This command allows you to take addresses from the header and body of the
11487 message and put them into your address book, without having to type
11488 them in.
11491 To manually add a new entry from within the address book screen, use the AddNew
11492 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
11493 Use this command both for adding a simple alias and for adding a
11494 distribution list.
11496 <H2>Distribution Lists</H2>
11498 Address book entries can be simple cases of aliases (a single nickname is linked
11499 to a single email address) or distribution lists (a single nickname
11500 pointing at more than one email address).  Each distribution list has a
11501 nickname, a full name and a list of addresses.  The addresses may be
11502 actual addresses or they may be other nicknames in your address book.
11503 They may even refer to other distribution lists.
11504 There's really no difference between a simple alias and a distribution list,
11505 other than the number of addresses.
11506 Therefore, you can turn a simple alias with one address into a distribution
11507 list simply by adding more addresses.
11508 To add entries to an existing list or alias
11509 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
11510 a single address from the list if the cursor is placed on the address;
11511 it will delete the entire distribution list if the cursor is on the
11512 nickname/fullname line.  View/Update may also be used to delete addresses
11513 from a list.
11515 Address field entries in distribution lists may take any one of three
11516 forms: a nickname existing in any of the defined address books, a normal
11517 address of the form &quot;jsmith@art.example.com&quot;, or a complete
11518 fullname/address combination, e.g. &quot;John Smith
11519 &lt;jsmith@art.example.com&gt;&quot;.
11521 Distribution lists in Alpine address books can only be used by the person or
11522 people who have access to that address book.  They are not usually used to
11523 implement discussion groups, but can be used to facilitate small
11524 discussion groups if all the participants have access to the same shared
11525 address book.
11527 <H2>FCC and Comments</H2>
11529 As mentioned above, each entry in the address book also has two other optional
11530 fields, Fcc and Comments.  The command to look at or change either of these
11531 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
11532 Comments field is just for your own use.  The Fcc field overrides the
11533 default Fcc if this address is the first one on the To line.  The WhereIs
11534 command may be used to search for particular strings in the address book,
11535 including fields that are not visible (like Comment and Fcc by default).
11537 <H2>Aggregate Operations</H2>
11539 If the feature
11540 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
11541 is turned on (the default), then the four commands &quot;Select&quot;,
11542 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
11543 are available.  The two selection commands allow you to mark a set of
11544 address book entries as being selected.  If you have more than one address
11545 book, the selections may be in more than one of those address books.
11546 The &quot;Zoom&quot; command will toggle between displaying only the selected
11547 entries and all of the entries.  The &quot;Apply&quot; command allows you to
11548 apply one of the regular address book commands to all of the selected
11549 entries.  Usually the address book commands apply to only the entry
11550 highlighted by the cursor.  The &quot;Apply&quot; command works with the
11551 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
11552 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
11554 <H2>Exporting and Forwarding Address book entries</H2>
11556 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
11557 address book entry is placed in a plain text file in your home directory
11558 <!--chtml if pinemode="running"-->
11559 (which, in the present configuration of your system, is
11560  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
11561 <!--chtml endif-->
11562 or current working directory
11563 <!--chtml if pinemode="running"-->
11564 (which, at least for your current Alpine &quot;session,&quot; 
11565 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
11566 <!--chtml endif-->, depending on the 
11567 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
11568 configuration setting.  If you have some entries selected and use the
11569 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
11570 placed in the text file.
11572 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
11573 address book entry is placed in a special attachment and you are put into
11574 the composer.  You can fill in some comments in the body of the message,
11575 if you'd like, and send it to somebody else who uses Alpine.  The recipient
11576 may use the TakeAddr command on that message to insert the address book
11577 entry you sent in their own address book.  If you have some entries
11578 selected and use the Apply Forward command all of the selected entries
11579 will be forwarded in a single message.  You may
11580 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.
11581 The recipient must be using Alpine in order to receive this correctly.
11582 One way for the recipient to handle this might be to create an empty
11583 address book and then &quot;Take&quot; your forwarded address book entries into
11584 that empty address book.
11586 <H2>Multiple and/or Site-Wide Address books</H2>
11588 You may have more than one personal address book.  In addition, there may
11589 be one or more global address books.  This capability allows you to have
11590 multiple personal address books (some of which may be shared) and it also
11591 allows system administrators to implement site-wide address books that
11592 contain entries for users on multiple machines within the organization.
11593 <P><DL>
11594 <DT>Searching
11595   <DD> If you enter a nickname when composing a message, your
11596   personal address books will be searched through in order, and then the
11597   global address book(s) searched. If more than one address book has an entry
11598   for the nickname, Alpine uses the first one that it finds, so an entry in
11599   your personal address book would override a global address book entry. If
11600   after searching all the address books there is still no match, (Unix) Alpine
11601   then searches the local host password file on the assumption that you have
11602   entered a local user name rather than an address book nickname.
11603   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
11604   command, but global address books are always searched after personal
11605   address books.
11607   <P><DT>Tab completion
11608   <DD> If the
11609   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
11610   feature is turned on (the default) then the Tab key may be used
11611   in the composer to complete partially typed nicknames in the To
11612   or Cc lines. You type the first few letters of a nickname and then
11613   press the Tab key. It there is only one nickname that matches it will
11614   be filled in by Alpine. If there is more than one the unambiguous part
11615   of the nicknames will be filled in. For example, if your address book or
11616   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
11617   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
11618   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
11619   If you then type a second Tab character you will be presented with a list
11620   of matching nicknames to select from. Alternatively, you could type another
11621   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
11622   in the entire &quot;barbecue&quot; entry.
11624   <P><DT>Defining
11625   <DD> You define multiple personal address books in the 
11626   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
11627   from the MAIN MENU.  
11628   You may add as many as you like.  Global address books are usually
11629   site-wide address books defined by the System administrator, but
11630   you may define global address books of your own just like you define
11631   personal address books.
11633   <P><DT>Creating and updating
11634   <DD> Personal address books are normally created empty
11635   and populated by explicit additions from within Alpine, e.g. via the
11636   TakeAddr command.  Unlike personal address books, global address books may
11637   not be modified/updated from within Alpine; that is, they are Read-Only.
11638   Thus, global address books are created, populated and updated outside of
11639   Alpine. They might be hand-edited, generated by a program from another
11640   database, or by copying an existing address book.  They might also be
11641   some other user's personal address book, and so be modified normally by
11642   that user but accessed Read-Only by you.  See the Alpine Technical
11643   Notes document (included in the Alpine distribution) for more information on
11644   this.
11646   <P><DT>Accessing
11647   <DD>There are two different types of address books in Alpine.
11648   A local address book is stored in a regular file and the normal file
11649   access permissions apply.  A remote address book is stored on an IMAP
11650   server in a special folder that contains only messages pertaining to
11651   that address book.  The last message in the remote folder contains a
11652   copy of the address book data, and that data is copied to a local cache
11653   file in your home directory.  From there it is accessed just like a local
11654   address book.  The name of the cache file is kept track of in a special
11655   file called the
11656   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
11657   the name of which is stored in
11658   your Alpine configuration file the first time you use a remote address book.
11659   Just as local Alpine address books use a format that only Alpine understands,
11660   remote Alpine address books do the same and other mail reading programs
11661   are unlikely to be able to understand them.<P>
11662   While global address books are explicitly intended to be shared, there is
11663   nothing to prevent you from sharing a personal address book with other
11664   Alpine users. This might be useful in the case of a small workgroup.
11665   However, it is recommended that updates to shared personal address books
11666   be done when other Alpine users are not accessing the address book. Alpine
11667   does not do any file-locking to manage concurrent updates to the
11668   addressbook, but it does check to see if the file has been modified before
11669   making any changes.  Consequently, inadvertent concurrent updates will
11670   only cause other Alpine users to have to restart their address book
11671   operation, which will cause Alpine to reopen the updated file.
11673   <P><DT>Converting to Remote
11674   <DD>The easiest way to convert an existing local
11675   address book into a remote address book is to create an empty new remote
11676   personal address book by typing &quot;A&quot; to execute the
11677   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
11678   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
11679   address book.
11680   After you have added the empty
11681   remote address book, go into the screen for the address book you wish
11682   to copy and &quot;Select&quot; &quot;All&quot;.
11683   This selects every entry in that
11684   address book.  Then type the command &quot;Apply Save&quot;.
11685   You will be asked for the address book to save to.  You may use ^P and ^N
11686   to get to the new empty address book, then hit RETURN and the addresses
11687   will be copied.
11688   At this point you'll probably want to unselect all the entries in the local
11689   address book before proceeding. You do that with
11690   &quot;Select&quot; &quot;unselect All&quot;.
11692 </DL>
11693 <UL>
11694 <LI><A HREF="h_address_format">Explanation of Address formats</A>
11695 </UL>
11696 <P><UL>
11697 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11698 </UL>
11700 &lt;End of help on this topic&gt;
11701 </BODY>
11702 </HTML>
11703 ===== h_abook_select_addr =====
11704 <HTML>
11705 <HEAD>
11706 <TITLE>Addressbook Selection Explained</TITLE>
11707 </HEAD>
11708 <BODY>
11709 <H1>SELECT ADDRESS</H1>
11710 <!--chtml if pinemode="function_key"-->
11711 <PRE>
11712 Navigating the List of Messages               General Alpine Commands
11713 -------------------------------               -----------------------
11714 F5   Move to previous entry                   F1  Show this help text
11715 F6   Move to next entry
11716 F7   Show previous screen of address book
11717 F8   Show next screen of address book
11718 F12  WhereIs (search through address book)
11720 Address Selection Commands
11721 --------------------------
11722 F3   Exit the Address Select screen (without selecting an address)
11723 F4   Select the currently highlighted entry
11724 </PRE>
11725 <!--chtml else-->
11726 <PRE>
11727 Navigating the List of Messages               General Alpine Commands
11728 -------------------------------               -----------------------
11729  P   Move to previous entry                    ?  Show this help text
11730  N   Move to next entry
11731  -   Show previous screen of address book
11732 Spc  (space bar) Show next screen of address book
11733  W   WhereIs (search through address book)
11735 Address Selection Commands
11736 --------------------------
11737  E   Exit the Address Select screen (without selecting an address)
11738  S   Select the currently highlighted entry
11739 </PRE>
11740 <!--chtml endif-->
11743 This screen is designed to let you easily scan your address book(s) in
11744 order to select an entry for the message you are composing.  You cannot
11745 edit your address book in any way at this time, for address book
11746 maintenance, select the address book command when not composing a message.
11749 If you are composing a message and know the nickname of the person/list you
11750 want, you can bypass this screen by simply typing in the nickname on the
11751 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
11752 selecting an entry does not cancel your message.
11755 FOR MORE INFORMATION on addressing see
11756 <A HREF="h_address_format">Explanation of Address formats</A>, and the
11757 <A HREF="h_abook_opened">Address Book Screen's</A>
11758 help text.
11760 &lt;End of help on this topic&gt;
11761 </BODY>
11762 </HTML>
11763 ===== h_abook_select_top =====
11764 <HTML>
11765 <HEAD>
11766 <TITLE>Addressbook Selection Navigation Explained</TITLE>
11767 </HEAD>
11768 <BODY>
11769 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
11770 <!--chtml if pinemode="function_key"-->
11771 <PRE>
11772 Navigating the List of Address Books       General Alpine Commands
11773 ------------------------------------       -----------------------
11774 F4   View the highlighted address book
11775 F5   Move to previous address book         F1  Show this help text
11776 F6   Move to next address book
11777 F7   Show previous screen of address books
11778 F8   Show next screen of address books
11779 F12  WhereIs (search through address books)
11781 Address Selection Commands
11782 --------------------------
11783 F3   Exit the Address Select screen (without selecting an address)
11784 F4   Select the currently selected entries (if using ListMode)
11785 F9   Change to ListMode
11786 </PRE>
11787 <!--chtml else-->
11788 <PRE>
11789 Navigating the List of Address Books       General Alpine Commands
11790 ------------------------------------       -----------------------
11791  &gt;   View the highlighted address book
11792  P   Move to previous address book         ?  Show this help text
11793  N   Move to next address book
11794  -   Show previous screen of address books
11795 Spc  (space bar) Show next screen of address books
11796  W   WhereIs (search through address books)
11798 Address Selection Commands
11799 --------------------------
11800  E   Exit the Address Select screen (without selecting an address)
11801  S   Select the currently selected entries (if using ListMode)
11802  L   Change to ListMode
11803 </PRE>
11804 <!--chtml endif-->
11807 This screen is designed to let you easily scan your address book(s) in
11808 order to select entries for the message you are composing.  You cannot
11809 edit your address book in any way at this time.  For address book
11810 maintenance, select the address book command when not composing a message.
11813 If you are composing a message and know the nickname of the person/list you
11814 want, you can bypass this screen by simply typing in the nickname on the
11815 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
11816 selecting an entry does not cancel your message.
11819 The ListMode command will add a column at the left edge of the screen.
11820 You mark the entries that you wish to select with the &quot;X&quot; command.
11821 This allows you to choose more than one entry at a time.
11824 An alternative method of composing a message to entries in your
11825 address book(s) is to first use the &quot;Select&quot; command from
11826 the address book maintenance screen and then the &quot;Apply&quot;
11827 &quot;ComposeTo&quot; command to start the composer composing to the
11828 selected entries.
11831 FOR MORE INFORMATION on addressing see
11832 <A HREF="h_address_format">Explanation of Address formats</A>, and the
11833 <A HREF="h_abook_opened">Address Book Screen's</A>
11834 help text.
11836 &lt;End of help on this topic&gt;
11837 </BODY>
11838 </HTML>
11839 ===== h_abook_select_listmode =====
11840 <HTML>
11841 <HEAD>
11842 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
11843 </HEAD>
11844 <BODY>
11845 <H1>COMPOSER: SELECT ADDRESSES</H1>
11846 <!--chtml if pinemode="function_key"-->
11847 <PRE>
11848 Navigating the List of Messages                 General Alpine Commands
11849 -------------------------------                 -----------------------
11850 F5   Move to previous entry                     F1  Show this help text
11851 F6   Move to next entry
11852 F7   Show previous screen of address book
11853 F8   Show next screen of address book
11854 F12  WhereIs (search through address book)
11856 Address Selection Commands
11857 --------------------------
11858 F3   Exit the Address Select screen (without selecting an address)
11859 F4   Select the currently highlighted entry
11860 F9   Change to ListMode
11861 </PRE>
11862 <!--chtml else-->
11863 <PRE>
11864 Navigating the List of Messages                 General Alpine Commands
11865 -------------------------------                 -----------------------
11866  P   Move to previous entry                     ?  Show this help text
11867  N   Move to next entry
11868  -   Show previous screen of address book
11869 Spc  (space bar) Show next screen of address book
11870  W   WhereIs (search through address book)
11872 Address Selection Commands
11873 --------------------------
11874  E   Exit the Address Select screen (without selecting an address)
11875  S   Select the currently highlighted entry
11876  L   Change to ListMode
11877 </PRE>
11878 <!--chtml endif-->
11881 This screen is designed to let you easily scan your address book(s) in
11882 order to select entries for the message you are composing.  You cannot
11883 edit your address book in any way at this time, for address book
11884 maintenance, select the address book command when not composing a message.
11887 If you are composing a message and know the nickname of the person/list you
11888 want, you can bypass this screen by simply typing in the nickname on the
11889 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
11890 selecting an entry does not cancel your message.
11893 The ListMode command will add a column at the left edge of the screen.
11894 You mark the entries that you wish to select with the &quot;X&quot; command.
11895 This allows you to choose more than one entry at a time.
11898 An alternative method of composing a message to entries in your
11899 address book(s) is to first use the &quot;Select&quot; command from
11900 the address book maintenance screen and then the &quot;Apply&quot;
11901 &quot;ComposeTo&quot; command to start the composer composing to the
11902 selected entries.
11905 FOR MORE INFORMATION on addressing see
11906 <A HREF="h_address_format">Explanation of Address formats</A>, and the
11907 <A HREF="h_abook_opened">Address Book Screen's</A>
11908 help text.
11910 &lt;End of help on this topic&gt;
11911 </BODY>
11912 </HTML>
11913 ===== h_abook_select_checks =====
11914 <HTML>
11915 <HEAD>
11916 <TITLE>Address Selection from Composer Explained</TITLE>
11917 </HEAD>
11918 <BODY>
11919 <H1>COMPOSER: SELECT ADDRESSES</H1>
11920 <!--chtml if pinemode="function_key"-->
11921 <PRE>
11922 Navigating the List of Messages                 General Alpine Commands
11923 -------------------------------                 -----------------------
11924 F5   Move to previous entry                     F1  Show this help text
11925 F6   Move to next entry
11926 F7   Show previous screen of address book
11927 F8   Show next screen of address book
11928 F12  WhereIs (search through address book)
11930 Address Selection Commands
11931 --------------------------
11932 F3   Exit the Address Select screen (without selecting an address)
11933 F4   Select the currently highlighted entry
11934 F8   Either Sets or Unsets all entries in this address book
11935 F9   Set or Unset the highlighted entry
11936 </PRE>
11937 <!--chtml else-->
11938 <PRE>
11939 Navigating the List of Messages                 General Alpine Commands
11940 -------------------------------                 -----------------------
11941  P   Move to previous entry                     ?  Show this help text
11942  N   Move to next entry
11943  -   Show previous screen of address book
11944 Spc  (space bar) Show next screen of address book
11945  W   WhereIs (search through address book)
11947 Address Selection Commands
11948 --------------------------
11949  E   Exit the Address Select screen (without selecting an address)
11950  S   Select the currently highlighted entry
11951  X   Set or Unset the highlighted entry
11952  A   Either Sets or Unsets all entries in this address book
11953 </PRE>
11954 <!--chtml endif-->
11957 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
11958 command.  Type &quot;S Select&quot; to select all of the entries you
11959 have marked, just as if you had typed them in by hand.
11962 An alternative method of composing a message to entries in your
11963 address book(s) is to first use the &quot;Select&quot; command from
11964 the address book maintenance screen and then the &quot;Apply&quot;
11965 &quot;ComposeTo&quot; command to start the composer composing to the
11966 selected entries.
11969 FOR MORE INFORMATION on addressing see
11970 <A HREF="h_address_format">Explanation of Address formats</A>, and the
11971 <A HREF="h_abook_opened">Address Book Screen's</A>
11972 help text.
11974 &lt;End of help on this topic&gt;
11975 </BODY>
11976 </HTML>
11977 ===== h_abook_select_nicks_take =====
11978 <HTML>
11979 <HEAD>
11980 <TITLE>Take Address Nickname Selection Explained</TITLE>
11981 </HEAD>
11982 <BODY>
11983 <H1>TAKEADDR: SELECT NICKNAME</H1>
11984 <!--chtml if pinemode="function_key"-->
11985 <PRE>
11986 Navigating the List of Messages                 General Alpine Commands
11987 -------------------------------                 -----------------------
11988 F5   Move to previous entry                     F1  Show this help text
11989 F6   Move to next entry
11990 F7   Show previous screen of address book
11991 F8   Show next screen of address book
11992 F12  WhereIs (search through address book)
11994 Message Selection Commands
11995 --------------------------
11996 F3   Exit the Nickname Select screen (without selecting an address)
11997 F4   Select the currently highlighted entry
11998 </PRE>
11999 <!--chtml else-->
12000 <PRE>
12001 Navigating the List of Messages                 General Alpine Commands
12002 -------------------------------                 -----------------------
12003  P   Move to previous entry                     ?  Show this help text
12004  N   Move to next entry
12005  -   Show previous screen of address book
12006 Spc  (space bar) Show next screen of address book
12007  W   WhereIs (search through address book)
12009 Message Selection Commands
12010 --------------------------
12011  E   Exit the Nickname Select screen (without selecting an address)
12012  S   Select the currently highlighted entry
12013 </PRE>
12014 <!--chtml endif-->
12017 This screen is designed to let you modify or add to an existing
12018 address book entry.  You have already selected the name(s) and
12019 address(es) through &quot;Take Address&quot;.  This screen simply lets
12020 you scan your address books and select the nickname to be
12021 changed/augmented.  If you want to add a new entry, then you are in
12022 the wrong place-- Select &quot;Exit&quot; command.
12025 FOR MORE INFORMATION on addressing see
12026 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12027 <A HREF="h_abook_opened">Address Book Screen's</A>
12028 help text.
12030 &lt;End of help on this topic&gt;
12031 </BODY>
12032 </HTML>
12033 ===== h_abook_select_nick =====
12034 <HTML>
12035 <HEAD>
12036 <TITLE>Nickname Selection Explained</TITLE>
12037 </HEAD>
12038 <BODY>
12039 <H1>SELECT NICKNAME</H1>
12040 <!--chtml if pinemode="function_key"-->
12041 <PRE>
12042 Navigating the List of Messages                 General Alpine Commands
12043 -------------------------------                 -----------------------
12044 F5   Move to previous entry                     F1  Show this help text
12045 F6   Move to next entry
12046 F7   Show previous screen of address book
12047 F8   Show next screen of address book
12048 F12  WhereIs (search through address book)
12050 Message Selection Commands
12051 --------------------------
12052 F3   Exit the Nickname Select screen (without selecting an address)
12053 F4   Select the currently highlighted entry
12054 </PRE>
12055 <!--chtml else-->
12056 <PRE>
12057 Navigating the List of Messages                 General Alpine Commands
12058 -------------------------------                 -----------------------
12059  P   Move to previous entry                     ?  Show this help text
12060  N   Move to next entry
12061  -   Show previous screen of address book
12062 Spc  (space bar) Show next screen of address book
12063  W   WhereIs (search through address book)
12065 Message Selection Commands
12066 --------------------------
12067  E   Exit the Nickname Select screen (without selecting an address)
12068  S   Select the currently highlighted entry
12069 </PRE>
12070 <!--chtml endif-->
12073 This screen is designed to let you look at the nicknames in your address
12074 books before choosing a new one.
12077 FOR MORE INFORMATION on addressing see
12078 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12079 <A HREF="h_abook_opened">Address Book Screen's</A>
12080 help text.
12082 &lt;End of help on this topic&gt;
12083 </BODY>
12084 </HTML>
12085 ===== h_takeaddr_screen =====
12086 <HTML>
12087 <HEAD>
12088 <TITLE>Take Address Screen Explained</TITLE>
12089 </HEAD>
12090 <BODY>
12091 <H1>TAKE ADDRESS COMMANDS</H1>
12092 <!--chtml if pinemode="function_key"-->
12093 <PRE>
12094 Navigating the List of Addresses       Address Selection Commands        
12095 --------------------------------       --------------------------        
12096  F5  Move to previous entry            F3  Exit without taking address
12097  F6  Move to next entry                F4  Take current address(es)
12098  F7  Show previous page of address list
12099  F8  Show next page of address list
12100  F2  WhereIs (search list)
12101                                --------------
12102 Mode Toggle            F9  Set/Unset current address
12103 -----------            F10 Set all
12104  F12 Toggle between List and single mode       F11 Unset all
12105 </PRE>
12106 <!--chtml else-->
12107 <PRE>
12108 Navigating the List of Addresses       Address Selection Commands
12109 --------------------------------       --------------------------
12110  P  Move to previous entry              &lt;  Exit without taking address
12111  N  Move to next entry                  T  Take address
12112  -  Show previous page of address list
12113 Spc (space bar) Show next page of address list
12114  W  WhereIs (search list)              List Mode
12115                                        ---------
12116 Single Mode                             X  Set/Unset current address
12117 -----------                             A  Set all addresses
12118  L  Switch to list mode                 U  Unset all addresses
12119                                         S  Switch to single mode
12120 </PRE>
12121 <!--chtml endif-->
12123 <H2>Description of the Take Address Screen</H2>
12125 This screen is designed to let you select one or more address/name
12126 combinations from the current message and put them into your address book.
12127 The cursor is initially placed on the line with the message author.
12128 Other lines include the names of people and/or mailing lists who also
12129 received the message.  Other people &quot;involved&quot; in the
12130 message (e.g. the person named as Reply-To:) are also listed here.
12133 The simple case is adding a new, single entry into your address book. To
12134 do this, simply highlight the correct line and press 
12135 <!--chtml if pinemode="function_key"-->
12137 <!--chtml else-->
12138 &quot;T&quot;.
12139 <!--chtml endif-->
12140 To create a new list or add to an existing list, switch the screen display
12141 into List Mode by pressing
12142 <!--chtml if pinemode="function_key"-->
12143 F12.
12144 <!--chtml else-->
12145 &quot;L&quot;.
12146 <!--chtml endif-->
12147 In List Mode, you select the
12148 group of addresses you wish to manipulate by marking them with an
12149 &quot;X&quot;.
12150 The Set/Unset
12151 <!--chtml if pinemode="function_key"-->
12152 (F9)
12153 <!--chtml else-->
12154 (&quot;X&quot;)
12155 <!--chtml endif-->
12156 command will turn the &quot;X&quot; on for the
12157 highlighted address if it was off or turn it off if it was previously on.
12158 The SetAll command will select all of the addresses, and the UnSetAll
12159 command will turn off all the selections.  Once you've gotten the
12160 selection the way you want it, you may create a new list by pressing
12161 <!--chtml if pinemode="function_key"-->
12163 <!--chtml else-->
12164 &quot;T&quot;.
12165 <!--chtml endif-->
12168 In both the simple and list cases, after choosing to take the address,
12169 you will be asked for the nickname of the entry.  Typing in a new name
12170 creates the new entry/list.  Entering an existing nickname will replace
12171 the entry (simple case) or add to the list (list case).  Alternatively,
12172 you can press Ctrl-T at the nickname prompt and select an existing
12173 nickname from your address book.
12176 You will normally start in Single Mode, unless you used the Apply command
12177 to startup the TakeAddr screen, in which case you will start in List Mode.
12178 You may switch between the two modes at any time.  If you've already
12179 selected several addresses in List Mode, those will be remembered when you
12180 switch to Single Mode and then back to List Mode.  The set of addresses
12181 that are pre-selected when you start in List Mode are the From addresses
12182 of all of the messages you are operating on.  You may, of course, easily
12183 erase those selections with the UnSetAll command.
12186 If you have more than one writable address book, you will be prompted for
12187 the name of the address book you wish to add the new entry to before
12188 anything else. You can use ^N and ^P to choose among the defined address
12189 books, or type in the address book name.
12192 FOR MORE INFORMATION on addressing see
12193 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12194 <A HREF="h_abook_opened">Address Book Screen's</A>
12195 help text.
12197 &lt;End of help on this topic&gt;
12198 </BODY>
12199 </HTML>
12200 ===== h_takeexport_screen =====
12201 <HTML>
12202 <HEAD>
12203 <TITLE>Take Export Screen Explained</TITLE>
12204 </HEAD>
12205 <BODY>
12206 <H1>TAKE EXPORT COMMANDS</H1>
12207 <!--chtml if pinemode="function_key"-->
12208 <PRE>
12209 Navigating the List of Addresses       Address Selection Commands        
12210 --------------------------------       --------------------------        
12211  F5  Move to previous entry            F3  Exit without taking address
12212  F6  Move to next entry                F4  Take current address(es)
12213  F7  Show previous page of address list
12214  F8  Show next page of address list
12215  F2  WhereIs (search list)
12216                                --------------
12217 Mode Toggle            F9  Set/Unset current address
12218 -----------            F10 Set all
12219  F12 Toggle between List and single mode       F11 Unset all
12220 </PRE>
12221 <!--chtml else-->
12222 <PRE>
12223 Navigating the List of Addresses       Address Selection Commands
12224 --------------------------------       --------------------------
12225  P  Move to previous entry              &lt;  Exit without taking address
12226  N  Move to next entry                  T  Take address
12227  -  Show previous page of address list
12228 Spc (space bar) Show next page of address list
12229  W  WhereIs (search list)              List Mode
12230                                        ---------
12231 Single Mode                             X  Set/Unset current address
12232 -----------                             A  Set all addresses
12233  L  Switch to list mode                 U  Unset all addresses
12234                                         S  Switch to single mode
12235 </PRE>
12236 <!--chtml endif-->
12238 <H2>Description of the Take Export Screen</H2>
12240 This screen is designed to let you select one or more addresses
12241 from the current message and put them into a file.
12242 Only the user@domain_name part of each address is put into the file.
12245 To put a single entry into a file simply highlight the correct line and press 
12246 <!--chtml if pinemode="function_key"-->
12248 <!--chtml else-->
12249 &quot;T&quot;.
12250 <!--chtml endif-->
12251 To put more than one entry into a file
12252 switch the screen display
12253 into List Mode by pressing
12254 <!--chtml if pinemode="function_key"-->
12255 F12.
12256 <!--chtml else-->
12257 &quot;L&quot;.
12258 <!--chtml endif-->
12259 In List Mode, you select the
12260 group of addresses you wish to manipulate by marking them with an
12261 &quot;X&quot;.
12262 The Set/Unset
12263 <!--chtml if pinemode="function_key"-->
12264 (F9)
12265 <!--chtml else-->
12266 (&quot;X&quot;)
12267 <!--chtml endif-->
12268 command will turn the &quot;X&quot; on for the
12269 highlighted address if it was off or turn it off if it was previously on.
12270 The SetAll command will select all of the addresses, and the UnSetAll
12271 command will turn off all the selections.  Once you've gotten the
12272 selection the way you want it, you may put the addresses in a file by typing
12273 <!--chtml if pinemode="function_key"-->
12275 <!--chtml else-->
12276 &quot;T&quot;.
12277 <!--chtml endif-->
12280 You will be asked for the name of a file to put the addresses in.
12281 If the file already exists, you will be asked whether you want to Overwrite
12282 (replace) the contents of the file or Append to the contents of the file.
12285 &lt;End of help on this topic&gt;
12286 </BODY>
12287 </HTML>
12288 ============= h_abook_view ========================
12289 <HTML>
12290 <HEAD>
12291 <TITLE>Address Book View Explained</TITLE>
12292 </HEAD>
12293 <BODY>
12294 This function allows you to view the contents of an address book entry. You
12295 can only view one entry at a time.
12297 <DL>
12298 <DT>Help
12299 <!--chtml if pinemode="function_key"-->
12300 (F1)
12301 <!--chtml else-->
12303 <!--chtml endif-->
12304 </DT>
12305 <DD>
12306 Display this help text.
12308 <DT>Abook
12309 <!--chtml if pinemode="function_key"-->
12310 (F3)
12311 <!--chtml else-->
12312 (&lt;)
12313 <!--chtml endif-->
12314 </DT>
12315 <DD>
12316 Go back to index of address book entries.
12318 <DT>Update
12319 <!--chtml if pinemode="function_key"-->
12320 (F4)
12321 <!--chtml else-->
12323 <!--chtml endif-->
12324 </DT>
12325 <DD>
12326 Update (modify) this entry.
12328 <DT>ComposeTo
12329 <!--chtml if pinemode="function_key"-->
12330 (F5)
12331 <!--chtml else-->
12333 <!--chtml endif-->
12334 </DT>
12335 <DD>Compose a message to the address(es) in this entry.
12337 <DT>Role
12338 <!--chtml if pinemode="function_key"-->
12339 (F6)
12340 <!--chtml else-->
12342 <!--chtml endif-->
12343 </DT>
12344 <DD>Compose a message to the address(es) in this entry using roles.
12346 <DT>Prev Page
12347 <!--chtml if pinemode="function_key"-->
12348 (F7)
12349 <!--chtml else-->
12351 <!--chtml endif-->
12352 </DT>
12353 <DD>
12354 Show the previous page of the current entry.
12356 <DT>Next Page
12357 <!--chtml if pinemode="function_key"-->
12358 (F8)
12359 <!--chtml else-->
12360 (Space)
12361 <!--chtml endif-->
12362 </DT>
12363 <DD>
12364 Show the next page of the current entry.
12366 <DT>Print
12367 <!--chtml if pinemode="function_key"-->
12368 (F9)
12369 <!--chtml else-->
12371 <!--chtml endif-->
12372 </DT>
12373 <DD>Print the current entry.  You can select the
12374 printer or the print command via the &quot;Setup&quot; command
12375 on the MAIN MENU.
12377 <DT>WhereIs
12378 <!--chtml if pinemode="function_key"-->
12379 (F10)
12380 <!--chtml else-->
12382 <!--chtml endif-->
12383 </DT>
12384 <DD>Search the entry for a string of letters.  If it is
12385 found, move to it.  The string can be one word or a phrase.
12386 If there are multiple occurrences, the cursor moves to the
12387 first occurrence beyond the current cursor position.
12389 <DT>Fwd Email
12390 <!--chtml if pinemode="function_key"-->
12391 (F11)
12392 <!--chtml else-->
12394 <!--chtml endif-->
12395 </DT>
12396 <DD>Begin composition of a new mail message with the displayed
12397 text already inserted in the message body.
12399 </DL>
12401 &lt;End of help on this topic&gt;
12402 </BODY>
12403 </HTML>
12404 ============= h_ldap_view ========================
12405 <HTML>
12406 <HEAD>
12407 <TITLE>LDAP Response View Explained</TITLE>
12408 </HEAD>
12409 <BODY>
12410 This function allows you to view the contents of a directory entry. You
12411 can only view one entry at a time.
12413 <DL>
12414 <DT>Help
12415 <!--chtml if pinemode="function_key"-->
12416 (F1)
12417 <!--chtml else-->
12419 <!--chtml endif-->
12420 </DT>
12421 <DD>
12422 Display this help text.
12424 <DT>Results Index
12425 <!--chtml if pinemode="function_key"-->
12426 (F3)
12427 <!--chtml else-->
12428 (&lt;)
12429 <!--chtml endif-->
12430 </DT>
12431 <DD>Go back to index of search results.
12433 <DT>ComposeTo
12434 <!--chtml if pinemode="function_key"-->
12435 (F5)
12436 <!--chtml else-->
12438 <!--chtml endif-->
12439 </DT>
12440 <DD>Compose a message to the address(es) in this entry.
12442 <DT>Role
12443 <!--chtml if pinemode="function_key"-->
12444 (F6)
12445 <!--chtml else-->
12447 <!--chtml endif-->
12448 </DT>
12449 <DD>Compose a message to the address(es) in this entry using roles.
12451 <DT>Prev Page
12452 <!--chtml if pinemode="function_key"-->
12453 (F7)
12454 <!--chtml else-->
12456 <!--chtml endif-->
12457 </DT>
12458 <DD>
12459 Show the previous page of the current entry.
12461 <DT>Next Page
12462 <!--chtml if pinemode="function_key"-->
12463 (F8)
12464 <!--chtml else-->
12465 (Space)
12466 <!--chtml endif-->
12467 </DT>
12468 <DD>
12469 Show the next page of the current entry.
12471 <DT>Print
12472 <!--chtml if pinemode="function_key"-->
12473 (F9)
12474 <!--chtml else-->
12476 <!--chtml endif-->
12477 </DT>
12478 <DD>Print the current entry on paper.  You can select the
12479 printer or the print command via the &quot;Setup&quot; command
12480 on the MAIN MENU.
12482 <DT>WhereIs
12483 <!--chtml if pinemode="function_key"-->
12484 (F10)
12485 <!--chtml else-->
12487 <!--chtml endif-->
12488 </DT>
12489 <DD>Search the entry for a string of letters.  If it is
12490 found, move to it.  The string can be one word or a phrase.
12491 If there are multiple occurrences, the cursor moves to the
12492 first occurrence beyond the current cursor position.
12494 <DT>Fwd Email
12495 <!--chtml if pinemode="function_key"-->
12496 (F11)
12497 <!--chtml else-->
12499 <!--chtml endif-->
12500 </DT>
12501 <DD>Begin composition of a new mail message with the displayed
12502 text already inserted in the message body.
12504 <DT>Save
12505 <!--chtml if pinemode="function_key"-->
12506 (F12)
12507 <!--chtml else-->
12509 <!--chtml endif-->
12510 </DT>
12511 <DD>Save the displayed entry to one of your address books or export
12512 it to a file.
12513 </DL>
12515 &lt;End of help on this topic&gt;
12516 </BODY>
12517 </HTML>
12518 ===== h_attachment_screen =====
12519 <HTML>
12520 <HEAD>
12521 <TITLE>Attachment Index Screen Explained</TITLE>
12522 </HEAD>
12523 <BODY>
12524 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
12525 message's attachments, and allows various operations on them.  The
12526 first attachment is usually the message text, but does not include the
12527 header portion of the message.
12529 Available commands include:
12531 <DL>
12533 <DT>Help</DT>
12534 <DD>Show this help text.
12536 <DT>Msg #<I>num</I></DT>
12537 <DD>Leave this screen without displaying or saving any attachments.
12539 <DT>View</DT>
12540 <DD>View the currently selected attachment.
12542 <DT>Prev Attach</DT>
12543 <DD>Move to previous attachment.
12545 <DT>Next Attach</DT>
12546 <DD>Move to next attachment.
12548 <DT>Prev Page</DT>
12549 <DD>Previous page of the listed attachments.
12551 <DT>Next Page</DT>
12552 <DD>Next page of the listed attachments.
12554 <DT>Delete</DT>
12555 <DD>Mark the currently selected attachment for Deletion.
12556 This does not modify the current message by deleting the attachment from
12557 it, but instead the delete flag <EM>only</EM> has an effect when saving
12558 the message to a folder.
12559 Attachments marked for deletion are not copied to the destination folder
12560 along with the rest of the message when it is saved.
12561 It is ok for the destination folder to be the same as the current folder.
12562 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
12564 <DT>Undelete</DT>
12565 <DD>Turn off the Delete flag for the selected attachment.
12567 <DT>Save</DT>
12568 <DD>Save the selected attachment to a file.  If the attachment is of
12569 type &quot;RFC822/Message&quot;, then the attachment will be saved to
12570 the specified mail folder.
12572 <DT>Export</DT>
12573 <DD>If the attachment is of
12574 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
12575 copy the message to a file in the same way this command works on 
12576 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
12578 <DT>Pipe</DT>
12579 <DD>Pipe the attachment contents into a UNIX command (if enabled).
12580 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
12582 <DT>WhereIs</DT>
12583 <DD>Find a matching string in the attachment list.
12585 <DT>AboutAttch</DT>
12586 <DD>Examine various aspects of the selected attachment.
12588 <DT>Print</DT>
12589 <DD>Print the selected attachment.
12591 <DT>Forward</DT>
12592 <DD>Forward the selected attachment as an attachment.
12593 </DL>
12597 All attachments can be saved or piped into a UNIX command, but some may
12598 not be readily displayed by either Alpine or an external tool.  In such
12599 cases, the reason why the message cannot be displayed is displayed on
12600 Alpine's message line.
12602 &lt;End of help on this topic&gt;
12603 </BODY>
12604 </HTML>
12605 ============= h_mail_text_att_view ========================
12606 <HTML>
12607 <HEAD>
12608 <TITLE>Attachment View Screen Explained</TITLE>
12609 </HEAD>
12610 <BODY>
12611 This function allows you to view the contents of a text attachment. You
12612 can only view one attachment at a time.
12614 Available commands include:
12616 <DL>
12618 <DT>Help</DT>
12619 <DD>Display this help text
12621 <DT>AttchIndex</DT>
12622 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
12624 <DT>Prev Page</DT>
12625 <DD>Show the previous page of the current attachment.
12627 <DT>Next Page</DT>
12628 <DD>Show the next page of the current attachment by pressing the space bar.
12630 <DT>Delete</DT>
12631 <DD>Mark the viewed attachment for Deletion.  The delete
12632 flag <EM>only</EM> has affect when saving the message to a folder.
12633 Attachments marked for deletion are exluded from the messsage when
12634 it is saved.  In addition, the delete mark <EM>only</EM> applies to
12635 this Alpine session.
12637 <DT>Undelete</DT>
12638 <DD>Turn off the Delete flag for the selected attachment.
12640 <DT>Save</DT>
12641 <DD>Copy the current attachment to a file.  If you just enter
12642 a filename, the attachment will be saved with that name in
12643 your home directory 
12644 <!--chtml if pinemode="running"-->
12645 (which, in the present configuration of your system, is
12646  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12647 <!--chtml endif-->
12648 or current working directory
12649 <!--chtml if pinemode="running"-->
12650 (which, at least for your current Alpine &quot;session,&quot; 
12651 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12652 <!--chtml endif-->, depending on the
12653 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12654 configuration setting.  You may enter the full
12655 path and filename to save it in another directory instead.
12657 <DT>Export</DT>
12658 <DD>If the attachment is of
12659 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
12660 copy the message to a file in the same way this command works on 
12661 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
12662 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
12663 defined, they may affect the contents of the exported file.)
12665 <DT>Pipe</DT>
12666 <DD>Pipe the attachment contents into a UNIX command (if enabled)
12668 <DT>WhereIs</DT>
12669 <DD>Search the attachment for a string of letters.  If it is
12670 found, move to it.  The string can be one word or a phrase.
12671 If there are multiple occurrences, the cursor moves to the
12672 first occurrence beyond the current cursor position.
12674 <DT>Print</DT>
12675 <DD>Print the current attachment on paper.  You can select the
12676 printer or the print command via the &quot;Setup&quot; command
12677 on the MAIN MENU.
12679 <DT>Forward</DT>
12680 <DD>Forward the selected attachment as an attachment.
12681 </DL>
12683 &lt;End of help on this topic&gt;
12684 </BODY>
12685 </HTML>
12686 ============= h_journal ==============
12687 <HTML>
12688 <HEAD>
12689 <TITLE>Recent Message Journal Explained</TITLE>
12690 </HEAD>
12691 <BODY>
12693 The following commands are available on this screen:
12695 <DL>
12696 <DT>Help</DT>
12697 <DD>Show this help text
12699 <DT>Exit</DT>
12700 <DD>Exit Viewer, and go back to mail processing
12702 <DT>Prev Page</DT>
12703 <DD>Show the previous page text
12705 <DT>Next Page</DT>
12706 <DD>Show the next page of text by pressing the space bar
12708 <DT>Print</DT>
12709 <DD>Print the displayed text on paper.  You can select the
12710 printer or the print command via the &quot;Setup&quot; command
12711 on the MAIN MENU.
12713 <DT>Fwd Email</DT>
12714 <DD>Begin composition of a new mail message with the displayed
12715 text already inserted in the message body.
12717 <DT>Save</DT>
12718 <DD>Copy the displayed text to a file.  If you just enter
12719 a filename, the text will be saved with that name in
12720 your 
12721 home directory 
12722 <!--chtml if pinemode="running"-->
12723 (which, in the present configuration of your system, is
12724  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12725 <!--chtml endif-->
12726 or current working directory
12727 <!--chtml if pinemode="running"-->
12728 (which, at least for your current Alpine &quot;session,&quot; 
12729 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12730 <!--chtml endif-->, depending on the
12731 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12732 configuration setting.   You may enter the full
12733 path and filename to save it in another directory instead.
12735 <DT>WhereIs</DT>
12736 <DD>Search the text for a string of letters.  If it is
12737 found, move to it.  The string can be one word or a phrase.
12738 If there are multiple occurrences, the cursor moves to the
12739 first occurrence beyond the current cursor position.
12740 </DL>
12742 &lt;End of help on this topic&gt;
12743 </BODY>
12744 </HTML>
12745 ============= h_debugjournal ==============
12746 <HTML>
12747 <HEAD>
12748 <TITLE>Debug Journal Explained</TITLE>
12749 </HEAD>
12750 <BODY>
12752 The following commands are available on this screen:
12754 <DL>
12755 <DT>Help</DT>
12756 <DD>Show this help text
12758 <DT>Exit</DT>
12759 <DD>Exit Viewer, and go back to mail processing
12761 <DT>Timestamps</DT>
12762 <DD>Turn on or off timestamps.
12764 <DT>DebugView</DT>
12765 <DD>Set the level of debugging you want to see. The level may be any number
12766 in the range 0-9. Higher numbers show more debugging detail. Note that the
12767 debugging information has already been captured. This setting just causes the
12768 debugging information that you see to be filtered. If you set this to
12769 the number &quot;5&quot; then you will be shown all of the debugging information
12770 at levels 5 and below.
12771 It's actually a bit more complicated than that. A fixed amount of memory
12772 is used to store the debug information.
12773 Since the amount of memory used is limited the debugging information
12774 has to be trimmed back when it gets too large.
12776 <DT>Prev Page</DT>
12777 <DD>Show the previous page text
12779 <DT>Next Page</DT>
12780 <DD>Show the next page of text by pressing the space bar
12782 <DT>Print</DT>
12783 <DD>Print the displayed text on paper.  You can select the
12784 printer or the print command via the &quot;Setup&quot; command
12785 on the MAIN MENU.
12787 <DT>Fwd Email</DT>
12788 <DD>Begin composition of a new mail message with the displayed
12789 text already inserted in the message body.
12791 <DT>Save</DT>
12792 <DD>Copy the displayed text to a file.  If you just enter
12793 a filename, the text will be saved with that name in
12794 your 
12795 home directory 
12796 <!--chtml if pinemode="running"-->
12797 (which, in the present configuration of your system, is
12798  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12799 <!--chtml endif-->
12800 or current working directory
12801 <!--chtml if pinemode="running"-->
12802 (which, at least for your current Alpine &quot;session,&quot; 
12803 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12804 <!--chtml endif-->, depending on the
12805 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12806 configuration setting.   You may enter the full
12807 path and filename to save it in another directory instead.
12809 <DT>WhereIs</DT>
12810 <DD>Search the text for a string of letters.  If it is
12811 found, move to it.  The string can be one word or a phrase.
12812 If there are multiple occurrences, the cursor moves to the
12813 first occurrence beyond the current cursor position.
12814 </DL>
12816 &lt;End of help on this topic&gt;
12817 </BODY>
12818 </HTML>
12819 ============= h_simple_text_view ==============
12820 <HTML>
12821 <HEAD>
12822 <TITLE>Simple Text View Screen Explained</TITLE>
12823 </HEAD>
12824 <BODY>
12826 The following commands are available on this screen:
12828 <DL>
12829 <DT>Help</DT>
12830 <DD>Show this help text
12832 <DT>Exit</DT>
12833 <DD>Exit Viewer, and go back to mail processing
12835 <DT>Prev Page</DT>
12836 <DD>Show the previous page text
12838 <DT>Next Page</DT>
12839 <DD>Show the next page of text by pressing the space bar
12841 <DT>Print</DT>
12842 <DD>Print the displayed text on paper.  You can select the
12843 printer or the print command via the &quot;Setup&quot; command
12844 on the MAIN MENU.
12846 <DT>Fwd Email</DT>
12847 <DD>Begin composition of a new mail message with the displayed
12848 text already inserted in the message body.
12850 <DT>Save</DT>
12851 <DD>Copy the displayed text to a file.  If you just enter
12852 a filename, the attachment will be saved with that name in
12853 your 
12854 home directory 
12855 <!--chtml if pinemode="running"-->
12856 (which, in the present configuration of your system, is
12857  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12858 <!--chtml endif-->
12859 or current working directory
12860 <!--chtml if pinemode="running"-->
12861 (which, at least for your current Alpine &quot;session,&quot; 
12862 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12863 <!--chtml endif-->, depending on the
12864 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12865 configuration setting.   You may enter the full
12866 path and filename to save it in another directory instead.
12868 <DT>WhereIs</DT>
12869 <DD>Search the attachment for a string of letters.  If it is
12870 found, move to it.  The string can be one word or a phrase.
12871 If there are multiple occurrences, the cursor moves to the
12872 first occurrence beyond the current cursor position.
12873 </DL>
12875 &lt;End of help on this topic&gt;
12876 </BODY>
12877 </HTML>
12878 ======= h_pine_for_windows ========
12879 <HTML>
12880 <HEAD>
12881 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
12882 </HEAD>
12883 <BODY>
12884 <H1>Getting Help In PC-Alpine</H1>
12887 PC-Alpine offers general and specific help text. From the <A
12888 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
12889 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
12890 specific help for that screen is available from the toolbar Help menu or
12891 with the 
12892 <!--chtml if pinemode="function_key"-->
12893 &quot;F1&quot; key.
12894 <!--chtml else-->
12895 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
12896 typing &quot;?&quot; would be mistaken as entering text.
12897 <!--chtml endif-->
12900 Although this version of Alpine is for Microsoft Windows, it is not
12901 considered a full &quot;Graphical User Interface&quot; application. 
12902 Yet, many of the controls that Windows users are accustomed to seeing, 
12903 such as scrollbars and toolbars, are available.
12906 PC-Alpine offers considerable mouse support.  You can view what is
12907 &quot;click-able&quot; by dragging your mouse over any screen; when the
12908 arrow cursor changes into a hand, you found something. Mouse-click
12909 possibilities include navigating between screens and folders and
12910 double-clicking on hyperlinks to open your Web browser.
12911 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
12912 screen.  Examples of right-click options include &quot;copy&quot; after
12913 selecting text to copy and &quot;View in New Window&quot; when you click
12914 on a particular message in the Message Index. The menu choices available
12915 to you will vary based upon what screen is open, where on the screen your
12916 cursor is located, and even what action you have already taken.
12919 &lt;End of help on this topic&gt;
12920 </BODY>
12921 </HTML>
12922 ===== h_composer =====
12923 <HTML>
12924 <HEAD>
12925 <TITLE>COMPOSER COMMANDS</TITLE>
12926 </HEAD>
12927 <BODY>
12928 <H1>COMPOSER COMMANDS</H1>
12930 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>
12931 &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>
12932 &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>
12933 &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>
12934 &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>
12935 &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>
12936 &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>
12937 &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>
12938 &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>
12939 &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>
12940 ---------------------------------------|&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>
12941 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>
12942 &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>
12943 &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>
12944 &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>
12947 NOTE:
12948 <OL>
12949  <LI>For help on a particular command, highlight the bold text associated
12950 with it above and hit Return.
12951  <LI> The availability of certain commands
12952 is determined by Alpine configuration files and system capabilities.
12953 At some sites, certain commands may not be available due to security or
12954 support concerns.
12955  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
12956 Ctrl-&#92;, ESC.
12957  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
12958 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
12959 </OL>
12962 HINT: To move rapidly to the bottom of a message you are composing,
12963 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
12964 with the Mark and Cut commands to eliminate large amounts of unwanted
12965 text in a Reply.
12967 <H2>Description of Composer</H2>
12969 Alpine has a built-in editing program that allows you to compose messages
12970 without having to leave Alpine.  The editor is designed to be very simple to
12971 use so that you can get started writing email right away.
12974 Messages are usually just text, about 80 columns wide.  Using upper and
12975 lower case is encouraged.  On some systems the size limit of the message
12976 is about 100,000 characters, which is about 2,000 lines.  You can include
12977 punctuation and special characters found on most keyboards, but you can't
12978 include characters with diacritical marks and certain special symbols.
12981 Text automatically wraps as you type past the end of a line so you do not
12982 have to hit return.  Using the
12983 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
12984 you can also reformat text explicitly, perhaps after you have
12985 deleted some text.
12988 You can include other text files with the 
12989 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
12990 which will prompt you for the name of the file to insert at the
12991 current cursor postion.
12994 <UL>
12995 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12996 </UL>
12998 &lt;End of help on this topic&gt;
12999 </BODY>
13000 </HTML>
13001 ====== h_composer_browse =====
13002 <HTML>
13003 <HEAD>
13004 <TITLE>BROWSER</TITLE>
13005 </HEAD>
13006 <BODY>
13007 <H1>BROWSER</H1>
13008 This screen lets you browse your files and directories.  To go to another 
13009 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
13010 choose &quot;Select&quot; (the default choice on the menu); 
13011 or choose &quot;Goto&quot; and enter the name of the directory.
13012 <!--chtml if pinemode="os_windows"-->
13013 <!--chtml else--> 
13014 In Unix Alpine, you may use 
13015 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
13016 to another's home directory.  
13017 <!--chtml endif--><P>
13018 To select a file, move the cursor to it and 
13019 choose &quot;Select&quot; (the default choice on the menu).  
13021 <UL>
13022 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
13023 inclusion in the 
13024 message body (that is, you chose &quot;Read File&quot; with the cursor under 
13025 the 
13026 &quot;----- Message Text -----&quot; line
13027 while composing, then &quot;To Files&quot;):  Since the file 
13028 selected will become part of the message text, it must be in a format 
13029 suitable for that (Alpine does not check!), such as a plain text file.
13030 Files of other formats (for example, graphics, databases, software 
13031 programs) should be 
13032 <B>attached</B> to the message instead --
13033 by moving the cursor in the COMPOSE MESSAGE screen into the 
13034 message header area and pressing 
13035 <!--chtml if pinemode="function_key"-->
13037 <!--chtml else-->
13038 Ctrl-J.
13039 <!--chtml endif--> 
13041 <P><LI>
13042 Note <B>if</B> you are currently using the BROWSER for saving a message 
13043 attachment, or exporting a message, to a file: You can use the Add command to 
13044 provide the name for a new file to save/export to, and then select that name 
13045 to use it for the save/export operation.  Back at the prompt 
13046 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
13047 either Overwrite or Append (it doesn't make a difference, since the file is 
13048 so far empty).  Note: If you cancel the 
13049 operation at that point, the file created with the Add command will remain 
13050 0 bytes in size.
13052 </UL>
13053 <P><UL>
13054 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13055 </UL>
13057 &lt;End of help on this topic&gt;
13058 </BODY>
13059 </HTML>
13060 ====== h_composer_ins =====
13061 <HTML>
13062 <HEAD>
13063 <TITLE>INSERT TEXT FILE</TITLE>
13064 </HEAD>
13065 <BODY>
13066 <H1>INSERT TEXT FILE</H1>
13068 Use this function to insert a text file. The file name
13069 given can be an absolute file path name for your system
13070 <!--chtml if pinemode="os_windows"-->
13071 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13072 with a relative pathname, or simply a file name without
13073 drive or directory specification.  
13074 <!--chtml else-->
13075 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13076 a file in your home directory, or a file path relative to your 
13077 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13078 your home directory or &quot;~user&quot; to refer to another
13079 account's home directory.
13080 <!--chtml endif-->
13082 No wild card characters may be used.  
13083 The file must reside on the system running Alpine.
13085 If the 
13086 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13087 feature is set, names are relative to your current working directory 
13088 <!--chtml if pinemode="running"-->
13089 (which, at least for your current Alpine &quot;session,&quot; 
13090 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13091 <!--chtml endif-->
13092 rather than your home directory
13093 <!--chtml if pinemode="running"-->
13094 (which, in the present configuration of your system, is
13095  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13096 <!--chtml endif-->
13098 <P><UL>
13099 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13100 </UL>
13102 &lt;End of help on this topic&gt;
13103 </BODY>
13104 </HTML>
13105 ====== h_composer_ins_m =====
13106 <HTML>
13107 <HEAD>
13108 <TITLE>INSERT MESSAGE</TITLE>
13109 </HEAD>
13110 <BODY>
13111 <H1>INSERT MESSAGE</H1>
13113 Type in the number of a message in the currently open folder to insert it
13114 into your message.
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_search =====
13123 <HTML>
13124 <HEAD>
13125 <TITLE>Explanation of Composer Whereis Command </TITLE>
13126 </HEAD>
13127 <BODY>
13128 <H1>Help For Whereis Command</H1>
13130 Whereis is used to search the message for a word or part of a word.
13131 When searching in the composer, only the message part of your mail is
13132 searched, and the cursor is put on the first occurrence appearing
13133 after the location of the cursor.  The search will wrap to the
13134 beginning of the message when it no longer finds matches in the
13135 remainder of the message.
13137 To search for the same string a second time, press 
13138 <!--chtml if pinemode="function_key"-->
13139 &quot;F6&quot;
13140 <!--chtml else-->
13141 &quot;^W&quot;
13142 <!--chtml endif-->
13143 to begin search and then just press RETURN to accept the previous
13144 search string shown in square brackets rather than entering a new
13145 search string.<P>
13147 The &quot;Search&quot; prompt has several sub-command available:
13149 <DL>
13150 <DT>Get Help</DT>
13151 <DD> Takes you to this help page.
13153 <DT>Cancel</DT>
13154 <DD> Cancels the prompt.  No search takes place.
13156 <DT>First Line</DT>
13157 <DD> Takes you back to the composer with the cursor on the first character
13158 of the first line of text.
13160 <DT>Last Line</DT>
13161 <DD> Takes you back to the composer with the cursor on the last character
13162 of the last line of text.
13164 <DT>Replace (Optional)</DT>
13165 <DD> This sub-command is enabled by the 
13166 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13167 feature (which is on by default); see its help screen for details on how replacing works.
13169 </DL>
13171 &lt;End of help on this topic&gt;
13172 </BODY>
13173 </HTML>
13174 ====== h_sigedit_search =====
13175 <HTML>
13176 <HEAD>
13177 <TITLE>Explanation of Whereis Command </TITLE>
13178 </HEAD>
13179 <BODY>
13180 <H1>Help For Whereis Command</H1>
13182 Whereis is used to search for a word or part of a word.
13183 When searching the cursor is put on the first occurrence appearing
13184 after the location of the cursor.  The search will wrap to the
13185 beginning of the signature when it no longer finds matches in the
13186 remainder of the signature.
13188 To search for the same string a second time, press 
13189 <!--chtml if pinemode="function_key"-->
13190 &quot;F6&quot;
13191 <!--chtml else-->
13192 &quot;^W&quot;
13193 <!--chtml endif-->
13194 to begin search and then just press RETURN to accept the previous
13195 search string shown in square brackets rather than entering a new
13196 search string.<P>
13198 The &quot;Search&quot; prompt has several sub-command available:
13200 <DL>
13201 <DT>Get Help</DT>
13202 <DD> Takes you to this help page.
13204 <DT>Cancel</DT>
13205 <DD> Cancels the prompt.  No search takes place.
13207 <DT>First Line</DT>
13208 <DD> Takes you back to the composer with the cursor on the first character
13209 of the first line of text.
13211 <DT>Last Line</DT>
13212 <DD> Takes you back to the composer with the cursor on the last character
13213 of the last line of text.
13215 <DT>Replace (Optional)</DT>
13216 <DD> This sub-command is enabled by the 
13217 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13218 feature (which is on by default); see its help screen for details on how replacing works.
13220 </DL>
13222 &lt;End of help on this topic&gt;
13223 </BODY>
13224 </HTML>
13225 ======= h_composer_to ====
13226 <HTML>
13227 <HEAD>
13228 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
13229 </HEAD>
13230 <BODY>
13231 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
13233 <H2>The &quot;To:&quot; field</H2>
13234 The address you enter here must be a valid email address that is reachable
13235 from your site. 
13237 <H2>Email Address Format</H2>
13238 You may enter a full name and email address, 
13239 <!--chtml if pinemode="os_windows"-->
13240 <!--chtml else-->
13241 a local (meaning, on the same 
13242 host as the one you are running Alpine on) username that Alpine will
13243 complete for you, 
13244 <!--chtml endif-->
13245 the nickname of someone in a 
13246 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
13247 mail alias defined by your system administrator.  When you move the cursor
13248 out of this field, the nicknames will be expanded to the addresses in your
13249 address book, and the local usernames will be expanded to include the 
13250 persons' actual names.  You may enter as many addresses as you wish, but they 
13251 must be separated by commas.  You can move around this and other header fields
13252 with the arrow keys and use many of the usual composer editing keys.
13254 <UL>
13255 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13256 </UL>
13259 <H2>MESSAGE HEADER COMMANDS</H2>
13260 <!--chtml if pinemode="function_key"-->
13261 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13262 ^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>
13263 ^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>
13264 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
13265 ^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>
13266 ^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>
13267 ^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>
13268 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>
13269 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>
13270 ^@&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>
13271 ----------------------------------------|<BR>
13272 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
13273 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>
13274 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>
13275 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>
13276 <!--chtml else-->
13277 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13278 ^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>
13279 ^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>
13280 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
13281 ^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>
13282 ^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>
13283 ^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>
13284 ^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>
13285 ^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>
13286 ^@&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>
13287 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
13288 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>
13289 ^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>
13290 ^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>
13291 ^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>
13292 <!--chtml endif-->
13295 NOTE:
13296 <OL>
13297  <LI>For help on a particular command, highlight the bold text associated
13298 with it above and hit Return.
13299  <LI> The availability of certain commands 
13300 is determined by Alpine configuration files and system capabilities.
13301 At some sites, certain commands may not be available due to security or
13302 support concerns.
13303 </OL>
13306 <UL>   
13307 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13308 </UL><P>
13309 &lt;End of help on this topic&gt;
13310 </BODY>
13311 </HTML>
13312 ======= h_composer_cc ====
13313 <HTML>
13314 <HEAD>
13315 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
13316 </HEAD>
13317 <BODY>
13318 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
13319 The Cc: field is just like the To: field, except it is used for addressees
13320 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
13321 not directly meant directly &quot;for&quot; these recipients, but you wanted 
13322 them to see the message.  The only difference the recipients see is that their 
13323 name is in the Cc: field, rather than the To: field.
13325 For help with Cc: field editing
13326 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13328 <UL>
13329 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13330 </UL>
13332 <UL>   
13333 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13334 </UL><P>
13335 &lt;End of help on this topic&gt;
13336 </BODY>
13337 </HTML>
13338 ======= h_composer_bcc ====
13339 <HTML>
13340 <HEAD>
13341 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
13342 </HEAD>
13343 <BODY>
13344 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
13345 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
13346 a copy of the message to one or more people whose addresses you do not
13347 wish disclosed, either to reduce clutter or for confidentiality.
13349 The format of the Bcc: field is just the same as the To: and Cc: fields in
13350 the way the addresses are entered.  The recipients listed here will
13351 receive a copy of the message, but --assuming your site's mail transport
13352 software is properly configured-- their addresses will not show up in the
13353 headers of the message, as delivered to all of the recipients.  The To:
13354 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
13356 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
13357 will automatically generate and place in the To: field a pseudo-address of 
13358   &quot;undisclosed-recipients: ;&quot;
13359 or whatever string has been specified in the 
13360 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13361 variable.
13363 The reason for this is to avoid embarrassment caused by some Internet
13364 mail transfer software that interprets a &quot;missing&quot; To: header as 
13365 an error and replaces it with an Apparently-to: header that may contain
13366 the addresses you entered on the Bcc: line.  In addition, it may be
13367 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
13369 You can manipulate what text ends up on the (originally) empty To:
13370 field.  Just remember to put a colon and semicolon at the end of the
13371 field, which is a special notation denoting that it is not a real address.
13373 For information on message header editing
13374 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13376 <UL>
13377 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13378 </UL>
13380 <UL>   
13381 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13382 </UL><P>
13383 &lt;End of help on this topic&gt;
13384 </BODY>
13385 </HTML>
13386 ======= h_composer_lcc ====
13387 <HTML>
13388 <HEAD>
13389 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
13390 </HEAD>
13391 <BODY>
13392 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
13393 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
13394 you wish to send a message to a list of people but avoid having all
13395 of their addresses visible, in order to reduce clutter when the
13396 message is received.
13398 It is similar to the 
13399 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
13400 in that individual
13401 addressees are hidden, but Lcc is designed to work specifically with
13402 distribution lists you have created in your 
13403 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
13404 the nickname of the list on the Lcc line will result in the full name of
13405 your Alpine Address Book list being placed on the To: line of the message,
13406 using a special notation that distinguishes it from a real address. You
13407 must leave the To: line blank for your list name to appear there.
13409 For example, if you have this list entered in your Address Book:<PRE>
13411         largo         Key Largo List       DISTRIBUTION LIST:
13412                                            bogie@mgm.com
13413                                            lauren@mgm.com
13414                                            walter@mgm.com</PRE>
13417 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
13418 the result is:<PRE>
13420         To      : Key Largo List: ;
13421         Cc      :
13422         Bcc     :
13423         Fcc     : sent-mail
13424         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
13425                   lauren@mgm.com,
13426                   walter@mgm.com
13427         Subject :</PRE>
13429 Each recipient listed on the Lcc: line receives a copy of the message
13430 without their address being visible (as though they were listed on the
13431 Bcc: line). The colon-semicolon notation used to put the full-name of the
13432 list on the To: line is a special address format that doesn't specify any
13433 actual addressees, but does give some information to the recipients of the
13434 message.
13436 Note: if after entering an LCC, you delete the list name that is placed
13437 on the To: line, then recipients will see <PRE>
13438        To: undisclosed-recipients: ;</PRE>
13440 (or whatever string is defined in the 
13441 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13442 variable) just as in the BCC case. 
13444 For help with Lcc: field editing
13445 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13447 <UL>
13448 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13449 </UL>
13451 <UL>   
13452 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13453 </UL><P>
13454 &lt;End of help on this topic&gt;
13455 </BODY>
13456 </HTML>
13457 ======= h_composer_from =======
13458 <HTML>
13459 <HEAD>
13460 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
13461 </HEAD>
13462 <BODY>
13463 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
13465 This header carries your return address.  It is the address toward which
13466 replies (and often, future unrelated correspondence) will be directed,
13467 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
13468 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
13469 sure this address is correct.
13471 For help with message header editing
13472 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13474 <UL>
13475 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13476 </UL>
13478 <UL>   
13479 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13480 </UL><P>
13481 &lt;End of help on this topic&gt;
13482 </BODY>
13483 </HTML>
13484 ======= h_composer_reply_to =======
13485 <HTML>
13486 <HEAD>
13487 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
13488 </HEAD>
13489 <BODY>
13490 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
13492 Most people should not need this header. The Reply-To: header is used in
13493 cases where you would like replies to your messages to be directed to an
13494 address other than your normal &quot;From:&quot; address.  This is atypical, 
13495 but can happen when you use multiple machines and do not have the same account
13496 name on each one, or when you wish to direct certain replies to accounts
13497 or folders designated for specific classes of correspondence.
13499 For help with message header editing
13500 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13502 <UL>
13503 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13504 </UL>
13507 <UL>   
13508 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13509 </UL><P>
13510 &lt;End of help on this topic&gt;
13511 </BODY>
13512 </HTML>
13513 ======= h_composer_custom_addr ====
13514 <HTML>
13515 <HEAD>
13516 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13517 </HEAD>
13518 <BODY>
13519 <H1>CUSTOMIZED HEADER FIELD</H1>
13520 This is a customized header, i.e. not one that is part of Alpine's normal
13521 set of Compose headers.
13523 For help with message header editing
13524 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13526 <UL>
13527 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13528 </UL>
13530 <UL>   
13531 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13532 </UL><P>
13533 &lt;End of help on this topic&gt;
13534 </BODY>
13535 </HTML>
13536 ======= h_composer_custom_free ====
13537 <HTML>
13538 <HEAD>
13539 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13540 </HEAD>
13541 <BODY>
13542 <H1>CUSTOMIZED HEADER FIELD</H1>
13543 This is a customized header, i.e. not one that is part of Alpine's normal
13544 set of Compose headers.
13546 This field consists of arbitrary text.
13548 For help with message header editing
13549 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13551 <UL>   
13552 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13553 </UL><P>
13554 &lt;End of help on this topic&gt;
13555 </BODY>
13556 </HTML>
13557 ====== h_composer_news =====
13558 <HTML>
13559 <HEAD>
13560 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
13561 </HEAD>
13562 <BODY>
13563 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
13564 Use the newsgroups line to specify any and all USENET newsgroups to which
13565 your message should be posted.  When composing a message from scratch, this
13566 line may be hidden.  If so, just press the rich headers command
13567 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
13568 to make it visible.
13570 <EM>Be aware</EM> that when you post to a newsgroup thousands of
13571 people will be reading your message.  Also, you or your system manager
13572 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
13573 in order for you to be able to post.
13575 For help with message header editing
13576 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13577 <P><UL>
13578 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13579 </UL>
13581 &lt;End of help on this topic&gt;
13582 </BODY>
13583 </HTML>
13584 ======= h_composer_fcc ====
13585 <HTML>
13586 <HEADER>
13587 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
13588 </HEADER>
13589 <BODY>
13590 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
13591 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
13592 each outgoing message.  The default value can be configured with the
13593 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
13594 the file carbon copy on any message you send by editing the FCC header.<p>
13596 You may type ^T to get a list of all your folders and select one to use as
13597 the FCC for this message.<P>
13599 For help with message header editing
13600 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13602 <UL>   
13603 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13604 </UL><P>
13605 &lt;End of help on this topic&gt;
13606 </BODY>
13607 </HTML>
13608 ======= h_composer_subject ====
13609 <HTML>
13610 <HEADER>
13611 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
13612 </HEADER>
13613 <BODY>
13614 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
13616 The subject header provides a place to enter a few words that summarize
13617 the topic of the message you are sending.  You may leave this line blank,
13618 but it is considered a courtesy to use a meaningful subject.<p>
13620 For help with message header editing
13621 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13623 <UL>   
13624 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13625 </UL><P>
13626 &lt;End of help on this topic&gt;
13627 </BODY>
13628 </HTML>
13629 ======= h_composer_attachment ====
13630 <HTML>
13631 <HEAD>
13632 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
13633 </HEAD>
13634 <BODY>
13635 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
13637 The &quot;Attchmnt:&quot; field is where you specify what file or
13638 files you'd like attached to
13639 the message you are composing.  Those files must reside on the machine
13640 running Alpine. If your file is on a PC or Mac and you run Alpine with an
13641 account on a Unix machine, you'll have to transfer it before attaching it.
13642 Contact local computer support people for assistance with transferring.
13645 The file name
13646 given can be an absolute file path name for your system
13647 <!--chtml if pinemode="os_windows"-->
13648 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13649 with a relative pathname, or simply a file name without
13650 drive or directory specification.  
13651 <!--chtml else-->
13652 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13653 a file in your home directory, or a file path relative to your 
13654 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13655 your home directory or &quot;~user&quot; to refer to another
13656 account's home directory.
13657 <!--chtml endif--><P>
13658 No wild card characters may be used.
13659 <P>If the 
13660 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13661 feature is set, names are relative to your current working directory 
13662 <!--chtml if pinemode="running"-->
13663 (which, at least for your current Alpine &quot;session,&quot; 
13664 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13665 <!--chtml endif-->
13666 rather than your home directory
13667 <!--chtml if pinemode="running"-->
13668 (which, in the present configuration of your system, is
13669  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13670 <!--chtml endif-->
13673 Alpine uses MIME encoding for attachments, so binaries and files of any
13674 length can safely be delivered to any MIME-capable mail reading program.
13675 If you send an attachment to someone who does not have a MIME-capable mail
13676 reading program yet, then the main message text will be readable, but
13677 attachments (even attachments that are just plain text) are not.
13680 Typing the filename on the Attchmnt: line achieves the same
13681 result as using the 
13682 <!--chtml if pinemode="function_key"-->
13684 <!--chtml else-->
13685 Ctrl-J
13686 <!--chtml endif--> command.
13689 If you Forward a message with attachments, you may delete them from your
13690 Forwarded message by editing the Attchmnt header line.
13693 For help with message header editing
13694 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13696 <UL>   
13697 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13698 </UL><P>
13699 &lt;End of help on this topic&gt;
13700 </BODY>
13701 </HTML>
13702 ======= h_composer_ctrl_j ====
13703 <HTML>
13704 <HEAD>
13705 <TITLE>COMPOSER ATTACH</TITLE>
13706 </HEAD>
13707 <BODY>
13708 After the
13709 <!--chtml if pinemode="function_key"-->
13711 <!--chtml else-->
13712 Ctrl-J
13713 <!--chtml endif--> command:
13714 At the &quot;File to attach:&quot; prompt, enter the name of the 
13715 existing file to attach to your message.  
13716 When the feature
13717 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
13718 is set
13719 you need only enter the beginning of the filename (enough of it to uniquely 
13720 identify the file) and press TAB to complete it.
13722 Or, press ^T to use the BROWSER screen for 
13723 selecting the file.  <P>
13724 For more information on attaching files, see the help screen for the 
13725 composer's 
13726 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
13727 but can be revealed using the 
13728 <!--chtml if pinemode="function_key"-->
13730 <!--chtml else-->
13731 Ctrl-R
13732 <!--chtml endif--> 
13733 command with the cursor positioned above the
13734 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
13736 &lt;End of help on this topic&gt;
13737 </BODY>
13738 </HTML>
13739 ======= h_edit_nav_cmds =========
13740 <HTML>
13741 <HEAD>
13742 <TITLE>Composer Editing Commands Explained</TITLE>
13743 </HEAD>
13744 <BODY>
13745 <H1>EDITING and NAVIGATION COMMANDS</H1>
13746 <!--chtml if pinemode="function_key"-->
13747 <PRE>
13748 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
13749 ^B (Left Arrow)    Back character       | ^D       Delete current character
13750 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
13751 ^P (Up Arrow)      Previous line        |
13752 ^N (Down Arrow)    Next line            | F9       Cut marked text or
13753 ^A                 Beginning of line    |            delete current line
13754 ^E                 End of line          | F10      Undelete line(s)
13755 F7                 Previous page        |
13756 F8                 Next page            |-------------------------------------
13757 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
13758 ----------------------------------------|
13759 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
13760 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
13761 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
13762 </PRE>
13763 <!--chtml else-->
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            | ^K       Cut marked text or
13770 ^A                 Beginning of line    |            delete current line
13771 ^E                 End of line          | ^U       Undelete line(s)
13772 ^Y                 Previous page        |
13773 ^V                 Next page            |-------------------------------------
13774 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
13775 ----------------------------------------|
13776 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
13777 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
13778 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
13779 </PRE>
13780 <!--chtml endif-->
13781 &lt;End of help on this topic&gt;
13782 </BODY>
13783 </HTML>
13784 ===== h_composer_sigedit =====
13785 <HTML>
13786 <HEAD>
13787 <TITLE>Signature Editor Commands Explained</TITLE>
13788 </HEAD>
13789 <BODY>
13790 <H1>SIGNATURE EDITOR COMMANDS</H1>
13791 <!--chtml if pinemode="function_key"-->
13792 <PRE>
13793 CURSOR MOTION KEYS                     |EDITING KEYS
13794   ^B (Left Arrow)   Back character     | ^D       Delete current character
13795   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
13796   ^P (Up Arrow)     Previous line      | ^^       Set a mark
13797   ^N (Down Arrow)   Next line          | F9       Cut marked text or
13798   ^A                Beginning of line  |           delete current line
13799   ^E                End of line        | F10       Paste text, undelete lines
13800   F7                Previous page      |           cut with ^K, or unjustify
13801   F8                Next page          |-------------------------------------
13802   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
13803 ---------------------------------------| F6       Whereis (search for string)
13804 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
13805  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
13806                  |  ^Z    Suspend      | ^L       Redraw Screen
13807  F2   Send       |  F6    Alt. editor  | F5       Read in a file
13808 </PRE>
13809 <!--chtml else-->
13810 <PRE>
13811 CURSOR MOTION KEYS                     |EDITING KEYS
13812   ^B (Left Arrow)   Back character     | ^D       Delete current character
13813   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
13814   ^P (Up Arrow)     Previous line      | ^^       Set a mark
13815   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
13816   ^A                Beginning of line  |           delete current line
13817   ^E                End of line        | ^U        Paste text, undelete lines
13818   ^Y                Previous page      |           cut with ^K, or unjustify
13819   ^V                Next page          |-------------------------------------
13820   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
13821 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
13822 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
13823  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
13824                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
13825  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
13826 </PRE>
13827 <!--chtml endif-->
13829 NOTE: The presence or absence of the following commands is determined
13830 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
13831 some of these commands may be administratively disabled by your system
13832 manager; if they don't work, please check with your local help desk
13833 before reporting a bug.
13835 <UL>
13836  <LI>Suspend (suspends Alpine and gives a system prompt)
13837  <LI>Alternate editor (allows you to compose with your own editor)
13838 </UL>
13841 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
13842 Ctrl-&#92;, ESC
13845 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
13846 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
13848 &lt;End of help on this topic&gt;
13849 </BODY>
13850 </HTML>
13851 ===== h_composer_commentedit =====
13852 <HTML>
13853 <HEAD>
13854 <TITLE>Comment Editor Commands Explained</TITLE>
13855 </HEAD>
13856 <BODY>
13857 <H1>COMMENT EDITOR COMMANDS</H1>
13858 <!--chtml if pinemode="function_key"-->
13859 <PRE>
13860 CURSOR MOTION KEYS                     |EDITING KEYS
13861   ^B (Left Arrow)   Back character     | ^D       Delete current character
13862   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
13863   ^P (Up Arrow)     Previous line      | ^^       Set a mark
13864   ^N (Down Arrow)   Next line          | F9       Cut marked text or
13865   ^A                Beginning of line  |           delete current line
13866   ^E                End of line        | F10       Paste text, undelete lines
13867   F7                Previous page      |           cut with ^K, or unjustify
13868   F8                Next page          |-------------------------------------
13869   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
13870 ---------------------------------------| F6       Whereis (search for string)
13871 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
13872  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
13873                  |  ^Z    Suspend      | ^L       Redraw Screen
13874  F2   Send       |  F6    Alt. editor  | F5       Read in a file
13875 </PRE>
13876 <!--chtml else-->
13877 <PRE>
13878 CURSOR MOTION KEYS                     |EDITING KEYS
13879   ^B (Left Arrow)   Back character     | ^D       Delete current character
13880   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
13881   ^P (Up Arrow)     Previous line      | ^^       Set a mark
13882   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
13883   ^A                Beginning of line  |           delete current line
13884   ^E                End of line        | ^U        Paste text, undelete lines
13885   ^Y                Previous page      |           cut with ^K, or unjustify
13886   ^V                Next page          |-------------------------------------
13887   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
13888 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
13889 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
13890  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
13891                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
13892  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
13893 </PRE>
13894 <!--chtml endif-->
13896 NOTE: The presence or absence of the following commands is determined
13897 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
13898 some of these commands may be administratively disabled by your system
13899 manager; if they don't work, please check with your local help desk
13900 before reporting a bug.
13902 <UL>
13903  <LI>Suspend (suspends Alpine and gives a system prompt)
13904  <LI>Alternate editor (allows you to compose with your own editor)
13905 </UL>
13908 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
13909 Ctrl-&#92;, ESC
13912 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
13913 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
13915 &lt;End of help on this topic&gt;
13916 </BODY>
13917 </HTML>
13918 ======= h_composer_abook_nick =======
13919 <HTML>
13920 <HEAD>
13921 <TITLE>Addressbook Nickname Explained</TITLE>
13922 </HEAD>
13923 <BODY>
13924 This is a short nickname for this address book entry.  If it is used in
13925 place of an address from the composer, the composer will fill in the
13926 address(es) for the entry that matches the nickname. 
13929 Look <A HREF="h_edit_nav_cmds">here</A>
13930 to see the available Editing and Navigation commands.
13932 &lt;End of help on this topic&gt;
13933 </BODY>
13934 </HTML>
13935 ======= h_composer_abook_full =======
13936 <HTML>
13937 <HEAD>
13938 <TITLE>Addressbook Fullname Explained</TITLE>
13939 </HEAD>
13940 <BODY>
13941 This is the full name field for this entry.  If this is going to be a
13942 distribution list (more than one address), it should be a descriptive
13943 phrase describing the list.  It will be included in the mail header if you
13944 put the list in the To: or CC: field, or in the To: line if you put the
13945 list in the Lcc: field.  It's OK to leave this field blank (and OK to
13946 leave any of the other fields blank, too). If this address book entry is
13947 going to be a simple entry with just one address, then this field is the
13948 person's name. When you send mail to this entry, this is the field to the
13949 left of the brackets. That is, it is the most readable part of the 
13950 address. For example, in the sample address:
13951 <PRE>
13952        John Doe &lt;jdoe@some.domain&gt;
13953 </PRE>
13954 "John Doe" is the full name field. If you are sorting your address book
13955 with one of the options that uses full names, then it might be useful to
13956 enter the full name as "Last, First", for example:
13957 <PRE>
13958        Doe, John
13959 </PRE>
13960 so that it will be sorted using Doe instead of John. This will be changed
13961 back into John Doe when you use it.
13963 Look <A HREF="h_edit_nav_cmds">here</A>
13964 to see the available Editing and Navigation commands.
13966 &lt;End of help on this topic&gt;
13967 </BODY>
13968 </HTML>
13969 ======= h_composer_abook_fcc =======
13970 <HTML>
13971 <HEAD>
13972 <TITLE>Addressbook Fcc Explained</TITLE>
13973 </HEAD>
13974 <BODY>
13975 If this entry is the first one in the To: line of an outgoing message,
13976 this field will be used for the Fcc (File Carbon Copy) instead of whatever
13977 you would normally get (which depends on which
13978 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
13979 you've chosen). 
13981 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
13982 that you don't want any Fcc associated with this entry.
13984 Look <A HREF="h_edit_nav_cmds">here</A>
13985 to see the available Editing and Navigation commands.
13987 &lt;End of help on this topic&gt;
13988 </BODY>
13989 </HTML>
13990 ====== h_config_combined_abook_display =====
13991 <HTML>
13992 <HEAD>
13993 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
13994 </HEAD>
13995 <BODY>
13996 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
13998 This feature affects the address book display screens.
13999 Normally, expanding an address book from the ADDRESS BOOK LIST screen
14000 will cause the remaining address books and directory servers to disappear
14001 from the screen, leaving only the entries of the expanded address book.
14002 If this feature is set, then the other address books will remain on the screen,
14003 so that all of the address books can be present at once.
14006 The way that commands work won't be changed.
14007 For example, the Select All command will select all of the entries in the
14008 current address book, not all of the entries in all of the address books.
14009 The WhereIs command will change a little.
14010 It will search through all of the text on the screen plus all of the entries
14011 from expanded address books.
14014 When this feature is set, the setting of the feature
14015 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
14016 has an effect.
14018 &lt;End of help on this topic&gt;
14019 </BODY>
14020 </HTML>
14021 ====== h_config_titlebar_color_style =====
14022 <HTML>
14023 <HEAD>
14024 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
14025 </HEAD>
14026 <BODY>
14027 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
14029 This option affects the colors used to display the titlebar (the top
14030 line on the screen) when viewing a message.
14033 The available options include:
14036 <DL>
14037 <DT>default</DT>
14038 <DD>The color of the titlebar will be the color you set for the
14039 <A HREF="h_config_title_color">Title Color</A>.
14040 The Title Color may be set by using the
14041 <A HREF="h_color_setup">Setup Kolor</A> screen.
14042 </DD>
14044 <DT>indexline</DT>
14045 <DD>The color of the titlebar will be the same as the color of the
14046 index line corresponding to the message being viewed.
14047 The rules that determine what color the index line will be may be set
14048 up by going to the Setup/Rules/Indexcolor screen.
14049 If the index line for a message is not colored explicitly by the
14050 Indexcolor rules, then the titlebar will be colored the same as for
14051 the &quot;default&quot; option above (which is not the same color that
14052 the index line itself will have).
14053 </DD>
14055 <DT>reverse-indexline</DT>
14056 <DD>This is similar to the &quot;indexline&quot; option except the
14057 foreground and background colors from the corresponding index line will
14058 be reversed.
14059 For example, if the index line color is red letters on a white background,
14060 then the titlebar will be white letters on a red background.
14061 If the index line for a message is not colored explicitly by the
14062 Indexcolor rules, then the titlebar will be colored the same as for
14063 the &quot;default&quot; option above (which is not the same color that
14064 the index line itself will have).
14065 </DD>
14066 </DL>
14070 <UL>   
14071 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14072 </UL><P>
14073 &lt;End of help on this topic&gt;
14074 </BODY>
14075 </HTML>
14076 ====== h_config_index_color_style =====
14077 <HTML>
14078 <HEAD>
14079 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
14080 </HEAD>
14081 <BODY>
14082 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
14084 This option affects the colors used to display the current line in the
14085 MESSAGE INDEX screen.
14086 If you do not have Index Color Rules defined, then this option will
14087 have no effect in the index.
14088 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
14090 If the option
14091 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
14092 is turned on and the
14093 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
14094 is set to something other than the default, then
14095 this option also affects the color used to display the current folder
14096 in the Incoming FOLDER LIST screen.
14099 The available options include:
14102 <DL>
14103 <DT>flip-colors</DT>
14104 <DD>This is the default.
14105 If an index line is colored because it matches one of your
14106 Index Color Rules, then its colors will be reversed when it is the currently
14107 highlighted line.
14108 For example, if the line is normally red text on a blue background, then
14109 when it is the current line it will be drawn as blue text on a red background.
14111 The rest of the option values all revert to this flip-colors behavior if
14112 there is no Reverse Color defined.
14113 </DD>
14115 <DT>reverse</DT>
14116 <DD>With this option the Reverse color is always used to highlight the
14117 current line.
14118 </DD>
14120 <DT>reverse-fg</DT>
14121 <DD>The foreground part of the Reverse Color is used to highlight
14122 the current line.
14123 If this would cause the text to be unreadable (because the foreground and
14124 background colors are the same) or if it would cause no change in the
14125 color of the index line, then the colors are flipped instead.
14127 Some people think this works particularly well if you use different
14128 background colors to emphasize &quot;interesting&quot; lines,
14129 but always with the same Normal foreground color,
14130 and you use a different foreground color for the Reverse Color.
14131 </DD>
14133 <DT>reverse-fg-no-ambiguity</DT>
14134 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
14135 the resulting color will be exactly the same as the regular Reverse
14136 Color.
14137 That can lead to some possible confusion because an
14138 &quot;interesting&quot;
14139 line that is the current line will be displayed exactly the same as a
14140 non-interesting line that is current.
14141 You can't tell whether the line is just a regular current line or if it is
14142 an &quot;interesting&quot; current line by looking at the color.
14143 Setting the option to this value removes that ambiguity.
14144 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
14145 interesting current line would look just like a non-interesting current line.
14146 In that case, the interesting line's colors are simply flipped (like in the
14147 default behavior).
14149 As an alternative way to preserve the line's interestingness in this case,
14150 you may find that using both a different foreground and a different
14151 background color for the interesting line will help.
14152 </DD>
14154 <DT>reverse-bg</DT>
14155 <DD>The background part of the Reverse Color is used to highlight
14156 the current line.
14157 If this would cause the text to be unreadable (because the foreground and
14158 background colors are the same) or if it would cause no change in the
14159 color of the index line, then the colors are flipped instead.
14161 Some people think this works particularly well if you use different
14162 foreground colors to emphasize &quot;interesting&quot; lines,
14163 but always with the same Normal background color,
14164 and you use a different background color for the Reverse Color.
14165 </DD>
14167 <DT>reverse-bg-no-ambiguity</DT>
14168 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
14169 rule may also result in a color that is exactly the same as the regular
14170 Reverse Color.
14171 Setting the option to this value removes that ambiguity.
14172 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
14173 current line has the same color as the Reverse Color.
14174 In that case, the interesting line's colors are simply flipped (like in the
14175 default behavior).
14176 </DD>
14177 </DL>
14181 <UL>   
14182 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14183 </UL><P>
14184 &lt;End of help on this topic&gt;
14185 </BODY>
14186 </HTML>
14187 ====== h_config_expanded_addrbooks =====
14188 <HTML>
14189 <HEAD>
14190 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
14191 </HEAD>
14192 <BODY>
14193 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
14195 If multiple address books (either personal or global) are defined, and you
14196 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
14197 screen, then set this feature. This feature will have no effect unless the
14198 feature
14199 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
14200 is also set.
14202 &lt;End of help on this topic&gt;
14203 </BODY>
14204 </HTML>
14205 ====== h_config_combined_folder_display =====
14206 <HTML>
14207 <HEAD>
14208 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
14209 </HEAD>
14210 <BODY>
14211 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
14213 This feature affects the folder list display screens.
14214 Normally, each folder list is viewed within its collection only.  This
14215 command allows folder lists to be viewed within a single screen that
14216 combines the contents of all collections.
14219 The way that commands work won't be changed.
14220 For example, the Select All command will select all of the folders in the
14221 current collection, not all of the entries in all of the collections.
14222 The WhereIs command will change a little.
14223 It will search through all of the folders in the current collection as well
14224 as all the folder in any other expanded collection.
14227 When this feature is set, the setting of the feature
14228 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
14229 has an effect.
14231 &lt;End of help on this topic&gt;
14232 </BODY>
14233 </HTML>
14234 ====== h_config_combined_subdir_display =====
14235 <HTML>
14236 <HEAD>
14237 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
14238 </HEAD>
14239 <BODY>
14240 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
14242 This feature affects the Folder List screen when
14244 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14245 feature is enabled.  Normally, selecting a directory from the Folder
14246 List takes you into a new screen displaying only the contents of
14247 that directory.
14250 Enabling this feature will cause the contents of the selected
14251 directory to be
14252 displayed within the boundaries of the &quot;Collection&quot; it
14253 is a part of.  All previously displayed collections will remain
14254 in the screen.
14257 The way that commands work won't be changed.
14258 For example, the Select All command will select all of the folders in the
14259 directory, as opposed to all of the entries in all of the collections.
14260 The WhereIs command will change a little.
14261 It will search through all of the folders in the current collection as well
14262 as all the folder in any other expanded collection.
14265 &lt;End of help on this topic&gt;
14266 </BODY>
14267 </HTML>
14268 ====== h_config_separate_fold_dir_view =====
14269 <HTML>
14270 <HEAD>
14271 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
14272 </HEAD>
14273 <BODY>
14274 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
14276 This feature affects folder collections wherein a folder
14277 and directory can have the same name.  By default, Alpine displays them
14278 only once, denoting that it is both a folder and directory by appending
14279 the folder name with the hierarchy character enclosed
14280 in square brackets.
14284 Enabling this feature will cause Alpine to display such names
14285 separately marking the name representing a directory with a trailing
14286 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
14289 The feature also alters the command set slightly.  By default, the
14290 right-arrow descends into the directory, while hitting the Return key will
14291 cause the folder by that name to be opened.
14294 With this feature set, the Return key will open the highlighted folder, or
14295 enter the highlighted directory.
14298 &lt;End of help on this topic&gt;
14299 </BODY>
14300 </HTML>
14301 ====== h_config_expanded_folders =====
14302 <HTML>
14303 <HEAD>
14304 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
14305 </HEAD>
14306 <BODY>
14307 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
14309 If multiple folder collections are defined, and you
14310 wish to have them all expanded implicitly upon entering the FOLDER LIST
14311 screen, then set this feature. This feature will have no effect unless the
14312 feature
14313 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14314 is also set.
14316 &lt;End of help on this topic&gt;
14317 </BODY>
14318 </HTML>
14319 ======= h_config_ldap_server =======
14320 <HTML>
14321 <HEAD>
14322 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
14323 </HEAD>
14324 <BODY>
14325 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
14326 This is the name of the host where an LDAP server is running.
14327 For redundancy, this may be a space-delimited set of server names, in which
14328 case the first server that answers is used.
14329 Each of the server names may be optionally followed by
14330 a colon and a port number.
14331 If this form is used then the port number configured below in the
14332 <EM>port</EM> field is not used.
14334 To find out whether your organization has its own LDAP server, 
14335 contact its computing support staff.
14336 <P><UL>
14337 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14338 </UL>
14340 &lt;End of help on this topic&gt;
14341 </BODY>
14342 </HTML>
14343 ======= h_config_ldap_base =======
14344 <HTML>
14345 <HEAD>
14346 <TITLE>LDAP OPTION: Search-Base</TITLE>
14347 </HEAD>
14348 <BODY>
14349 <H1>LDAP OPTION: Search-Base</H1>
14351 This is the search base to be used on this server.  It functions as a filter 
14352 by restricting your searches in the LDAP server database
14353 to the specified contents of the specified fields.  Without it, searches 
14354 submitted to this directory server may fail.  It might be something
14355 like:
14357 <PRE>
14358       O = &lt;Your Organization Name&gt;, C = US
14359 </PRE>
14360 or it might be blank.  
14361 (Some LDAP servers actually ignore anything specified here.)
14363 If in doubt what parameters you should specify here, 
14364 contact the maintainers of the LDAP server.
14365 <P><UL>
14366 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14367 </UL>
14369 &lt;End of help on this topic&gt;
14370 </BODY>
14371 </HTML>
14372 ======= h_config_ldap_port =======
14373 <HTML>
14374 <HEAD>
14375 <TITLE>LDAP OPTION: Port</TITLE>
14376 </HEAD>
14377 <BODY>
14378 <H1>LDAP OPTION: Port</H1>
14380 This is the TCP port number to be used with this LDAP server. If you leave
14381 this blank port 389 will be used.
14383 &lt;End of help on this topic&gt;
14384 </BODY>
14385 </HTML>
14386 ======= h_config_ldap_nick =======
14387 <HTML>
14388 <HEAD>
14389 <TITLE>LDAP OPTION: Nickname</TITLE>
14390 </HEAD>
14391 <BODY>
14392 <H1>LDAP OPTION: Nickname</H1>
14394 This is a nickname to be used in displays. If you don't supply a
14395 nickname the server name
14396 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
14397 will be used instead.  This option is strictly for your convenience.
14399 &lt;End of help on this topic&gt;
14400 </BODY>
14401 </HTML>
14402 ======= h_config_ldap_binddn =======
14403 <HTML>
14404 <HEAD>
14405 <TITLE>LDAP OPTION: Bind-DN</TITLE>
14406 </HEAD>
14407 <BODY>
14408 <H1>LDAP OPTION: Bind-DN</H1>
14410 You may need to authenticate to the LDAP server before you are able to use it.
14411 This is the Distinguished Name to bind to when authenticating to this server.
14412 Try leaving this blank until you know you need it.
14414 Alpine only knows about LDAP Simple authentication.
14415 It does not attempt LDAP SASL authentication.
14416 The DN and password will be sent in the clear unless TLS encryption is
14417 being used on this connection.
14418 Because of this, you may want to set the LDAP feature
14419 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
14420 or the feature
14421 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14422 if you are going to be providing a password.
14423 <P><UL>
14424 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14425 </UL>
14427 &lt;End of help on this topic&gt;
14428 </BODY>
14429 </HTML>
14430 ======= h_config_ldap_opts_impl =======
14431 <HTML>
14432 <HEAD>
14433 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
14434 </HEAD>
14435 <BODY>
14436 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
14438 Set this to have lookups done to this server implicitly from the composer.
14439 If an address doesn't look like a fully-qualified address, it will be looked
14440 up in your address books, and if it doesn't match a nickname there, then it
14441 will be looked up on the LDAP servers that have this feature set.
14442 The lookups will also be done when using the address completion feature
14443 (TAB command) in the composer if any of the serves have this feature set.
14444 Also see the LDAP feature
14445 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
14446 and the Setup/Config feature
14447 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
14449 &lt;End of help on this topic&gt;
14450 </BODY>
14451 </HTML>
14452 ======= h_config_ldap_opts_tls =======
14453 <HTML>
14454 <HEAD>
14455 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
14456 </HEAD>
14457 <BODY>
14458 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
14460 When connecting to this server Alpine will attempt to use TLS encryption
14461 on the connection.
14462 Also see the closely related feature
14463 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14465 &lt;End of help on this topic&gt;
14466 </BODY>
14467 </HTML>
14468 ======= h_config_ldap_opts_tlsmust =======
14469 <HTML>
14470 <HEAD>
14471 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
14472 </HEAD>
14473 <BODY>
14474 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
14476 When connecting to this server Alpine will attempt to use TLS encryption
14477 on the connection.
14478 If the StartTLS operation fails then the connection will not be used.
14480 &lt;End of help on this topic&gt;
14481 </BODY>
14482 </HTML>
14483 ====== h_config_ldap_opts_rhs =====
14484 <HTML>
14485 <HEAD>
14486 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
14487 </HEAD>
14488 <BODY>
14489 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
14491 Normally implicit LDAP lookups from the composer are done only for the
14492 strings you type in from the composer screen. In other words, you type in
14493 something in the To or CC field and press return, then the string is looked up.
14494 First that string is looked up in your address books. If a match is found
14495 there, then the results of that match are looked up again. If you place
14496 a string in your address book that you want to have looked up on the LDAP
14497 directory server, you need to turn on this feature. If you set this feature
14498 for a server, you almost always will also want to set the
14499 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
14500 feature. An example might serve to best illustrate this feature.
14502 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
14503 entry with an
14504 address of pres@whitehouse.gov, then you might put an entry in your address
14505 book that looks like:
14507 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
14508 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
14510 Now, when you type &quot;bill&quot; into an
14511 address field in the composer Alpine will
14512 find the &quot;bill&quot; entry in your address book.
14513 It will replace &quot;bill&quot; with
14514 &quot;William Clinton&quot;.
14515 It will then search for an entry with that nickname
14516 in your address book and not find one. If this feature
14517 is set, Alpine will then attempt to lookup
14518 &quot;William Clinton&quot; on the LDAP server and find the entry with address
14519 pres@whitehouse.gov.
14521 A better way to accomplish the same thing is probably to use the feature
14522 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
14524 &lt;End of help on this topic&gt;
14525 </BODY>
14526 </HTML>
14527 ====== h_config_ldap_opts_ref =====
14528 <HTML>
14529 <HEAD>
14530 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
14531 </HEAD>
14532 <BODY>
14533 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
14535 Normally when you save the results of an LDAP directory lookup to your
14536 address book the results of the lookup are saved. If this feature is set
14537 and the entry being saved was found on this directory server, then the
14538 search criteria is saved instead of the results of the search. When this
14539 address book entry is used in the future, instead of copying the results
14540 from the address book the directory lookup will be done again. This could
14541 be useful if the copied result might become stale because the data on
14542 the directory server changes (for example, the entry's email address changes).
14543 You probably don't want to set this feature if the server is at all slow or
14544 unreliable.
14546 The way this actually works is that instead of saving the email address
14547 in your address book, Alpine saves enough information to look up the same
14548 directory entry again. In particular, it saves the server name and the
14549 distinguished name of the entry. It's possible that the server administrators
14550 might change the format of distinguished names on the server, or that the
14551 entry might be removed from the server. If Alpine notices this, you will be warned
14552 and a backup copy of the email address will be used. You may want to create
14553 a new entry in this case, since you will get the annoying warning every
14554 time you use the old entry. You may do that by Saving the entry to a new
14555 nickname in the same address book. You will be asked whether or not you
14556 want to use the backup email address.
14558 A related feature in the Setup/Config screen is
14559 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
14561 &lt;End of help on this topic&gt;
14562 </BODY>
14563 </HTML>
14564 ======= h_config_ldap_opts_nosub =======
14565 <HTML>
14566 <HEAD>
14567 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
14568 </HEAD>
14569 <BODY>
14570 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
14572 Spaces in your input are normally handled specially.
14573 Each space character is replaced
14576 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
14578 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
14579 The reason this is done is so the input string
14581 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
14583 (which is converted to &quot;Greg* Donald&quot;) will match
14584 the names &quot;Greg Donald&quot;,
14585 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
14586 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
14587 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
14588 then it would also match the name &quot;Greg Donaldson&quot;.
14590 Turning on this feature will disable this substitution.
14592 &lt;End of help on this topic&gt;
14593 </BODY>
14594 </HTML>
14595 ====== h_config_ldap_searchtypes =======
14596 <HTML>
14597 <HEAD>
14598 <TITLE>LDAP OPTION: Search-Type</TITLE>
14599 </HEAD>
14600 <BODY>
14601 <H1>LDAP OPTION: Search-Type</H1>
14603 This affects the way that LDAP searches are done.
14604 In particular, this tells the server where to look for the string to be matched.
14605 If set to &quot;name&quot; then the string that is being searched for will
14606 be compared with the string in the
14607 &quot;Name&quot; field on the server
14608 (technically, it is the &quot;commonname&quot; field on the server).
14609 &quot;Surname&quot; means we're looking for a
14610 match in the &quot;Surname&quot; field on the
14611 server (actually the &quot;sn&quot; field).
14612 &quot;Givenname&quot; really is &quot;givenname&quot;
14613 and &quot;email&quot; is the electronic mail address (this is actually the field
14614 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
14615 The other three types are combinations of
14616 the types listed so far. &quot;Name-or-email&quot;
14617 means the string should appear
14618 in either the &quot;name&quot; field OR the &quot;email&quot; field.
14619 Likewise, &quot;surname-or-givenname&quot;
14620 means &quot;surname&quot; OR &quot;givenname&quot;
14621 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
14623 This search TYPE is combined with the
14624 search <A HREF="h_config_ldap_searchrules">RULE</A>
14625 to form the actual search query.
14627 The usual default value for this
14628 option is &quot;sur-or-given-or-name-or-email&quot;.
14629 This type of search may be slow on some servers.
14630 Try &quot;name-or-email&quot;, which is often
14631 faster, or just &quot;name&quot; if the performance seems to be a problem.
14633 Some servers have been configured with different attribute names for
14634 these four fields.
14635 In other words, instead of using the attribute name &quot;mail&quot;
14636 for the email address field, the server might be configured to use something
14637 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
14638 Alpine can be configured to use these different attribute names by using
14639 the four configuration options:
14640 <P><UL>
14641 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
14642 </UL>
14643 <P><UL>
14644 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
14645 </UL>
14646 <P><UL>
14647 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
14648 </UL>
14649 <P><UL>
14650 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
14651 </UL>
14653 &lt;End of help on this topic&gt;
14654 </BODY>
14655 </HTML>
14656 ====== h_config_ldap_searchrules =======
14657 <HTML>
14658 <HEAD>
14659 <TITLE>LDAP OPTION: Search-Rule</TITLE>
14660 </HEAD>
14661 <BODY>
14662 <H1>LDAP OPTION: Search-Rule</H1>
14664 This affects the way that LDAP searches are done.
14665 If set to &quot;equals&quot; then
14666 only exact matches count.
14667 &quot;Contains&quot; means that the string you type in
14668 is a substring of what you are matching against.
14669 &quot;Begins-with&quot; and &quot;ends-with&quot;
14670 mean that the string starts or ends with the string you type in.
14672 Spaces in your input are normally handled specially, but you can turn that
14673 special handling off with the
14674 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
14675 feature.
14677 The usual default value for this option is &quot;begins-with&quot;.
14679 &lt;End of help on this topic&gt;
14680 </BODY>
14681 </HTML>
14682 ======= h_config_ldap_email_attr =======
14683 <HTML>
14684 <HEAD>
14685 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
14686 </HEAD>
14687 <BODY>
14688 <H1>LDAP OPTION: EmailAttribute</H1>
14690 This is the name of the attribute that is searched for when looking for
14691 an email address. The default value for this option is &quot;mail&quot; or
14692 &quot;electronicmail&quot;.
14693 If the server you are using uses a different attribute name for the email
14694 address, put that attribute name here.
14696 This will affect the search filter used if your Search-Type is one that
14697 contains a search for &quot;email&quot;.
14698 It will also cause the attribute value matching this attribute name to be used
14699 as the email address when you look up an entry from the composer.
14701 &lt;End of help on this topic&gt;
14702 </BODY>
14703 </HTML>
14704 ======= h_config_ldap_sn_attr =======
14705 <HTML>
14706 <HEAD>
14707 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
14708 </HEAD>
14709 <BODY>
14710 <H1>LDAP OPTION: SurnameAttribute</H1>
14712 This is the name of the attribute that is searched for when looking for
14713 the surname of the entry. The default value for this option is &quot;sn&quot;.
14714 If the server you are using uses a different attribute name for the surname,
14715 put that attribute name here.
14716 This will affect the search filter used if your Search-Type is one that
14717 contains a search for &quot;surname&quot;.
14719 &lt;End of help on this topic&gt;
14720 </BODY>
14721 </HTML>
14722 ======= h_config_ldap_gn_attr =======
14723 <HTML>
14724 <HEAD>
14725 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
14726 </HEAD>
14727 <BODY>
14728 <H1>LDAP OPTION: GivennameAttribute</H1>
14730 This is the name of the attribute that is searched for when looking for
14731 the given name of the entry. The default value for this option is &quot;givenname&quot;.
14732 If the server you are using uses a different attribute name for the given name,
14733 put that attribute name here.
14734 This will affect the search filter used if your Search-Type is one that
14735 contains a search for &quot;givenname&quot;.
14737 &lt;End of help on this topic&gt;
14738 </BODY>
14739 </HTML>
14740 ======= h_config_ldap_cn_attr =======
14741 <HTML>
14742 <HEAD>
14743 <TITLE>LDAP OPTION: NameAttribute</TITLE>
14744 </HEAD>
14745 <BODY>
14746 <H1>LDAP OPTION: NameAttribute</H1>
14748 This is the name of the attribute that is searched for when looking for
14749 the name of the entry. The default value for this option is &quot;cn&quot;, which
14750 stands for common name.
14751 If the server you are using uses a different attribute name for the name,
14752 put that attribute name here.
14753 This will affect the search filter used if your Search-Type is one that
14754 contains a search for &quot;name&quot;.
14756 &lt;End of help on this topic&gt;
14757 </BODY>
14758 </HTML>
14759 ======= h_config_ldap_time =======
14760 <HTML>
14761 <HEAD>
14762 <TITLE>LDAP OPTION: Timelimit</TITLE>
14763 </HEAD>
14764 <BODY>
14765 <H1>LDAP OPTION: Timelimit</H1>
14767 This places a limit on the number of seconds the LDAP search will continue.
14768 The default is 30 seconds. A value of 0 means no limit. Note that some servers
14769 may place limits of their own on searches.
14771 &lt;End of help on this topic&gt;
14772 </BODY>
14773 </HTML>
14774 ======= h_config_ldap_size =======
14775 <HTML>
14776 <HEAD>
14777 <TITLE>LDAP OPTION: Sizelimit</TITLE>
14778 </HEAD>
14779 <BODY>
14780 <H1>LDAP OPTION: Sizelimit</H1>
14782 This places a limit on the number of entries returned by the LDAP server.
14783 A value of 0 means no limit. The default is 0. Note that some servers
14784 may place limits of their own on searches.
14786 &lt;End of help on this topic&gt;
14787 </BODY>
14788 </HTML>
14789 ======= h_config_ldap_cust =======
14790 <HTML>
14791 <HEAD>
14792 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
14793 </HEAD>
14794 <BODY>
14795 <H1>LDAP OPTION: Custom-Search-Filter</H1>
14797 This one is for advanced users only! If you define this, then the
14798 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
14799 However, the feature
14800 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
14801 is still in effect.
14802 That is, the space substitution will take place even in a custom filter unless
14803 you disable it.
14805 If your LDAP service stops working and you suspect it might be because
14806 of your custom filter, just delete this filter and try using the
14807 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
14808 Another option that sometimes causes trouble is the
14809 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
14811 This variable may be set to the string representation of an LDAP search
14812 filter (see RFC1960). In the places where you want the address string to be
14813 substituted in, put a '%s' in this filter string. Here are some examples:
14815 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
14816 is equivalent to the &quot;Custom-Search-Filter&quot;
14817 <PRE>
14818      (cn=%s*)
14819 </PRE>
14820 When you try to match against the string &quot;string&quot; the program replaces
14821 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
14822 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
14824 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
14825 of &quot;contains&quot; is equivalent to
14826 <PRE>
14827      (|(cn=*%s*)(mail=*%s*))
14828 </PRE>
14830 If your server uses a different attribute <EM>name</EM> than
14831 Alpine uses by default,
14832 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
14833 then you may be able to use one or more of the four attribute configuration
14834 options instead of defining a custom filter:
14835 <P><UL>
14836 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
14837 </UL>
14838 <P><UL>
14839 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
14840 </UL>
14841 <P><UL>
14842 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
14843 </UL>
14844 <P><UL>
14845 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
14846 </UL>
14848 &lt;End of help on this topic&gt;
14849 </BODY>
14850 </HTML>
14851 ======= h_composer_abook_comment =======
14852 <HTML>
14853 <HEAD>
14854 <TITLE>Addressbook Comment Explained</TITLE>
14855 </HEAD>
14856 <BODY>
14857 This is a comment to help you remember what this entry is. The WhereIs
14858 command searches comments so that it is easier to find an entry with a comment
14859 you know about attached to it. This field is not used in the outgoing message.
14861 Look <A HREF="h_edit_nav_cmds">here</A>
14862 to see the available Editing and Navigation commands.
14864 &lt;End of help on this topic&gt;
14865 </BODY>
14866 </HTML>
14867 ======= h_composer_abook_addrs =======
14868 <HTML>
14869 <HEAD>
14870 <TITLE>Addressbook Lists</TITLE>
14871 </HEAD>
14872 <BODY>
14873 <H1>Addressbook Lists</H1>
14875 This is a list of addresses to send to when sending to this address book
14876 entry.  Each member of the list may be an address or another nickname from
14877 any of your address books.  If it is an address, it is OK to include the
14878 full name field as well as the electronic address portion of that address.
14879 For example, the following are all legitimate entries in this field:
14881 <DL><DT>&nbsp;</DT>
14882 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
14883 <DD>jdoe@some.domain
14884 <DD>John Doe &lt;jdoe@some.domain&gt;
14885 </DL>
14887 The addresses should be listed separated by commas, just like you would
14888 enter them from the composer.
14892 The only difference between a distribution list and a simple entry with a
14893 single address, is that a distribution list has more than one address   
14894 listed in the Addresses: field, whereas a simple personal entry has just  
14895 one address.
14899 For individual address book entries, if there is a full name in the
14900 Fullname: field (filling in the Fullname: field is not required), it is
14901 used.  If the full name is specified in the Address: field and not in the
14902 Fullname: field, then the full name from the Address: field is used.
14906 If you type the nickname of a distribution list from one of your address 
14907 books in the Lcc: field, then the full name of that list is used in the  
14908 To: field.  If you put a list in the To: or Cc: fields, that list will be
14909 expanded into all of its addresses.  If the list has a full name, then
14910 that will appear at the beginning of the addresses.
14912 <DL><DT>&nbsp;</DT>
14913 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
14914 &lt;sal@here.there&gt;
14915 </DL>
14917 If the first address in the distribution list also has a full name, then
14918 the list full name and that full name are combined into something like the
14919 following:
14921 <DL><DT>&nbsp;</DT>
14922 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
14923 </DL>
14926 If you specify a list via Lcc, the full name is used in the To: line.  If
14927 you specify a list in the To: or Cc: fields, then it uses the same method
14928 as for individual entries for filling in the full name.
14932 For help with editing and navigation commands, check the Help for the
14933 Nickname: field.
14936 &lt;End of help on this topic&gt;
14937 </BODY>
14938 </HTML>
14939 ======= h_config_role_nick =======
14940 <HTML>
14941 <HEAD>
14942 <TITLE>Nickname Explained</TITLE>
14943 </HEAD>
14944 <BODY>
14945 <H1>Nickname Explained</H1>
14947 This is a nickname to help you.
14948 You should have a different nickname for each role you define.
14949 The nickname will be used in the SETUP ROLE RULES screen to allow you to
14950 pick a role to edit.
14951 It will also be used when you send a message to let you know you are
14952 sending with a different role than you use by default, and
14953 it will be useful for choosing a role when composing with the Role command
14954 or when composing with one of the Role Uses set to With Confirmation.
14955 This field is not used in the outgoing message.
14957 Look <A HREF="h_edit_nav_cmds">here</A>
14958 to see the available Editing and Navigation commands.
14960 &lt;End of help on this topic&gt;
14961 </BODY>
14962 </HTML>
14963 ======= h_config_role_comment =======
14964 <HTML>
14965 <HEAD>
14966 <TITLE>Comment Explained</TITLE>
14967 </HEAD>
14968 <BODY>
14969 <H1>Comment Explained</H1>
14971 This is a comment to help you.
14972 This comment does not play any functional role, it is simply an optional
14973 comment to help you remember what the rule is for.
14975 Look <A HREF="h_edit_nav_cmds">here</A>
14976 to see the available Editing and Navigation commands.
14978 &lt;End of help on this topic&gt;
14979 </BODY>
14980 </HTML>
14981 ======= h_config_other_nick =======
14982 <HTML>
14983 <HEAD>
14984 <TITLE>Nickname Explained</TITLE>
14985 </HEAD>
14986 <BODY>
14987 <H1>Nickname Explained</H1>
14989 This is a nickname to help you.
14990 You should have a different nickname for each rule you define.
14991 The nickname will be used in the SETUP OTHER RULES screen to allow you to
14992 pick a rule to edit.
14994 Look <A HREF="h_edit_nav_cmds">here</A>
14995 to see the available Editing and Navigation commands.
14997 &lt;End of help on this topic&gt;
14998 </BODY>
14999 </HTML>
15000 ======= h_config_score_nick =======
15001 <HTML>
15002 <HEAD>
15003 <TITLE>Nickname Explained</TITLE>
15004 </HEAD>
15005 <BODY>
15006 <H1>Nickname Explained</H1>
15008 This is a nickname to help you.
15009 You should have a different nickname for each scoring rule you define.
15010 The nickname will be used in the SETUP SCORING RULES screen to allow you to
15011 pick a rule to edit.
15013 Look <A HREF="h_edit_nav_cmds">here</A>
15014 to see the available Editing and Navigation commands.
15016 &lt;End of help on this topic&gt;
15017 </BODY>
15018 </HTML>
15019 ======= h_config_incol_nick =======
15020 <HTML>
15021 <HEAD>
15022 <TITLE>Nickname Explained</TITLE>
15023 </HEAD>
15024 <BODY>
15025 <H1>Nickname Explained</H1>
15027 This is a nickname to help you.
15028 You should have a different nickname for each color rule you define.
15029 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
15030 pick a rule to edit.
15032 Look <A HREF="h_edit_nav_cmds">here</A>
15033 to see the available Editing and Navigation commands.
15035 &lt;End of help on this topic&gt;
15036 </BODY>
15037 </HTML>
15038 ======= h_config_filt_nick =======
15039 <HTML>
15040 <HEAD>
15041 <TITLE>Nickname Explained</TITLE>
15042 </HEAD>
15043 <BODY>
15044 <H1>Nickname Explained</H1>
15046 This is a nickname to help you.
15047 You should have a different nickname for each filtering rule you define.
15048 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
15049 pick a rule to edit.
15051 Look <A HREF="h_edit_nav_cmds">here</A>
15052 to see the available Editing and Navigation commands.
15054 &lt;End of help on this topic&gt;
15055 </BODY>
15056 </HTML>
15057 ======= h_config_score_topat =======
15058 <HTML>
15059 <HEAD>
15060 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15061 </HEAD>
15062 <BODY>
15063 <H1>&quot;To:&quot; Pattern Explained</H1>
15065 Any text you enter as the &quot;To pattern&quot;
15066 will be compared to the recipients from the To: line of
15067 the message being scored.
15068 When the text you entered matches
15069 all or part of the To: line of a message, then the Score Value
15070 you have specified will be added to the score for the message.
15071 (Any other non-blank parts of the Pattern must match, too.)
15074 You may enter a complete email address, part of an address, or a
15075 list of addresses or partial addresses.
15076 For example:
15079 <PRE>
15080  To pattern = friend@public.com
15082  To pattern = rated.net
15084  To pattern = xxx@adults.com
15085               admin@msn.com
15086               fool@motleyfool.com
15087 </PRE>
15090 Each of those are valid To patterns.
15093 Messages match those patterns if any of the
15094 addresses in the To: line of the message contains the pattern.
15095 If the pattern is a list of patterns
15096 (like the last example above) then it is a match if any of the patterns in
15097 the list match any of the addresses in the To: line.
15098 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15099 present for a match.
15100 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15101 address2 must be present.
15102 That is exactly what using a list does.)
15105 Some messages may be &quot;bounced&quot; to you, and will
15106 have a &quot;Resent-To:&quot; header line.
15107 If the message contains a Resent-To: line
15108 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15109 Alpine will look for
15110 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15111 the original To: line.
15114 When entering a pattern, you may choose an address from your address book
15115 with the &quot;T&quot; command.
15118 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15119 &quot;!&quot; &quot;toggle NOT&quot; command.
15120 This changes the meaning of the To pattern so that it has the opposite meaning.
15121 It will be considered a match if there are no matches between the
15122 addresses in the To: line and the list of To patterns.
15124 Don't make the mistake of putting the &quot;!&quot; in the data field for
15125 the pattern.
15126 For example, if you type the characters &quot;!frizzle&quot; into the To
15127 pattern, the pattern will look like:
15129 <PRE>
15130  To pattern = !frizzle
15131 </PRE>
15133 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15134 In order to match messages that do not have &quot;frizzle&quot; in
15135 their To field, first type the characters &quot;frizzle&quot; followed
15136 by carriage return for the value of the To pattern, then negate it
15137 by typing the &quot;!&quot; command.
15138 It should end up looking like
15140 <PRE>
15141  ! To pattern = frizzle
15142 </PRE>
15144 You are not limited to using the six standard header patterns that are
15145 normally shown (To, From, Sender, Cc, News, and Subject).
15146 You may add any other header to a Pattern by
15147 using the &quot;eXtraHdr&quot; command to specify a different
15148 message header line; and then the Add or Change command to fill in
15149 a pattern for the new header line, just like you would for a standard header.
15151 A technicality: Since comma is the character used to separate multiple
15152 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15153 you want to include a literal comma in the field.
15154 In other words, if you type a backslash followed by a comma it will
15155 be interpreted as a comma by Alpine, instead of as a separator between
15156 pattern values.
15157 All other backslashes are literal backslashes and should not be escaped.
15159 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15160 for more information on Patterns.
15162 Look <A HREF="h_edit_nav_cmds">here</A>
15163 to see the available Editing and Navigation commands.
15165 &lt;End of help on this topic&gt;
15166 </BODY>
15167 </HTML>
15168 ======= h_config_incol_topat =======
15169 <HTML>
15170 <HEAD>
15171 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15172 </HEAD>
15173 <BODY>
15174 <H1>&quot;To:&quot; Pattern Explained</H1>
15176 Any text you enter as the &quot;To pattern&quot;
15177 will be compared to the recipients from the To: lines of
15178 the messages in the index.
15179 When the text you entered matches
15180 all or part of the To: line of a message, then the Index Line Color you have
15181 specified will be used for that line in the index.
15182 (Any other non-blank parts of the Pattern must match, too.)
15185 You may enter a complete email address, part of an address, or a
15186 list of addresses or partial addresses.
15187 For example:
15190 <PRE>
15191  To pattern = friend@public.com
15192  To pattern = rated.net
15193  To pattern = xxx@adults.com
15194               admin@msn.com
15195               fool@motleyfool.com
15196 </PRE>
15199 Each of those are valid To patterns.
15202 Messages match those patterns if any of the
15203 addresses in the To: line of the message contains the pattern.
15204 If the pattern is a list of patterns
15205 (like the last example above) then it is a match if any of the patterns in
15206 the list match any of the addresses in the To: line.
15207 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15208 present for a match.
15209 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15210 address2 must be present.
15211 That is exactly what using a list does.)
15214 Some messages may be &quot;bounced&quot; to you, and will
15215 have a &quot;Resent-To:&quot; header line.
15216 If the message contains a Resent-To: line
15217 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15218 Alpine will look for
15219 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15220 the original To: line.
15223 When entering a pattern, you may choose an address from your address book
15224 with the &quot;T&quot; command.
15227 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15228 &quot;!&quot; &quot;toggle NOT&quot; command.
15229 This changes the meaning of the To pattern so that it has the opposite meaning.
15230 It will be considered a match if there are no matches between the
15231 addresses in the To: line and the list of To patterns.
15233 Don't make the mistake of putting the &quot;!&quot; in the data field for
15234 the pattern.
15235 For example, if you type the characters &quot;!frizzle&quot; into the To
15236 pattern, the pattern will look like:
15238 <PRE>
15239  To pattern = !frizzle
15240 </PRE>
15242 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15243 In order to match messages that do not have &quot;frizzle&quot; in
15244 their To field, first type the characters &quot;frizzle&quot; followed
15245 by carriage return for the value of the To pattern, then negate it
15246 by typing the &quot;!&quot; command.
15247 It should end up looking like
15249 <PRE>
15250  ! To pattern = frizzle
15251 </PRE>
15254 You are not limited to using the six standard header patterns that are
15255 normally shown (To, From, Sender, Cc, News, and Subject).
15256 You may add any other header to a Pattern by
15257 using the &quot;eXtraHdr&quot; command to specify a different
15258 message header line; and then the Add or Change command to fill in
15259 a pattern for the new header line, just like you would for a standard header.
15261 A technicality: Since comma is the character used to separate multiple
15262 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15263 you want to include a literal comma in the field.
15264 In other words, if you type a backslash followed by a comma it will
15265 be interpreted as a comma by Alpine, instead of as a separator between
15266 pattern values.
15267 All other backslashes are literal backslashes and should not be escaped.
15269 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15270 for more information on Patterns.
15272 Look <A HREF="h_edit_nav_cmds">here</A>
15273 to see the available Editing and Navigation commands.
15275 &lt;End of help on this topic&gt;
15276 </BODY>
15277 </HTML>
15278 ======= h_config_other_topat =======
15279 <HTML>
15280 <HEAD>
15281 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15282 </HEAD>
15283 <BODY>
15284 <H1>&quot;To:&quot; Pattern Explained</H1>
15286 For some of the OTHER RULES actions, there is no message that is being
15287 compared against.
15288 If that is the case, then only the Current Folder Type is checked.
15289 In particular, this To pattern is ignored.
15290 Actions that fall into this category include both
15291 Sort Order and Index Format.
15293 A technicality: Since comma is the character used to separate multiple
15294 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15295 you want to include a literal comma in the field.
15296 In other words, if you type a backslash followed by a comma it will
15297 be interpreted as a comma by Alpine, instead of as a separator between
15298 pattern values.
15299 All other backslashes are literal backslashes and should not be escaped.
15301 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15302 for more information on Patterns.
15304 Look <A HREF="h_edit_nav_cmds">here</A>
15305 to see the available Editing and Navigation commands.
15307 &lt;End of help on this topic&gt;
15308 </BODY>
15309 </HTML>
15310 ======= h_config_filt_topat =======
15311 <HTML>
15312 <HEAD>
15313 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15314 </HEAD>
15315 <BODY>
15316 <H1>&quot;To:&quot; Pattern Explained</H1>
15318 Any text you enter as the &quot;To pattern&quot;
15319 will be compared to the recipients from the To: line of
15320 messages when Alpine opens folders.
15321 When the text you entered matches
15322 all or part of the To: line of a message, then the Filter Action you have
15323 specified will be carried out.
15324 (Any other non-blank parts of the Pattern must match, too.)
15327 You may enter a complete email address, part of an address, or a
15328 list of addresses or partial addresses.
15329 For example:
15332 <PRE>
15333  To pattern = friend@public.com
15334  To pattern = rated.net
15335  To pattern = xxx@adults.com
15336               admin@msn.com
15337               fool@motleyfool.com
15338 </PRE>
15341 Each of those are valid To patterns.
15344 Messages match those patterns if any of the
15345 addresses in the To: line of the message contains the pattern.
15346 If the pattern is a list of patterns
15347 (like the last example above) then it is a match if any of the patterns in
15348 the list match any of the addresses in the To: line.
15349 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15350 present for a match.
15351 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15352 address2 must be present.
15353 That is exactly what using a list does.)
15356 Some messages may be &quot;bounced&quot; to you, and will
15357 have a &quot;Resent-To:&quot; header line.
15358 If the message contains a Resent-To: line
15359 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15360 Alpine will look for
15361 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15362 the original To: line.
15365 When entering a pattern, you may choose an address from your address book
15366 with the &quot;T&quot; command.
15369 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15370 &quot;!&quot; &quot;toggle NOT&quot; command.
15371 This changes the meaning of the To pattern so that it has the opposite meaning.
15372 It will be considered a match if there are no matches between the
15373 addresses in the To: line and the list of To patterns.
15375 Don't make the mistake of putting the &quot;!&quot; in the data field for
15376 the pattern.
15377 For example, if you type the characters &quot;!frizzle&quot; into the To
15378 pattern, the pattern will look like:
15380 <PRE>
15381  To pattern = !frizzle
15382 </PRE>
15384 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15385 In order to match messages that do not have &quot;frizzle&quot; in
15386 their To field, first type the characters &quot;frizzle&quot; followed
15387 by carriage return for the value of the To pattern, then negate it
15388 by typing the &quot;!&quot; command.
15389 It should end up looking like
15391 <PRE>
15392  ! To pattern = frizzle
15393 </PRE>
15396 You are not limited to using the six standard header patterns that are
15397 normally shown (To, From, Sender, Cc, News, and Subject).
15398 You may add any other header to a Pattern by
15399 using the &quot;eXtraHdr&quot; command to specify a different
15400 message header line; and then the Add or Change command to fill in
15401 a pattern for the new header line, just like you would for a standard header.
15403 A technicality: Since comma is the character used to separate multiple
15404 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15405 you want to include a literal comma in the field.
15406 In other words, if you type a backslash followed by a comma it will
15407 be interpreted as a comma by Alpine, instead of as a separator between
15408 pattern values.
15409 All other backslashes are literal backslashes and should not be escaped.
15411 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15412 for more information on Patterns.
15414 Look <A HREF="h_edit_nav_cmds">here</A>
15415 to see the available Editing and Navigation commands.
15417 &lt;End of help on this topic&gt;
15418 </BODY>
15419 </HTML>
15420 ======= h_config_role_topat =======
15421 <HTML>
15422 <HEAD>
15423 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15424 </HEAD>
15425 <BODY>
15426 <H1>&quot;To:&quot; Pattern Explained</H1>
15428 Any text you enter as the &quot;To pattern&quot;
15429 will be compared to the recipients from the To: line of
15430 the message being replied to or forwarded.
15431 (Any other non-blank parts of the Pattern must match, too.)
15432 In the case of the Compose command, this pattern and the other header
15433 patterns are ignored.
15436 You may enter a complete email address, part of an address, or a
15437 list of addresses or partial addresses.
15438 For example:
15441 <PRE>
15442  To pattern = friend@public.com
15443  To pattern = rated.net
15444  To pattern = xxx@adults.com
15445               admin@msn.com
15446               fool@motleyfool.com
15447 </PRE>
15450 Each of those are valid To patterns.
15453 Messages match those patterns if any of the
15454 addresses in the To: line of the message contains the pattern.
15455 If the pattern is a list of patterns
15456 (like the last example above) then it is a match if any of the patterns in
15457 the list match any of the addresses in the To: line.
15458 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15459 present for a match.
15460 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15461 address2 must be present.
15462 That is exactly what using a list does.)
15465 Some messages may be &quot;bounced&quot; to you, and will
15466 have a &quot;Resent-To:&quot; header line.
15467 If the message contains a Resent-To: line
15468 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15469 Alpine will look for
15470 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15471 the original To: line.
15474 When entering a pattern, you may choose an address from your address book
15475 with the &quot;T&quot; command.
15478 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15479 &quot;!&quot; &quot;toggle NOT&quot; command.
15480 This changes the meaning of the To pattern so that it has the opposite meaning.
15481 It will be considered a match if there are no matches between the
15482 addresses in the To: line and the list of To patterns.
15484 Don't make the mistake of putting the &quot;!&quot; in the data field for
15485 the pattern.
15486 For example, if you type the characters &quot;!frizzle&quot; into the To
15487 pattern, the pattern will look like:
15489 <PRE>
15490  To pattern = !frizzle
15491 </PRE>
15493 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15494 In order to match messages that do not have &quot;frizzle&quot; in
15495 their To field, first type the characters &quot;frizzle&quot; followed
15496 by carriage return for the value of the To pattern, then negate it
15497 by typing the &quot;!&quot; command.
15498 It should end up looking like
15500 <PRE>
15501  ! To pattern = frizzle
15502 </PRE>
15505 You are not limited to using the six standard header patterns that are
15506 normally shown (To, From, Sender, Cc, News, and Subject).
15507 You may add any other header to a Pattern by
15508 using the &quot;eXtraHdr&quot; command to specify a different
15509 message header line; and then the Add or Change command to fill in
15510 a pattern for the new header line, just like you would for a standard header.
15512 A technicality: Since comma is the character used to separate multiple
15513 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15514 you want to include a literal comma in the field.
15515 In other words, if you type a backslash followed by a comma it will
15516 be interpreted as a comma by Alpine, instead of as a separator between
15517 pattern values.
15518 All other backslashes are literal backslashes and should not be escaped.
15520 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15521 for more information on Patterns.
15523 Look <A HREF="h_edit_nav_cmds">here</A>
15524 to see the available Editing and Navigation commands.
15526 &lt;End of help on this topic&gt;
15527 </BODY>
15528 </HTML>
15529 ======= h_config_role_frompat =======
15530 <HTML>
15531 <HEAD>
15532 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
15533 </HEAD>
15534 <BODY>
15535 <H1>&quot;From:&quot; Pattern Explained</H1>
15537 This is just like the &quot;To pattern&quot; except that it is compared with
15538 the address in the From: line of the message
15539 instead of the addresses from the To: line.
15540 See the help for the To pattern for more information on header patterns.
15542 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15543 for more information on Patterns.
15545 Look <A HREF="h_edit_nav_cmds">here</A>
15546 to see the available Editing and Navigation commands.
15548 &lt;End of help on this topic&gt;
15549 </BODY>
15550 </HTML>
15551 ======= h_config_role_senderpat =======
15552 <HTML>
15553 <HEAD>
15554 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
15555 </HEAD>
15556 <BODY>
15557 <H1>&quot;Sender:&quot; Pattern Explained</H1>
15559 This is just like the &quot;To pattern&quot; except that it is compared with
15560 the address from the Sender: line of the message
15561 instead of the addresses from the To: line.
15562 See the help for the To pattern for more information on header patterns.
15564 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15565 for more information on Patterns.
15567 Look <A HREF="h_edit_nav_cmds">here</A>
15568 to see the available Editing and Navigation commands.
15570 &lt;End of help on this topic&gt;
15571 </BODY>
15572 </HTML>
15573 ======= h_config_role_ccpat =======
15574 <HTML>
15575 <HEAD>
15576 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
15577 </HEAD>
15578 <BODY>
15579 <H1>&quot;Cc:&quot; Pattern Explained</H1>
15581 This is just like the &quot;To pattern&quot; except that it is compared with
15582 the addresses from the Cc: line of the message
15583 instead of the addresses from the To: line.
15584 See the help for the To pattern for more information on header patterns.
15586 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15587 for more information on Patterns.
15589 Look <A HREF="h_edit_nav_cmds">here</A>
15590 to see the available Editing and Navigation commands.
15592 &lt;End of help on this topic&gt;
15593 </BODY>
15594 </HTML>
15595 ======= h_config_role_recippat =======
15596 <HTML>
15597 <HEAD>
15598 <TITLE>Recipient Pattern Explained</TITLE>
15599 </HEAD>
15600 <BODY>
15601 <H1>Recipient Pattern Explained</H1>
15603 This is just like the &quot;To pattern&quot; except that it is compared with
15604 the addresses from both the To: line and the Cc: line of the
15605 message instead of just the addresses from the To: line.
15606 In other words, it is considered a match if the pattern matches
15607 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
15608 in the Cc: line.
15609 (Notice that defining the Recipient pattern does not have the same
15610 effect as defining both the To and Cc patterns.
15611 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
15612 It is equivalent to having two different rules;
15613 one with a To pattern and the other with the same Cc pattern.)
15615 A technicality: Since comma is the character used to separate multiple
15616 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15617 you want to include a literal comma in the field.
15618 In other words, if you type a backslash followed by a comma it will
15619 be interpreted as a comma by Alpine, instead of as a separator between
15620 pattern values.
15621 All other backslashes are literal backslashes and should not be escaped.
15623 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15624 for more information on Patterns.
15626 Look <A HREF="h_edit_nav_cmds">here</A>
15627 to see the available Editing and Navigation commands.
15629 &lt;End of help on this topic&gt;
15630 </BODY>
15631 </HTML>
15632 ======= h_config_role_particpat =======
15633 <HTML>
15634 <HEAD>
15635 <TITLE>Participant Pattern Explained</TITLE>
15636 </HEAD>
15637 <BODY>
15638 <H1>Participant Pattern Explained</H1>
15640 This is just like the &quot;To pattern&quot; except that it is compared with
15641 the addresses from the From: line, the To: line, and the Cc: line of the
15642 message instead of just the addresses from the To: line.
15643 In other words, it is considered a match if the pattern matches
15644 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
15645 in the To: line, <EM>OR</EM> an address in the Cc: line.
15646 (Notice that defining the Participant pattern does not have the same
15647 effect as defining all of the From, To, and Cc patterns.
15648 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
15649 From <EM>AND</EM> To <EM>AND</EM> Cc.
15650 It is equivalent to having three different rules;
15651 one with a From pattern, another with the same To pattern, and a third with
15652 the same Cc pattern.)
15654 A technicality: Since comma is the character used to separate multiple
15655 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15656 you want to include a literal comma in the field.
15657 In other words, if you type a backslash followed by a comma it will
15658 be interpreted as a comma by Alpine, instead of as a separator between
15659 pattern values.
15660 All other backslashes are literal backslashes and should not be escaped.
15662 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15663 for more information on Patterns.
15665 Look <A HREF="h_edit_nav_cmds">here</A>
15666 to see the available Editing and Navigation commands.
15668 &lt;End of help on this topic&gt;
15669 </BODY>
15670 </HTML>
15671 ======= h_config_role_newspat =======
15672 <HTML>
15673 <HEAD>
15674 <TITLE>News Pattern Explained</TITLE>
15675 </HEAD>
15676 <BODY>
15677 <H1>News Pattern Explained</H1>
15679 If this pattern is non-blank, then for this rule to be considered a
15680 match, at least one of the newsgroups from
15681 the Newsgroups line of the message must match this pattern.
15682 If this pattern is a list of patterns, then at least one of the
15683 newsgroups must match at least one of the patterns.
15684 (Any other non-blank parts of the Pattern must match, too.)
15686 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
15687 &quot;!&quot; &quot;toggle NOT&quot; command.
15688 This changes the meaning of the News pattern so that it has the opposite meaning.
15689 It will be considered a match if there are no matches between the
15690 addresses in the Newsgroups: line and the list of News patterns.
15692 Don't make the mistake of putting the &quot;!&quot; in the data field for
15693 the pattern.
15694 For example, if you type the characters &quot;!frizzle&quot; into the News
15695 pattern, the pattern will look like:
15697 <PRE>
15698  News pattern = !frizzle
15699 </PRE>
15701 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15702 In order to match messages that do not have &quot;frizzle&quot; in
15703 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
15704 by carriage return for the value of the News pattern, then negate it
15705 by typing the &quot;!&quot; command.
15706 It should end up looking like
15708 <PRE>
15709  ! News pattern = frizzle
15710 </PRE>
15712 A technicality: Since comma is the character used to separate multiple
15713 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15714 you want to include a literal comma in the field.
15715 In other words, if you type a backslash followed by a comma it will
15716 be interpreted as a comma by Alpine, instead of as a separator between
15717 pattern values.
15718 All other backslashes are literal backslashes and should not be escaped.
15721 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15722 for more information on Patterns.
15724 Look <A HREF="h_edit_nav_cmds">here</A>
15725 to see the available Editing and Navigation commands.
15727 &lt;End of help on this topic&gt;
15728 </BODY>
15729 </HTML>
15730 ======= h_config_role_subjpat =======
15731 <HTML>
15732 <HEAD>
15733 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
15734 </HEAD>
15735 <BODY>
15736 <H1>&quot;Subject:&quot; Pattern Explained</H1>
15738 This is similar to the other parts of the Pattern.
15739 It is compared with
15740 the contents from the Subject of the message.
15742 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15743 for more information on Patterns.
15745 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
15746 &quot;!&quot; &quot;toggle NOT&quot; command.
15747 This changes the meaning of the Subject pattern so that it has the opposite meaning.
15748 It will be considered a match if there are no matches between the
15749 text in the Subject: line and the list of Subject patterns.
15752 If you wish to have a header pattern that is not one of the six standard
15753 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
15755 A technicality: Since comma is the character used to separate multiple
15756 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15757 you want to include a literal comma in the field.
15758 In other words, if you type a backslash followed by a comma it will
15759 be interpreted as a comma by Alpine, instead of as a separator between
15760 pattern values.
15761 All other backslashes are literal backslashes and should not be escaped.
15763 Look <A HREF="h_edit_nav_cmds">here</A>
15764 to see the available Editing and Navigation commands.
15766 &lt;End of help on this topic&gt;
15767 </BODY>
15768 </HTML>
15769 ======= h_config_role_alltextpat =======
15770 <HTML>
15771 <HEAD>
15772 <TITLE>AllText Pattern Explained</TITLE>
15773 </HEAD>
15774 <BODY>
15775 <H1>AllText Pattern Explained</H1>
15777 This is similar to the header patterns.
15778 Instead of comparing with text in a particular header field it 
15779 is compared with all of the text in the message header and body.
15781 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
15782 &quot;!&quot; &quot;toggle NOT&quot; command.
15783 This changes the meaning of the AllText pattern so that it has the opposite meaning.
15784 It will be considered a match if there are no matches between the
15785 text of the message and the list of AllText patterns.
15787 Don't make the mistake of putting the &quot;!&quot; in the data field for
15788 the pattern.
15789 For example, if you type the characters &quot;!frizzle&quot; into the AllText
15790 pattern, the pattern will look like:
15792 <PRE>
15793  AllText pattern = !frizzle
15794 </PRE>
15796 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15797 In order to match messages that do not have &quot;frizzle&quot; in
15798 the text of the message, first type the characters &quot;frizzle&quot; followed
15799 by carriage return for the value of the AllText pattern, then negate it
15800 by typing the &quot;!&quot; command.
15801 It should end up looking like
15803 <PRE>
15804  ! AllText pattern = frizzle
15805 </PRE>
15807 It is possible that you may notice degraded performance when using
15808 AllText Patterns.
15810 A technicality: Since comma is the character used to separate multiple
15811 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15812 you want to include a literal comma in the field.
15813 In other words, if you type a backslash followed by a comma it will
15814 be interpreted as a comma by Alpine, instead of as a separator between
15815 pattern values.
15816 All other backslashes are literal backslashes and should not be escaped.
15818 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15819 for more information on Patterns.
15821 Look <A HREF="h_edit_nav_cmds">here</A>
15822 to see the available Editing and Navigation commands.
15824 &lt;End of help on this topic&gt;
15825 </BODY>
15826 </HTML>
15827 ======= h_config_role_bodytextpat =======
15828 <HTML>
15829 <HEAD>
15830 <TITLE>BodyText Pattern Explained</TITLE>
15831 </HEAD>
15832 <BODY>
15833 <H1>BodyText Pattern Explained</H1>
15835 This is similar to the header patterns.
15836 Instead of comparing with text in a particular header field it 
15837 is compared with all of the text in the message body.
15839 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
15840 &quot;!&quot; &quot;toggle NOT&quot; command.
15841 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
15842 It will be considered a match if there are no matches between the
15843 text of the body of the message and the list of BodyText patterns.
15845 Don't make the mistake of putting the &quot;!&quot; in the data field for
15846 the pattern.
15847 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
15848 pattern, the pattern will look like:
15850 <PRE>
15851  BdyText pattern = !frizzle
15852 </PRE>
15854 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15855 In order to match messages that do not have &quot;frizzle&quot; in
15856 their BodyText, first type the characters &quot;frizzle&quot; followed
15857 by carriage return for the value of the BodyText pattern, then negate it
15858 by typing the &quot;!&quot; command.
15859 It should end up looking like
15861 <PRE>
15862  ! BodyText pattern = frizzle
15863 </PRE>
15865 It is possible that you may notice degraded performance when using
15866 BodyText Patterns.
15868 A technicality: Since comma is the character used to separate multiple
15869 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15870 you want to include a literal comma in the field.
15871 In other words, if you type a backslash followed by a comma it will
15872 be interpreted as a comma by Alpine, instead of as a separator between
15873 pattern values.
15874 All other backslashes are literal backslashes and should not be escaped.
15876 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15877 for more information on Patterns.
15879 Look <A HREF="h_edit_nav_cmds">here</A>
15880 to see the available Editing and Navigation commands.
15882 &lt;End of help on this topic&gt;
15883 </BODY>
15884 </HTML>
15885 ======= h_config_role_charsetpat =======
15886 <HTML>
15887 <HEAD>
15888 <TITLE>Character Set Pattern Explained</TITLE>
15889 </HEAD>
15890 <BODY>
15891 <H1>Character Set Pattern Explained</H1>
15893 A message may use one or more character sets.
15894 This part of the Pattern matches messages that make use of
15895 certain specified character sets.
15896 It will be considered a match if a message uses any of the character
15897 sets in the list you give here.
15900 When filling in a value for this field, you may use
15901 the &quot;T&quot; command, which presents you with a large list of
15902 possible character sets to choose from.
15903 You may also just type in the name of a character set, and it need not
15904 be one that Alpine knows about.
15907 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
15908 GB2312) you may also use some shorthand names that Alpine provides.
15909 These names are more understandable shorthand names for sets of 
15910 character set names.
15911 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
15912 Selecting one of these shorthand names is equivalent to selecting all of
15913 the character sets that make up the set.
15914 You can see all of these shorthand names and the lists of character sets
15915 they stand for by typing the &quot;T&quot; command.
15918 For the purposes of this Pattern,
15919 Alpine will search through a message for all of the text parts and
15920 collect the character sets declared for each part.
15921 It will also look in the Subject line for a character set used there.
15922 Alpine does not actually look at the text of the message or the text
15923 of the Subject to determine if a declared character set is actually
15924 used, it looks only at the declarations themselves in the MIME part headers
15925 and in the Subject.
15928 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
15929 &quot;!&quot; &quot;toggle NOT&quot; command.
15930 This changes the meaning of the Character Set pattern so that
15931 it has the opposite meaning.
15932 It will be considered a match if none of the character sets in the
15933 list are used in a message.
15935 Don't make the mistake of putting the &quot;!&quot; in the data field for
15936 the pattern.
15937 For example, if you type the characters &quot;!GB2312&quot; into the
15938 Character Set pattern, the pattern will look like:
15940 <PRE>
15941  Charset pattern = !GB2312
15942 </PRE>
15944 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
15945 In order to match messages that do not have the
15946 character set &quot;GB2312&quot;
15947 set, first type the characters &quot;GB2312&quot; followed
15948 by carriage return for the value of the Character Set pattern, then negate it
15949 by typing the &quot;!&quot; command.
15950 It should end up looking like
15952 <PRE>
15953  ! Charset pattern = GB2312
15954 </PRE>
15956 A technicality: Since comma is the character used to separate multiple
15957 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15958 you want to include a literal comma in the field.
15959 In other words, if you type a backslash followed by a comma it will
15960 be interpreted as a comma by Alpine, instead of as a separator between
15961 pattern values.
15962 All other backslashes are literal backslashes and should not be escaped.
15964 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15965 for more information on Patterns.
15967 Look <A HREF="h_edit_nav_cmds">here</A>
15968 to see the available Editing and Navigation commands.
15970 &lt;End of help on this topic&gt;
15971 </BODY>
15972 </HTML>
15973 ======= h_config_role_keywordpat =======
15974 <HTML>
15975 <HEAD>
15976 <TITLE>Keyword Pattern Explained</TITLE>
15977 </HEAD>
15978 <BODY>
15979 <H1>Keyword Pattern Explained</H1>
15981 A folder may have user-defined keywords.
15982 These are similar to the Important flag, which the user may set using the
15983 Flag command.
15984 The difference is that the Important flag is always present for each folder.
15985 User-defined keywords are picked by the user.
15986 You may add new keywords by defining them in the
15987 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
15988 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
15989 the Flag command may be used to set or clear the keyword on individual messages.
15990 If you have given a keyword a nickname when configuring it,
15991 that nickname may be used instead of the actual keyword.
15994 When filling in a value for this field, it may be easiest to use
15995 the &quot;T&quot; command, which presents you with a list of the keywords
15996 you have defined to choose from.
15999 This part of the Pattern matches messages with certain keywords set.
16000 It will be considered a match if a message has any of the keywords in the
16001 list set.
16002 A keyword that you have not defined using the
16003 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16004 will not be a match.
16007 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
16008 &quot;!&quot; &quot;toggle NOT&quot; command.
16009 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
16010 It will be considered a match if none of the keywords in the list are set
16011 for a message.
16012 A keyword that you have not defined using the
16013 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16014 will not be a match, so a <EM>NOT</EM> of that keyword does match.
16016 Don't make the mistake of putting the &quot;!&quot; in the data field for
16017 the pattern.
16018 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
16019 pattern, the pattern will look like:
16021 <PRE>
16022  Keyword pattern = !frizzle
16023 </PRE>
16025 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16026 In order to match messages that do not have the keyword &quot;frizzle&quot;
16027 set, first type the characters &quot;frizzle&quot; followed
16028 by carriage return for the value of the Keyword pattern, then negate it
16029 by typing the &quot;!&quot; command.
16030 It should end up looking like
16032 <PRE>
16033  ! Keyword pattern = frizzle
16034 </PRE>
16036 A technicality: Since comma is the character used to separate multiple
16037 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16038 you want to include a literal comma in the field.
16039 In other words, if you type a backslash followed by a comma it will
16040 be interpreted as a comma by Alpine, instead of as a separator between
16041 pattern values.
16042 All other backslashes are literal backslashes and should not be escaped.
16044 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16045 for more information on Patterns.
16047 Look <A HREF="h_edit_nav_cmds">here</A>
16048 to see the available Editing and Navigation commands.
16050 &lt;End of help on this topic&gt;
16051 </BODY>
16052 </HTML>
16053 ======= h_config_role_arbpat =======
16054 <HTML>
16055 <HEAD>
16056 <TITLE>Extra Header Patterns Explained</TITLE>
16057 </HEAD>
16058 <BODY>
16059 <H1>Extra Header Patterns Explained</H1>
16061 The header patterns that come after the Participant pattern but before the 
16062 AllText pattern are extra header patterns that you have added to a rule's
16063 Pattern. These are just like the other header patterns except that
16064 the contents of the particular header listed on the left hand side will
16065 be used for comparisons.
16067 The &quot;eXtraHdr&quot; command may be used to add more of these
16068 header patterns to the rule you are editing.
16070 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
16071 extra header pattern from the rule you are editing.
16073 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
16074 &quot;!&quot; &quot;toggle NOT&quot; command.
16075 This changes the meaning of the pattern so that it has the opposite meaning.
16076 It will be considered a match if there are no matches between the
16077 text in the header line and the list of patterns.
16079 Don't make the mistake of putting the &quot;!&quot; in the data field for
16080 the pattern.
16081 For example, if you type the characters &quot;!frizzle&quot; into the
16082 pattern, the pattern will look like:
16084 <PRE>
16085  Xyz pattern = !frizzle
16086 </PRE>
16088 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16089 In order to match messages that do not have &quot;frizzle&quot; in
16090 their Xyz field, first type the characters &quot;frizzle&quot; followed
16091 by carriage return for the value of the pattern, then negate it
16092 by typing the &quot;!&quot; command.
16093 It should end up looking like
16095 <PRE>
16096  ! Xyz pattern = frizzle
16097 </PRE>
16100 A technicality: Since comma is the character used to separate multiple
16101 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16102 you want to include a literal comma in the field.
16103 In other words, if you type a backslash followed by a comma it will
16104 be interpreted as a comma by Alpine, instead of as a separator between
16105 pattern values.
16106 All other backslashes are literal backslashes and should not be escaped.
16108 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16109 for more information on Patterns.
16111 Look <A HREF="h_edit_nav_cmds">here</A>
16112 to see the available Editing and Navigation commands.
16114 &lt;End of help on this topic&gt;
16115 </BODY>
16116 </HTML>
16117 ======= h_config_role_cat_cmd =======
16118 <HTML>
16119 <HEAD>
16120 <TITLE>Categorizer Command Explained</TITLE>
16121 </HEAD>
16122 <BODY>
16123 <H1>Categorizer Command Explained</H1>
16125 This is a command that is run with its standard input set to the message
16126 being checked and its standard output discarded.
16127 The full directory path should be specified.
16128 The command will be run and then its exit status will be checked against
16129 the Exit Status Interval, which defaults to just the value zero.
16130 If the exit status of the command falls in the interval, it is considered
16131 a match, otherwise it is not a match.
16134 This option may actually be a list of commands.
16135 The first one that exists and is executable is used.
16136 That makes it possible to use the same configuration with Unix Alpine and
16137 PC-Alpine.
16140 If none of the commands in the list exists and is executable then the rule
16141 is <EM>not</EM> a match.
16142 If it is possible that the command may not exist, you should be careful
16143 to structure your rules so that nothing destructive
16144 happens when the command does not exist.
16145 For example, you might have a filter that filters away spam when there is
16146 a match but does nothing when there is not a match.
16147 That would cause no harm if the command didn't exist.
16148 However, if you have a filter that filters away spam when there is not
16149 a match and keeps it when there is a match, that would filter everything
16150 if the categorizer command didn't exist.
16152 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
16153 setup for the bogofilter filter.
16156 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16157 for more information on Patterns.
16159 Look <A HREF="h_edit_nav_cmds">here</A>
16160 to see the available Editing and Navigation commands.
16162 &lt;End of help on this topic&gt;
16163 </BODY>
16164 </HTML>
16165 ======= h_config_role_cat_cmd_example =======
16166 <HTML>
16167 <HEAD>
16168 <TITLE>Categorizer Command Example</TITLE>
16169 </HEAD>
16170 <BODY>
16171 <H1>Categorizer Command Example</H1>
16173 Bogofilter
16174 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
16175 is a mail filter that attempts to classify mail as spam or
16176 non-spam using statistical analysis of the message content.
16177 When run with no arguments and a message as standard input, it exits with
16178 exit status 0 if it thinks a message is spam and 1 if it thinks
16179 it is not spam.
16180 To use bogofilter as your Categorizer Command you would simply set Command to
16181 the pathname of the bogofilter program.
16182 For example,
16184 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
16186 Exit status of zero is what you are interested in, so you'd set the
16187 Exit Status Interval to
16189 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
16192 In order to prevent downloading an entire huge message to check for spam, you
16193 might want to set the Character Limit to a few thousand characters (the
16194 assumption being that the spam will reveal itself in those characters)
16196 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
16199 You would probably use bogofilter in an Alpine Filter Rule, and have the action
16200 be to move the message to a spam folder.
16201 It would usually be wise to also check the &quot;Message is Recent&quot;
16202 part of the rule so that messages are only checked when they first arrive,
16203 and to restrict the Current Folder Type to just your INBOX.
16204 The reason for checking only Recent messages is to save the time it takes
16205 to run bogofilter on each message.
16206 As an experiment, you might start out by using this in an Indexcolor Rule
16207 instead of a Filter Rule.
16208 In that case, you probably wouldn't check the Recent checkbox.
16210 The use described above assumes that you are somehow maintaining bogofilter's
16211 database of words associated with spam and non-spam messages.
16212 One way to start your database would be to select a bunch of spam messages
16213 in Alpine (you might Save spam messages to a special folder or use Alpine's
16214 Select command to select several) and then Apply
16215 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
16216 a pipe command to the spam messages.
16217 For example, you could have a shell script or an alias
16218 called <EM>this_is_spam</EM>, which would simply be the command
16220 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
16223 It is probably best to use the pipe command's Raw Text, With Delimiter,
16224 and Free Output options,
16225 which are at the bottom of the screen when you type the pipe command.
16226 That's because bogofilter expects the raw message as input, and uses
16227 the Delimiters to tell when a new message starts.
16228 You would not need to use a separate pipe for each message, because
16229 bogofilter can handle multiple messages at once.
16231 Similarly, you would select a group of non-spam messages
16232 and run them through a <EM>this_is_nonspam</EM> script
16233 that was something like
16235 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
16238 For the more adventurous, the next step might be to automate the upkeep of
16239 the bogofilter database.
16240 It might make more sense to have bogofilter be part of the delivery process,
16241 but it is also possible to do it entirely from within Alpine.
16242 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
16243 the &quot;-u&quot; argument will cause bogofilter to update the database.
16245 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16247 You'd want a couple more aliases or shell scripts called something like
16248 <EM>change_to_spam</EM>
16250 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
16253 <EM>change_to_nonspam</EM>
16255 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
16257 When you run across a message in your INBOX that should have been
16258 classified as spam you would pipe it to the change_to_spam script, and
16259 when you run across a message in your spam folder that should have been
16260 left in your INBOX you would pipe it through change_to_nonspam.
16263 There is a technical problem with this approach.
16264 Alpine may check your filters more than once.
16265 In particular, every time you start Alpine the filters will be checked for
16266 each message.
16267 Also, if you have any filters that depend on message state (New, Deleted, etc.)
16268 then Alpine will recheck for matches in messages that have changed state
16269 at the time you close the folder and before expunging.
16270 This is usually ok.
16271 However, in this case it is a problem because the command
16273 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16275 has the side effect of updating the database.
16276 So you run the risk of updating the database multiple times for a single
16277 message instead of updating it just once per message.
16278 There are some ways to work around this problem.
16279 What you need is a way to mark the message after you have run the filter.
16280 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
16281 Besides having the filter move the message to a spam folder, also have it
16282 set the Bogo keyword.
16283 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
16284 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
16285 This rule can only set the Bogo keyword for the messages that it matches.
16286 You will also need to add a second rule right after this one that
16287 matches all the messages that don't have the Bogo keyword set
16288 (put the keyword in the Keyword pattern and toggle
16289 the Not with the ! command)
16290 and takes the action of setting it.
16291 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
16292 (and so it won't re-run the bogofilter command) if the keyword is already
16293 set.
16295 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
16296 on all messages that don't have the Bogo keyword set.
16297 This will have the side effect of inserting that message in the bogofilter
16298 database, match or not.
16299 If this rule matches (it is spam), the Bogo keyword will be set and
16300 the message will be moved to a spam folder.
16301 If it does not match, the
16302 following rule will mark the message by turning on the keyword.
16303 This second rule should be a non-terminating
16304 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
16305 rule so that it doesn't stop the filtering process before the rest of
16306 your rules are consulted.
16309 In summary, the first rule is something like
16310 <PRE>
16311   Nickname          = bogofilter -u rule
16312   Current Folder Type =
16313                (*) Specific
16314                    Folder = INBOX
16316   ! Keyword pattern = Bogo
16318   External Categorizer Commands =
16319        Command              = /usr/local/bin/bogofilter -u
16320        Exit Status Interval = (0,0)
16321        Character Limit      = <No Value Set: using "-1">  (optionally set this)
16323   Filter Action =
16324        (*) Move
16325            Folder = spam
16326   
16327   Set These Keywords   = Bogo
16328 </PRE>
16330 and the following rule is
16331 <PRE>
16332   Nickname          = Set Bogo Keyword
16333   Current Folder Type =
16334                (*) Specific
16335                    Folder = INBOX
16337   ! Keyword pattern = Bogo
16339   Filter Action =
16340        (*) Just Set Message Status
16342   Set These Keywords   = Bogo
16344   Features =
16345       [X]  dont-stop-even-if-rule-matches
16346 </PRE>
16348 If it is possible for you to insert bogofilter in the delivery process instead
16349 of having it called from Alpine you could prevent having to wait
16350 for the bogofilter processing while you read your mail.
16351 You would have bogofilter add a header to the message at the time of delivery
16352 that identified it as spam or nonspam.
16353 With this method, you could avoid using a Categorizer Command while running Alpine,
16354 and just match on the header instead.
16355 You might still want to use the scripts mentioned above to initialize the
16356 database or to re-classify wrongly classified messages.
16359 Finally, it isn't for the faint-hearted,
16360 but it is also possible to run bogofilter from PC-Alpine.
16361 You can install Cygwin from
16362 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
16363 then compile bogofilter in the cygwin environment, and run it from
16364 within PC-Alpine.
16365 You would end up with a Categorizer command that looked something like
16367 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
16369 Note that the &quot;.exe&quot; extension is explicit,
16370 and that the bogofilter.exe executable should be in the same directory
16371 as cygwin1.dll.
16374 &lt;End of help on this topic&gt;
16375 </BODY>
16376 </HTML>
16377 ======= h_config_role_cat_status =======
16378 <HTML>
16379 <HEAD>
16380 <TITLE>Exit Status Interval Explained</TITLE>
16381 </HEAD>
16382 <BODY>
16383 <H1>Exit Status Interval Explained</H1>
16385 The categorizer command is run and the result is the exit status of
16386 that command.
16387 If that exit status falls in the Exit Status Interval
16388 then it is considered a match, otherwise it is not a match.
16389 Of course for the entire rule to match, it must also be checked against
16390 the other defined parts of the Pattern.
16392 The Exit Status Interval defaults to the single value 0 (zero).
16393 If you define it, it should be set to something like:
16395 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
16397 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
16398 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
16399 positive and negative integers.
16401 Actually, a list of intervals may be used if you wish.
16402 A list would look like
16404 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
16406 When there is an Exit Status Interval defined, it is a match if the exit status
16407 of the categorizer command is contained in any of the intervals.
16408 The intervals include both endpoints.
16410 The default interval is
16412 <CENTER><SAMP>(0,0)</SAMP></CENTER>
16414 and it matches only if the command exits with exit status equal to zero.
16417 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16418 for more information on Patterns.
16420 Look <A HREF="h_edit_nav_cmds">here</A>
16421 to see the available Editing and Navigation commands.
16423 &lt;End of help on this topic&gt;
16424 </BODY>
16425 </HTML>
16426 ======= h_config_role_cat_limit =======
16427 <HTML>
16428 <HEAD>
16429 <TITLE>Character Limit Explained</TITLE>
16430 </HEAD>
16431 <BODY>
16432 <H1>Character Limit Explained</H1>
16434 Setting this option makes it possible to limit how much of the message
16435 is made available to the categorizer command as input.
16436 The default value (-1) means that the entire message is fed to the
16437 command.
16438 A value of 0 (zero) means that only the headers of the message are
16439 made available.
16440 A positive integer means that the headers plus that many characters from
16441 the body of the message are passed to the categorizer.
16444 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16445 for more information on Patterns.
16447 Look <A HREF="h_edit_nav_cmds">here</A>
16448 to see the available Editing and Navigation commands.
16450 &lt;End of help on this topic&gt;
16451 </BODY>
16452 </HTML>
16453 ======= h_config_role_age =======
16454 <HTML>
16455 <HEAD>
16456 <TITLE>Age Interval Explained</TITLE>
16457 </HEAD>
16458 <BODY>
16459 <H1>Age Interval Explained</H1>
16461 The Age Interval, if defined, is part of the Pattern.
16462 If you use this, it should be set to something like:
16464 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
16466 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
16467 The special value &quot;INF&quot; may be used for the max value.
16468 It represents infinity.
16470 In rare cases it may be useful to use the more general form of the value,
16471 which is a comma-separated list of intervals.
16472 It would look something like:
16474 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
16476 When there is an Age Interval defined, it is a match if the age, in days, of
16477 the message is contained in the interval.
16478 The interval includes both endpoints.
16479 If the option is set to a list of intervals then it is a match if the
16480 age of the message is contained in any of the intervals.
16482 Even though this option is called Age, it isn't actually
16483 the <EM>age</EM> of the message.
16484 Instead, it is how many days ago the message arrived in one of your folders.
16485 If the current time is a little past midnight, then a message that arrived
16486 just before midnight arrived yesterday, even though the message is only
16487 a few minutes old.
16488 By default, the date being used is not the date in the Date
16489 header of the message.
16490 It is the date that the message arrived in one of your folders.
16491 When you Save a message from one folder to another that arrival date
16492 is preserved.
16493 If you would like to use the date in the Date header that is possible.
16494 Turn on the option
16495 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
16496 near the bottom of the rule definition.
16498 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
16499 The age interval
16501 <CENTER><SAMP>(2,2)</SAMP></CENTER>
16503 matches all messages that arrived on the day before yesterday.
16504 The interval
16506 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
16508 matches all messages that arrived at least 180 days before today.
16509 The interval
16511 <CENTER><SAMP>(0,1)</SAMP></CENTER>
16513 matches all messages that arrived today or yesterday.
16516 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16517 for more information on Patterns.
16519 Look <A HREF="h_edit_nav_cmds">here</A>
16520 to see the available Editing and Navigation commands.
16522 &lt;End of help on this topic&gt;
16523 </BODY>
16524 </HTML>
16525 ======= h_config_role_size =======
16526 <HTML>
16527 <HEAD>
16528 <TITLE>Size Interval Explained</TITLE>
16529 </HEAD>
16530 <BODY>
16531 <H1>Size Interval Explained</H1>
16533 The Size Interval, if defined, is part of the Pattern.
16534 If you use this, it should be set to something like:
16536 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
16538 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
16539 The special value &quot;INF&quot; may be used for the max value.
16540 It represents infinity.
16542 In rare cases it may be useful to use the more general form of the value,
16543 which is a comma-separated list of intervals.
16544 It would look something like:
16546 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
16548 When there is a Size Interval defined, it is a match if the size of
16549 the message is contained in the interval.
16550 The interval includes both endpoints.
16551 If the option is set to a list of intervals then it is a match if the
16552 size of the message is contained in any of the intervals.
16554 The size interval
16556 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
16558 matches all messages with sizes greater than or equal to 10000, and less
16559 than or equal to 50000.
16560 The interval
16562 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
16564 matches all messages with sizes greater than or equal to 100000.
16567 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16568 for more information on Patterns.
16570 Look <A HREF="h_edit_nav_cmds">here</A>
16571 to see the available Editing and Navigation commands.
16573 &lt;End of help on this topic&gt;
16574 </BODY>
16575 </HTML>
16576 ======= h_config_role_scorei =======
16577 <HTML>
16578 <HEAD>
16579 <TITLE>Score Interval Explained</TITLE>
16580 </HEAD>
16581 <BODY>
16582 <H1>Score Interval Explained</H1>
16584 The Score Interval, if defined, is part of the Pattern.
16585 If you use this, it should be set to something like:
16587 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
16589 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
16590 -32000 and 32000.
16591 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
16592 the min and max values.
16593 These represent negative and positive infinity.
16595 Actually, the value may be a list of intervals rather than just a
16596 single interval if that is useful.
16597 The elements of the list are separated by commas like:
16599 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
16601 When there is a Score Interval defined, it is a match if the score for
16602 the message is contained in any of the intervals.
16603 The intervals include both endpoints.
16604 The score for a message is calculated by looking at every scoring rule
16605 defined and adding up the Score Values for the rules that match the message.
16606 Scoring rules are created using the
16607 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
16610 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16611 for more information on Patterns.
16613 Look <A HREF="h_edit_nav_cmds">here</A>
16614 to see the available Editing and Navigation commands.
16616 &lt;End of help on this topic&gt;
16617 </BODY>
16618 </HTML>
16619 ======= h_config_role_fldr_type =======
16620 <HTML>
16621 <HEAD>
16622 <TITLE>Current Folder Type Explained</TITLE>
16623 </HEAD>
16624 <BODY>
16625 <H1>Current Folder Type Explained</H1>
16627 The Current Folder Type is part of the role's Pattern.
16628 It refers to the type of the currently open folder, which is the folder
16629 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
16630 In order for a role to be considered a match, the current folder must
16631 be of the type you set here.
16632 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16633 all what you might think.
16635 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
16636 example, then
16637 that role will only be a match if the current folder is a newsgroup and
16638 the rest of the Pattern matches.
16639 The value &quot;Specific&quot; may be used when you want to limit the match
16640 to a specific folder (not just a specific type of folder), or to a list of
16641 specific folders.
16643 In order to match a specific folder you Select the &quot;Specific&quot;
16644 button <EM>AND</EM> fill in
16645 the name (or list of names) of
16646 the folder in the &quot;Folder List&quot; field.
16647 If the current folder is any of the folders in the list, that is considered
16648 a match.
16649 The name of each folder in the list may be either &quot;INBOX&quot;,
16650 the technical specification
16651 of the folder (like what appears in your configuration file) or, if the
16652 folder is one of your incoming folders, it may be the nickname you've given
16653 the folder.
16654 Here are a couple samples of specific folder names:
16656 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16658 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16660 The easiest way to fill in the &quot;Folder List&quot; field is to use
16661 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
16662 highlighted, or to use the &quot;Take&quot; command with the configuration
16663 feature
16664 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
16665 turned on.
16666 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16667 Current Folder Type is set to &quot;Specific&quot;, and any value that
16668 &quot;Folder List&quot; has is ignored unless the type
16669 is set to &quot;Specific&quot;.
16671 When reading a newsgroup, there may be a performance penalty
16672 incurred when collecting the information necessary to check a Pattern.
16673 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
16675 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16676 for more information on Patterns.
16678 Look <A HREF="h_edit_nav_cmds">here</A>
16679 to see the available Editing and Navigation commands.
16681 &lt;End of help on this topic&gt;
16682 </BODY>
16683 </HTML>
16684 ======= h_config_filt_rule_type =======
16685 <HTML>
16686 <HEAD>
16687 <TITLE>Filter Action Explained</TITLE>
16688 </HEAD>
16689 <BODY>
16690 <H1>Filter Action Explained</H1>
16692 The Filter Action specifies the action to be taken when the Pattern is a
16693 match.
16694 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
16695 &quot;Just Set Message Status&quot;.
16697 If it is set to &quot;Delete&quot;, then the message that matches the
16698 Pattern will be deleted from the open folder.
16700 If it is set to &quot;Move&quot;, then the name of the folder to which
16701 the matching message should be moved is given in the &quot;Folder List&quot; field on the
16702 next line of the screen.
16703 A list of folders separated by commas may be given, in which case the
16704 message will be copied to all of the folders in the list before it is
16705 deleted.
16707 If it is set to neither of those two values (it is set to the value
16708 labeled &quot;Just Set Message Status&quot;) then the message status
16709 setting will happen
16710 but the message will not be deleted or moved.
16712 If you are Moving a message you may also set Message Status if you wish.
16714 The easiest way to fill in the &quot;Folder List&quot; field is to use
16715 the T command that is available when the &quot;Folder List&quot; line is
16716 highlighted.
16717 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16718 Filter Action is set to &quot;Move&quot;, and any value that
16719 &quot;Folder List&quot; has is ignored unless the type
16720 is set to &quot;Move&quot;.
16722 There are a few tokens that may be used in the names in the Folder List.
16723 They are all related to the date on which the filtering is taking place.
16724 The tokens are words surrounded by underscores.
16725 For example, if you want your filter to move messages to a folder named
16726 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
16727 you could specify the folder as
16728 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
16729 which would result in a file named something like
16730 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
16732 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
16733 which would result in a file named something like
16734 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
16735 The available tokens are listed
16736 <A HREF="h_index_tokens">here</A>.
16738 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16739 for more information on Patterns.
16741 Look <A HREF="h_edit_nav_cmds">here</A>
16742 to see the available Editing and Navigation commands.
16744 &lt;End of help on this topic&gt;
16745 </BODY>
16746 </HTML>
16747 ======= h_config_score_fldr_type =======
16748 <HTML>
16749 <HEAD>
16750 <TITLE>Current Folder Type Explained</TITLE>
16751 </HEAD>
16752 <BODY>
16753 <H1>Current Folder Type Explained</H1>
16755 The Current Folder Type is part of the scoring rule's Pattern.
16756 It refers to the type of the folder that
16757 the message being scored is in.
16758 In order for a rule to be considered a match, the current folder must
16759 be of the type you set here.
16760 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16761 all what you might think.
16763 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
16764 example, then
16765 that Pattern will only match if the current folder is a newsgroup and
16766 the rest of the Pattern matches.
16767 The value &quot;Specific&quot; may be used when you want to limit the match
16768 to a specific folder (not just a specific type of folder), or to a list of
16769 specific folders.
16771 In order to match a specific folder you Select the &quot;Specific&quot;
16772 button <EM>AND</EM> fill in
16773 the name (or list of names) of
16774 the folder in the &quot;Folder List&quot; field.
16775 If the current folder is any of the folders in the list, that is considered
16776 a match.
16777 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
16778 of the folder (like what appears in your configuration file) or, if the
16779 folder is one of your incoming folders, it may be the nickname you've given
16780 the folder.
16781 Here are a couple samples of specific folder names:
16783 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16785 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16787 The easiest way to fill in the &quot;Folder List&quot; field is to use
16788 the T command that is available when the &quot;Folder List&quot; line is
16789 highlighted.
16790 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16791 Current Folder Type is set to &quot;Specific&quot;, and any value that
16792 &quot;Folder List&quot; has is ignored unless the type
16793 is set to &quot;Specific&quot;.
16795 When reading a newsgroup, there may be a performance penalty
16796 incurred when collecting the information necessary to check a Pattern.
16797 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
16798 For example, if you have Index Line Coloring rules that have Score Intervals
16799 defined then the scores for all the visible messages will need to be calculated.
16800 If some of your Scoring rules have 
16801 a Current Folder Type of
16802 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
16803 screen to draw more slowly when in a newsgroup.
16805 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16806 for more information on Patterns.
16808 Look <A HREF="h_edit_nav_cmds">here</A>
16809 to see the available Editing and Navigation commands.
16811 &lt;End of help on this topic&gt;
16812 </BODY>
16813 </HTML>
16814 ======= h_config_other_fldr_type =======
16815 <HTML>
16816 <HEAD>
16817 <TITLE>Current Folder Type Explained</TITLE>
16818 </HEAD>
16819 <BODY>
16820 <H1>Current Folder Type Explained</H1>
16822 The Current Folder Type is part of the rule's Pattern.
16823 It refers to the type of the folder being viewed.
16824 In order for a rule to be considered a match, the current folder must
16825 be of the type you set here.
16826 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16827 all what you might think.
16829 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
16830 example, then
16831 that Pattern will only match if the current folder is a newsgroup.
16832 The value &quot;Specific&quot; may be used when you want to limit the match
16833 to a specific folder (not just a specific type of folder), or to a list of
16834 specific folders.
16836 In order to match a specific folder you Select the &quot;Specific&quot;
16837 button <EM>AND</EM> fill in
16838 the name (or list of names) of
16839 the folder in the &quot;Folder List&quot; field.
16840 If the current folder is any of the folders in the list, that is considered
16841 a match.
16842 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
16843 of the folder (like what appears in your configuration file) or, if the
16844 folder is one of your incoming folders, it may be the nickname you've given
16845 the folder.
16846 Here are a couple samples of specific folder names:
16848 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16850 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16852 The easiest way to fill in the &quot;Folder List&quot; field is to use
16853 the T command that is available when the &quot;Folder List&quot; line is
16854 highlighted.
16855 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16856 Current Folder Type is set to &quot;Specific&quot;, and any value that
16857 &quot;Folder List&quot; has is ignored unless the type
16858 is set to &quot;Specific&quot;.
16860 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16861 for more information on Patterns.
16863 Look <A HREF="h_edit_nav_cmds">here</A>
16864 to see the available Editing and Navigation commands.
16866 &lt;End of help on this topic&gt;
16867 </BODY>
16868 </HTML>
16869 ======= h_config_incol_fldr_type =======
16870 <HTML>
16871 <HEAD>
16872 <TITLE>Current Folder Type Explained</TITLE>
16873 </HEAD>
16874 <BODY>
16875 <H1>Current Folder Type Explained</H1>
16877 The Current Folder Type is part of the Line Coloring rule's Pattern.
16878 It refers to the type of the folder for which the MESSAGE INDEX is
16879 being viewed.
16880 In order for a rule to be considered a match, the current folder must
16881 be of the type you set here.
16882 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16883 all what you might think.
16885 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
16886 example, then
16887 that Pattern will only match if the current folder is a newsgroup and
16888 the rest of the Pattern matches.
16889 The value &quot;Specific&quot; may be used when you want to limit the match
16890 to a specific folder (not just a specific type of folder), or to a list of
16891 specific folders.
16893 In order to match a specific folder you Select the &quot;Specific&quot;
16894 button <EM>AND</EM> fill in
16895 the name (or list of names) of
16896 the folder in the &quot;Folder List&quot; field.
16897 If the current folder is any of the folders in the list, that is considered
16898 a match.
16899 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
16900 of the folder (like what appears in your configuration file) or, if the
16901 folder is one of your incoming folders, it may be the nickname you've given
16902 the folder.
16903 Here are a couple samples of specific folder names:
16905 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16907 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16909 The easiest way to fill in the &quot;Folder List&quot; field is to use
16910 the T command that is available when the &quot;Folder List&quot; line is
16911 highlighted.
16912 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16913 Current Folder Type is set to &quot;Specific&quot;, and any value that
16914 &quot;Folder List&quot; has is ignored unless the type
16915 is set to &quot;Specific&quot;.
16917 When reading a newsgroup, there may be a performance penalty
16918 incurred when collecting the information necessary to check a Pattern.
16919 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
16920 For example, a rule with a non-Normal Index Line Color
16921 and a Current Folder Type of
16922 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
16923 screen to draw more slowly when in a newsgroup.
16925 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16926 for more information on Patterns.
16928 Look <A HREF="h_edit_nav_cmds">here</A>
16929 to see the available Editing and Navigation commands.
16931 &lt;End of help on this topic&gt;
16932 </BODY>
16933 </HTML>
16934 ======= h_config_filt_fldr_type =======
16935 <HTML>
16936 <HEAD>
16937 <TITLE>Current Folder Type Explained</TITLE>
16938 </HEAD>
16939 <BODY>
16940 <H1>Current Folder Type Explained</H1>
16942 The Current Folder Type is part of the Filtering rule's Pattern.
16943 It refers to the type of the folder for which the filtering is being done.
16944 In order for a rule to be considered a match, the current folder must
16945 be of the type you set here.
16946 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16947 all what you might think.
16949 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
16950 example, then
16951 that Pattern will only match if the current folder is a newsgroup and
16952 the rest of the Pattern matches.
16953 The value &quot;Specific&quot; may be used when you want to limit the match
16954 to a specific folder (not just a specific type of folder), or to a list of
16955 specific folders.
16957 In order to match a specific folder you Select the &quot;Specific&quot;
16958 button <EM>AND</EM> fill in
16959 the name (or list of names) of
16960 the folder in the &quot;Folder List&quot; field.
16961 If the current folder is any of the folders in the list, that is considered
16962 a match.
16963 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
16964 of the folder (like what appears in your configuration file) or, if the
16965 folder is one of your incoming folders, it may be the nickname you've given
16966 the folder.
16967 Here are a couple samples of specific folder names:
16969 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16971 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16973 The easiest way to fill in the &quot;Folder List&quot; field is to use
16974 the T command that is available when the &quot;Folder List&quot; line is
16975 highlighted.
16976 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16977 Current Folder Type is set to &quot;Specific&quot;, and any value that
16978 &quot;Folder List&quot; has is ignored unless the type
16979 is set to &quot;Specific&quot;.
16981 When reading a newsgroup, there may be a performance penalty
16982 incurred when collecting the information necessary to check a Pattern.
16983 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
16984 For example, a rule with a Current Folder Type of either
16985 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
16986 more slowly when opening a newsgroup.
16988 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16989 for more information on Patterns.
16991 Look <A HREF="h_edit_nav_cmds">here</A>
16992 to see the available Editing and Navigation commands.
16994 &lt;End of help on this topic&gt;
16995 </BODY>
16996 </HTML>
16997 ======= h_config_role_stat_imp =======
16998 <HTML>
16999 <HEAD>
17000 <TITLE>Message Important Status Explained</TITLE>
17001 </HEAD>
17002 <BODY>
17003 <H1>Message Important Status Explained</H1>
17005 This part of the Pattern may have one of three possible values.
17006 The default value is &quot;Don't care&quot;, which matches any message.
17007 The other two values are &quot;Yes&quot;, which means the message must be
17008 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
17009 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
17010 to be a match.
17012 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17013 for more information on Patterns.
17015 Look <A HREF="h_edit_nav_cmds">here</A>
17016 to see the available Editing and Navigation commands.
17018 &lt;End of help on this topic&gt;
17019 </BODY>
17020 </HTML>
17021 ======= h_config_role_stat_new =======
17022 <HTML>
17023 <HEAD>
17024 <TITLE>Message New Status Explained</TITLE>
17025 </HEAD>
17026 <BODY>
17027 <H1>Message New Status Explained</H1>
17029 This part of the Pattern may have one of three possible values.
17030 The default value is &quot;Don't care&quot;, which matches any message.
17031 The other two values are &quot;Yes&quot;, which means the message must be
17032 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
17033 means the message must <EM>not</EM> be &quot;New&quot; in order
17034 to be a match.
17035 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
17036 same as <EM>Seen</EM>.
17038 The nomenclature for New and Recent is a bit confusing:
17040 New means that the message is Unseen.
17041 It could have been in your mailbox for a long time but if you haven't looked
17042 at it, it is still considered New.
17043 That matches the default Alpine index display that shows an N for such a
17044 message.
17046 Recent means that the message was added to this folder since the last time
17047 you opened the folder.
17048 Alpine also shows an N by default for these types of messages.
17049 If you were to run two copies of Alpine that opened a folder one right after
17050 the other, a message would only show up as Recent in (at most) the first
17051 Alpine session.
17053 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17054 for more information on Patterns.
17056 Look <A HREF="h_edit_nav_cmds">here</A>
17057 to see the available Editing and Navigation commands.
17059 &lt;End of help on this topic&gt;
17060 </BODY>
17061 </HTML>
17062 ======= h_config_role_stat_recent =======
17063 <HTML>
17064 <HEAD>
17065 <TITLE>Message Recent Status Explained</TITLE>
17066 </HEAD>
17067 <BODY>
17068 <H1>Message Recent Status Explained</H1>
17070 This part of the Pattern may have one of three possible values.
17071 The default value is &quot;Don't care&quot;, which matches any message.
17072 The other two values are &quot;Yes&quot;, which means the message must be
17073 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
17074 means the message must <EM>not</EM> be &quot;Recent&quot; in order
17075 to be a match.
17076 &quot;Recent&quot; means that the message was added to the folder since
17077 the last time the folder was opened.
17078 If more than one mail client has the folder opened, the message will
17079 appear to be &quot;Recent&quot; to only one of the clients.
17081 The nomenclature for New and Recent is a bit confusing:
17083 New means that the message is Unseen.
17084 It could have been in your mailbox for a long time but if you haven't looked
17085 at it, it is still considered New.
17086 That matches the default Alpine index display that shows an N for such a
17087 message.
17089 Recent means that the message was added to this folder since the last time
17090 you opened the folder.
17091 Alpine also shows an N by default for these types of messages.
17092 If you were to run two copies of Alpine that opened a folder one right after
17093 the other, a message would only show up as Recent in (at most) the first
17094 Alpine session.
17096 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17097 for more information on Patterns.
17099 Look <A HREF="h_edit_nav_cmds">here</A>
17100 to see the available Editing and Navigation commands.
17102 &lt;End of help on this topic&gt;
17103 </BODY>
17104 </HTML>
17105 ======= h_config_role_stat_del =======
17106 <HTML>
17107 <HEAD>
17108 <TITLE>Message Deleted Status Explained</TITLE>
17109 </HEAD>
17110 <BODY>
17111 <H1>Message Deleted Status Explained</H1>
17113 This part of the Pattern may have one of three possible values.
17114 The default value is &quot;Don't care&quot;, which matches any message.
17115 The other two values are &quot;Yes&quot;, which means the message must be
17116 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
17117 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
17118 to be a match.
17120 If you are thinking of using this part of the Pattern as a way to prevent
17121 messages from being filtered more than once in a Filter Pattern,
17122 take a look at the Filter Option
17123 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
17124 instead.
17125 It should work better than using this field since it will hide the filtered
17126 messages even if they are already Deleted.
17127 That option is at the bottom of the Filter configuration screen.
17129 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17130 for more information on Patterns.
17132 Look <A HREF="h_edit_nav_cmds">here</A>
17133 to see the available Editing and Navigation commands.
17135 &lt;End of help on this topic&gt;
17136 </BODY>
17137 </HTML>
17138 ======= h_config_role_stat_ans =======
17139 <HTML>
17140 <HEAD>
17141 <TITLE>Message Answered Status Explained</TITLE>
17142 </HEAD>
17143 <BODY>
17144 <H1>Message Answered Status Explained</H1>
17146 This part of the Pattern may have one of three possible values.
17147 The default value is &quot;Don't care&quot;, which matches any message.
17148 The other two values are &quot;Yes&quot;, which means the message must be
17149 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
17150 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
17151 to be a match.
17153 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17154 for more information on Patterns.
17156 Look <A HREF="h_edit_nav_cmds">here</A>
17157 to see the available Editing and Navigation commands.
17159 &lt;End of help on this topic&gt;
17160 </BODY>
17161 </HTML>
17162 ======= h_config_role_abookfrom =======
17163 <HTML>
17164 <HEAD>
17165 <TITLE>Address in Address Book Explained</TITLE>
17166 </HEAD>
17167 <BODY>
17168 <H1>Address in Address Book Explained</H1>
17170 This option gives you a way to match messages that contain an address
17171 that is in one of your address books.
17172 Only the simple entries in your address books are searched.
17173 Address book distribution lists are ignored!
17175 This part of the Pattern may have one of five possible values.
17176 The default value is &quot;Don't care&quot;, which matches any message.
17177 The value &quot;Yes, in any address book&quot; means at least one of the addresses
17178 from the message must be in at least one of your
17179 address books in order to be a match.
17180 The value &quot;No, not in any address book&quot;
17181 means none of the addresses may
17182 be in any of your address books in order to be a match.
17184 The values &quot;Yes, in specific address books&quot; and
17185 &quot;No, not in any of specific address books&quot; are similar but instead
17186 of depending on all address books you are allowed to give a list of address
17187 books to look in.
17188 Usually this would be a single address book but it may be a
17189 list of address books as well.
17190 For each of these &quot;specific&quot; address book options you Select which
17191 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
17192 name (or list of names) of the address book in the
17193 &quot;Abook List&quot; field.
17194 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
17195 The easiest way to fill in the Abook List field it to use
17196 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
17197 line is highlighted.
17198 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
17199 option is set to one of the two &quot;Specific&quot;, values.
17201 The addresses from the message that are checked for are determined by the
17202 setting you have for &quot;Types of addresses to check for in address book&quot;.
17203 If you set this to &quot;From&quot; the From address from the message will
17204 be looked up in the address book.
17205 If you set it to &quot;To&quot; instead then the To addresses will be used.
17206 If any of the To addresses are in the address book then it is considered
17207 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
17208 You could set it to both From and To, in which case all of the From and To
17209 addresses are used.
17210 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
17211 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
17212 exists or the From address if there is no Reply-To address.
17213 Same for the Sender address.
17215 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17216 for more information on Patterns.
17218 Look <A HREF="h_edit_nav_cmds">here</A>
17219 to see the available Editing and Navigation commands.
17221 &lt;End of help on this topic&gt;
17222 </BODY>
17223 </HTML>
17224 ======= h_config_inabook_from =======
17225 <HTML>
17226 <HEAD>
17227 <TITLE>From</TITLE>
17228 </HEAD>
17229 <BODY>
17230 <H1>From</H1>
17232 Setting the From line will cause the address from the From header line
17233 of the message to be checked for in the address book.
17235 &lt;End of help on this topic&gt;
17236 </BODY>
17237 </HTML>
17238 ======= h_config_inabook_replyto =======
17239 <HTML>
17240 <HEAD>
17241 <TITLE>Reply-To</TITLE>
17242 </HEAD>
17243 <BODY>
17244 <H1>Reply-To</H1>
17246 Setting the Reply-To line will cause the address from the Reply-To header line
17247 of the message to be checked for in the address book.
17248 However, if there is no Reply-To header line in the message the From header
17249 line will be used instead.
17250 We understand this is dumb but we don't have an easy way around it.
17252 &lt;End of help on this topic&gt;
17253 </BODY>
17254 </HTML>
17255 ======= h_config_inabook_sender =======
17256 <HTML>
17257 <HEAD>
17258 <TITLE>Sender</TITLE>
17259 </HEAD>
17260 <BODY>
17261 <H1>Sender</H1>
17263 Setting the Sender line will cause the address from the Sender header line
17264 of the message to be checked for in the address book.
17265 However, if there is no Sender 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_to =======
17273 <HTML>
17274 <HEAD>
17275 <TITLE>To</TITLE>
17276 </HEAD>
17277 <BODY>
17278 <H1>To</H1>
17280 Setting the To line will cause the address from the To header line
17281 of the message to be checked for in the address book.
17283 &lt;End of help on this topic&gt;
17284 </BODY>
17285 </HTML>
17286 ======= h_config_inabook_cc =======
17287 <HTML>
17288 <HEAD>
17289 <TITLE>CC</TITLE>
17290 </HEAD>
17291 <BODY>
17292 <H1>CC</H1>
17294 Setting the CC line will cause the address from the CC header line
17295 of the message to be checked for in the address book.
17297 &lt;End of help on this topic&gt;
17298 </BODY>
17299 </HTML>
17300 ======= h_config_role_stat_8bitsubj =======
17301 <HTML>
17302 <HEAD>
17303 <TITLE>Raw 8-bit in Subject Explained</TITLE>
17304 </HEAD>
17305 <BODY>
17306 <H1>Raw 8-bit in Subject Explained</H1>
17308 It seems that lots of unwanted email contains unencoded 8-bit characters
17309 in the Subject.
17310 Normally, characters with the 8th bit set are not allowed in the Subject
17311 header unless they are MIME-encoded.
17312 This option gives you a way to match messages that have Subjects that
17313 contain unencoded 8-bit characters.
17315 This part of the Pattern may have one of three possible values.
17316 The default value is &quot;Don't care&quot;, which matches any message.
17317 The other two values are &quot;Yes&quot;, which means the Subject of
17318 the message must contain unencoded 8-bit characters (characters with the
17319 most significant bit set)
17320 in order to be a match; or &quot;No&quot;, which
17321 means the Subject must <EM>not</EM>
17322 contain unencoded 8-bit characters in order to be a match.
17324 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17325 for more information on Patterns.
17327 Look <A HREF="h_edit_nav_cmds">here</A>
17328 to see the available Editing and Navigation commands.
17330 &lt;End of help on this topic&gt;
17331 </BODY>
17332 </HTML>
17333 ======= h_config_role_bom =======
17334 <HTML>
17335 <HEAD>
17336 <TITLE>Beginning of Month</TITLE>
17337 </HEAD>
17338 <BODY>
17339 <H1>Beginning of Month</H1>
17341 This option gives you a limited ability to take different actions depending on whether
17342 this is the first time Alpine has been run this month or not.
17343 Though it would be nice to have such an option available, this is not the
17344 same as whether or not this is the first time a paricular folder has been
17345 opened this month.
17346 If you want some action (probably Filtering) to take place in a folder each
17347 month, then you will need to be sure that the folder is opened during the
17348 first Alpine session of the month in order for this option to be helpful.
17350 This part of the Pattern may have one of three possible values.
17351 The default value is &quot;Don't care&quot;, which matches any message.
17352 The other two values are &quot;Yes&quot;, which means this is the first
17353 time Alpine has been run this month;
17354 or &quot;No&quot;, which
17355 means this is not the first time Alpine has been run this month.
17357 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17358 for more information on Patterns.
17360 Here are some technical details.
17361 The way that Alpine decides if it is the beginning of the month or not is
17362 to compare today's date with the date stored in the
17363 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17364 variable in the config file.
17365 If the month of today's date is later than the month stored in the variable,
17366 then this is considered to be the first time you have run Alpine this month, and
17367 that turns the Beginning of the Month option on.
17369 Look <A HREF="h_edit_nav_cmds">here</A>
17370 to see the available Editing and Navigation commands.
17372 &lt;End of help on this topic&gt;
17373 </BODY>
17374 </HTML>
17375 ======= h_config_role_boy =======
17376 <HTML>
17377 <HEAD>
17378 <TITLE>Beginning of Year</TITLE>
17379 </HEAD>
17380 <BODY>
17381 <H1>Beginning of Year</H1>
17383 This option gives you a limited ability to take different actions depending on whether
17384 this is the first time Alpine has been run this year or not.
17385 Though it would be nice to have such an option available, this is not the
17386 same as whether or not this is the first time a paricular folder has been
17387 opened this year.
17388 If you want some action (probably Filtering) to take place in a folder each
17389 year, then you will need to be sure that the folder is opened during the
17390 first Alpine session of the year in order for this option to be helpful.
17392 This part of the Pattern may have one of three possible values.
17393 The default value is &quot;Don't care&quot;, which matches any message.
17394 The other two values are &quot;Yes&quot;, which means this is the first
17395 time Alpine has been run this year;
17396 or &quot;No&quot;, which
17397 means this is not the first time Alpine has been run this year.
17399 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17400 for more information on Patterns.
17402 Here are some technical details.
17403 The way that Alpine decides if it is the beginning of the year or not is
17404 to compare today's date with the date stored in the
17405 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17406 variable in the config file.
17407 If the year of today's date is later than the year stored in the variable,
17408 then this is considered to be the first time you have run Alpine this year, and
17409 that turns the Beginning of the Year option on.
17411 Look <A HREF="h_edit_nav_cmds">here</A>
17412 to see the available Editing and Navigation commands.
17414 &lt;End of help on this topic&gt;
17415 </BODY>
17416 </HTML>
17417 ======= h_config_role_inick =======
17418 <HTML>
17419 <HEAD>
17420 <TITLE>Initialize Values From Role Explained</TITLE>
17421 </HEAD>
17422 <BODY>
17423 <H1>Initialize Values From Role Explained</H1>
17425 This is a power user feature.
17426 You will usually want to leave this field empty.
17427 The value of this field is the nickname of another one of your roles.
17428 The Action values from that other role
17429 are used as the initial values of the Action items for this role.
17430 If you put something in any of the action fields for this role, that will
17431 override whatever was in the corresponding field of the initializer role.
17433 You might use this field if the &quot;Action&quot; part of one of your roles
17434 is something you want to use in more than one role.
17435 Instead of filling in those action values again for each role, you
17436 may give the nickname of the role where the values are filled in.
17437 It's just a shortcut way to define Role Actions.
17439 Here's an example to help explain how this works.
17440 Suppose you have a role with nickname &quot;role1&quot; and role1 has
17441 (among other things)
17443 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
17445 set.
17446 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
17447 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
17448 from role1 by default (and any of the other inheritable action values
17449 that are set).
17450 So if role2 had
17452 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
17454 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
17455 However, if role2 had
17457 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
17459 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
17461 If you wish,
17462 you may choose a nickname from your list of roles by using the
17463 &quot;T&quot; command.
17464 If the role you are using to initialize also has a role it initializes from,
17465 then that initialization happens first.
17466 That is, inheritance works as expected with the grandparent and
17467 great-grandparent (and so on) roles having the expected effect.
17469 Look <A HREF="h_edit_nav_cmds">here</A>
17470 to see the available Editing and Navigation commands.
17472 &lt;End of help on this topic&gt;
17473 </BODY>
17474 </HTML>
17475 ======= h_config_role_setfrom =======
17476 <HTML>
17477 <HEAD>
17478 <TITLE>Set From Explained</TITLE>
17479 </HEAD>
17480 <BODY>
17481 <H1>Set From Explained</H1>
17483 This describes part of the action to be taken if the Pattern for this
17484 role is a match.
17485 This field consists of a single address that will be used as the From
17486 address on the message you are sending.
17487 This should be a fully-qualified address like
17489 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
17491 or just
17493 <CENTER><SAMP>user@domain</SAMP></CENTER>
17495 If you wish,
17496 you may choose an address from your address book with the
17497 &quot;T&quot; command.
17499 If this is left blank, then your normal From address will be used.
17501 You may also find it useful to add the changed From address to the
17502 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
17503 configuration option.
17505 Look <A HREF="h_edit_nav_cmds">here</A>
17506 to see the available Editing and Navigation commands.
17508 &lt;End of help on this topic&gt;
17509 </BODY>
17510 </HTML>
17511 ======= h_config_role_setreplyto =======
17512 <HTML>
17513 <HEAD>
17514 <TITLE>Set Reply-To Explained</TITLE>
17515 </HEAD>
17516 <BODY>
17517 <H1>Set Reply-To Explained</H1>
17519 This describes part of the action to be taken if the Pattern for this
17520 role is a match.
17521 This field consists of a single address that will be used as the Reply-To
17522 address on the message you are sending.
17523 This may be a fully-qualified address like
17525 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
17527 or just
17529 <CENTER><SAMP>user@domain</SAMP></CENTER>
17531 If you wish,
17532 you may choose an address from your address book with the
17533 &quot;T&quot; command.
17535 If this is left blank, then there won't be a Reply-To address unless
17536 you have configured one specially with the
17537 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
17538 configuration option.
17540 Look <A HREF="h_edit_nav_cmds">here</A>
17541 to see the available Editing and Navigation commands.
17543 &lt;End of help on this topic&gt;
17544 </BODY>
17545 </HTML>
17546 ======= h_config_role_setfcc =======
17547 <HTML>
17548 <HEAD>
17549 <TITLE>Set Fcc Explained</TITLE>
17550 </HEAD>
17551 <BODY>
17552 <H1>Set Fcc Explained</H1>
17554 This describes part of the action to be taken if the Pattern for this
17555 role is a match.
17556 This field consists of a single folder name that will be used in
17557 the Fcc field of the message you are sending.
17558 You may put anything here that you would normally type into the Fcc
17559 field from the composer.
17561 In addition, an fcc of &quot;&quot; (two double quotation marks) means
17562 no Fcc.
17564 A blank field here means that Alpine will use its normal rules for deciding
17565 the default value of the Fcc field.
17566 For many roles, perhaps most, it may make more sense for you to use the
17567 other Alpine facilities for setting the Fcc.
17568 In particular, if you want the Fcc to depend on who you are sending the
17569 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
17570 is probably more useful.
17571 In that case, you would want to leave the Fcc field here blank.
17572 However, if you have a role that depends on who the message you are replying
17573 to was From, or what address that message was sent to;
17574 then it might make sense to set the Fcc for that role here.
17576 If you wish,
17577 you may choose a folder from your folder collections by using the
17578 &quot;T&quot; command.
17580 Look <A HREF="h_edit_nav_cmds">here</A>
17581 to see the available Editing and Navigation commands.
17583 &lt;End of help on this topic&gt;
17584 </BODY>
17585 </HTML>
17586 ======= h_config_role_usesmtp =======
17587 <HTML>
17588 <HEAD>
17589 <TITLE>Use SMTP Server Explained</TITLE>
17590 </HEAD>
17591 <BODY>
17592 <H1>Use SMTP Server Explained</H1>
17594 This describes part of the action to be taken if the Pattern for this
17595 role is a match.
17596 If this field has a value, then it will be used as the SMTP server
17597 to send mail when this role is being used (unless the SMTP server variable
17598 is set in the system-wide fixed configuration file).
17599 It has the same semantics as the
17600 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
17601 variable in the Setup/Config screen.
17603 If you are using this to post from home when you are at home and from
17604 work when you are at work you need to be careful about postponing messages.
17605 When you postpone a composition that was using a role with this variable
17606 set, the SMTP server list will be saved
17607 with the postponed composition.
17608 It cannot be changed later.
17609 Because of this, you may want to make this a list of SMTP servers
17610 with the preferred server at the front of the list and alternate servers
17611 later in the list.
17612 In your &quot;Home&quot; role you would put the home SMTP server first and
17613 the work SMTP server last.
17614 In your &quot;Work&quot; role you would put the work SMTP server first and
17615 the home SMTP server last.
17616 Then if you start a composition as &quot;Work&quot;, postpone
17617 it, and then later resume it from home the work SMTP server will fail but
17618 the home SMTP server later in the list will succeed.
17620 You may be able to simplify things by making the regular
17621 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
17622 variable in the Setup/Config screen a list instead of using roles
17623 to set the SMTP server.
17626 Look <A HREF="h_edit_nav_cmds">here</A>
17627 to see the available Editing and Navigation commands.
17629 &lt;End of help on this topic&gt;
17630 </BODY>
17631 </HTML>
17632 ======= h_config_role_usenntp =======
17633 <HTML>
17634 <HEAD>
17635 <TITLE>Use NNTP Server Explained</TITLE>
17636 </HEAD>
17637 <BODY>
17638 <H1>Use NNTP Server Explained</H1>
17640 This describes part of the action to be taken if the Pattern for this
17641 role is a match.
17642 If this field has a value, then it will be used as the NNTP server
17643 to post to newsgroups when this role is being used (unless the NNTP server
17644 variable
17645 is set in the system-wide fixed configuration file).
17646 It has the same semantics as the
17647 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
17648 variable in the Setup/Config screen.
17650 This role setting can facilitate posting to the right nntp server for someone
17651 who reads news from various news sources.  The feature
17652 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
17653 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
17654 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
17655 nntp servers for roles may be more desirable for some people.
17657 If you are using this to post from home when you are at home and from
17658 work when you are at work you need to be careful about postponing messages.
17659 When you postpone a composition that was using a role with this variable
17660 set, the NNTP server list will be saved
17661 with the postponed composition.
17662 It cannot be changed later.
17663 Because of this, you may want to make this a list of NNTP servers
17664 with the preferred server at the front of the list and alternate servers
17665 later in the list.
17666 In your &quot;Home&quot; role you would put the home NNTP server first and
17667 the work NNTP server last.
17668 In your &quot;Work&quot; role you would put the work NNTP server first and
17669 the home NNTP server last.
17670 Then if you start a composition as &quot;Work&quot;, postpone
17671 it, and then later resume it from home the work NNTP server will fail but
17672 the home NNTP server later in the list will succeed.
17674 You may be able to simplify things by making the regular
17675 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
17676 variable in the Setup/Config screen a list instead of using roles
17677 to set the NNTP server.
17680 Look <A HREF="h_edit_nav_cmds">here</A>
17681 to see the available Editing and Navigation commands.
17683 &lt;End of help on this topic&gt;
17684 </BODY>
17685 </HTML>
17686 ======= h_config_role_setotherhdr =======
17687 <HTML>
17688 <HEAD>
17689 <TITLE>Set Other Headers Explained</TITLE>
17690 </HEAD>
17691 <BODY>
17692 <H1>Set Other Headers Explained</H1>
17694 This describes part of the action to be taken if the Pattern for this
17695 role is a match.
17696 This field gives you a way to set values for headers besides
17697 &quot;From&quot; and &quot;Reply-To&quot;.
17698 If you want to set either of those, use the specific
17699 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
17701 This field is similar to the
17702 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
17703 Each header you specify here must include the header tag 
17704 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
17705 and may optionally include a value for that header.
17706 In order to see these headers when you compose using this role you 
17707 must use the rich header
17708 <!--chtml if pinemode="function_key"-->(F5)
17709 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
17710 Here's an example that shows how you might set the To address.
17712 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
17714 Headers set in this way are different from headers set with the
17715 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
17716 will replace any value that already exists.
17717 For example, if you are Replying to a message there will already be at
17718 least one address in the To header (the address you are Replying to).
17719 However, if you Reply using a role that sets the To header, that role's
17720 To header value will be used instead.
17722 Limitation: Because commas are used to separate the list of
17723 Other Headers, it is not possible to have the value of a
17724 header contain a comma;
17725 nor is there currently an &quot;escape&quot; mechanism provided
17726 to make this work.
17728 Look <A HREF="h_edit_nav_cmds">here</A>
17729 to see the available Editing and Navigation commands.
17731 &lt;End of help on this topic&gt;
17732 </BODY>
17733 </HTML>
17734 ======= h_config_role_setlitsig =======
17735 <HTML>
17736 <HEAD>
17737 <TITLE>Set Literal Signature Explained</TITLE>
17738 </HEAD>
17739 <BODY>
17740 <H1>Set Literal Signature Explained</H1>
17742 This describes part of the action to be taken if the Pattern for this
17743 role is a match.
17744 This field contains the actual text for your signature, as opposed to
17745 the name of a file containing your signature.
17746 If this is defined it takes precedence over any value set in the
17747 &quot;Set Signature&quot; field.
17749 This is simply a different way to store the signature.
17750 The signature is stored inside your Alpine configuration file instead of in
17751 a separate file.
17752 Tokens work the same way they do with
17753 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
17754 help text there for more information.
17757 The two character sequence &#92;n (backslash followed by
17758 the character n) will be used to signify a line-break in your signature.
17759 You don't have to enter the &#92;n, but it will be visible in the
17760 CHANGE THIS ROLE RULE window after you are done editing the signature.
17762 Look <A HREF="h_edit_nav_cmds">here</A>
17763 to see the available Editing and Navigation commands.
17765 &lt;End of help on this topic&gt;
17766 </BODY>
17767 </HTML>
17768 ======= h_config_role_setsig =======
17769 <HTML>
17770 <HEAD>
17771 <TITLE>Set Signature Explained</TITLE>
17772 </HEAD>
17773 <BODY>
17774 <H1>Set Signature Explained</H1>
17776 This describes part of the action to be taken if the Pattern for this
17777 role is a match.
17779 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
17780 option from Setup/Config
17781 or the &quot;Set LiteralSig&quot; option for this role are defined,
17782 then this option will be ignored.
17783 You can tell that that is the case because the value of this
17784 option will show up as
17786 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
17788 You may either use all Literal Signatures (signatures stored in your
17789 configuration file) throughout Alpine, or all signature files.
17790 You can't mix the two.
17792 This field consists of a filename that will be used as the signature
17793 file when using this role.
17795 If the filename is followed by a vertical bar (|) then instead
17796 of reading the contents of the file the file is assumed to be a
17797 program that will produce the text to be used on its standard output.
17798 The program can't have any arguments and doesn't receive any input from Alpine,
17799 but the rest of the processing works as if the contents came from a file.
17801 Instead of storing the data in a local file, the
17802 signature data may be stored remotely in an IMAP folder.
17803 In order to do this, 
17804 you must use a remote name for the signature.
17805 A remote signature name might look like:
17807 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
17810 The syntax used here is the same as the syntax used for a remote
17811 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
17812 Note that you may not access an existing signature file remotely,
17813 you have to create a new <EM>folder</EM> that contains the signature data.
17814 If the name you use here for the signature data is a remote name, then when
17815 you edit the file using the &quot;F&quot; command the data will
17816 be saved remotely in the folder.
17817 You aren't required to do anything special to create the folder, it
17818 gets created if you use a remote name.
17821 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
17822 the name of the file) you have specified.
17823 If you type &quot;T&quot; you may use a browser to choose an existing filename.
17825 Besides containing regular text, a signature file may also
17826 contain (or a signature program may produce) tokens that are replaced with text
17827 that depends on the message you are replying to or forwarding.
17828 The tokens all look like _word_ (a word surrounded by underscores).
17829 For example, if the token
17831 <CENTER><SAMP>_DATE_</SAMP></CENTER>
17833 is included in the text of the signature file, then when you reply to
17834 or forward a message, the token will be replaced with the actual date
17835 the message you are replying to or forwarding was sent.
17837 If you use a role that has a signature file for a plain composition
17838 (that is, not a reply or forward) then there is no original message, so
17839 any tokens that depend on the message will be replaced with nothing.
17840 So if you want a signature file to be useful for new compositions it
17841 shouldn't include any of the tokens that depend on the message being
17842 replied to or forwarded.
17844 The list of available tokens is
17845 <A HREF="h_index_tokens">here</A>.
17847 Actually, for the adventurous, there is a way to conditionally include text based
17848 on whether or not a token would result in specific replacement text.
17849 For example, you could include some text based on whether or not
17850 the _NEWS_ token would result in any newsgroups if it was used.
17851 It's explained in detail
17852 <A HREF="h_reply_token_conditionals">here</A>.
17854 In the very unlikely event that you want to include a literal token in
17855 a signature file, you must precede it with a backslash character.
17856 For example, to include the literal text _DATE_ you must actually use
17857 &#92;_DATE_.
17858 It is not possible to have a literal backslash followed by an expanded token.
17860 A blank field here means that Alpine will use its normal rules for deciding
17861 which file (if any) to use for the signature file.
17863 An alternate method for storing the signature is available in
17864 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
17866 Look <A HREF="h_edit_nav_cmds">here</A>
17867 to see the available Editing and Navigation commands.
17869 &lt;End of help on this topic&gt;
17870 </BODY>
17871 </HTML>
17872 ======= h_config_role_settempl =======
17873 <HTML>
17874 <HEAD>
17875 <TITLE>Set Template Explained</TITLE>
17876 </HEAD>
17877 <BODY>
17878 <H1>Set Template Explained</H1>
17880 This describes part of the action to be taken if the Pattern for this
17881 role is a match.
17882 This field consists of a filename that will be used as the template
17883 file when using this role.
17884 The template file is a file that is included at the top of the message you
17885 are composing.
17887 If the filename is followed by a vertical bar (|) then instead
17888 of reading the contents of the file the file is assumed to be a
17889 program that will produce the text to be used on its standard output.
17890 The program can't have any arguments and doesn't receive any input from Alpine,
17891 but the rest of the processing works as if the contents came from a file.
17893 Instead of storing the data in a local file, the
17894 template may be stored remotely in an IMAP folder.
17895 In order to do this, 
17896 you must use a remote name for the template.
17897 A remote template name might look like:
17899 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
17902 The syntax used here is the same as the syntax used for a remote
17903 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
17904 Note that you may not access an existing template file remotely,
17905 you have to create a new <EM>folder</EM> that contains the template data.
17906 If the name you use here for the template is a remote name, then when
17907 you edit the file using the &quot;F&quot; command the data will
17908 be saved remotely in the folder.
17909 You aren't required to do anything special to create the folder, it
17910 gets created if you use a remote name.
17912 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
17913 the name of the file) you have specified.
17914 If you type &quot;T&quot; you may use a browser to choose an existing filename.
17916 Besides containing regular text, the template file may also
17917 contain (or a template file program may produce) tokens that are replaced with text
17918 that depends on the message you are replying to or forwarding.
17919 The tokens all look like _word_ (a word surrounded by underscores).
17920 For example, if the token
17922 <CENTER><SAMP>_DATE_</SAMP></CENTER>
17924 is included in the text of the template file, then when you reply to
17925 or forward a message, the token will be replaced with the actual date
17926 the message you are replying to or forwarding was sent.
17928 If you use a role that has a template file for a plain composition
17929 (that is, not a reply or forward) then there is no original message, so
17930 any tokens that depend on the message will be replaced with nothing.
17931 So if you want a template file to be useful for new compositions it
17932 shouldn't include any of the tokens that depend on the message being
17933 replied to or forwarded.
17935 The list of available tokens is
17936 <A HREF="h_index_tokens">here</A>.
17938 Actually, for the adventurous, there is a way to conditionally include text based
17939 on whether or not a token would result in specific replacement text.
17940 For example, you could include some text based on whether or not
17941 the _NEWS_ token would result in any newsgroups if it was used.
17942 It's explained in detail
17943 <A HREF="h_reply_token_conditionals">here</A>.
17945 In the very unlikely event that you want to include a literal token in
17946 a template file, you must precede it with a backslash character.
17947 For example, to include the literal text _DATE_ you must actually use
17948 &#92;_DATE_.
17949 It is not possible to have a literal backslash followed by an expanded token.
17951 A blank template field means that Alpine will not use a template file when
17952 this role is being used.
17954 Look <A HREF="h_edit_nav_cmds">here</A>
17955 to see the available Editing and Navigation commands.
17957 &lt;End of help on this topic&gt;
17958 </BODY>
17959 </HTML>
17960 ======= h_config_filt_stat_imp =======
17961 <HTML>
17962 <HEAD>
17963 <TITLE>Set Important Status Explained</TITLE>
17964 </HEAD>
17965 <BODY>
17966 <H1>Set Important Status Explained</H1>
17968 This describes part of the action to be taken if the Pattern for this
17969 filter is a match.
17970 If set to &quot;Don't change it&quot; then this does nothing.
17971 If set to &quot;Set this state&quot; then the Important flag is set
17972 for the matching message.
17973 If set to &quot;Clear this state&quot; then the Important flag is cleared
17974 for the matching message.
17975 The important flag usually causes an asterisk to show up in the MESSAGE
17976 INDEX.
17977 It may also be useful when selecting a set of messages
17978 with the Select command.
17980 Look <A HREF="h_edit_nav_cmds">here</A>
17981 to see the available Editing and Navigation commands.
17983 &lt;End of help on this topic&gt;
17984 </BODY>
17985 </HTML>
17986 ======= h_config_filt_stat_new =======
17987 <HTML>
17988 <HEAD>
17989 <TITLE>Set New Status Explained</TITLE>
17990 </HEAD>
17991 <BODY>
17992 <H1>Set New Status Explained</H1>
17994 This describes part of the action to be taken if the Pattern for this
17995 filter is a match.
17996 If set to &quot;Don't change it&quot; then this does nothing.
17997 If set to &quot;Set this state&quot; then the
17998 matching message is marked New.
17999 If set to &quot;Clear this state&quot; then the
18000 matching message is marked Seen.
18002 Look <A HREF="h_edit_nav_cmds">here</A>
18003 to see the available Editing and Navigation commands.
18005 &lt;End of help on this topic&gt;
18006 </BODY>
18007 </HTML>
18008 ======= h_config_filt_stat_ans =======
18009 <HTML>
18010 <HEAD>
18011 <TITLE>Set Answered Status Explained</TITLE>
18012 </HEAD>
18013 <BODY>
18014 <H1>Set Answered Status Explained</H1>
18016 This describes part of the action to be taken if the Pattern for this
18017 filter is a match.
18018 If set to &quot;Don't change it&quot; then this does nothing.
18019 If set to &quot;Set this state&quot; then the Answered flag is set
18020 for the matching message.
18021 If set to &quot;Clear this state&quot; then the Answered flag is cleared
18022 for the matching message.
18024 Look <A HREF="h_edit_nav_cmds">here</A>
18025 to see the available Editing and Navigation commands.
18027 &lt;End of help on this topic&gt;
18028 </BODY>
18029 </HTML>
18030 ======= h_config_filt_stat_del =======
18031 <HTML>
18032 <HEAD>
18033 <TITLE>Set Deleted Status Explained</TITLE>
18034 </HEAD>
18035 <BODY>
18036 <H1>Set Deleted Status Explained</H1>
18038 This describes part of the action to be taken if the Pattern for this
18039 filter is a match.
18040 If set to &quot;Don't change it&quot; then this does nothing.
18041 If set to &quot;Set this state&quot; then the
18042 matching message is marked Deleted.
18043 If set to &quot;Clear this state&quot; then the
18044 matching message is marked UnDeleted.
18046 You should not use this option unless you are prepared to have matching
18047 messages expunged from the folder permanently.
18048 For example, if you type the Expunge command, this filter is applied
18049 before the expunge, so matching messages will be marked Deleted and then
18050 will be permanently expunged from the folder.
18051 However, since the index isn't redrawn in between the time that the message
18052 is marked Deleted and the time that you are asked to expunge, the only
18053 indication that you are expunging the message comes in the number of messages
18054 being expunged.
18055 The same thing may happen when you close a folder.
18056 It is also possible that an expunge not initiated by you will
18057 delete matching messages.
18059 Look <A HREF="h_edit_nav_cmds">here</A>
18060 to see the available Editing and Navigation commands.
18062 &lt;End of help on this topic&gt;
18063 </BODY>
18064 </HTML>
18065 ======= h_config_role_scoreval =======
18066 <HTML>
18067 <HEAD>
18068 <TITLE>Score Value Explained</TITLE>
18069 </HEAD>
18070 <BODY>
18071 <H1>Score Value Explained</H1>
18073 A message's score is the sum of the Score Values from all of the Scoring rules
18074 with Patterns that match the message.
18075 The value you give here is the Score Value associated with this rule.
18076 A Score Value is an integer between -100 and 100, with the default
18077 value of zero.
18079 Alternatively, if the
18080 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
18081 field is defined
18082 (on the line right below the &quot;Score Value&quot; field)
18083 then the &quot;Score Value&quot; is ignored and
18084 the &quot;Score From Header&quot; field is used instead.
18086 Look <A HREF="h_edit_nav_cmds">here</A>
18087 to see the available Editing and Navigation commands.
18089 &lt;End of help on this topic&gt;
18090 </BODY>
18091 </HTML>
18092 ======= h_config_role_scorehdrtok =======
18093 <HTML>
18094 <HEAD>
18095 <TITLE>Score Value From Header Explained</TITLE>
18096 </HEAD>
18097 <BODY>
18098 <H1>Score Value From Header Explained</H1>
18100 This option provides a way to use a number that appears in the headers of your
18101 messages as the message's score, or as a component of that score.
18102 If this field is defined then it is used instead of the &quot;Score Value&quot;.
18103 The idea behind this option is that there may be a score embedded in the
18104 headers of messages that has already been calculated outside of Alpine.
18105 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
18106 somewhere in that header there is a score.
18108 The value for this option is the name of the header followed by parentheses
18109 with two arguments inside:
18111 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
18113 No space is allowed between the comma and the start of the field_separators.
18114 It would be interpreted as the first separator if it was there.
18115 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
18116 starts after that and goes to the second separator, and so on.
18117 It's easier to explain with examples.
18119 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
18121 In the above example the header that is used is the &quot;X-Spam&quot; header.
18122 The value of that header (the part after the colon and the space) is split
18123 into fields separated by spaces.
18125 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
18127 The second field is selected and converted to an integer. It only makes sense
18128 if Field2 really is an integer.
18130 Here's an example of a SpamAssassin header.
18131 The exact look of the header will vary, but if your incoming mail
18132 contains headers that look like the following
18134 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
18136 you might want to use the hits value as a score.
18137 Since the score is an integer value you can't make use of the decimal part of
18138 the number, but
18139 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
18140 and &quot;.&quot; as your separators.
18142 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
18144 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
18145 hits.
18146 The second field is &quot;10&quot; so the score value would be 10.
18148 Another example we've seen has headers that look like
18150 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
18152 Because there are two equals before the 7% the value
18154 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
18156 should capture the probability as the score.
18158 The Score From Header scoring value actually works just like the
18159 regular Score Value in that the rest of the pattern has to match before
18160 it is used and the scores from all the different scoring rules that
18161 match for a particular message are added together.
18162 When using the Score From Header method it may (or may not) make sense to
18163 use only a single scoring rule with a pattern that matches every message.
18165 Look <A HREF="h_edit_nav_cmds">here</A>
18166 to see the available Editing and Navigation commands.
18168 &lt;End of help on this topic&gt;
18169 </BODY>
18170 </HTML>
18171 ======= h_config_role_replyuse =======
18172 <HTML>
18173 <HEAD>
18174 <TITLE>Reply Use Explained</TITLE>
18175 </HEAD>
18176 <BODY>
18177 <H1>Reply Use Explained</H1>
18179 This option determines how this particular role will be used when Replying
18180 to a message.
18181 There are three possible values for this option.
18182 The value &quot;Never&quot;
18183 means that this role will not be a candidate for use when Replying.
18184 The role's Pattern will not be checked for a match, however the role will
18185 be available to be manually switched to if there is a confirmation prompt.
18188 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18189 mean that you do want to consider this role when Replying.
18190 For either of these settings, the role's Pattern will be compared with
18191 the message being replied to.
18192 If there is a match then this role will either be used without confirmation
18193 or will be the default when confirmation is asked for, depending on
18194 which of the two options is selected.
18195 If confirmation is requested, you will also have a chance to
18196 manually change the role to any one of your other roles.
18199 You won't be prompted for confirmation if none of your role Patterns
18200 match the message being replied to.
18201 This is independent of the value of the current option.
18202 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18203 feature may be used to change this behavior.
18205 &lt;End of help on this topic&gt;
18206 </BODY>
18207 </HTML>
18208 ======= h_config_role_forwarduse =======
18209 <HTML>
18210 <HEAD>
18211 <TITLE>Forward Use Explained</TITLE>
18212 </HEAD>
18213 <BODY>
18214 <H1>Forward Use Explained</H1>
18216 This option determines how this particular role will be used when Forwarding
18217 a message.
18218 There are three possible values for this option.
18219 The value &quot;Never&quot;
18220 means that this role will not be a candidate for use when Forwarding.
18221 The role's Pattern will not be checked for a match, however the role will
18222 be available to be manually switched to if there is a confirmation prompt.
18225 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18226 mean that you do want to consider this role when Forwarding.
18227 For either of these settings, the role's Pattern will be compared with
18228 the message being forwarded.
18229 If there is a match then this role will either be used without confirmation
18230 or will be the default when confirmation is asked for, depending on
18231 which of the two options is selected.
18232 If confirmation is requested, you will also have a chance to
18233 manually change the role to any one of your other roles.
18236 You won't be prompted for confirmation if none of your role Patterns
18237 match the message being forwarded.
18238 This is independent of the value of the current option.
18239 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18240 feature may be used to change this behavior.
18242 &lt;End of help on this topic&gt;
18243 </BODY>
18244 </HTML>
18245 ======= h_config_role_composeuse =======
18246 <HTML>
18247 <HEAD>
18248 <TITLE>Compose Use Explained</TITLE>
18249 </HEAD>
18250 <BODY>
18251 <H1>Compose Use Explained</H1>
18253 This option determines how this particular role will be used when Composing
18254 a new message using the &quot;Compose&quot; command.
18255 This does not affect what happens when using the &quot;Role&quot; command
18256 to compose a new message.
18257 The &quot;Role&quot; command allows you to select a role from all of the
18258 roles you have defined, regardless of what Uses you've assigned to those
18259 roles.
18262 There are three possible values for this option.
18263 The value &quot;Never&quot;
18264 means that this role will not be a candidate for use when Composing.
18265 The role's Current Folder Type will not be checked for a match, however the role
18266 will be available to be manually switched to if there is a confirmation prompt.
18269 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18270 mean that you do want to consider this role when Composing.
18271 For either of these settings,
18272 the role's Current Folder Type will be checked (since there is no message
18273 to compare with, the rest of the Pattern is considered a match).
18274 If there is a match then this role will either be used without confirmation
18275 or will be the default when confirmation is asked for, depending on
18276 which of the two options is selected.
18277 If confirmation is requested, you will also have a chance to
18278 manually change the role to any one of your other roles.
18281 When using the Compose command the role checking is a little different
18282 because there is no message being replied to or forwarded.
18283 Because of this the Current Folder Type is checked but the header pattern
18284 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
18285 A role is considered to be a match if it is a candidate for Compose Use and
18286 its Current Folder Type matches the currently open folder.
18287 This could be useful if you want to set a role based on the folder you
18288 are reading, or the type of folder you are reading.
18291 You won't be prompted for confirmation if none of your role Patterns
18292 are a match.
18293 This is independent of the value of the current option.
18294 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18295 feature may be used to change this behavior.
18297 &lt;End of help on this topic&gt;
18298 </BODY>
18299 </HTML>
18300 ======= h_config_filter_folder =======
18301 <HTML>
18302 <HEAD>
18303 <TITLE>Filter Folder Explained</TITLE>
18304 </HEAD>
18305 <BODY>
18306 <H1>Filter Folder Explained</H1>
18308 When the Filter Action is set to &quot;Move&quot;,
18309 the folder or folders specified here will be used to store messages matching
18310 the provided pattern.
18313 If you set the Filter Action to &quot;Move&quot; you must give a folder name
18314 here.
18317 If you wish,
18318 you may choose a folder from your folder collections by using the
18319 &quot;T&quot; command.
18321 Besides regular text, the folder name may also contain
18322 tokens that are replaced with text representing the current date
18323 when you run Alpine.
18324 For example, if the folder name you use is
18326 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
18328 that is replaced with something like
18330 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
18334 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
18336 becomes
18338 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
18340 The token names must be surrounded by underscores in order to be recognized
18341 as tokens.
18342 The tokens that may be used are those that are derived from the current date.
18343 They're listed near the bottom of the list of tokens give
18344 <A HREF="h_index_tokens">here</A>.
18346 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18347 for more information on Patterns.
18349 Look <A HREF="h_edit_nav_cmds">here</A>
18350 to see the available Editing and Navigation commands.
18352 &lt;End of help on this topic&gt;
18353 </BODY>
18354 </HTML>
18355 ======= h_config_filter_kw_set =======
18356 <HTML>
18357 <HEAD>
18358 <TITLE>Set These Keywords Explained</TITLE>
18359 </HEAD>
18360 <BODY>
18361 <H1>Set These Keywords Explained</H1>
18363 This describes part of the action to be taken if the Pattern for this
18364 filter is a match.
18365 Read a little about keywords in the help text for the
18366 <A HREF="h_common_flag">Flag</A> command.
18367 This option is a list of keywords that will be Set when there is a match.
18368 If you wish, you may choose keywords from the list of keywords you have
18369 defined with the &quot;T&quot; command.
18370 You may add new keywords by defining them in the
18371 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
18372 If you have given a keyword a nickname when configuring it,
18373 that nickname may be used instead of the actual keyword.
18376 Look <A HREF="h_edit_nav_cmds">here</A>
18377 to see the available Editing and Navigation commands.
18379 &lt;End of help on this topic&gt;
18380 </BODY>
18381 </HTML>
18382 ======= h_config_filter_kw_clr =======
18383 <HTML>
18384 <HEAD>
18385 <TITLE>Clear These Keywords Explained</TITLE>
18386 </HEAD>
18387 <BODY>
18388 <H1>Clear These Keywords Explained</H1>
18390 This describes part of the action to be taken if the Pattern for this
18391 filter is a match.
18392 Read a little about keywords in the help text for the
18393 <A HREF="h_common_flag">Flag</A> command.
18394 This option is a list of keywords that will be Cleared when there is a match.
18395 If you wish, you may choose keywords from the list of keywords you have
18396 defined with the &quot;T&quot; command.
18397 You may add new keywords by defining them in the
18398 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
18399 If you have given a keyword a nickname when configuring it,
18400 that nickname may be used instead of the actual keyword.
18403 Look <A HREF="h_edit_nav_cmds">here</A>
18404 to see the available Editing and Navigation commands.
18406 &lt;End of help on this topic&gt;
18407 </BODY>
18408 </HTML>
18409 ======= h_index_tokens =======
18410 <HTML>
18411 <HEAD>
18412 <TITLE>Tokens for Index and Replying</TITLE>
18413 </HEAD>
18414 <BODY>
18416 This set of special tokens may be used in the
18417 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
18418 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
18419 in signature files,
18420 in template files used in
18421 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
18422 that is the target of a Filter Rule.
18423 Some of them aren't available in all situations.
18425 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
18426 option, but they must be surrounded by underscores for the
18427 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
18428 and in the target of Filter Rules.
18432 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
18434 <DL>
18435 <DT>SUBJECT</DT>
18436 <DD>
18437 This token represents the Subject the sender gave the message.
18438 Alternatives for use in the index screen are
18439 SUBJKEY, SUBJKEYINIT, SUBJECTTEXT, SUBJKEYTEXT, and SUBJKEYINITTEXT.
18440 You may color the subject text in the MESSAGE INDEX screen differently by using the
18441 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
18442 <A HREF="h_config_index_opening_color">Index Opening Color</A>
18443 options available from
18444 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18445 </DD>
18447 <DT>FROM</DT>
18448 <DD>
18449 This token represents the personal name (or email address if the name
18450 is unavailable) of the person specified in the message's &quot;From:&quot;
18451 header field.
18452 You may color the from text in the MESSAGE INDEX screen differently by using the
18453 <A HREF="h_config_index_from_color">Index From Color</A>
18454 option available from
18455 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18456 </DD>
18458 <DT>ADDRESS</DT>
18459 <DD>
18460 This is similar to the &quot;FROM&quot; token, only it is always the
18461 email address, never the personal name.
18462 For example, &quot;mailbox@domain&quot;.
18463 </DD>
18465 <DT>MAILBOX</DT>
18466 <DD>
18467 This is the same as the &quot;ADDRESS&quot; except that the 
18468 domain part of the address is left off.
18469 For example, &quot;mailbox&quot;.
18470 </DD>
18472 <DT>SENDER</DT>
18473 <DD>
18474 This token represents the personal name (or email address) of the person
18475 listed in the message's &quot;Sender:&quot; header field.
18476 </DD>
18478 <DT>TO</DT>
18479 <DD>
18480 This token represents the personal names (or email addresses if the names
18481 are unavailable) of the persons specified in the
18482 message's &quot;To:&quot; header field.
18483 </DD>
18485 <DT>NEWSANDTO</DT>
18486 <DD>
18487 This token represents the newsgroups from the
18488 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
18489 the personal names (or email addresses if the names
18490 are unavailable) of the persons specified in the
18491 message's &quot;To:&quot; header field.
18492 </DD>
18494 <DT>TOANDNEWS</DT>
18495 <DD>
18496 Same as &quot;NEWSANDTO&quot; except in the opposite order.
18497 </DD>
18499 <DT>NEWS</DT>
18500 <DD>
18501 This token represents the newsgroups from the
18502 message's &quot;Newsgroups:&quot; header field.
18503 </DD>
18505 <DT>CC</DT>
18506 <DD>
18507 This token represents the personal names (or email addresses if the names
18508 are unavailable) of the persons specified in the
18509 message's &quot;Cc:&quot; header field.
18510 </DD>
18512 <DT>RECIPS</DT>
18513 <DD>
18514 This token represents the personal names (or email addresses if the names
18515 are unavailable) of the persons specified in both the
18516 message's &quot;To:&quot; header field and
18517 the message's &quot;Cc:&quot; header field.
18518 </DD>
18520 <DT>NEWSANDRECIPS</DT>
18521 <DD>
18522 This token represents the newsgroups from the
18523 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
18524 the personal names (or email addresses if the names
18525 are unavailable) of the persons specified in the
18526 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
18527 </DD>
18529 <DT>RECIPSANDNEWS</DT>
18530 <DD>
18531 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
18532 </DD>
18534 <DT>INIT</DT>
18535 <DD>
18536 This token represents the initials from the personal name
18537 of the person specified in the message's &quot;From:&quot;
18538 header field.
18539 If there is no personal name, it is blank.
18540 </DD>
18542 <DT>DATE</DT>
18543 <DD>
18544 This token represents the date on which the message was sent, according
18545 to the &quot;Date&quot; header field.
18546 It has the format MMM DD. For example, &quot;Oct 23&quot;.
18547 The feature
18548 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
18549 which adjusts for the timezone the message was sent from,
18550 may have an affect on the value of this token as well as the values of
18551 all of the other DATE or TIME tokens.
18552 Some of the DATE and TIME tokens are displayed in a locale-specific
18553 way unless the option
18554 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
18555 </DD>
18557 <DT>SMARTDATE</DT>
18558 <DD>
18559 This token represents the date on which the message was sent, according
18560 to the &quot;Date&quot; header field.
18561 It is &quot;Today&quot; if the message was sent today,
18562 &quot;Yesterday&quot; for yesterday,
18563 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
18564 message is from last year and is more than six months old it includes the year, as well.
18565 See the SMARTDATE alternatives below, as well.
18566 </DD>
18568 <DT>SMARTTIME</DT>
18569 <DD>
18570 This token represents the most relevant elements of the date on which
18571 the message was sent (according to the &quot;Date&quot; header field),
18572 in a compact form. If the message was sent today, only the time is used
18573 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
18574 the past week, the day of the week and the hour are used
18575 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
18576 given as date, month, and year (e.g. &quot;23Aug00&quot;,
18577 &quot;9Apr98&quot;).
18578 </DD>
18580 <DT>SMARTDATETIME</DT>
18581 <DD>
18582 This is a combination of SMARTDATE and SMARTTIME.
18583 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
18584 case it is SMARTTIME.
18585 See the SMARTDATETIME alternatives below, as well.
18586 </DD>
18588 <DT>DATEISO</DT>
18589 <DD>
18590 This token represents the date on which the message was sent, according
18591 to the &quot;Date&quot; header field.
18592 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
18593 </DD>
18595 <DT>SHORTDATEISO</DT>
18596 <DD>
18597 This token represents the date on which the message was sent, according
18598 to the &quot;Date&quot; header field.
18599 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
18600 </DD>
18602 <DT>SHORTDATE1</DT>
18603 <DD>
18604 This token represents the date on which the message was sent, according
18605 to the &quot;Date&quot; header field.
18606 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
18607 </DD>
18609 <DT>SHORTDATE2</DT>
18610 <DD>
18611 This token represents the date on which the message was sent, according
18612 to the &quot;Date&quot; header field.
18613 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
18614 </DD>
18616 <DT>SHORTDATE3</DT>
18617 <DD>
18618 This token represents the date on which the message was sent, according
18619 to the &quot;Date&quot; header field.
18620 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
18621 </DD>
18623 <DT>SHORTDATE4</DT>
18624 <DD>
18625 This token represents the date on which the message was sent, according
18626 to the &quot;Date&quot; header field.
18627 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
18628 </DD>
18630 <DT>LONGDATE</DT>
18631 <DD>
18632 This token represents the date on which the message was sent, according
18633 to the &quot;Date&quot; header field.
18634 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
18635 </DD>
18637 <DT>SMARTDATE alternatives</DT>
18638 <DD>
18639 There are several versions of SMARTDATE that are all the same except
18640 for the way they format dates far in the past.
18641 SMARTDATE formats the date using the information from your locale settings
18642 to format the date string. It may end up formatting dates so that they look
18643 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
18644 The feature
18645 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
18646 may have an affect on the values of these tokens.
18647 If you want more control you may use one of the following.
18648   <DL>
18649   <DT>SMARTDATE</DT> <DD>If the option
18650 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
18651 then this will be locale specific. Control this with the
18652 LC_TIME locale setting on a UNIX system. On Windows
18653 the Regional Options control panel may be used to set the Short date
18654 format. At the programming level, the strftime routine is what Alpine
18655 uses to print the date.
18656 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
18657 to SMARTDATES1.</DD>
18658   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
18659   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
18660   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
18661   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
18662   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
18663   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
18664   </DL>
18665 </DD>
18667 <DT>SMARTDATETIME alternatives</DT>
18668 <DD>
18669 There are several versions of SMARTDATETIME that are all very similar.
18670 The ones that end in 24 use a 24-hour clock for Today's messages instead
18671 of a 12-hour clock.
18672 The other variation is
18673 for the way they format dates far in the past.
18674 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
18675 to format the date string. It may end up formatting dates so that they look
18676 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
18677 The feature
18678 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
18679 may have an affect on the values of these tokens.
18680 The possible choices are:
18681   <DL>
18682   <DT>SMARTDATETIME</DT> <DD>If the option
18683 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
18684 then this will be locale specific. Control this with the
18685 LC_TIME locale setting on a UNIX system. On Windows
18686 the Regional Options control panel may be used to set the Short date
18687 format. At the programming level, the strftime routine is what Alpine
18688 uses to print the date.
18689 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
18690 to SMARTDATETIMES1.</DD>
18691   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
18692   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
18693   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
18694   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
18695   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
18696   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
18697   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
18698   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
18699   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
18700   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
18701   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
18702   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
18703   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
18704   </DL>
18705 </DD>
18707 <DT>DAYDATE</DT>
18708 <DD>
18709 This token represents the date on which the message was sent, according
18710 to the &quot;Date&quot; header field.
18711 It looks like &quot;Sat, 23 Oct 1998&quot;.
18712 This token is never converted in any locale-specific way.
18713 </DD>
18715 <DT>PREFDATE</DT>
18716 <DD>
18717 This token represents the date on which the message was sent, according
18718 to the &quot;Date&quot; header field.
18719 It is your operating system's idea of the preferred date representation for the current locale.
18720 Internally it uses the %x version of the date from the strftime routine.
18721 </DD>
18723 <DT>PREFTIME</DT>
18724 <DD>
18725 This token represents the time at which the message was sent, according
18726 to the &quot;Date&quot; header field.
18727 It is the preferred time representation for the current locale.
18728 Internally it uses the %X version of the time from the strftime routine.
18729 </DD>
18731 <DT>PREFDATETIME</DT>
18732 <DD>
18733 This token represents the date and time at which the message was sent, according
18734 to the &quot;Date&quot; header field.
18735 It is the preferred date and time representation for the current locale.
18736 Internally it uses the %c version of the time from the strftime routine.
18737 </DD>
18739 <DT>DAY</DT>
18740 <DD>
18741 This token represents the day of the month on which the message was sent,
18742 according to the &quot;Date&quot; header field.
18743 For example, &quot;23&quot; or &quot;9&quot;.
18744 </DD>
18746 <DT>DAY2DIGIT</DT>
18747 <DD>
18748 This token represents the day of the month on which the message was sent,
18749 according to the &quot;Date&quot; header field.
18750 For example, &quot;23&quot; or &quot;09&quot;.
18751 It is always 2 digits.
18752 </DD>
18754 <DT>DAYORDINAL</DT>
18755 <DD>
18756 This token represents the ordinal number that is the day of
18757 the month on which the message was sent,
18758 according to the &quot;Date&quot; header field.
18759 For example, &quot;23rd&quot; or &quot;9th&quot;.
18760 </DD>
18762 <DT>DAYOFWEEK</DT>
18763 <DD>
18764 This token represents the day of the week on which the message was sent,
18765 according to the &quot;Date&quot; header field.
18766 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
18767 </DD>
18769 <DT>DAYOFWEEKABBREV</DT>
18770 <DD>
18771 This token represents the day of the week on which the message was sent,
18772 according to the &quot;Date&quot; header field.
18773 For example, &quot;Sun&quot; or &quot;Wed&quot;.
18774 </DD>
18776 <DT>MONTHABBREV</DT>
18777 <DD>
18778 This token represents the month the message was sent, according
18779 to the &quot;Date&quot; header field.
18780 For example, &quot;Oct&quot;.
18781 </DD>
18783 <DT>MONTHLONG</DT>
18784 <DD>
18785 This token represents the month in which the message was sent, according
18786 to the &quot;Date&quot; header field.
18787 For example, &quot;October&quot;.
18788 </DD>
18790 <DT>MONTH</DT>
18791 <DD>
18792 This token represents the month in which the message was sent, according
18793 to the &quot;Date&quot; header field.
18794 For example, &quot;10&quot; or &quot;9&quot;.
18795 </DD>
18797 <DT>MONTH2DIGIT</DT>
18798 <DD>
18799 This token represents the month in which the message was sent, according
18800 to the &quot;Date&quot; header field.
18801 For example, &quot;10&quot; or &quot;09&quot;.
18802 It is always 2 digits.
18803 </DD>
18805 <DT>YEAR</DT>
18806 <DD>
18807 This token represents the year the message was sent, according
18808 to the &quot;Date&quot; header field.
18809 For example, &quot;1998&quot; or &quot;2001&quot;.
18810 </DD>
18812 <DT>YEAR2DIGIT</DT>
18813 <DD>
18814 This token represents the year the message was sent, according
18815 to the &quot;Date&quot; header field.
18816 For example, &quot;98&quot; or &quot;01&quot;.
18817 It is always 2 digits.
18818 </DD>
18820 <DT>TIME24</DT>
18821 <DD>
18822 This token represents the time at which the message was sent, according
18823 to the &quot;Date&quot; header field.
18824 There is no adjustment made for different time zones, so you'll get
18825 the time the message was sent according to the time zone the sender
18826 was in.
18827 It has the format HH:MM. For example, &quot;17:28&quot;.
18828 </DD>
18830 <DT>TIME12</DT>
18831 <DD>
18832 This token represents the time at which the message was sent, according
18833 to the &quot;Date&quot; header field.
18834 This time is for a 12 hour clock.
18835 It has the format HH:MMpm.
18836 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
18837 </DD>
18839 <DT>TIMEZONE</DT>
18840 <DD>
18841 This token represents the numeric timezone from
18842 the &quot;Date&quot; header field.
18843 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
18844 </DD>
18846 </DL>
18849 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
18851 <DL>
18852 <DT>MSGNO</DT>
18853 <DD>
18854 This token represents the message's current position in the folder that,
18855 of course, may change as the folder is sorted or new mail arrives.
18856 </DD>
18858 <DT>STATUS</DT>
18859 <DD>
18860 This token represents a three character wide field displaying various
18861 aspects of the message's state.
18862 The first character is either blank,
18863 a '*' for message marked Important, or a '+' indicating a message
18864 addressed directly to you (as opposed to your having received it via a
18865 mailing list, for example).
18866 When the feature
18867 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
18868 is set, if the first character would have been
18869 blank then it will instead be a '-' if the message is cc'd to you.
18870 The second character is typically blank,
18871 though the arrow cursor may occupy it if either the 
18872 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
18873 or the
18874 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
18875 is set (or you actually are on a slow link).
18876 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
18877 '<A HREF="h_flag_answered">A</A>' (Answered),
18878 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
18879 '<A HREF="h_flag_new">N</A>' (New), or blank.
18881 If you are using a threaded view of the index and this message is at the
18882 top of a collapsed portion of a thread,
18883 then this token refers to all of the messages in the collapsed portion of
18884 the thread instead of just the top message.
18885 The first character will be a '*' if <EM>any</EM> of the messages in the thread
18886 are marked Important, else a '+' if any of the messages are addressed
18887 to you, else a '-' if any of the messages are cc'd to you.
18888 The third character will be a 'D' if <EM>all</EM> of the messages
18889 in the collapsed thread are marked deleted,
18890 an 'A' if <EM>all</EM> of the messages
18891 in the collapsed thread are marked answered,
18892 it will be an 'N' if any of
18893 the messages are undeleted and unseen, and it will be blank otherwise.
18894 </DD>
18896 <DT>FULLSTATUS</DT>
18897 <DD>
18898 This token represents a less abbreviated alternative
18899 to the &quot;STATUS&quot; token.
18900 It is six characters wide.
18901 The first character is '+', '-', or blank, the
18902 second blank, the third either '*' or blank, the fourth
18903 '<A HREF="h_flag_new">N</A>' or blank,
18904 the fifth '<A HREF="h_flag_answered">A</A>'
18905 or blank, and the sixth character is
18906 either '<A HREF="h_flag_deleted">D</A>' or
18907 blank.
18909 If you are using a threaded view of the index and this message is at the
18910 top of a collapsed portion of a thread,
18911 then this token refers to all of the messages in the collapsed portion of
18912 the thread instead of just the top message.
18913 The first character is '+', '-', or blank depending on whether <EM>any</EM>
18914 of the messages in the collapsed thread are addressed to you or cc'd to you.
18915 The third character will be '*' if any of the messages are marked
18916 Important.
18917 The fourth character will be 'N' if all of the messages in the thread
18918 are New, else 'n' if some of the messages in the thread are New, else blank.
18919 The fifth character will be 'A' or 'a' or blank, and the sixth character
18920 will be 'D' or 'd' or blank.
18921 </DD>
18923 <DT>IMAPSTATUS</DT>
18924 <DD>
18925 This token represents an even less abbreviated alternative to the
18926 &quot;STATUS&quot; token.
18927 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
18928 an 'N' if the message is new to this folder since the last time
18929 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
18930 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
18931 new to the folder since it was last opened <EM>but</EM> has not been
18932 viewed, or a blank if the message has been in the folder since it was
18933 last opened and has been viewed.
18935 If you are using a threaded view of the index and this message is at the
18936 top of a collapsed portion of a thread,
18937 then the fourth character will be
18938 'N' if all of the messages in the thread are unseen and recent;
18939 else 'n' if some of the messages in the thread are unseen and recent;
18940 else 'U' if all of the messages in the thread are unseen and not recent;
18941 else 'u' if some of the messages in the thread are unseen and not recent;
18942 else 'R' if all of the messages in the thread are seen and recent;
18943 else 'r' if some of the messages in the thread are seen and recent;
18944 else blank.
18945 </DD>
18947 <DT>SHORTIMAPSTATUS</DT>
18948 <DD>
18949 This is the same as the last four of the six characters of IMAPSTATUS,
18950 so the '+' To Me information will be missing.
18951 </DD>
18953 <DT>SIZE</DT>
18954 <DD>
18955 This token represents the total size, in bytes, of the message.
18956 If a &quot;K&quot; (Kilobyte)
18957 follows the number, the size is approximately 1,000
18958 times that many bytes (rounded to the nearest 1,000).
18959 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
18960 1,000,000 times that many bytes.
18961 Commas are not used in this field.
18962 This field is seven characters wide, including the enclosing parentheses.
18963 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
18964 The progression of sizes used looks like:
18967 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
18969 </DD>
18971 <DT>SIZECOMMA</DT>
18972 <DD>
18973 This token represents the total size, in bytes, of the message.
18974 If a &quot;K&quot; (Kilobyte)
18975 follows the number, the size is approximately 1,000
18976 times that many bytes (rounded to the nearest 1,000).
18977 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
18978 1,000,000 times that many bytes.
18979 Commas are used if the number shown is 1,000 or greater.
18980 The SIZECOMMA field is one character wider than the SIZE field.
18981 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
18982 The progression of sizes used looks like:
18985 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
18987 </DD>
18989 <DT>KSIZE</DT>
18990 <DD>
18991 This token represents the total size of the message, expressed in
18992 kilobytes or megabytes, as most appropriate.
18993 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
18994 The progression of sizes used looks like:
18997 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
18999 </DD>
19001 <DT>SIZENARROW</DT>
19002 <DD>
19003 This token represents the total size, in bytes, of the message.
19004 If a &quot;K&quot; (Kilobyte)
19005 follows the number, the size is approximately 1,000
19006 times that many bytes.
19007 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19008 1,000,000 times that many bytes.
19009 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
19010 1,000,000,000 times that many bytes.
19011 This field uses only five characters of screen width, including the enclosing
19012 parentheses.
19013 The progression of sizes used looks like:
19016 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
19018 </DD>
19020 <DT>DESCRIPSIZE</DT>
19021 <DD>
19022 This token is intended to represent a more useful description of the
19023 message than just its size, but it isn't very useful at this point.
19024 The plus sign in this view means there are attachments.
19025 Note that including this token in
19026 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19027 display a little while Alpine collects the necessary information.
19028 </DD>
19030 <DT>SUBJKEY</DT>
19031 <DD>
19032 This token is the same as the SUBJECT token unless keywords are set for
19033 the message.
19034 In that case, a list of keywords enclosed in braces will be prepended to
19035 the subject of the message.
19036 Only those keywords that you have defined in your
19037 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19038 in Setup/Config are considered in the list.
19039 In other words, keywords that have been set by some other means, perhaps
19040 by another email program, won't show up unless included in
19041 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19042 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
19043 prepended to the subject in the MESSAGE TEXT screen.
19044 If you have given a keyword a nickname
19045 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19046 instead of the actual keyword.
19047 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19048 option may be used to modify this token slightly.
19049 It is also possible to color keywords in the index using the
19050 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19051 </DD>
19053 <DT>SUBJKEYINIT</DT>
19054 <DD>
19055 This token is the same as the SUBJKEY token except that instead of
19056 prepending a list of keywords to the subject, a list of first initials
19057 of keywords will be prepended instead.
19058 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
19059 set (or Work and Now are the Alpine nicknames of keywords that are set)
19060 then the SUBJKEY token would cause a result like
19062 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
19064 whereas the SUBJKEYINIT token would give
19066 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
19068 Only those keywords that you have defined in your
19069 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19070 in Setup/Config are considered in the list.
19071 In other words, keywords that have been set by some other means, perhaps
19072 by another email program, won't show up unless included in
19073 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19074 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19075 option may be used to modify this token slightly.
19076 It is also possible to color keywords in the index using the
19077 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19078 </DD>
19080 <DT>SUBJECTTEXT</DT>
19081 <DD>
19082 Same as SUBJECT but if there is room in the Subject field for more text,
19083 the opening part of the text of the message is displayed after the subject.
19084 The time needed to fetch the text may cause a performance problem
19085 which can, of course, be avoided by using the SUBJECT version of
19086 the Subject instead.
19087 You may color this opening text differently by using the
19088 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19089 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19090 You may adjust the characters that are displayed between the Subject and the
19091 opening text with the option
19092 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
19093 </DD>
19095 <DT>SUBJKEYTEXT</DT>
19096 <DD>
19097 Same as SUBJKEY but with the opening message text.
19098 </DD>
19100 <DT>OPENINGTEXT</DT>
19101 <DD>
19102 This is similar to SUBJECTTEXT.
19103 Instead of combining the Subject and the opening text in a single
19104 field in the index screen this token allows you to allocate a
19105 separate column just for the opening text of the message.
19106 The time needed to fetch this text may cause a performance problem.
19107 You may color this opening text differently by using the
19108 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19109 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19110 </DD>
19112 <DT>OPENINGTEXTNQ</DT>
19113 <DD>
19114 This is very similar to OPENINGTEXT.
19115 The NQ stands for No Quotes.
19116 The only difference is that quoted text (lines beginning with &gt;) is deleted.
19117 For some messages this may be confusing.
19118 For example, a message might have a line preceding some quoted
19119 text that reads something like &quot;On May 8th person A said.&quot;
19120 That no longer makes sense after the quoted text is deleted and it
19121 will appear that person A said whatever the text after the quote
19122 is, even though that is really person B talking.
19123 </DD>
19125 <DT>SUBJKEYINITTEXT</DT>
19126 <DD>
19127 Same as SUBJKEYINIT but with the opening message text.
19128 </DD>
19130 <DT>KEY</DT>
19131 <DD>
19132 This is a space-delimited list of keywords that are set for the message.
19133 Only those keywords that you have defined in your
19134 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19135 in Setup/Config are considered in the list.
19136 In other words, keywords that have been set by some other means, perhaps
19137 by another email program, won't show up unless included in
19138 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19139 If you have given a keyword a nickname
19140 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19141 instead of the actual keyword.
19142 It is also possible to color keywords in the index using the
19143 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19144 This token defaults to an arbitrary width of 5.
19145 You should set it to whatever width suits you using something
19146 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
19147 </DD>
19149 <DT>KEYINIT</DT>
19150 <DD>
19151 This is a list of keyword initials that are set for the message.
19152 If you have given a keyword a nickname
19153 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
19154 is displayed instead of the initial of the actual keyword.
19155 It is also possible to color keyword initials in the index using the
19156 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19157 This token defaults to an arbitrary width of 2.
19158 You should set it to whatever width suits you using something
19159 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
19160 </DD>
19162 <DT>PRIORITY</DT>
19163 <DD>
19164 The X-Priority header is a non-standard header that is used in a
19165 somewhat standard way by many mail programs.
19166 Alpine expects the value of this header to be a digit with a value
19167 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
19168 Since this priority is something that the sender sets it is only an indication
19169 of the priority that the sender attaches to the mail and it is therefore almost
19170 totally unreliable for use as a filtering criterion.
19171 This token will display the numeric value of the priority if it is between
19172 1 and 5.
19173 It will be suppressed (blank) if the value is 3, which is normal priority.
19174 This token may be colored with the
19175 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19176 </DD>
19178 <DT>PRIORITYALPHA</DT>
19179 <DD>
19180 This is a more verbose interpretation of the X-Priority field.
19181 Once again nothing is displayed unless the value of the field
19182 is 1, 2, 4, or 5.
19183 The values displayed for those values are:
19185 <TABLE>
19186 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
19187 <TR> <TD>2</TD> <TD>High</TD> </TR>
19188 <TR> <TD>4</TD> <TD>Low</TD> </TR>
19189 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
19190 </TABLE>
19192 This token may be colored with the
19193 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19194 </DD>
19196 <DT>PRIORITY!</DT>
19197 <DD>
19198 This is a one character, non-numeric version of the X-Priority field.
19199 If the value of the X-Priority header is 1 or 2 an exclamation
19200 point is displayed.
19201 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
19202 This token may be colored with the
19203 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19204 </DD>
19206 <DT>ATT</DT>
19207 <DD>
19208 This is a one column wide field that represents the number of attachments
19209 a message has. It will be blank if there are no attachments, a single
19210 digit for one to nine attachments, or an asterisk for more than nine.
19211 Note that including this token in
19212 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19213 display a little while Alpine collects the necessary information.
19214 </DD>
19216 <DT>FROMORTO</DT>
19217 <DD>
19218 This token represents <EM>either</EM> the personal name (or email address) of
19219 the person listed in the message's &quot;From:&quot; header
19220 field, <EM>or</EM>, if that address is yours or one of your
19221 <A HREF="h_config_alt_addresses">alternate addresses</A>,
19222 the first person specified in the
19223 message's &quot;To:&quot; header field
19224 with the prefix &quot;To: &quot; prepended.
19225 If the from address is yours and there is also no &quot;To&quot; address,
19226 Alpine will use the address on the &quot;Cc&quot; line.
19227 If there is no address there, either, Alpine will look for a newsgroup name
19228 from the &quot;Newsgroups&quot; header field and put
19229 that after the &quot;To: &quot; prefix.
19230 </DD>
19232 <DT>FROMORTONOTNEWS</DT>
19233 <DD>
19234 This is almost the same as <EM>FROMORTO</EM>.
19235 The difference is that newsgroups aren't considered.
19236 When a message is from you, doesn't have a To or Cc, and does have
19237 a Newsgroups header; this token will be your name instead of the name
19238 of the newsgroup (like it would be with FROMORTO).
19239 </DD>
19241 <DT>TEXT</DT>
19242 <DD>
19243 This is a different sort of token.
19244 It allows you to display a label within each index line.
19245 It will be the same fixed text for each line.
19246 It is different from all the other tokens in that there is no space column
19247 displayed after this token.
19248 Instead, it is butted up against the following field.
19249 It also has a different syntax.
19250 The text to display is given following a colon after the
19251 word &quot;TEXT&quot;.
19252 For example,
19254 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
19256 would insert the literal text &quot;abc=&quot; (without the quotes)
19257 into the index display line.
19258 You must quote the text if it includes space characters, like
19260 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
19262 </DD>
19264 <DT>HEADER</DT>
19265 <DD>
19266 This allows you to display the text from a particular header line in the
19267 message.
19268 The syntax for this token is substantially different from all the others
19269 in order that you might be able to display a portion of the text following
19270 a particular header.
19271 The header name you are interested in is given following a colon
19272 after the word &quot;HEADER&quot;.
19273 For example,
19275 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
19277 would display the text of the X-Spam header, if any.
19278 Like for other index tokens a width field may (and probably should)
19279 follow this.
19281 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
19283 displays the first ten characters of the X-Spam header.
19284 Unlike other index tokens, the syntax for HEADER is more flexible.
19285 An optional second argument comes after a comma inside the parentheses.
19286 It specifies the &quot;field&quot; number.
19287 By default, the field separator is a space character.
19288 No extra space characters are allowed in the argument list.
19290 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
19292 would display the second field, left-justified, in a 10 character
19293 wide field.
19294 The second field would consist of all the text after the first space
19295 up to the next space or the end of the header.
19296 The default field number is zero, which stands for the entire line.
19297 There is also an optional third argument that is a list of field
19298 separators. It defaults to a space character.
19299 The example
19301 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
19303 would cause the field separators to be any of colon, percent,
19304 or space (there is a space character between the percent and the
19305 right parenthesis).
19306 The first field runs from the start of the header value up to the first
19307 colon, percent, or space; the second goes from there to the next; and so on.
19308 In order to use a comma character as a field separator you must escape
19309 it by preceding it with a backslash (&#92;).
19310 The same is true of the backslash character itself.
19311 There is one further optional argument.
19312 It is an R or an L to specify right or left adjustment of the text
19313 within the field.
19314 The default is to left justify, however if you are displaying numbers
19315 you might prefer to right justify.
19317 Here's an example of a SpamAssassin header.
19318 The exact look of the header will vary, but if your incoming mail
19319 contains headers that look like the following
19321 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19323 you might want to display the hits value.
19324 The first field starts with the Y in Yes.
19325 To get what you're interested in you might use &quot;=&quot; and
19326 space as the field separators and display the third field, like
19328 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
19330 or maybe you would break at the dot instead
19332 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
19334 Another example we've seen has headers that look like
19336 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
19338 Because there are two equals and a comma before the 7% and a comma
19339 after it, the token
19341 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
19343 should display the probability (for example 7% or 83%) right justified
19344 in a 3-wide field.
19345 </DD>
19347 <DT>ARROW</DT>
19348 <DD>
19349 This gives an alternative way to display the current message in the
19350 MESSAGE INDEX screen.
19351 Usually the current message is indicated by the line being shown in
19352 reverse video.
19353 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
19354 the current line will include an &quot;arrow&quot; that
19355 looks like
19357 <CENTER><SAMP>-&gt;</SAMP></CENTER>
19359 in the ARROW token's field.
19360 For all of the non-current messages, the ARROW field will be filled
19361 with blanks.
19362 If you use the fixed-field width feature the length of the &quot;arrow&quot;
19363 may be adjusted.
19364 The arrow will be drawn as width-1 dashes followed by a greater than sign.
19365 For example, if you use ARROW(3) you will get
19367 <CENTER><SAMP>--&gt;</SAMP></CENTER>
19369 and ARROW(1) will give you just
19371 <CENTER><SAMP>&gt;</SAMP></CENTER>
19373 It is also possible to set the color of the ARROW field.
19374 By default (and for non-current messages) the arrow is colored the same
19375 as the index line it is part of.
19376 You may set it to be another color with the 
19377 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
19378 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19379 </DD>
19381 <DT>SCORE</DT>
19382 <DD>
19383 This gives the
19384 <a href="h_rules_score">score</a>
19385 of each message.
19386 This will be six columns wide to accomodate the widest possible score.
19387 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
19388 to limit the width of the field to the widest score that
19389 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
19390 If you have not defined any score rules the scores will all be zero.
19391 If any of your score rules contain AllText or BodyText patterns
19392 then including SCORE in the <!--#echo var="VAR_index-format"-->
19393 may slow down the display of the MESSAGE INDEX screen.
19394 </DD>
19395 </DL>
19398 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
19400 <DL>
19401 <DT>CURNEWS</DT>
19402 <DD>
19403 This token represents the current newsgroup if there is one.
19404 For example, &quot;comp.mail.pine&quot;.
19405 </DD>
19407 <DT>MSGID</DT>
19408 <DD>
19409 This token represents the message ID of the message.
19410 This token does not work with Filter Rule folder names.
19411 </DD>
19413 <DT>CURDATE</DT>
19414 <DD>
19415 This token represents the current date.
19416 It has the format MMM DD. For example, &quot;Oct 23&quot;.
19417 </DD>
19419 <DT>CURDATEISO</DT>
19420 <DD>
19421 This token represents the current date.
19422 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
19423 </DD>
19425 <DT>CURDATEISOS</DT>
19426 <DD>
19427 This token represents the current date.
19428 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
19429 </DD>
19431 <DT>CURPREFDATE</DT>
19432 <DD>
19433 This token represents the current date.
19434 It is your operating system's idea of the preferred date representation for the current locale.
19435 Internally it uses the %x version of the date from the strftime routine.
19436 </DD>
19438 <DT>CURPREFTIME</DT>
19439 <DD>
19440 This token represents the current time.
19441 It is the preferred time representation for the current locale.
19442 Internally it uses the %X version of the time from the strftime routine.
19443 </DD>
19445 <DT>CURPREFDATETIME</DT>
19446 <DD>
19447 This token represents the current date and time.
19448 It is the preferred date and time representation for the current locale.
19449 Internally it uses the %c version of the time from the strftime routine.
19450 </DD>
19452 <DT>CURTIME24</DT>
19453 <DD>
19454 This token represents the current time.
19455 It has the format HH:MM. For example, &quot;17:28&quot;.
19456 </DD>
19458 <DT>CURTIME12</DT>
19459 <DD>
19460 This token represents the current time.
19461 This time is for a 12 hour clock.
19462 It has the format HH:MMpm.
19463 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19464 </DD>
19466 <DT>CURDAY</DT>
19467 <DD>
19468 This token represents the current day of the month.
19469 For example, &quot;23&quot; or &quot;9&quot;.
19470 </DD>
19472 <DT>CURDAY2DIGIT</DT>
19473 <DD>
19474 This token represents the current day of the month.
19475 For example, &quot;23&quot; or &quot;09&quot;.
19476 It is always 2 digits.
19477 </DD>
19479 <DT>CURDAYOFWEEK</DT>
19480 <DD>
19481 This token represents the current day of the week.
19482 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19483 </DD>
19485 <DT>CURDAYOFWEEKABBREV</DT>
19486 <DD>
19487 This token represents the current day of the week.
19488 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19489 </DD>
19491 <DT>CURMONTH</DT>
19492 <DD>
19493 This token represents the current month.
19494 For example, &quot;10&quot; or &quot;9&quot;.
19495 </DD>
19497 <DT>CURMONTH2DIGIT</DT>
19498 <DD>
19499 This token represents the current month.
19500 For example, &quot;10&quot; or &quot;09&quot;.
19501 It is always 2 digits.
19502 </DD>
19504 <DT>CURMONTHLONG</DT>
19505 <DD>
19506 This token represents the current month.
19507 For example, &quot;October&quot;.
19508 </DD>
19510 <DT>CURMONTHABBREV</DT>
19511 <DD>
19512 This token represents the current month.
19513 For example, &quot;Oct&quot;.
19514 </DD>
19516 <DT>CURYEAR</DT>
19517 <DD>
19518 This token represents the current year.
19519 For example, &quot;1998&quot; or &quot;2001&quot;.
19520 </DD>
19522 <DT>CURYEAR2DIGIT</DT>
19523 <DD>
19524 This token represents the current year.
19525 For example, &quot;98&quot; or &quot;01&quot;.
19526 It is always 2 digits.
19527 </DD>
19529 <DT>LASTMONTH</DT>
19530 <DD>
19531 This token represents last month.
19532 For example, if this is November (the 11th month),
19533 it is equal to &quot;10&quot; or if this is October (the 10th month),
19534 it is &quot;9&quot;.
19535 It is possible that this and the other tokens beginning with LASTMONTH
19536 below could be useful when used with a Filtering Rule that
19537 has the &quot;Beginning of Month&quot; option set.
19538 </DD>
19540 <DT>LASTMONTH2DIGIT</DT>
19541 <DD>
19542 This token represents last month.
19543 For example, if this is November (the 11th month),
19544 it is equal to &quot;10&quot; or if this is October (the 10th month),
19545 it is &quot;09&quot;.
19546 It is always 2 digits.
19547 </DD>
19549 <DT>LASTMONTHLONG</DT>
19550 <DD>
19551 This token represents last month.
19552 For example, if this is November the value is &quot;October&quot;.
19553 </DD>
19555 <DT>LASTMONTHABBREV</DT>
19556 <DD>
19557 This token represents last month.
19558 For example, if this is November the value is &quot;Oct&quot;.
19559 </DD>
19561 <DT>LASTMONTHYEAR</DT>
19562 <DD>
19563 This token represents what the year was a month ago.
19564 For example, if this is October, 1998, it is &quot;1998&quot;.
19565 If this is January, 1998, it is &quot;1997&quot;.
19566 </DD>
19568 <DT>LASTMONTHYEAR2DIGIT</DT>
19569 <DD>
19570 This token represents what the year was a month ago.
19571 For example, if this is October, 1998, it is &quot;98&quot;.
19572 If this is January, 1998, it is &quot;97&quot;.
19573 </DD>
19575 <DT>LASTYEAR</DT>
19576 <DD>
19577 This token represents last year.
19578 For example, if this is 1998, it equals &quot;1997&quot;.
19579 It is possible that this
19580 could be useful when used with a Filtering Rule that
19581 has the &quot;Beginning of Year&quot; option set.
19582 </DD>
19584 <DT>LASTYEAR2DIGIT</DT>
19585 <DD>
19586 This token represents last year.
19587 For example, if this is 1998, it equals &quot;97&quot;.
19588 It is always 2 digits.
19589 </DD>
19591 <DT>ROLENICK</DT>
19592 <DD>
19593 This token represents the nickname of the
19594 role currently being used.  If no role is being used,
19595 then no text will be printed for this token.
19596 This token does not work with Filter Rule folder names.
19597 </DD>
19598 </DL>
19601 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
19602 See the help for the
19603 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
19604 to see why you might want to use this.
19605 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
19606 must be surrounded by underscores when used.
19608 <DL>
19609 <DT>NEWLINE</DT>
19610 <DD>
19611 This is an end of line marker.
19612 </DD>
19613 </DL>
19616 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
19618 <DL>
19619 <DT>CURSORPOS</DT>
19620 <DD>
19621 This token is different from the others.
19622 When it is replaced it is replaced with nothing, but it sets an Alpine
19623 internal variable that tells the composer to start with the cursor
19624 positioned at the position where this token was.
19625 If both the template file and the signature file contain
19626 a &quot;CURSORPOS&quot; token, then the position in the template file
19627 is used.
19628 If there is a template file and neither it nor the signature file contains
19629 a &quot;CURSORPOS&quot; token, then the cursor is positioned
19630 after the end of the contents of the
19631 template file when the composer starts up.
19632 </DD>
19633 </DL>
19636 &lt;End of help on this topic&gt;
19637 </BODY>
19638 </HTML>
19639 ======= h_reply_token_conditionals =======
19640 <HTML>
19641 <HEAD>
19642 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
19643 </HEAD>
19644 <BODY>
19645 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
19647 Conditional text inclusion may be used with
19648 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
19649 in signature files, and in template files used in
19650 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
19651 It may <EM>not</EM> be used with the
19652 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
19655 There is a limited if-else capability for including text.
19656 The if-else condition is based
19657 on whether or not a given token would result in replacement text you
19658 specify.
19659 The syntax of this conditional inclusion is
19661 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
19663 The left parenthesis must follow the underscore immediately, with no
19664 intervening space.
19665 It means the token is expanded and the results of that expansion are
19666 compared against the &quot;match_this&quot; argument.
19667 If there is an exact match, then the &quot;if_matched&quot; text is used
19668 as the replacement text.
19669 Otherwise, the &quot;if_not_matched&quot; text is used.
19670 One of the most useful values for the &quot;match_this&quot; argument is
19671 the empty string, &quot;&quot;.
19672 In that case the expansion is compared against the empty string.
19674 Here's an example to make it clearer.
19675 This text could be included in one of your template files:
19677 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
19679 If that is included in a template file that you are using while replying
19680 to a message (because you chose to use the role it was part of),
19681 and that message has a newsgroup header and a newsgroup in that header,
19682 then the text
19684 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
19686 will be included in the message you are about to compose.
19687 On the other hand, if the message you are replying to does not have
19688 a newsgroup, then the text
19690 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
19692 would be included instead.
19693 This would also work in signature files and in
19694 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
19695 If the &quot;match_this&quot;, &quot;if_matched&quot;,
19696 or &quot;if_not_matched&quot; arguments contain
19697 spaces, parentheses, or commas;
19698 they have to be quoted with double quotation marks (like in the example
19699 above).
19700 If you want to include a literal quote (&quot;) in the text you must escape the
19701 quote by preceding it with a backslash (&#92;) character.
19702 If you want to include a literal backslash character you must escape it
19703 by preceding it with another backslash.
19705 The comma followed by &quot;if_not_matched&quot; is optional.
19706 If there is no &quot;if_not_matched&quot;
19707 present then no text is included if the not_matched case is true.
19708 Here's another example:
19710 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
19712 Here you can see that tokens may appear in the arguments.
19713 The same is true for tokens with the conditional parentheses.
19714 They may appear in arguments,
19715 though you do have to be careful to get the quoting and escaping of
19716 nested double quotes correct.
19717 If this was in the signature file being used and you were replying to a message
19718 sent to comp.mail.pine the resulting text would be:
19720 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
19722 If you were replying to a message that wasn't sent to any newsgroup the
19723 resulting text would be a single blank line.
19724 The reason you'd get a blank line is because the end of the line is
19725 outside of the conditional, so is always included.
19726 If you wanted to get rid of that blank line you could do so by moving
19727 the end of line inside the conditional.
19728 In other words, it's ok to have multi-line
19729 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
19730 template file.
19731 The text just continues until the next double quotation, even if it's not
19732 on the same line.
19734 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
19736 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
19738 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
19739 while reading the newsgroup comp.mail.pine the resulting text would be:
19741 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
19743 If you were replying to a message while reading an email folder instead
19744 of a newsgroup the resulting leadin text would be
19746 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
19748 Here's one more (contrived) example illustrating a matching argument
19749 that is not the empty string.
19751 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
19753 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
19754 were replying to
19755 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
19756 would be
19758 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
19760 But if you were replying to a message sent on Oct. 27 (and that wasn't
19761 today) you would get
19763 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
19766 &lt;End of help on this topic&gt;
19767 </BODY>
19768 </HTML>
19769 ======= h_composer_cntxt_nick =======
19770 <HTML>
19771 <HEAD>
19772 <TITLE>Collection Nickname Explained</TITLE>
19773 </HEAD>
19774 <BODY>
19775 <H1>Collection Edit Help -- Nickname Field</H1>
19777 This field is provided so you can add a short nickname to use when
19778 referring to this collection within Alpine.  Spaces are allowed, and
19779 you don't need to use double-quotes.  However, the double-quote
19780 character is not allowed.
19782 Look <A HREF="h_edit_nav_cmds">here</A>
19783 to see the available Editing and Navigation commands.
19785 &lt;End of help on this topic&gt;
19786 </BODY>
19787 </HTML>
19788 ======= h_folder_server_syntax =======
19789 <HTML>
19790 <HEAD>
19791 <TITLE>Server Name Syntax</TITLE>
19792 </HEAD>
19793 <BODY>
19794 <H1>Server Name Syntax</H1>
19796 This help describes the syntax that may be used for server names
19797 that may be associated with remote folders or SMTP servers.
19800 A server name is the hostname of the server.
19801 It's a good idea to use the host's fully-qualified network name.
19804 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
19807 However, IP addresses are allowed if surrounded
19808 with square-brackets.
19811 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
19814 An optional network port number may be supplied by appending
19815 a colon (:) followed by the port number
19816 to the server name.
19817 By default, the IMAP port number, 143, is used.
19820 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
19823 Besides server name and optional port number, various other optional
19824 parameters may be supplied that alter Alpine's interaction with the server.
19825 A parameter is supplied by appending a slash (/) character followed by
19826 the parameter's name and,
19827 depending on the particular parameter, the value assigned to that
19828 name, to the server name (and optional port number).
19829 Parameter names are <EM>not</EM> case sensitive.
19830 Currently supported parameters include:
19832 <DL>
19834 <DT>User</DT>
19835 <DD>This parameter requires an associated value, and is intended to
19836 provide the username identifier with which to establish the server
19837 connection.
19838 If your SMTP server offers SMTP AUTH authentication, adding this 
19839 parameter to the
19840 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
19841 option will cause Alpine to attempt to authenticate to the server using the
19842 supplied username.
19843 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
19844 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
19845 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
19846 option (or to the server name for any folder collection using NNTP)
19847 will cause Alpine to attempt
19848 to authenticate to the server using the supplied username.
19849 An example might be:
19852 <CENTER><SAMP>/user=katie</SAMP></CENTER>
19855 </DD>
19857 <DT>TLS</DT>
19858 <DD>
19859 Normally, when a new connection is made an attempt is made to 
19860 negotiate a secure (encrypted) session using Transport Layer Security (TLS).
19861 If that fails then a non-encrypted connection will be attempted instead.
19862 This is a unary parameter indicating communication with the server must 
19863 take place over a TLS connection. If the attempt to use TLS fails then
19864 this parameter will cause the connection to fail instead of falling
19865 back to an unsecure connection.
19868 <CENTER><SAMP>/tls</SAMP></CENTER>
19871 </DD>
19873 <DT>SSL</DT>
19874 <DD>
19875 This is a unary parameter indicating communication with the server should 
19876 take place over a Secure Socket Layer connection.  The server must support
19877 this method, and be prepared to accept connections on the appropriate
19878 port (993 by default).
19879 Alpine must be linked with an SSL library for this option to be operational.
19882 <CENTER><SAMP>/ssl</SAMP></CENTER>
19885 </DD>
19887 <DT>TLS1</DT>
19888 <DD>
19889 This parameter indicates that the connection to the server will be made
19890 over the SSL port, but using the TLSv1 protocol, instead of the usual
19891 SSLv3 or SSLv2 protocols.
19892 Alpine must be linked with an SSL library for this option to be operational.
19895 <CENTER><SAMP>/tls1</SAMP></CENTER>
19898 </DD>
19900 <DT>DTLS1</DT>
19901 <DD>
19902 This parameter indicates that the connection to the server will be made
19903 over the SSL port, but using the DTLSv1 protocol, instead of the usual
19904 SSLv3 or SSLv2 protocols.
19905 Alpine must be linked with an SSL library for this option to be operational.
19908 <CENTER><SAMP>/dtls1</SAMP></CENTER>
19911 </DD>
19913 <DT>TLS1_1</DT>
19914 <DD>
19915 This parameter indicates that the connection to the server will be made
19916 over the SSL port, but using the TLSv1.1 protocol, instead of the usual
19917 SSLv3 or SSLv2 protocols.
19918 Alpine must be linked with an SSL library for this option to be operational.
19921 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
19924 </DD>
19926 <DT>TLS1_2</DT>
19927 <DD>
19928 This parameter indicates that the connection to the server will be made
19929 over the SSL port, but using the TLSv1.2 protocol, instead of the usual
19930 SSLv3 or SSLv2 protocols.
19931 Alpine must be linked with an SSL library for this option to be operational.
19934 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
19937 </DD>
19940 <DT>NoValidate-Cert</DT>
19941 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
19942 This is needed if the server uses self-signed certificates or if Alpine
19943 cannot validate the certificate for some other known reason.
19945 </DD>
19947 <DT>Anonymous</DT>
19948 <DD>This is a unary parameter (that means it does not have a value)
19949 indicating that the connection be logged in as
19950 &quot;anonymous&quot; rather than a specific user.
19951 Not all servers offer anonymous
19952 access; those which do generally only offer read-only access to certain
19953 &quot;public&quot; folders.
19956 <CENTER><SAMP>/anonymous</SAMP></CENTER>
19959 </DD>
19961 <DT>Secure</DT>
19962 <DD>This is a unary parameter indicating that the connection use the
19963 most secure authentication method mutually supported by Alpine and the
19964 server.
19965 Alpine is capable of authenticating connections to 
19966 the server using several methods.
19967 By default, Alpine will attempt each
19968 method until either a connection is established or the
19969 list of methods is exhausted.
19970 This parameter causes Alpine to instead fail 
19971 the connection if the first (generally most &quot;secure&quot;) method fails.
19974 <CENTER><SAMP>/secure</SAMP></CENTER>
19977 </DD>
19979 <DT>Submit</DT>
19980 <DD>This is a unary parameter for use with the
19981 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
19982 It indicates that the connection should be made to the Submit server
19983 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
19984 (port 587) instead of the SMTP port (25).
19985 At the time this help was written the submit option was equivalent to
19986 specifying port 587.
19989 <CENTER><SAMP>/submit</SAMP></CENTER>
19993 <CENTER><SAMP>host:587</SAMP></CENTER>
19996 </DD>
19998 <DT>Debug</DT>
19999 <DD>This is a unary parameter indicating that the connection be established
20000 in a verbose mode.  Basically, it causes Alpine to log the communication with
20001 the server in Alpine's debug file.
20002 Normally, the pine -d command-line flag would be used instead.
20004 </DD>
20006 <DT>NoRsh</DT>
20007 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
20008 the UNIX remote shell program.
20009 Including &quot;NoRsh&quot; will cause connections to this server to skip
20010 the &quot;rsh&quot; attempt.
20011 This might be useful to avoid long timeouts caused by rsh firewalls, for
20012 example.
20014 </DD>
20016 <DT>Service</DT>
20017 <DD>This parameter requires an associated value.  The default value is
20018 &quot;IMAP&quot; which indicates communication with the server based
20019 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
20020 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
20022 Other service values include:
20023  <DL>
20024  <DT>NNTP</DT>
20025  <DD>This value indicates communication with the server takes place via
20026 the Network News Transfer Protocol.  Use this to define a collection
20027 of newsgroups on a remote news server.  So
20030 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
20032 or just
20034 <CENTER><SAMP>/NNTP</SAMP></CENTER>
20037 is the way to specify NNTP access.
20039  </DD>
20041  <DT>POP3</DT>
20042  <DD>This value indicates communication with the server takes place via the
20043 Post Office Protocol 3 protocol.
20046 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
20048 or just
20050 <CENTER><SAMP>/POP3</SAMP></CENTER>
20053 Note that there are several important issues
20054 to consider when selecting this option:
20055 <OL>
20056  <LI> POP3 provides access to only your INBOX.  In other words,
20057 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
20058  <LI> Alpine's implementation of POP3 does not follow the traditional POP
20059 model and will leave your mail on the server. Refer to the
20060 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
20061  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
20062 </OL>
20063 </DD>
20064 </DL>
20065 </DL>
20068 Note that it is possible to include more than one parameter in a server
20069 specification by concatenating the parameters. For example:
20072 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
20076 &lt;End of help on this topic&gt;
20077 </BODY>
20078 </HTML>
20079 ======= h_composer_cntxt_server =======
20080 <HTML>
20081 <HEAD>
20082 <TITLE>Collection Server: Explained</TITLE>
20083 </HEAD>
20084 <BODY>
20085 <H1>Collection Edit Help -- Server Field</H1>
20087 This collection's &quot;Server:&quot; definition indicates the
20088 hostname of the server providing access to the folders in this
20089 collection.
20090 The syntax of this server name is the same as for other server names used
20091 in remote folder names in
20092 Alpine and is described
20093 <A HREF="h_folder_server_syntax">here</A>.
20096 &lt;End of help on this topic&gt;
20097 </BODY>
20098 </HTML>
20099 ======= h_composer_cntxt_path =======
20100 <HTML>
20101 <HEAD>
20102 <TITLE>Collection Path: Explained</TITLE>
20103 </HEAD>
20104 <BODY>
20105 <H1>Collection Edit Help -- Path Field</H1>
20107 The collection's &quot;Path:&quot; definition indicates the location
20108 of the folders in this collection.  If the path or any of its components
20109 do not exist, Alpine will prompt you for their creation when exiting the
20110 Add/Change screen.
20112 <P> 
20113 By default the path is interpreted as defining a section of your personal
20114 folder area.  This area and how you specify it are defined by the
20115 server, if one is specified in the collection, or, typically, the home
20116 directory if no server is defined.
20119 To define a collection outside the default &quot;area&quot;, prefix
20120 the path with the &quot;namespace&quot; to use when interpreting the
20121 given path.  If a namespace is specified, the Path begins with the
20122 sharp, &quot;#&quot;, character followed by the name of the namespace
20123 and then the namespace's path-element-delimiter.  Aside from the
20124 path's format, namespaces can also imply access rights, content
20125 policy, audience, location, and, occasionally, access methods.
20128 Each server exports its own set (possibly of size one) of 
20129 namespaces.  Hence, it's likely communication with your server's
20130 administrator will be required for specific configurations.  Some of
20131 the more common namespaces, however, include:
20133 <DL>
20134 <DT>#news.</DT>
20135 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
20136 names are hierarchically defined with each level delimited by a period.
20137 </DD>
20138 <DT>#public/</DT>
20139 <DD>This specifies a folder area that the server may export to the general
20140 public.
20141 </DD>
20142 <DT>#shared/</DT>
20143 <DD>This specifies a folder area that the folder may export to groups
20144 of users.
20145 </DD>
20146 <DT>#ftp/</DT>
20147 <DD>This specifies a folder area that is the same as that it may have 
20148 exported via the &quot;File Transfer Protocol&quot;.
20149 </DD>
20150 <DT>#mh/</DT>
20151 <DD>This specifies the personal folder area associated with folders
20152 and directories that were created using the MH message handling system.
20153 </DD>
20154 </DL>
20157 In addition, the server may support access to other user's folders,
20158 provided you have suitable permissions.  Common methods use a prefix
20159 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
20160 indicate the root of the other user's folder area.
20163 No, nothing's simple.
20166 &lt;End of help on this topic&gt;
20167 </BODY>
20168 </HTML>
20169 ======= h_composer_cntxt_view =======
20170 <HTML>
20171 <HEAD>
20172 <TITLE>Collection View: Explained</TITLE>
20173 </HEAD>
20174 <BODY>
20175 <H1>Collection Edit Help -- View Field</H1>
20177 The collection's &quot;View:&quot; definition provides a way to limit
20178 the displayed list of folders within a collection.  By default, only
20179 folders that contain the specified characters anywhere in their name
20180 are shown in the collection's folder list.
20183 Additionally, you can use a wildcard character to better control
20184 the list of folders selected for display.  The wildcard specifier is
20185 the star, &quot;*&quot;, character.
20188 So, for example, to define a collection of all folders ending with
20189 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
20190 quote characters!).  Or, similarly, to define a collection of folders
20191 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
20192 specify a view of &quot;a*z&quot;.
20195 &lt;End of help on this topic&gt;
20196 </BODY>
20197 </HTML>
20198 ======= h_composer_abook_add_server =======
20199 <HTML>
20200 <HEAD>
20201 <TITLE>Addressbook Server Name Field Explained</TITLE>
20202 </HEAD>
20203 <BODY>
20204 This field should be left blank if the address book is stored in a regular
20205 file on this system.  If it is a remote address book stored on an IMAP
20206 server then this is the name of that IMAP server.
20208 Look <A HREF="h_edit_nav_cmds">here</A>
20209 to see the available Editing and Navigation commands.
20211 &lt;End of help on this topic&gt;
20212 </BODY>
20213 </HTML>
20214 ======= h_composer_abook_add_folder =======
20215 <HTML>
20216 <HEAD>
20217 <TITLE>Addressbook Folder Name Field Explained</TITLE>
20218 </HEAD>
20219 <BODY>
20220 For a remote address book (one for which the Server Name is filled in)
20221 this is the name of a folder on the remote server. The address book data
20222 will be stored in this folder. This folder should be used only for
20223 storing this single address book, not for other address books or for
20224 other messages.
20226 For a local address book (one for which the Server Name is not filled in)
20227 this is the name of a file in which the address book will be stored.
20228 The file is in the same directory as the Alpine configuration file if the
20229 configuration file is local.
20230 If the configuration file is remote, then this will be in the home directory
20231 for Unix Alpine and in the directory specified by the
20232 &quot;-aux local_directory&quot; command line argument.
20234 Look <A HREF="h_edit_nav_cmds">here</A>
20235 to see the available Editing and Navigation commands.
20237 &lt;End of help on this topic&gt;
20238 </BODY>
20239 </HTML>
20240 ======= h_composer_abook_add_nick =======
20241 <HTML>
20242 <HEAD>
20243 <TITLE>Addressbook NickName Field Explained</TITLE>
20244 </HEAD>
20245 <BODY>
20246 This is just an optional nickname for this address book. If present, it
20247 is used in some of the displays and error messages in the address book
20248 maintenance screens. It is for your convenience only and serves no
20249 other purpose.
20251 Look <A HREF="h_edit_nav_cmds">here</A>
20252 to see the available Editing and Navigation commands.
20254 &lt;End of help on this topic&gt;
20255 </BODY>
20256 </HTML>
20257 ======= h_composer_qserv_cn =======
20258 <HTML>
20259 <HEAD>
20260 <TITLE>Directory Query Form Explained</TITLE>
20261 </HEAD>
20262 <BODY>
20264 Fill in as many of these fields as you wish to narrow down your
20265 search. All the fields you fill in must match in order for an entry
20266 to be returned. You may use the wildcard character &quot;*&quot; in
20267 any of the fields, it matches any zero or more characters at that
20268 point in the string. There are no implicit wildcards, so the match is
20269 exact unless you include wildcards.
20272 Note that if an attribute isn't present at all, then the match will fail.
20273 For example, if a server doesn't support the Locality attribute, then no
20274 matter what you put in the Locality field (other than leaving it empty)
20275 the search will fail.
20278 This field, the Common Name field, is typically a person's full name.
20281 <H1>EDITING and NAVIGATION COMMANDS</H1>
20282 <!--chtml if pinemode="function_key"-->
20283 <PRE>
20284 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20285 ^B (Left Arrow)    Back character       | ^D       Delete current character
20286 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20287 ^P (Up Arrow)      Previous line        |
20288 ^N (Down Arrow)    Next line            | F9       Cut marked text or
20289 ^A                 Beginning of line    |            delete current line
20290 ^E                 End of line          | F10      Undelete line(s)
20291 F7                 Previous page        |
20292 F8                 Next page            |-------------------------------------
20293 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20294 ----------------------------------------|
20295 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
20296 F2   Cancel      |   F1    Get help     |
20297 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
20298 </PRE>
20299 <!--chtml else-->
20300 <PRE>
20301 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20302 ^B (Left Arrow)    Back character       | ^D       Delete current character
20303 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20304 ^P (Up Arrow)      Previous line        |
20305 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
20306 ^A                 Beginning of line    |            delete current line
20307 ^E                 End of line          | ^U       Undelete line(s)
20308 ^Y                 Previous page        |
20309 ^V                 Next page            |-------------------------------------
20310 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20311 ----------------------------------------|
20312 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
20313 ^C   Cancel      |   ^G    Get help     |
20314 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
20315 </PRE>
20316 <!--chtml endif-->
20317 <P><UL>
20318 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20319 </UL><P>
20320 &lt;End of help on this topic&gt;
20321 </BODY>
20322 </HTML>
20323 ======= h_composer_qserv_sn =======
20325 The Surname is usually the family name of a person.
20327 <End of help on this topic>
20328 ======= h_composer_qserv_gn =======
20330 This is the part of a person's name that isn't the surname or initials.
20332 <End of help on this topic>
20333 ======= h_composer_qserv_mail =======
20335 This is the email address of a person.
20337 <End of help on this topic>
20338 ======= h_composer_qserv_org =======
20340 This is the organization a person belongs to.
20342 <End of help on this topic>
20343 ======= h_composer_qserv_unit =======
20345 This is the organizational unit a person belongs to.
20347 <End of help on this topic>
20348 ======= h_composer_qserv_country =======
20350 This is the country a person belongs to.
20352 <End of help on this topic>
20353 ======= h_composer_qserv_state =======
20355 This is the state a person belongs to.
20357 <End of help on this topic>
20358 ======= h_composer_qserv_locality =======
20360 This is the locality a person belongs to.
20362 <End of help on this topic>
20363 ======= h_composer_qserv_custom =======
20365 This one is for advanced users only! If you put something in this field,
20366 then the rest of the fields are ignored.
20368 This field may be set to the string representation of an LDAP search
20369 filter (see RFC1960). Here are some examples:
20371 To search for an entry with a surname equal to "clinton" you could set
20372 the custom filter to:
20374      (sn=clinton)
20375     
20376 This is equivalent to putting "clinton" in the SurName field.
20377 To search for an entry that has a surname that begins with "clint" and
20378 has a givenname equal to "william" you could use:
20380      (&(sn=clint*)(givenname=william))
20381     
20382 This is equivalent to setting the SurName field to "clint*" and the
20383 GivenName field to "william".
20384 To search for an entry where either the common name OR the email address
20385 contains "abcde" you could use:
20387      (|(cn=*abcde*)(mail=*abcde*))
20389 That isn't equivalent to anything you can do by setting the other fields
20390 because of the OR.
20392 <End of help on this topic>
20393 ======= h_composer_qserv_qq =======
20395 This one is a little different from the rest of the categories.  It causes
20396 a search to be formed from the configured search filter that you filled
20397 in when you added the directory server to your configuration. It can also
20398 be combined with the other fields if you'd like.
20400 <End of help on this topic>
20401 ======= h_address_format =======
20402 <HTML>
20403 <HEAD>
20404 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
20405 </HEAD>
20406 <BODY>
20407 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
20409 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
20410 and then a domain, with no spaces.  
20411 For example, jsmith@art.example.com might be the email address
20412 of a person  
20413 with the username &quot;jsmith&quot; who has an account in the domain
20414 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
20415 right of the &quot;@&quot; sign can vary - a shorter example would be 
20416 isabelle@elsewhere.edu (the shortest possible form: here, only the 
20417 organization's domain is specified after the &quot;@&quot; sign); a longer 
20418 example would be 
20419  jsingh@shakti.edutech.example.com
20420 (here, the name of the host &quot;shakti&quot; in the domain 
20421 edutech.example.com is also specified).  
20422 <P>  
20423 If you do not know the exact email address of someone you want to write 
20424 to, ask them what it is using other means of communication than email; or 
20425 use the tools for 
20426 finding people's addresses that are available on the Internet.
20428 If you are sending to someone on the same system as you are, you can leave
20429 the &quot;@&quot; sign and all the information to its right off of the 
20430 address, and Alpine will fill it in automatically, 
20431 unless the feature 
20432 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
20435 When an email address you send a message to is not reachable -- either because 
20436 it is simply an incorrect address, or because email can temporarily not be 
20437 delivered to it due to a technical problem on the way to or at the recipient's 
20438 end -- you will almost always get an error notification email message back.
20440 If you encounter problems with, or have questions about, email delivery or
20441 email address syntax, contact your local network computing consultants.
20442 <P><UL>
20443 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20444 </UL>
20446 &lt;End of help on this topic&gt;
20447 </BODY>
20448 </HTML>
20449 ======= h_flag_user_flag =======
20450 <HTML>
20451 <HEAD>
20452 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
20453 </HEAD>
20454 <BODY>
20455 <H1>STATUS FLAG: User Defined Keyword</h1>
20457 This is a keyword that is defined for this folder.
20458 It was most likely defined by the owner of the folder.
20459 Alpine will not set or clear this flag on its own.
20461 <P><UL>
20462 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20463 </UL><P>
20464 &lt;End of help on this topic&gt;
20465 </BODY>
20466 </HTML>
20467 ======= h_flag_important =======
20468 <html>
20469 <title>STATUS FLAG: Important</title>
20470 <body>
20471 <h1>STATUS FLAG: Important</h1>
20474 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
20475 MESSAGE&nbsp;INDEX
20476 screen, can only be set by the user, and is intended to be used in
20477 whatever fashion makes sense to you.  You are the only one that can set or
20478 clear it. 
20481 &lt;End of help on this topic&gt;
20482 </BODY>
20483 </HTML>
20484 ======= h_flag_new =======
20485 <html>
20486 <title>STATUS FLAG: New</title>
20487 <body>
20488 <h1>STATUS FLAG: New</h1>
20491 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
20492 MESSAGE&nbsp;INDEX screen,
20493 is automatically set when messages are delivered to your Inbox (or other
20494 folder specified outside of Alpine).  Likewise, it is cleared automatically
20495 the first time you read the message it is associated with.
20498 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
20499 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
20500 you'd like to be reminded of it next time you read mail.  This can be done
20501 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
20505 &lt;End of help on this topic&gt;
20506 </BODY>
20507 </HTML>
20508 ======= h_flag_answered =======
20509 <html>
20510 <title>STATUS FLAG: Answered</title>
20511 <body>
20512 <h1>STATUS FLAG: Answered</h1>
20514 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
20515 MESSAGE&nbsp;INDEX
20516 screen, is automatically set when you reply to a message.  This flag is not
20517 automatically cleared.
20520 &lt;End of help on this topic&gt;
20521 </BODY>
20522 </HTML>
20523 ======= h_flag_forwarded =======
20524 <html>
20525 <title>STATUS FLAG: Forwarded</title>
20526 <body>
20527 <h1>STATUS FLAG: Forwarded</h1>
20529 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
20530 MESSAGE&nbsp;INDEX
20531 screen, is automatically set when you forward a message.  This flag is not
20532 automatically cleared.
20535 &lt;End of help on this topic&gt;
20536 </BODY>
20537 </HTML>
20538 ======= h_flag_deleted =======
20539 <html>
20540 <title>STATUS FLAG: Deleted</title>
20541 <body>
20542 <h1>STATUS FLAG: Deleted</h1>
20544 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
20545 MESSAGE&nbsp;INDEX
20546 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
20547 It is cleared
20548 when you use the &quot;U&nbsp;Undelete&quot; command.
20551 Messages marked with this flag will be permanently removed from
20552 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
20553 command, or
20554 when you indicate acceptance of their removal upon leaving the folder.
20557 Note, there can be other actions implicit in the
20558 &quot;D&nbsp;Delete&quot; command,
20559 such as advancing to the next message, that may be momentarily undesirable.
20560 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
20561 flag <A HREF="h_common_flag">explicitly</A>.
20564 &lt;End of help on this topic&gt;
20565 </BODY>
20566 </HTML>
20567 ====== h_config_incoming_timeo ======
20568 <HTML>
20569 <HEAD>
20570 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
20571 </HEAD>
20572 <BODY>
20573 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
20575 This option has no effect unless the feature
20576 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20577 is set, which in turn has no effect unless
20578 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20579 is set.
20581 Sets the time in seconds that Alpine will
20582 attempt to open a network connection used for monitoring for Unseen
20583 messages in Incoming Folders. The default is 5.
20584 If a connection has not completed within this many seconds Alpine will
20585 give up and consider it a failed connection.
20587 <UL>   
20588 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20589 </UL><P>
20590 &lt;End of help on this topic&gt;
20591 </BODY>
20592 </HTML>
20593 ====== h_config_psleep ======
20594 <HTML>
20595 <HEAD>
20596 <TITLE>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</TITLE>
20597 </HEAD>
20598 <BODY>
20599 <H1>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</H1>
20602 In the good old days a mailcap viewer was used to examine an 
20603 attachment before saving it, and after viewing the attachment control 
20604 would return to the operating system when the viewer was closed. Therefore, 
20605 when the mailcap viewer returned control to the operating system, it 
20606 could be assumed that the user who opened the attachment was done
20607 examining it, and the copy of the attachment that was used, could be removed.
20610 However, today this assumption is not longer valid. Some viewers return 
20611 control to the operating system before they actually read the attachment
20612 to be examined. This causes Alpine to delete the attachment before it 
20613 is read by the viewer, causing the viewer to fail opening the attachment.
20616 In order to work around this problem, Alpine checks, after the viewer has 
20617 returned control to the operating system, if there is any process that is 
20618 using the attachment. This variable controls the number of seconds that 
20619 must elapse between checks. Once it is found that no process is using the 
20620 attachment, this is removed.
20623 The minimum value for this variable is 60 (checks will be made once per 
20624 minute), and the maximum value is 600 (checks will be made once every 10 
20625 minutes). The default value is 60.
20628 <UL>   
20629 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20630 </UL><P>
20631 &lt;End of help on this topic&gt;
20632 </BODY>
20633 </HTML>
20634 ====== h_config_incoming_interv ======
20635 <HTML>
20636 <HEAD>
20637 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
20638 </HEAD>
20639 <BODY>
20640 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
20642 This option has no effect unless the feature
20643 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20644 is set, which in turn has no effect unless
20645 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20646 is set.
20648 This option specifies, in seconds, how often Alpine will check
20649 for new mail and state changes in Incoming Folders when Incoming Folders
20650 Checking is turned on.
20651 The default is 3 minutes (180).
20652 This value applies only to folders that are local to the system that
20653 Alpine is running on or that are accessed using the IMAP protocol.
20654 The similar option
20655 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
20656 applies to all other monitored folders.
20658 <UL>   
20659 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20660 </UL><P>
20661 &lt;End of help on this topic&gt;
20662 </BODY>
20663 </HTML>
20664 ====== h_config_incoming_second_interv ======
20665 <HTML>
20666 <HEAD>
20667 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
20668 </HEAD>
20669 <BODY>
20670 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
20672 This option has no effect unless the feature
20673 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20674 is set, which in turn has no effect unless
20675 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20676 is set.
20678 This option together with the option
20679 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
20680 specifies, in seconds, how often Alpine will check
20681 for new mail and state changes in Incoming Folders when Incoming Folders
20682 Checking is turned on.
20683 The default for this option is 3 minutes (180).
20684 For folders that are local to this system or
20685 that are accessed using the IMAP protocol
20686 the value of the option
20687 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
20688 is used.
20689 For all other monitored folders, the value of this option is used.
20691 The reason there are two separate options is because it is usually
20692 less expensive to check local and IMAP folders than it is to check
20693 other types, like POP or NNTP folders.
20694 You may want to set this secondary value to a higher number than
20695 the primary check interval.
20697 <UL>   
20698 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20699 </UL><P>
20700 &lt;End of help on this topic&gt;
20701 </BODY>
20702 </HTML>
20703 ====== h_config_incoming_list ======
20704 <HTML>
20705 <HEAD>
20706 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
20707 </HEAD>
20708 <BODY>
20709 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
20711 This option has no effect unless the feature
20712 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20713 is set, which in turn has no effect unless
20714 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20715 is set.
20717 When monitoring the Incoming Message Folders for Unseen messages Alpine will
20718 normally monitor all Incoming Folders.
20719 You may use this option to restrict the list of monitored folders to a
20720 subset of all Incoming Folders.
20722 <UL>   
20723 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20724 </UL><P>
20725 &lt;End of help on this topic&gt;
20726 </BODY>
20727 </HTML>
20728 ====== h_config_pers_name ======
20729 <HTML>
20730 <HEAD>
20731 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
20732 </HEAD>
20733 <BODY>
20734 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
20736 This value is used to determine the full name part of the "From" address
20737 on messages you send.
20738 <!--chtml if pinemode="os_windows"-->
20739  PC-Alpine requires that this be set in order to properly construct the "From" address.
20740 <!--chtml else-->
20741  If unset, Unix Alpine will obtain your full name from
20742  the system password file. PC-Alpine, on the other hand, requires that this be set.
20743 <!--chtml endif-->
20745 If you want to change the value of what gets included in the From header
20746 in messages you send (other than just the Personal Name)
20747 look <A HREF="h_config_change_your_from">here</A> for a description.
20748 <P><UL>
20749 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20750 </UL><P>
20751 &lt;End of help on this topic&gt;
20752 </BODY>
20753 </HTML>
20754 ====== h_config_pruned_folders ======
20755 <html>
20756 <header>
20757 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
20758 </header>
20759 <body>
20760 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
20762 This variable allows you to define a list of one or more folders that
20763 Alpine will offer to prune for you in the same way it automatically offers
20764 to prune your "sent-mail" folder each month.
20765 Each folder in this list must be a folder in your default folder collection
20766 (the first folder collection if you have more than one), and it is just
20767 the relative name of the folder in the collection, not the fully-qualified name.
20768 It is similar to sent-mail.
20769 Instead of something like
20771 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
20773 the correct value to use would be
20775 <CENTER><SAMP>folder</SAMP></CENTER>
20777 There is an assumption here that your first collection is the folders in
20779 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
20782 Once a month, for each folder listed, Alpine will offer to move
20783 the contents of the folder to a new folder of the same name but with
20784 the previous month's date appended.  Alpine will then look for any such
20785 date-appended folder names created for a previous month, and offer each
20786 one it finds for deletion.
20789 If you decline the first offer, no mail is moved and no new folder is
20790 created.
20793 The new folders will be created
20794 in your default folder collection.
20797 <UL>   
20798 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20799 </UL><P>
20800 &lt;End of help on this topic&gt;
20801 </body>
20802 </html>
20803 ====== h_config_upload_cmd ======
20804 <HTML>
20805 <HEAD>
20806 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
20807 </HEAD>
20808 <BODY>
20809 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
20811 This option affects the behavior of the Composer's &quot;Read File&quot; 
20812 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
20813 commands.  It specifies
20814 a Unix program name, and any necessary command line arguments, that Alpine can
20815 use to transfer files from your personal computer into messages that you are
20816 composing.<P>
20818 <B>Note:</B> this facility is intended for use with serial line transfer 
20819 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
20820 to work with TCP/IP file transfer programs such as ftp.<P>
20822 If a program is specified, the commands listed above are modified to offer a
20823 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
20824 specified here must match the transfer program or protocol available on the
20825 personal computer.<P>
20827 Alpine expects to exchange uploaded data via a file on your Unix system.  When
20828 the specified upload program finishes, Alpine expects the uploaded data to be
20829 contained in this file.<P>
20831 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
20832 generates a
20833 temporary file name that it will pass to the specified Unix program.  Alpine
20834 will read the resulting uploaded text from this file and then delete it when
20835 the upload command is finished.<P>
20837 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
20838 prompt
20839 you for the name of the file that is to contain the uploaded information that
20840 it is to attach.  Alpine will attach this file to the composition, but will
20841 <B>not</B> delete this file after the upload command is finished.<P>
20843 The special token &quot;_FILE_&quot; may be included among the Unix program's 
20844 command
20845 line arguments.  Alpine will replace this symbol with the name of the file
20846 being used to exchange the uploaded information.  This token allows you to
20847 position the file name where it is required in the Unix program's command
20848 line arguments.<P>
20850 If the &quot;_FILE_&quot; token is not present in the specified command, the
20851 temporary file's name is automatically appended to the specified Unix
20852 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
20853 <B>last</B> command line argument.
20854 <P><UL>
20855 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20856 </UL><P>
20857 &lt;End of help on this topic&gt;
20858 </BODY>
20859 </HTML>
20860 ====== h_config_upload_prefix ======
20861 <HTML>
20862 <HEAD>
20863 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
20864 </HEAD>
20865 <BODY>
20866 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
20868 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
20869 It defines text to be written to the terminal emulator (via standard output)
20870 immediately prior to starting upload command.  This is useful for
20871 integrated serial line file transfer agents that permit command passing
20872 (e.g., Kermit's APC method).<P>
20874 The special token &quot;_FILE_&quot; may be included in the string specification.
20875 That symbol will be replaced with the (Alpine-created) name of the temporary
20876 file in which Alpine will expect to find the uploaded file.
20877 <P><UL>
20878 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20879 </UL><P>
20880 &lt;End of help on this topic&gt;
20881 </BODY>
20882 </HTML>
20883 ====== h_config_download_cmd ======
20884 <HTML>
20885 <HEAD>
20886 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
20887 </HEAD>
20888 <BODY>
20889 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
20891 This option affects the behavior of the Export command.  It specifies a Unix
20892 program name, and any necessary command line arguments, that Alpine can use to
20893 transfer the exported message to your personal computer's disk.<P>
20894 Note: this facility is intended for use with serial line transfer 
20895 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
20896 to work with TCP/IP file transfer programs such as ftp.<P>
20897 If a program is specified, the Export command is modified to offer a
20898 subcommand (^V) to activate the transfer (in lieu of saving it to
20899  the machine where Alpine is running).  Obviously, the Unix program
20900 specified here must match the transfer program or protocol available on the
20901 personal computer.<P>
20903 When this subcommand is selected and before Alpine invokes the specified Unix
20904 program, Alpine will create a temporary file containing the text of the
20905 exported message.  Alpine uses this file to pass the exported message text to
20906 the specified Unix program.<P>
20908 The special token &quot;_FILE_&quot; may be included among the Unix program's command
20909 line arguments.  Alpine will replace this symbol with the temporary file's name
20910 before executing the Unix program.  This token allows you to position the
20911 file name where it is required in the Unix program's command line arguments.
20913 If the &quot;_FILE_&quot; token is not present in the specified command, the
20914 temporary file's name is automatically appended to the specified Unix
20915 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
20916 <B>last</B> command line argument.
20917 <P><UL>
20918 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20919 </UL><P>
20920 &lt;End of help on this topic&gt;
20921 </BODY>
20922 </HTML>
20923 ====== h_config_download_prefix ======
20924 <HTML>
20925 <HEAD>
20926 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
20927 </HEAD>
20928 <BODY>
20929 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
20931 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
20932 It defines text to be written to the terminal emulator (via standard output)
20933 immediately prior to starting the download command.  This is useful for
20934 integrated serial line file transfer agents that permit command passing
20935 (e.g., Kermit's APC method).
20937 The special token &quot;_FILE_&quot; may be included in the string 
20938 specification.
20939 That symbol will be replaced with the (Alpine-created) name of the temporary
20940 file into which Alpine will place the message to be downloaded.
20941 <P><UL>
20942 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20943 </UL><P>
20944 &lt;End of help on this topic&gt;
20945 </BODY>
20946 </HTML>
20947 ====== h_config_mailcap_path ======
20948 <HTML>
20949 <HEAD>
20950 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
20951 </HEAD>
20952 <BODY>
20953 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
20954 This variable is used to replace Alpine's default mailcap file search path.
20955 It takes one or more file names (full paths must be specified) in which to
20956 look for mail capability data.  The default search path can be found in this
20957 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
20958 If there is more than one file name listed, list members should be delimited
20959 by 
20960 <!--chtml if pinemode="os_windows"-->
20961 a semi-colon (;) under Windows; for example:<PRE>
20962         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
20963 </PRE>
20964 <!--chtml else-->
20965 a colon (:) under UNIX; for example:<PRE>
20966         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
20967 </PRE>
20968 <!--chtml endif-->
20969 <P><UL>
20970 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20971 </UL>
20973 &lt;End of help on this topic&gt;
20974 </BODY>
20975 </HTML>
20976 ====== h_config_mimetype_path ======
20977 <HTML>
20978 <HEAD>
20979 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
20980 </HEAD>
20981 <BODY>
20982 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
20984 This variable is used to replace Alpine's default mime.types file search path.
20985 It takes one or more file names (full paths must be specified) in which to
20986 look for file-name-extension to MIME type mapping data.  The default search
20987 path can be found in this
20988 <A HREF="h_news_config">Alpine Configuration</A> help.
20992 If there is more than one file name listed, list members should be delimited
20993 by a colon (:) under UNIX and a semi-colon (;) under Windows.
20995 &lt;End of help on this topic&gt;
20996 </BODY></HTML>
20997 ====== h_config_set_att_ansi ======
20998 <HTML><HEAD>
20999 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
21000 </HEAD>
21001 <BODY>
21002 <H1>OPTION: Set printer to attached ansi printer</H1>
21004 Type "S" to set your printer to "attached-to-ansi".<BR>
21005 It is OK to include "attached-to-ansi" in your personal list below.
21007 &lt;End of help on this topic&gt;
21008 </BODY></HTML>
21009 ====== h_config_set_att_ansi2 ======
21010 <HTML><HEAD>
21011 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
21012 </HEAD>
21013 <BODY>
21014 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
21016 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
21017 It is OK to include "attached-to-ansi-no-formfeed" in your personal
21018 list below.
21022 This is the same as the "attached-to-ansi" option except that a
21023 formfeed character will not be appended to the end of the print job.
21024 If your printer already ejects the paper by itself at the end of the
21025 job, you may prefer the "no-formfeed" form of this printer so that you
21026 don't get an extra blank page between print jobs.
21029 &lt;End of help on this topic&gt;
21030 </BODY></HTML>
21031 ====== h_config_set_att_wyse ======
21032 <HTML><HEAD>
21033 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
21034 </HEAD>
21035 <BODY>
21036 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
21038 Type "S" to set your printer to "attached-to-wyse".<BR>
21039 It is OK to include "attached-to-wyse" in your personal list below.
21041 This is very similar to "attached-to-ansi".
21042 The only difference is in the control characters sent to turn the printer
21043 on and off.
21044 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
21045 to turn on the printer and ESC LEFT_BRACKET 4 i
21046 to turn it off.
21047 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
21048 &lt;End of help on this topic&gt;
21049 </BODY></HTML>
21050 ====== h_config_set_att_wyse2 ======
21051 <HTML><HEAD>
21052 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
21053 </HEAD>
21054 <BODY>
21055 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
21057 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
21058 It is OK to include "attached-to-wyse-no-formfeed" in your personal
21059 list below.
21063 This is the same as the "attached-to-wyse" option except that a
21064 formfeed character will not be appended to the end of the print job.
21065 If your printer already ejects the paper by itself at the end of the
21066 job, you may prefer the "no-formfeed" form of this printer so that you
21067 don't get an extra blank page between print jobs.
21070 &lt;End of help on this topic&gt;
21071 </BODY></HTML>
21072 ====== h_config_set_stand_print ======
21073 <HTML>
21074 <HEAD>
21075 <TITLE>OPTION: Set default printer</TITLE>
21076 </HEAD>
21077 <H1>OPTION: Set default printer</H1>
21078 <BODY>
21079 Move to the printer you want and type "S" to set it to be your
21080 default printer.  This list is not modifiable by you and has been
21081 set up by the system administrators.  If there is more than one printer
21082 listed in the Command List, you will be able to cycle through that
21083 whole list at the time you print, starting with your default.
21084 It is OK to include entries from this Standard list in your personal
21085 list below.
21087 &lt;End of help on this topic&gt;
21088 </BODY>
21089 </HTML>
21090 ====== h_config_set_custom_print ======
21091 <HTML>
21092 <HEAD>
21093 <TITLE>OPTION: Set default printer</TITLE>
21094 </HEAD>
21095 <H1>OPTION: Set default printer</H1>
21096 <BODY>
21097 You may add as many print commands as you want to your personal list.
21098 Specify one of them as your default printer by moving to the printer
21099 you want and typing "S".  If there is more than one printer listed
21100 in the Command List, you will be able to cycle through that list at
21101 the time you print, starting with your default.  It is OK to include
21102 entries from the Standard list above or to include the command
21103 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
21104 "attached-to-wyse-no-formfeed" as one of the entries here.
21106 &lt;End of help on this topic&gt;
21107 </BODY>
21108 </HTML>
21109 ====== h_config_user_id =====
21110 <HTML>
21111 <HEAD>
21112 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
21113 </HEAD>
21114 <BODY>
21115 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
21117 This value is used as part of the "From" address on messages you send.
21118 It is also the default login name for remote IMAP server access.  Set this
21119 to the username part you want to appear on outgoing email.
21121 If you want to change the value of what gets included in the From header
21122 in messages you send (other than just the User ID)
21123 look <A HREF="h_config_change_your_from">here</A> for a description.
21125 <P><UL>   
21126 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21127 </UL><P>
21128 &lt;End of help on this topic&gt;
21129 </BODY>
21130 </HTML>
21131 ====== h_config_user_dom =====
21132 <HTML>
21133 <HEAD>
21134 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
21135 </HEAD>
21136 <BODY>
21137 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
21139 This value specifies the domain part (right-hand side) of your return
21140 address on outgoing email and is also used as the default domain for email
21141 composed to a local user.
21142 <!--chtml if pinemode="os_windows"-->
21143  This value is required for PC-Alpine. If you are unsure as to what this should be,
21144  contact your local help desk, system administrator, or Internet Service Provider.
21145 <!--chtml else-->
21146  If unset, Unix Alpine will obtain the domain from
21147  the system.  Often this value will be set for your whole site by the
21148  system administrator.<P>
21149 <!--chtml endif-->
21150 If you set this, see also the <A HREF="h_config_quell_local_lookup">
21151 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
21153 If you want to change the value of what gets included in the From header
21154 in messages you send (other than just the User Domain)
21155 look <A HREF="h_config_change_your_from">here</A> for a description.
21156 <P><UL>
21157 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21158 </UL><P>
21159 &lt;End of help on this topic&gt;
21160 </BODY>
21161 </HTML>
21162 ====== h_config_smtp_server =====
21163 <HTML>
21164 <HEAD>
21165 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
21166 </HEAD>
21167 <BODY>
21168 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
21169 This value specifies the name of one or more SMTP 
21170 (Simple Mail Transfer Protocol) servers for sending mail. 
21171 <!--chtml if pinemode="os_windows"-->
21172 You must have an SMTP server for use with PC-Alpine.
21173 SMTP servers are
21174 normally set up by a system administrator for use by all members of a given
21175 campus or department.
21176 Contact your local help desk to ask what SMTP
21177 servers you should use.  
21178 <!--chtml else-->
21179 Unix Alpine users may not need to set an SMTP server.
21180 Alpine will attempt to execute the program (usually sendmail) that is used
21181 to insert mail into the mail system.
21182 If this works for you, you may leave this option blank.
21183 If there is an SMTP server running on the Unix host you may be able to
21184 improve sending performance slightly by setting the SMTP server option
21185 to &quot;localhost&quot; or to the actual name of the Unix host.
21187 If the Unix host doesn't work the way Alpine was expecting you will need to
21188 set the value of this option.
21189 SMTP servers are
21190 normally set up by a system administrator for use by all members of a given
21191 campus or department.
21192 Contact your local help desk to ask what SMTP
21193 servers you should use.  
21194 <!--chtml endif-->
21196 Your SMTP server may offer SMTP AUTH authentication.
21197 It may even require it.
21198 If your SMTP server offers SMTP AUTH authentication you may specify a
21199 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
21200 This parameter requires an associated value,
21201 the username identifier with which to establish the server
21202 connection.
21203 An example might be:
21206 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
21209 If AUTH authentication is offered by the server, this will cause Alpine to
21210 attempt to use it.
21211 If AUTH authentication is not offered by the server, this will cause Alpine
21212 to fail sending with an error similar to:
21215 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
21218 Another type of authentication that is used by some ISPs is called
21219 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
21220 which means that you have to authenticate
21221 yourself to the POP or IMAP server by opening a mailbox before you
21222 can send mail.
21223 To do this, you usually only have to open your INBOX.
21226 You may tell Alpine to use the
21227 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
21228 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
21229 parameter
21230 in this option.
21231 At this time &quot;/submit&quot; is simply equivalent to specifying
21232 port 587, though it may imply more than that at some point in the future.
21233 Some ISPs are blocking port 25 in order to reduce the amount of spam
21234 being sent to their users.
21235 You may find that the submit option allows you to get around such a block.
21238 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
21241 To specify any non-standard port number on the SMTP server you may follow
21242 the hostname with a colon followed by the portnumber.
21245 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
21248 Normally, when a connection is made to the Smtp-Server Alpine will attempt
21249 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
21250 If that fails then a non-encrypted connection will be attempted instead.
21251 You may specify that a TLS connection is required if you wish.
21252 If you append &quot;/tls&quot; to the name then the connection will fail
21253 instead of falling back to a non-secure connection.
21256 <CENTER><SAMP>smtpserver.example.com/tls</SAMP></CENTER>
21260 For more details about server name possibilities see
21261 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21264 <UL>
21265 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21266 </UL>
21268 &lt;End of help on this topic&gt;
21269 </BODY>
21270 </HTML>
21271 ====== h_config_nntp_server =====
21272 <HTML>
21273 <HEAD>
21274 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
21275 <BODY>
21276 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
21278 This value specifies the name of one or more NNTP
21279 (Network News Transfer Protocol)
21280 servers for reading and posting USENET news.
21281 NNTP servers are normally
21282 set up by a system administrator for use by all members of a given campus
21283 or department.
21284 Contact your local help desk to ask what NNTP servers you should use.  
21285 <!--chtml if pinemode="os_windows"--><!--chtml else-->
21286 Often Unix Alpine users will find that this variable has been
21287 set for the whole system (and they don't have to worry about it).  
21288 <!--chtml endif-->
21289 When you define an NNTP server here, Alpine implicitly defines a news
21290 collection for you, assuming that server as the news server and assuming
21291 that you will use the NNTP protocol and a local newsrc configuration file
21292 for reading news.
21293 For more about reading news with Alpine, see
21294 <A HREF="h_reading_news">how to use Alpine to read news</A>.
21296 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
21297 or &quot;AUTHINFO USER&quot; authentication.
21298 It may even require it.
21299 If your NNTP server does offer such authentication you may specify a user name
21300 parameter to cause Alpine to attempt to authenticate.
21301 The same is true for the server name in a folder collection that uses NNTP.
21302 This parameter requires an associated value,
21303 the username identifier with which to establish the server connection.
21304 An example might be:
21307 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
21310 If authentication is offered by the server, this will cause Alpine to
21311 attempt to use it.
21312 If authentication is not offered by the server, this will cause Alpine
21313 to fail with an error similar to:
21316 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
21318 For more details about the server name possibilities see
21319 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21320 <P><UL>
21321 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21322 </UL><P>
21323 &lt;End of help on this topic&gt;
21324 </BODY>
21325 </HTML>
21326 ====== h_config_inbox_path =====
21327 <HTML>
21328 <HEAD>
21329 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
21330 </HEAD>
21331 <BODY>
21332 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
21334 This value overrides the default value of your INBOX name/path/location.
21335 <!--chtml if pinemode="os_windows"-->
21336 PC-Alpine users must specify an inbox path and it must be a folder on an
21337 IMAP server.  
21338 <!--chtml else-->
21339 Unix and VMS Alpine users will often find that this variable
21340 has been pre-configured by your system administrator.  
21341 <!--chtml endif-->
21342 You may be able to specify an alternate INBOX that is either a local folder 
21343 or a folder on an IMAP server.
21345 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
21346 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
21347 mail server.
21349 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21350 details on the syntax of folder definitions.
21352 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
21353 mail is disappearing.
21354 <P><UL>
21355 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21356 </UL><P>
21357 &lt;End of help on this topic&gt;
21358 </BODY>
21359 </HTML>
21360 ====== h_config_change_your_from =====
21361 <HTML>
21362 <HEAD>
21363 <TITLE>How to Change your From Address</TITLE>
21364 </HEAD>
21365 <BODY>
21366 <H1>How to Change your From Address</H1>
21368 If the From address that Alpine includes in mail that you send is not correct,
21369 you may want to configure a different default value for the From address.
21370 You may follow these directions to change the default:
21373 <UL>
21374   <LI> Go to the Main Alpine Menu
21375   <LI> From there type the Setup Command
21376   <LI> From there type the Config Command
21377 </UL>
21380 You've probably already seen this SETUP CONFIGURATION screen.
21381 If not, there are many options you may want to set here.
21382 To set the value of the From header you may use the
21383 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
21384 Find it by scrolling down a few pages or use the WhereIs command to
21385 search for &quot;customized&quot;.
21386 You may want to read the help text associated with the option.
21388 To add a custom From header, type the Add command and enter the
21389 full header line, including the leading &quot;From:&nbsp;&quot;.
21390 For example:
21392 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
21394 Now exit the Setup command and try sending mail to yourself to see
21395 what the From line looks like.
21397 When you are in the composer you may edit the custom From line by typing
21398 Ctrl-R while your cursor is in the headers of the message and then moving
21399 to the From line and editing.
21400 If you want to leave the default value the same but add the possibility
21401 of being able to edit the header when you compose, add just the header
21402 name without a value.
21403 For example:
21405 <CENTER><SAMP>From:</SAMP></CENTER>
21407 If you change your From address you may also find it useful to add the
21408 changed From address to the
21409 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
21410 configuration option.
21412 <UL>   
21413 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21414 </UL><P>
21415 &lt;End of help on this topic&gt;
21416 </BODY>
21417 </HTML>
21418 ====== h_config_default_fcc =====
21419 <HTML>
21420 <HEAD>
21421 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
21422 </HEAD>
21423 <BODY>
21424 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
21426 This value specifies where a copy of outgoing mail should be saved.  If
21427 this is not a path name, it will be in the default collection for saves.
21428 Any valid folder specification, local or IMAP, is allowed.  This default
21429 folder carbon copy only applies when the 
21430 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
21431 is set to use the default folder.  
21432 <!--chtml if pinemode="os_windows"-->
21433 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
21434 <!--chtml else-->
21435 Unix Alpine default
21436 is normally &quot;sent-mail&quot; in the default folder collection. 
21437 <!--chtml endif-->
21439 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
21440 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
21441 IMAP server (remember that in order to later access this remote folder through Alpine, it
21442 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
21443 for more information). An example:<p>
21444 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
21446 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
21448 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21449 details on the syntax of folder definitions.
21451 <UL>   
21452 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21453 </UL><P>
21454 &lt;End of help on this topic&gt;
21455 </BODY>
21456 </HTML>
21457 ====== h_config_def_save_folder =====
21458 <HTML>
21459 <HEAD>
21460 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
21461 </HEAD>
21462 <BODY>
21463 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
21465 This option determines the default folder name for save-message operations 
21466 (&quot;saves&quot;).
21468 If this is not a path name, it will be in the default collection for saves.
21469 Any valid folder specification, local or IMAP, is allowed.  This default
21470 folder only applies when the
21471 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
21472 doesn't override it.  
21473 <!--chtml if pinemode="os_windows"-->
21474 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
21475 <!--chtml else-->
21476 Unix Alpine default
21477 is normally &quot;saved-messages&quot; in the default folder collection.
21478 <!--chtml endif-->
21479 If you access your email through an IMAP server, especially if you often switch between Unix
21480 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
21481 IMAP server (remember that in order to later access this remote folder through Alpine, it
21482 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
21483 for more information). An example:<p>
21484 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
21486 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21487 details on the syntax of folder definitions.
21489 <UL>   
21490 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21491 </UL><P>
21492 &lt;End of help on this topic&gt;
21493 </BODY>
21494 </HTML>
21495 ====== h_config_postponed_folder =====
21496 <HTML>
21497 <HEAD>
21498 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
21499 </HEAD>
21500 <BODY>
21501 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
21503 This value overrides the default name for the folder where postponed
21504 messages are saved.  If this is not a path name, it will be in the default
21505 collection for message Saves.  Any valid folder specification, local or
21506 remote, is allowed. 
21507 PC-Alpine default
21508 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
21509 The Unix Alpine default is normally &quot;postponed-msgs&quot;
21510 in the default collection. 
21512 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
21513 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
21514 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
21515 in all Alpine copies you use. 
21516 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
21517 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
21518 for more information). An
21519 example:<p> 
21520 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
21522 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21523 details on the syntax of folder definitions.
21525 <UL>   
21526 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21527 </UL><P>
21528 &lt;End of help on this topic&gt;
21529 </BODY>
21530 </HTML>
21531 ====== h_config_read_message_folder =====
21532 <HTML>
21533 <HEAD>
21534 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
21535 </HEAD>
21536 <BODY>
21537 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
21539 By virtue of specifying a folder name here, Alpine will be configured to
21540 save all messages that you have read during a session into the designated
21541 &quot;read messages&quot; folder.  This allows you to more easily distinguish
21542 between your really new email (in your INBOX) and those that you have
21543 already read.  Depending on how you define the 
21544 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
21545 setting, you may or may not be asked when you quit
21546 Alpine if you want read messages to be moved to this folder.  In either
21547 case, moving the messages means they will be deleted from your INBOX.
21549 If this is not a path name, it will be in the default collection for
21550 saves.  Any valid folder specification, local or remote (via IMAP), is
21551 allowed.  There is no default for the name of the read message folder.
21553 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21554 details on the syntax of folder definitions.
21556 <UL>   
21557 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21558 </UL><P>
21559 &lt;End of help on this topic&gt;
21560 </BODY>
21561 </HTML>
21562 ====== h_config_form_folder =====
21563 <HTML>
21564 <HEAD>
21565 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
21566 </HEAD>
21567 <BODY>
21568 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
21570 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
21571 contain messages that you have composed and that are intended to be
21572 sent in their original form repeatedly.
21575 Setting this variable will alter Alpine's usual behavior when you
21576 execute the Compose command.  Normally, Alpine offers a chance to
21577 continue a postponed or interrupted message should one or the other
21578 exist.  When this variable is set to a folder name that exists, Alpine
21579 will also offer the chance to select a message from the folder to
21580 insert into the composer (much like when continuing a postponed message).
21581 The difference, however, is that Alpine will not automatically delete
21582 the selected message from the Form Letter Folder.
21584 Setting this variable will also affect Alpine's behavior when you
21585 Postpone a message from the composer.  Normally, Alpine simply stashes
21586 the message away in your
21587 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
21588 Regardless of the specified folder's existence, Alpine will ask which
21589 folder you intend the message to be stored in.  Choose the
21590 &quot;F&quot; option to store the message in your Form Letter Folder.
21591 This is the most common way to add a message to the folder.
21594 Another method of adding messages to the folder is via the Alpine
21595 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
21596 you expect to send in the same form again, you can enter the Form
21597 Letter Folder's name in this field.  Alpine, as usual, will copy the
21598 message as it's sent.  Note, when you later select this message from 
21599 your Form Letter Folder, it will have the same recipients as the original
21600 message.
21603 To delete a message from the Form Letter Folder, you can either select
21604 the folder from a suitable FOLDER LIST screen, or use the Delete
21605 command in the MESSAGE INDEX offered when selecting from the folder as
21606 part of the Compose command.  You can delete a Form Letter Folder just
21607 as any other folder from a suitable FOLDER LIST screen.
21610 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
21611 facility can be used
21612 to replace the Form Letter Folder.
21615 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21616 details on the syntax of folder definitions.
21619 <UL>   
21620 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21621 </UL><P>
21622 &lt;End of help on this topic&gt;
21623 </BODY>
21624 </HTML>
21625 ====== h_config_archived_folders =====
21626 <HTML>
21627 <HEAD>
21628 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
21629 </HEAD>
21630 <BODY>
21631 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
21633 This is like
21634 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
21635 only more general.  You may archive
21636 any of the folders in your incoming collection.  This is a list of folder
21637 pairs, with the first separated from the second in the pair by a space.
21638 The first folder in a pair is the folder you want to archive, and the
21639 second folder is the folder that read messages from the first should be
21640 moved to.  Depending on how you define the
21641 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
21642 setting, you may or may not be asked when you
21643 leave the first folder if you want read messages to be moved to the
21644 second folder.  In either case, moving the messages means they will be
21645 deleted from the first folder.
21647 The name of the first folder in each pair can be either the technical
21648 specification of the folder (like what appears in your configuration file)
21649 or (much easier) the nickname that you gave the folder when you made it
21650 an incoming folder.
21652 For example:<p>
21653 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
21654 <p>or, using nicknames:<p>
21655 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
21657 If these are not path names, they will be in the default collection for
21658 saves. Any valid folder specification, local or remote (via IMAP), is
21659 allowed. There is no default.
21661 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21662 details on the syntax of folder definitions.
21664 <UL>   
21665 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21666 </UL><P>
21667 &lt;End of help on this topic&gt;
21668 </BODY>
21669 </HTML>
21670 ====== h_config_newsrc_path ======
21671 <HTML>
21672 <HEAD>
21673 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
21674 </HEAD>
21675 <BODY>
21676 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
21678 This option overrides the default name Alpine uses for your "newsrc" news
21679 status and subscription file.  If set, Alpine will take this value as the
21680 full pathname for the desired newsrc file.<P>
21682 If this option is <B>not</B> set, 
21683 <!--chtml if pinemode="os_windows"-->
21684 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
21685 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
21686 directory as your pinerc file for NEWSRC.
21687 <!--chtml else-->
21688 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
21689 your account's home directory).
21690 <!--chtml endif-->
21691 <P><UL>
21692 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21693 </UL>
21695 &lt;End of help on this topic&gt;
21696 </BODY>
21697 </HTML>
21698 ====== h_config_literal_sig =====
21699 <HTML>
21700 <HEAD>
21701 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
21702 </HEAD>
21703 <BODY>
21704 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
21706 With this option your actual signature, as opposed to
21707 the name of a file containing your signature,
21708 is stored in the Alpine configuration file.
21709 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
21712 This is simply a different way to store the signature.
21713 The signature is stored inside your Alpine configuration file instead of in
21714 a separate file.
21715 Tokens work the same way they do with the
21716 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
21717 help.
21720 The Setup/Signature command on Alpine's MAIN MENU will edit
21721 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
21722 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
21723 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
21724 instead.
21727 The two character sequence &#92;n (backslash followed by
21728 the character n) will be used to signify a line-break in your signature.
21729 You don't have to enter the &#92;n, but it will be visible in the
21730 SETUP CONFIGURATION window after you are done editing the signature.
21733 <UL>   
21734 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21735 </UL><P>
21736 &lt;End of help on this topic&gt;
21737 </BODY>
21738 </HTML>
21739 ====== h_config_signature_file =====
21740 <HTML>
21741 <HEAD>
21742 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
21743 </HEAD>
21744 <BODY>
21745 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
21747 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
21748 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
21749 You can tell that that is the case because the value of the
21750 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
21752 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
21754 You may either use all Literal Signatures (signatures stored in your
21755 configuration file) throughout Alpine, or all signature files.
21756 You can't mix the two.
21758 This is the name of a file that will be automatically inserted into
21759 outgoing messages.
21760 It typically contains information such as your
21761 name, email address and organizational affiliation.
21762 Alpine adds the
21763 signature into the message as soon as you enter the composer so you
21764 can choose to remove it or edit it on a message by message basis.
21765 Signature file placement in message replies is controlled by the
21766 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
21767 setting in the feature list.
21770 The default file name is
21771 <!--chtml if pinemode="os_windows"-->
21772 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
21773 PINERC file is a local file.
21774 If your PINERC file is remote, then it will be in the directory specified
21775 by the &quot;-aux local_directory&quot; command line option.
21776 <!--chtml else-->
21777 &quot;.signature&quot;.
21778 <!--chtml endif-->
21781 To create or edit your signature file choose Setup from the MAIN MENU
21782 and then select S for Signature (Main/Setup/Signature).  This puts you
21783 into the Signature Editor where you can enter a <EM>few</EM> lines of
21784 text containing your identity and affiliation.
21787 If the filename is followed by a vertical bar (|) then instead
21788 of reading the contents of the file the file is assumed to be a
21789 program that will produce the text to be used on its standard output.
21790 The program can't have any arguments and doesn't receive any input from Alpine,
21791 but the rest of the processing works as if the contents came from a file.
21794 Instead of storing the data in a local file, the
21795 signature data may be stored remotely in an IMAP folder.
21796 In order to do this, 
21797 you must use a remote name for the file.
21798 A remote <!--#echo var="VAR_signature-file"--> name might look like:
21800 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
21803 The syntax used here is the same as the syntax used for remote configuration
21804 files from the command line.
21805 Note that you may not access an existing signature file remotely,
21806 you have to create a new <EM>folder</EM> that contains the signature data.
21807 If the name you use here for the signature file is a remote name, then when
21808 you edit the file from the Setup/Signature command the data will be stored
21809 remotely in the folder.
21810 You aren't required to do anything special to create the folder, it
21811 gets created automatically if you use a remote name.
21814 Besides regular text, the signature file may also contain
21815 (or a signature program may produce) tokens that
21816 are replaced with text that usually depends on the message you are replying
21817 to or forwarding.
21818 For example, if the signature file contains the token
21820 <CENTER><SAMP>_DATE_</SAMP></CENTER>
21822 anywhere in the text, then that token is replaced by the date
21823 the message you are replying to or forwarding was sent.
21824 If it contains
21826 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
21828 that is replaced with the current date.
21829 The first is an example of a token that depends on the message you
21830 are replying to (or forwarding) and the second is an example which
21831 doesn't depend on anything other than the current date.
21832 You have to be a little careful with this facility since tokens that
21833 depend on the message you are replying to or forwarding will be replaced
21834 by nothing in the case where you are composing a new message from scratch.
21835 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
21836 in this respect.
21837 It allows you to use different signature files in different cases.
21840 The list of tokens available for use in the signature file is
21841 <A HREF="h_index_tokens">here</A>.
21844 Instead of, or along with the use of &quot;roles&quot; to give you
21845 different signature files in different situations, there is also
21846 a way to conditionally include text based
21847 on whether or not a token would result in specific replacement text.
21848 For example, you could include some text based on whether or not
21849 the _NEWS_ token would result in any newsgroups if it was used.
21850 This is explained in detail
21851 <A HREF="h_reply_token_conditionals">here</A>.
21852 This isn't for the faint of heart.
21854 In the very unlikely event that you want to include a literal token
21855 in the signature you must precede it with a backslash character.
21856 For example,
21858 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
21860 would produce something like
21862 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
21864 It is not possible to have a literal backslash followed by an expanded token.
21866 An alternate method for storing the signature data is available by using the
21867 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
21868 This variable will be used by default.
21870 <UL>   
21871 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21872 </UL><P>
21873 &lt;End of help on this topic&gt;
21874 </BODY>
21875 </HTML>
21876 ====== h_config_init_cmd_list =====
21877 <HTML>
21878 <HEAD>
21879 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
21880 </HEAD>
21881 <BODY>
21882 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
21884 The initial keystroke--or command--list option lets you start Alpine at
21885 any place you like.
21886 Whatever keystrokes you specify here will be executed
21887 by Alpine upon startup as a macro.
21888 The words SPACE, TAB, DOWN, UP, LEFT, and
21889 RIGHT indicate the pressing of those keys.
21890 CR indicates the pressing of the RETURN key.
21891 F1 through F12 represent the function keys, and ^ followed
21892 by a character indicates that key pressed along with the control key (in
21893 other words, ^P means Ctrl-P).
21894 As a shortcut notation, an element of the list may be several characters
21895 surrounded by double-quotes (").
21896 That will be expanded into the individual keystrokes
21897 (excluding the double-quote characters).
21898 For example, the quoted-string
21900 <P><CENTER>"ABC"</CENTER>
21903 is interpreted the same as the three separate list members
21905 <P><CENTER>A and B and C</CENTER>
21908 which is also the same as
21910 <P><CENTER>A,B,C</CENTER>
21913 An example: To view message 1 on startup,
21914 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
21916 <P><CENTER>I,J,1,CR,V</CENTER>
21919 An equivalent version of this is
21921 <P><CENTER>"IJ1",CR,V</CENTER>
21924 Restrictions: You cannot pre-type into the composer with the initial
21925 keystroke list, and you cannot mix function key commands with letter
21926 commands.
21928 <P><UL>   
21929 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21930 </UL>
21932 &lt;End of help on this topic&gt;
21933 </BODY>
21934 </HTML>
21935 ====== h_config_comp_hdrs =====
21936 <html>
21937 <header>
21938 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
21939 </header>
21940 <body>
21941 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
21943 You can control which headers you want visible when composing outgoing
21944 email using this option.
21945 You can specify any of the regular set, any
21946 <A HREF="h_compose_richhdr">Rich Header</A>,
21947 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
21948 that you have already defined.
21949 If you use this setting at all, you must specify all the
21950 headers you want to see, you can't just add to the regular header set.
21951 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
21953 Note that the "Newsgroups:" header will be abbreviated in the Composer
21954 display, but should be spelled out in full here.<p>
21955 <UL>   
21956 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21957 </UL><P>
21958 &lt;End of help on this topic&gt;
21959 </body>
21960 </html>
21961 ====== h_config_custom_hdrs =====
21962 <HTML>
21963 <HEAD>
21964 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
21965 </HEAD>
21966 <BODY>
21967 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
21969 You may add your own custom headers to outgoing messages.
21970 Each header you specify here must include the header tag 
21971 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
21972 and may optionally include a value for that header.
21973 If you want to see these custom headers each time you compose a message,
21974 you must add them to your
21975 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
21976 otherwise they become part
21977 of the rich header set that you only see when you press the
21978 <A HREF="h_compose_richhdr">Rich Header</A>
21979 <!--chtml if pinemode="function_key"-->(F5)
21980 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
21981 (If you are looking for a way to change which headers are <EM>displayed</EM>
21982 when you view a message, take a look at the
21983 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
21984 option instead.)
21985 Here's an example that shows how you might set your From address
21987 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
21989 and another showing how you might set a Reply-To address
21991 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
21993 You may also set non-standard header values here.
21994 For example, you could add
21996 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
21998 or even
22000 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
22002 If you include a value after the colon then that header will be included
22003 in your outgoing messages unless you delete it before sending.
22004 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
22005 it will not be included in outgoing messages unless you edit a value
22006 in manually.
22007 For example, if
22009 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
22011 is in the list, then the Reply-To header will be available for editing
22012 but won't be included unless a value is added while in the composer.
22014 It's actually a little more complicated than that.
22015 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
22016 defaults.
22017 If the message you are about to compose already has a value for a header,
22018 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
22019 For example, if you are Replying to a message the Subject field
22020 will already be filled in.
22021 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
22022 custom subject will <EM>NOT</EM> be used.
22023 The subject derived from the subject of the message you are Replying
22024 to will be used instead.
22026 It is also possible to make header setting even more complicated and more
22027 automatic by using
22028 <A HREF="h_rules_roles">Roles</A>,
22029 but if all you want to do is set a default value for a header, you don't
22030 need to think about Roles.
22032 If you change your From address you may also find it useful to add the
22033 changed From address to the
22034 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
22035 configuration option.
22037 Limitation: Because commas are used to separate the list of
22038 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
22039 header contain a comma.
22040 Nor is there currently an &quot;escape&quot; mechanism provided
22041 to make this work.
22042 <P><UL>
22043 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22044 </UL>
22046 &lt;End of help on this topic&gt;
22047 </BODY>
22048 </HTML>
22049 ====== h_config_viewer_headers =====
22050 <HTML>
22051 <HEAD>
22052 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
22053 </HEAD>
22054 <BODY>
22055 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
22057 You may change the default list of headers that are viewed by listing
22058 the headers you want to view here.  If the headers in your
22059 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
22060 will be shown.  The order of the headers you list will be honored.  If
22061 the special value &quot;all-except&quot; is included as the first
22062 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
22063 message except those in the list will be shown.  The values are all
22064 case insensitive.
22067 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
22068 then the original default headers are ignored.  So, if you just wanted
22069 to add the header Organization to the list, you would have to list
22070 Organization plus all of the other headers originally in the default
22071 list.  If you just included Organization and nothing else, then you
22072 would see only the Organization header, nothing else.
22075 The default list of headers includes:
22076 <UL>
22077   <LI>From
22078   <LI>Resent-From
22079   <LI>To
22080   <LI>Resent-To
22081   <LI>Cc
22082   <LI>Resent-cc
22083   <LI>Bcc
22084   <LI>Newsgroups
22085   <LI>Followup-To
22086   <LI>Date
22087   <LI>Resent-Date
22088   <LI>Subject
22089   <LI>Resent-Subject
22090   <LI>Reply-To
22091 </UL>
22094 If you are looking for a way to control which headers are included in
22095 outgoing mail and are visible or not in the composer, take a look at the
22096 options
22097 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22098 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
22099 this option.
22101 <UL>   
22102 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22103 </UL><P>
22104 &lt;End of help on this topic&gt;
22105 </BODY>
22106 </HTML>
22107 ====== h_config_viewer_margin_left =====
22108 <HTML>
22109 <HEAD>
22110 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
22111 </HEAD>
22112 <BODY>
22113 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
22115 This variable controls the left-hand vertical margin's width in
22116 Alpine's Message Viewing screen.
22117 Its value is the number of space characters preceding each displayed line.
22118 For consistency with
22119 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
22120 you may specify the column number to start in
22121 (column numbering begins with number 1)
22122 instead of the width of the margin by appending a lower case letter
22123 &quot;c&quot; to the number.
22124 For example, a value of &quot;2c&quot; means to start the text in column two,
22125 which is entirely equivalent to a value of &quot;1&quot;, which means to
22126 leave a margin of 1 space.
22128 The default is a left margin of 0 (zero).
22129 Misconfigurations (for example, negative values or values with starting
22130 left columns greater than the ending right column)
22131 are silently ignored.
22132 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
22133 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22134 instead.
22137 &lt;End of help on this topic&gt;
22138 </BODY>
22139 </HTML>
22140 ====== h_config_viewer_margin_right =====
22141 <HTML>
22142 <HEAD>
22143 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
22144 </HEAD>
22145 <BODY>
22146 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
22148 This variable controls the right-hand vertical margin's width in
22149 Alpine's Message Viewing screen.
22150 Its value is the number of space characters following each displayed line.
22151 You may specify the column number to end the text in
22152 (column numbering begins with number 1)
22153 instead of the width of the margin by appending a lower case letter
22154 &quot;c&quot; to the number.
22155 For example, a value of &quot;76c&quot; means to end the text in column 76.
22156 If the screen is 80 characters wide, this is equivalent to a value
22157 of &quot;4&quot;, which means to leave a margin of 4 spaces.
22158 However, if you use different size screens at different times, then these
22159 two values are not equivalent.
22161 The default right margin is 4.
22162 Misconfigurations (for example, negative values or values with starting
22163 left columns greater than the ending right column)
22164 are silently ignored.
22165 If the number of columns for text between the
22166 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
22167 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22168 instead.
22171 &lt;End of help on this topic&gt;
22172 </BODY>
22173 </HTML>
22174 ====== h_config_quote_suppression =====
22175 <HTML>
22176 <HEAD>
22177 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
22178 </HEAD>
22179 <BODY>
22180 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
22182 This option should be used with care.
22183 It will cause some of the quoted text to be eliminated from the
22184 display when viewing a message in the MESSAGE TEXT screen.
22185 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
22186 value &quot;5&quot;,
22187 this will cause quoted text that is longer than five lines to be truncated.
22188 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
22189 Quoted text of more than six lines will have the first five lines displayed
22190 followed by a line that looks something like
22192 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
22194 As a special case, if exactly one line of quoted text would be hidden, the
22195 entire quote will be shown instead.
22196 So for the above example, quoted text that is exactly six lines long will
22197 will be shown in its entirety.
22198 (In other words, instead of hiding a single line and adding a line
22199 that announces that one line was hidden, the line is just shown.)
22201 If the sender of a message has carefully chosen the quotes that he or she
22202 includes, hiding those quotes may change the meaning of the message.
22203 For that reason, Alpine requires that when you want to set the value of this
22204 variable to something less than four lines, you actually have to set it
22205 to the negative of that number.
22206 So if you want to set this option to &quot;3&quot;, you actually have to
22207 set it to &quot;-3&quot;.
22208 The only purpose of this is to get you to think about whether or not you
22209 really want to do this!
22210 If you want to delete all quoted text you set the value of this option
22211 to the special value &quot;-10&quot;.
22213 The legal values for this option are
22215 <TABLE>   
22216 <TR>
22217   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22218   <TD> Default, don't hide anything </TD>
22219 </TR>
22220 <TR>
22221   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
22222   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
22223 </TR>
22224 <TR>
22225   <TD> &nbsp;4,5,6,...&nbsp; </TD>
22226   <TD> Suppress if more than that many lines </TD>
22227 </TR>
22228 <TR>
22229   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22230   <TD> Suppress all quoted lines </TD>
22231 </TR>
22232 </TABLE>
22234 If you set this option to a non-default value you may sometimes wish to
22235 view the quoted text that is not shown.
22236 When this is the case, the
22237 <A HREF="h_common_hdrmode">HdrMode Command</A>
22238 may be used to show the hidden text.
22239 Typing the &quot;H&quot; command once will show the hidden text.
22240 Typing a second &quot;H&quot; will also turn on Full Header mode.
22241 The presence or absence of the HdrMode command is determined by the
22242 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
22243 Feature-List option in your Alpine configuration, so you will want to
22244 be sure that is turned on if you use quote suppression.
22246 For the purposes of this option, a quote is a line that begins with the
22247 character &quot;&gt;&quot;.
22249 Quotes are only suppressed when displaying a message on the screen.
22250 The entire quote will be left intact when printing or forwarding or something
22251 similar.
22253 &lt;End of help on this topic&gt;
22254 </BODY>
22255 </HTML>
22256 ====== h_config_saved_msg_name_rule =====
22257 <HTML>
22258 <HEAD>
22259 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
22260 </HEAD>
22261 <BODY>
22262 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
22264 This option determines the default folder name when saving
22265 a message.
22268 The default option is &quot;default-folder&quot;, which is the folder
22269 called &quot;saved-messages&quot; in Unix Alpine and
22270 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
22271 the Alpine option called
22272 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
22275 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
22276 get the chosen option's value for the message being saved (or for the
22277 first message being saved if using an aggregrate save).
22278 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
22279 value of who the message came from (i.e. the from address).
22280 Alpine then attempts to save the message to a folder matching that value.
22281 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
22282 &quot;by-sender&quot;.
22283 The opposite is also true.
22284 If &quot;by-recipient&quot; is chosen and the message was posted to a
22285 newsgroup, Alpine will use the newsgroup name.
22286 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
22287 &quot;by-from&quot;.
22290 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
22291 to use the personal name part of the address instead of the mailbox part.
22292 If any of the &quot;by-nick&quot; options are chosen, the
22293 address is looked up in your address book and if found, the
22294 nickname for that entry is used.
22295 Only simple address book entries are checked, not distribution lists.
22296 Similarly, if any of the
22297 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
22298 address book entry is used.
22299 If by-realname, or the by-nick or by-fcc lookups result in no value,
22300 then if the chosen option ends with the &quot;then-from&quot;,
22301 &quot;then-sender&quot;, &quot;then-replyto&quot;,
22302 or &quot;then-recip&quot; suffix, Alpine
22303 reverts to the same behavior as &quot;by-from&quot;,
22304 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
22305 depending on which option was specified.
22306 If the chosen option doesn't end with one of
22307 the &quot;then-&quot; suffixes, then Alpine reverts to the default
22308 folder when no match is found in the address book.
22311 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
22312 to save to the folder that you saved to the last time you saved a
22313 message.  The first time you save a message in an Alpine session, Alpine
22314 attempts to save the message to the default folder.
22317 Here is an example to make some of the options clearer.
22318 If the message is From
22320 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
22322 and this rule is set to &quot;by-from&quot;, then the default folder offered
22323 in the save dialog would be &quot;flint&quot;.
22325 If this rule is set to &quot;by-realname-of-from&quot; then the default would
22326 be &quot;Fred Flintstone&quot;.
22328 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
22329 for the address &quot;flint@bedrock.org&quot; in your address book.
22330 If an entry is found and it has a nickname associated with it, that nickname
22331 will be offered as the default folder.
22332 If not, the default saved message folder will be offered as the default.
22334 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
22335 for the address &quot;flint@bedrock.org&quot; in your address book.
22336 If an entry is found and it has an Fcc associated with it, that Fcc
22337 will be offered as the default folder.
22338 If not, the default saved message folder will be offered as the default.
22340 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
22341 for the address &quot;flint@bedrock.org&quot; in your address book.
22342 If an entry is found and it has a nickname associated with it, that nickname
22343 will be offered as the default folder.
22344 If it is not found (or has no nickname) then the default offered will be
22345 the same as it would be for the &quot;by-from&quot; rule.
22346 That is, it would be &quot;flint&quot;
22348 <UL>   
22349 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22350 </UL><P>
22351 &lt;End of help on this topic&gt;
22352 </BODY>
22353 </HTML>
22354 ====== h_config_fcc_rule =====
22355 <HTML>
22356 <HEAD>
22357 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
22358 </HEAD>
22359 <BODY>
22360 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
22362 This option determines the default name for folder carbon copy. Choose
22363 one:
22365 <DL>
22366 <DT>default-fcc</DT>
22367 <DD>This is the normal default, the value of which is set in the
22368 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
22369 configuration.
22370 </DD>
22372 <DT>last-fcc-used</DT>
22373 <DD> Causes Alpine to use the folder that was last
22374 used in the fcc field
22375 </DD>
22377 <DT>by-nickname</DT>
22378 <DD>Means that Alpine will use the nickname
22379 from your address book that matches the first address in the To line.
22380 If there is no match, it will use the value of the
22381 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
22382 </DD>
22384 <DT>by-recipient</DT>
22385 <DD>Means Alpine will form a folder name
22386 based on the left hand side of the first address in the To line.
22387 </DD>
22389 <DT>by-nick-then-recip</DT>
22390 <DD>Means that it will use the
22391 matching nickname from your address book if there is one, otherwise it
22392 will extract the recipient name from the address and use that (like
22393 by-recipient).
22394 </DD>
22396 <DT>current-folder</DT>
22397 <DD>Causes a copy to be written to
22398 the currently open folder, unless that is the INBOX.  In the case
22399 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
22400 used instead.
22401 </DD>
22402 </DL>
22405 Note: Whatever the fcc specified by the rule here, it will be
22406 over-ridden by any fcc entries you have in your address book.
22409 <UL>   
22410 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22411 </UL><P>
22412 &lt;End of help on this topic&gt;
22413 </BODY>
22414 </HTML>
22415 ====== h_config_sort_key =====
22416 <HTML>
22417 <HEAD>
22418 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
22419 </HEAD>
22420 <BODY>
22421 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
22423 This option determines the order in which messages will be displayed in
22424 the MESSAGE INDEX screen.  Choose from:
22426 <UL>
22427  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22428  <LI> <A HREF="h_index_sort_date">Date</A>
22429  <LI> <A HREF="h_index_sort_subj">Subject</A>
22430  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22431  <LI> <A HREF="h_index_sort_thread">Thread</A>
22432  <LI> <A HREF="h_index_sort_from">From</A>
22433  <LI> <A HREF="h_index_sort_size">Size</A>
22434  <LI> <A HREF="h_index_sort_score">Score</A>
22435  <LI> <A HREF="h_index_sort_to">To</A>
22436  <LI> <A HREF="h_index_sort_cc">Cc</A>
22437 </UL>
22440 Each type of sort may also be reversed.
22441 Normal default is by &quot;Arrival&quot;.
22444 A possible point of confusion arises when you change the configuration
22445 of the <!--#echo var="VAR_sort-key"-->.
22446 The folder will normally be re-sorted when you go back to viewing the
22447 index.
22448 However, if you have manually sorted the folder with the
22449 Sort
22450 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
22451 command, then it will not be re-sorted until the next time it is opened.
22454 <UL>   
22455 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22456 </UL><P>
22457 &lt;End of help on this topic&gt;
22458 </BODY>
22459 </HTML>
22460 ====== h_config_other_startup =====
22461 <HTML>
22462 <HEAD>
22463 <TITLE>OPTION: Set Startup Rule</TITLE>
22464 </HEAD>
22465 <BODY>
22466 <H1>OPTION: Set Startup Rule</H1>
22468 This option determines which message will be the <EM>current message</EM> when
22469 the folder is first opened.
22470 It works the same way that the option
22471 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
22472 works, so look there for help.
22473 It may be used for any folder, not just incoming folders.
22476 <UL>   
22477 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22478 </UL><P>
22479 &lt;End of help on this topic&gt;
22480 </BODY>
22481 </HTML>
22482 ====== h_config_perfolder_sort =====
22483 <HTML>
22484 <HEAD>
22485 <TITLE>Set Sort Order</TITLE>
22486 </HEAD>
22487 <BODY>
22488 <H1>Set Sort Order</H1>
22490 This option determines the order in which messages will be displayed in
22491 the MESSAGE INDEX screen when the Current Folder Type set in the
22492 Pattern is a match. Choose from:
22494 <UL>
22495  <LI> <A HREF="h_index_sort_default">Default</A>
22496  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22497  <LI> <A HREF="h_index_sort_date">Date</A>
22498  <LI> <A HREF="h_index_sort_subj">Subject</A>
22499  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22500  <LI> <A HREF="h_index_sort_thread">Thread</A>
22501  <LI> <A HREF="h_index_sort_from">From</A>
22502  <LI> <A HREF="h_index_sort_size">Size</A>
22503  <LI> <A HREF="h_index_sort_score">Score</A>
22504  <LI> <A HREF="h_index_sort_to">To</A>
22505  <LI> <A HREF="h_index_sort_cc">Cc</A>
22506 </UL>
22509 Each type of sort may also be reversed.
22510 Normal default is by &quot;Arrival&quot;.
22513 A possible point of confusion arises when you change the configuration
22514 of the Sort Order for the currently open folder.
22515 The folder will normally be re-sorted when you go back to viewing the
22516 index.
22517 However, if you have manually sorted the folder with the
22518 Sort
22519 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
22520 command, then it will not be re-sorted until the next time it is opened.
22523 <UL>   
22524 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22525 </UL><P>
22526 &lt;End of help on this topic&gt;
22527 </BODY>
22528 </HTML>
22529 ====== h_config_fld_sort_rule =====
22530 <HTML>
22531 <HEAD>
22532 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
22533 </HEAD>
22534 <BODY>
22535 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
22537 This option controls the order in which folder list entries will be
22538 presented in the FOLDER LIST screen.  Choose one of the following:
22540 <DL>
22541 <DT>Alphabetical</DT>
22542 <DD>sort by alphabetical name independent of type
22543 </DD>
22545 <DT>Alpha-with-dirs-last</DT>
22546 <DD>sort by alphabetical name grouping directory entries
22547 to the end of the list
22548 </DD>
22550 <DT>Alpha-with-dirs-first</DT>
22551 <DD>sort by alphabetical name grouping directory entries
22552 to the start of the list
22553 </DD>
22554 </DL>
22556 The normal default is &quot;Alphabetical&quot;.
22559 <UL>   
22560 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22561 </UL><P>
22562 &lt;End of help on this topic&gt;
22563 </BODY>
22564 </HTML>
22565 ====== h_config_ab_sort_rule =====
22566 <HTML>
22567 <HEAD>
22568 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
22569 </HEAD>
22570 <BODY>
22571 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
22573 This option controls the order in which address book entries will be
22574 presented.  Choose one of the following:
22576 <DL>
22577 <DT>fullname</DT>
22578 <DD>use fullname field, lists mixed in
22579 </DD>
22581 <DT>fullname-with-lists-last</DT>
22582 <DD>use fullname field, but put lists at end
22583 </DD>
22585 <DT>nickname</DT>
22586 <DD>use nickname field, lists mixed in
22587 </DD>
22589 <DT>nickname-with-lists-last</DT>
22590 <DD>use nickname field, but put lists at end
22591 </DD>
22593 <DT>dont-sort</DT>
22594 <DD>don't change order of file
22595 </DD>
22596 </DL>
22599 The normal default is &quot;fullname-with-lists-last&quot;.
22600 If you use an address book from more than one computer and those
22601 computers sort the address book differently then the sort order
22602 will be the order where the last change to the address book was
22603 made.
22604 There are two reasons the sorting might be different on different
22605 systems.
22606 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
22607 places.
22608 Second, the collation rules on the two computers may be different.
22609 For example, one system might ignore special characters while the other
22610 doesn't or one may sort upper and lower case letters together while
22611 the other doesn't.
22612 In any case, the order you see is the order on the system where the
22613 last change was made, for example by an address book edit or a
22614 Take Address command.
22617 <UL>   
22618 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22619 </UL><P>
22620 &lt;End of help on this topic&gt;
22621 </BODY>
22622 </HTML>
22623 ====== h_config_post_char_set =====
22624 <HTML>
22625 <HEAD>
22626 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
22627 </HEAD>
22628 <BODY>
22629 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
22631 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
22632 when sending messages.
22636 When sending a message the text typed in the composer is
22637 labeled with the character set specified by this option.
22638 If the composed text is not fully representable in the 
22639 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
22640 instead;
22643 Attachments are labeled with your
22644 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
22647 Generally, there should be little need to set this option.
22648 If left unset, the
22649 default behavior is to label composed text as specifically as
22650 possible.  That is, if the composed text has no non-ASCII characters,
22651 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
22652 only ISO-8859-15 characters, it is labeled as such.  Alpine will
22653 attempt to automatically detect a number of character sets including ISO-8859-15,
22654 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
22655 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
22656 If the message contains a mix of character sets,
22657 it is labeled as &quot;UTF-8.&quot;
22661 This setting is provided to allow you to force a particular character set that
22662 Alpine does not automatically detect. For example, if a message is representable
22663 in more than one character set then Alpine may choose a different default
22664 than you want.
22665 Lastly, by setting this option explicitly to
22666 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
22667 &quot;UTF-8&quot; instead of something more specific.
22670 In the Setup/Config screen you may choose from a list of all the
22671 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
22674 The options
22675 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
22676 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
22677 are closely related.
22678 Setting the feature
22679 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
22680 should cause this option to be ignored.
22683 <UL>   
22684 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22685 </UL><P>
22686 &lt;End of help on this topic&gt;
22687 </BODY>
22688 </HTML>
22689 ====== h_config_unk_char_set =====
22690 <HTML>
22691 <HEAD>
22692 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
22693 </HEAD>
22694 <BODY>
22695 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
22697 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
22698 when reading or replying to messages.
22702 A text message should either be made up of all US-ASCII characters
22703 or it should contain a charset label which tells the software which
22704 character set encoding to use to interpret the message.
22705 Sometimes a malformed message may be unlabeled but contain non-ascii text.
22706 This message is outside of the standards so any attempt to read it could fail.
22707 When Alpine attempts to read such a message it will try to interpret the
22708 text in the character set you specify here.
22709 For example, if you have correspondents who send you unlabeled messages that
22710 are usually made up of characters from the WINDOWS-1251 character set, setting
22711 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
22712 allow you to read those messages.
22713 Of course, if the unlabeled message is actually in some other character set,
22714 then you may see garbage on your screen.
22716 Instead of just unlabeled text, this option also affects text which is labeled
22717 with the charsets &quot;X-Unknown&quot; or &quot;US-ASCII&quot;.
22720 In the Setup/Config screen you may choose from a list of all the
22721 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
22724 <UL>   
22725 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22726 </UL><P>
22727 &lt;End of help on this topic&gt;
22728 </BODY>
22729 </HTML>
22730 ====== h_config_char_set =====
22731 <HTML>
22732 <HEAD>
22733 <TITLE>OPTION: Display Character Set</TITLE>
22734 </HEAD>
22735 <BODY>
22736 <H1>OPTION: Display Character Set</H1>
22738 The Display Character Set configuration option is used when viewing messages.
22740 Alpine uses Unicode characters internally and 
22741 it is a goal for Alpine to handle email in many different languages.
22742 Alpine will properly display only left-to-right character sets
22743 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
22744 font is in use, in the sense that
22745 characters are assumed to take up zero, one, or two character cell
22746 widths from left to right on the screen. This is true even in PC-Alpine.
22749 Alpine recognizes some local character sets that are right-to-left
22750 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
22751 (Arabic) and properly converts texts in these character sets to/from
22752 Unicode; however, there are known display bugs with these character
22753 sets.
22756 There are three possible configuration character settings and some
22757 environment variable settings that can affect how Alpine
22758 handles international characters.
22759 The first two of these are only available in UNIX Alpine.
22760 The three configuration options are
22761 Display Character Set,
22762 Keyboard Character Set, and
22763 <!--#echo var="VAR_posting-character-set"-->.
22764 The Keyboard Character Set defaults to being the same value
22765 as the Display Character Set, and that is usually correct, because
22766 the keyboard almost always produces characters in the same character set
22767 as the display displays.
22768 The Display Character Set is the character set that Alpine
22769 will attempt to use when sending characters to the display.
22772 By default, the Display Character Set variable is not set and UNIX Alpine
22773 will attempt to get this information from the environment.
22774 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
22775 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
22776 An explicit configuration setting for Display Character Set will,
22777 of course, override any default setting.
22779 For PC-Alpine the Display Character Set
22780 and the Keyboard Character Set
22781 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
22784 It is probably best to use UNIX Alpine in a terminal emulator
22785 capable of displaying UTF-8 characters, since that will allow you to
22786 view just about any received text that is correctly formatted (note,
22787 however, the above comments about known index display bugs with certain
22788 character sets). You'll need to have an emulator that uses a UTF-8 font
22789 and you'll need to set up your environment to use a UTF-8 charmap. For
22790 example, on a Linux system you might include
22792 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
22795 or something similar in your UNIX startup files.
22796 You'd also have to select a UTF-8 font in your terminal emulator.
22799 The types of values that the character set variables may be set to are
22800 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
22801 The <CODE>ISO-2022</CODE> character sets are not supported for input or
22802 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
22803 for use only as a <!--#echo var="VAR_posting-character-set"-->.
22804 In the Setup/Config screen you may choose from a list of all the
22805 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
22806 Here is a list of many of the possible character sets:
22809 <TABLE>
22810 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
22811 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
22812 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
22813 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
22814 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
22815 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
22816 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
22817 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
22818 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
22819 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
22820 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
22821 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
22822 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
22823 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
22824 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
22825 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
22826 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
22827 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
22828 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
22829 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukranian</TD> </TR>
22830 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
22831 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
22832 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
22833 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
22834 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
22835 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
22836 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
22837 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
22838 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
22839 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
22840 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
22841 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
22842 </TABLE>
22845 When reading incoming email, Alpine understands many different
22846 character sets and is able to convert the incoming mail into Unicode.
22847 The Unicode will be converted to the Display Character Set
22848 for display on your terminal.
22849 Characters typed at the keyboard will be converted from the
22850 Keyboard Character Set to Unicode for Alpine's internal
22851 use.
22852 You may find that you can read some malformed messages that do not
22853 contain a character set label by setting the option
22854 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
22857 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
22858 The default behavior obtained by leaving this variable unset is usually
22859 what is wanted. In that default case, Alpine will attempt
22860 to label the message with the most specific character set from the
22861 rather arbitrary set
22863 US-ASCII, ISO-8859-15,
22864 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
22865 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
22868 For example, if the message is made up of only US-ASCII characters, it
22869 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
22870 that will be the label. If that doesn't work the same is tried for the
22871 remaining members of the list.
22874 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
22875 explicit value instead.
22876 For example, if you usually send messages in Greek, setting this
22877 option to ISO-8859-7 will result in messages being labeled as
22878 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
22879 are only Greek characters, or UTF-8 if there are some characters
22880 that aren't representable in ISO-8859-7.
22881 Another possibility is to set this option explicitly to UTF-8.
22882 In that case
22883 Alpine labels only ascii messages as US-ASCII and all other
22884 messages as UTF-8.
22887 The options
22888 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
22889 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
22890 are closely related to this option.
22891 Setting the feature
22892 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
22893 should cause this option to be ignored.
22896 When displaying a message, Alpine compares this setting to the character
22897 set specified in the message.  If not all of the
22898 characters in the message can be displayed using the Display Character Set
22899 then Alpine places an editorial
22900 comment in the displayed text (enclosed in square-brackets) indicating
22901 that some characters may not be displayed correctly.
22902 This comment may be eliminated by turning on the option
22903 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
22906 <UL>   
22907 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22908 </UL><P>
22909 &lt;End of help on this topic&gt;
22910 </BODY>
22911 </HTML>
22912 ====== h_config_key_char_set =====
22913 <HTML>
22914 <HEAD>
22915 <TITLE>OPTION: Keyboard Character Set</TITLE>
22916 </HEAD>
22917 <BODY>
22918 <H1>OPTION: Keyboard Character Set</H1>
22920 UNIX Alpine only.
22922 The Keyboard Character Set identifies the character set of the characters
22923 coming from your keyboard.
22924 It defaults to having the same value as your
22925 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
22926 which in turn defaults to a value obtained from your environment.
22927 It is unlikely that you will need to use this option, because the keyboard
22928 almost always produces the same kind of characters as the display displays.
22931 This character set is also used when accessing files in your local
22932 file system.
22933 The names of the files are assumed to be in the same character set as
22934 what the keyboard produces, as well as the contents of the files.
22937 In the Setup/Config screen you may choose from a list of all the
22938 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
22941 The options
22942 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
22943 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
22944 are closely related.
22945 Setting the feature
22946 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
22947 should cause this option to be ignored.
22950 <UL>   
22951 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22952 </UL><P>
22953 &lt;End of help on this topic&gt;
22954 </BODY>
22955 </HTML>
22956 ====== h_config_editor =====
22957 <HTML>
22958 <HEAD>
22959 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
22960 </HEAD>
22961 <BODY>
22962 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
22964 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
22965 normally an alternative to Alpine's internal composer (Pico).  You could use
22966 this setting to specify an alternate editor to use occasionally or if you
22967 have a favorite editor and want to use it all the time (see the 
22968 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
22969 If you specify multiple editors for this option, ^_ will invoke the first one 
22970 of those specified that exists and is executable.  When specifying a program 
22971 for use here, make sure that the format of the text it saves -- which, when 
22972 you exit it, will become the message body in Alpine -- is appropriate 
22973 for the body of an email message; avoid proprietary formats that may result in 
22974 a message body that the recipient of your message will be unable to decipher.
22976 <!--chtml if pinemode="os_windows"-->
22977 <!--chtml else-->
22978 If you are in doubt about what editors are available on your system, or which 
22979 of them may be appropriate for specification here, ask your local computing 
22980 support staff.  
22981 <!--chtml endif-->
22983 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
22984 unset, outgoing text will be set as flowed.  In most cases this will be fine,
22985 but if the editor has a &quot;flowed text&quot; mode, it would be best to
22986 use that.
22988 <P><UL>
22989 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22990 </UL>
22992 &lt;End of help on this topic&gt;
22993 </BODY>
22994 </HTML>
22995 ====== h_config_speller =====
22996 <HTML>
22997 <HEAD>
22998 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
22999 </HEAD>
23000 <BODY>
23001 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
23003 UNIX Alpine only.
23005 For PC-Alpine, you must install the aspell library code that you
23006 may get from
23007 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
23009 This option affects the behavior of the ^T (spell check) command in the
23010 Composer.  It specifies the program invoked by ^T in the Composer.
23011 By default, Alpine uses
23013 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
23015 if it knows where to find &quot;aspell&quot;.
23016 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
23017 then the command used is
23019 <CENTER><SAMP>ispell -l</SAMP></CENTER>
23021 Otherwise, the ancient &quot;spell&quot; command is used.
23023 If you specify a value for this command (with full pathname) then that is what
23024 will be used instead of any of the defaults.
23025 When invoking this
23026 spell-checking program, Alpine appends a tempfile name (where the message is
23027 passed) to the command line. Alpine expects the speller to correct the
23028 spelling in that file. When you exit from that program Alpine will read the
23029 tempfile back into the composer.
23031 Don't set this speller option to the standard Unix spell command.
23032 That won't work because spell works in a different way.
23035 <UL>   
23036 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23037 </UL><P>
23038 &lt;End of help on this topic&gt;
23039 </BODY>
23040 </HTML>
23041 ====== h_config_display_filters =====
23042 <HTML>
23043 <HEAD>
23044 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
23045 </HEAD>
23046 <BODY>
23047 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
23049 This option defines a list of text-filtering commands (programs or
23050 scripts) that may be used to filter text portions of received messages
23051 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
23052 display screen, exporting to a text file).  
23053 For security reasons, the full path name of the
23054 filter command must be specified.
23057 The command is executed and the message is piped into its standard input. 
23058 The standard output of the command is read back by Alpine.  The
23059 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
23061 <P> 
23062 The filter's use is based on the configured &quot;trigger&quot; string.  The
23063 format of a filter definition is:
23065 <P>   
23066 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
23069 You can specify as many filters as you wish, separating them with a comma.  
23070 Each filter can have only one trigger and command.  Thus, two trigger 
23071 strings that invoke the same command require separate filter 
23072 specifications. 
23074 <P> 
23075 The &quot;trigger&quot; is simply text that, if found in the message,
23076 will invoke the associated command.  If the trigger contains any space
23077 characters, it must be placed within quotes.  Likewise, should you
23078 wish a filter to be invoked unconditionally, define the trigger as the
23079 null string, &quot;&quot; (two consecutive double-quote characters).  If the
23080 trigger string is found anywhere in the text of the message the filter
23081 is invoked.  Placing the trigger text within the tokens defined below
23082 changes where within the text the trigger must be before considering
23083 it a match.
23085 <P>  
23086 Trigger Modifying Tokens:
23087 <DL>
23088 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
23089 <DD>This token tells Alpine to invoke the supplied command
23090 if the text is in a character set matching <VAR>string</VAR>
23091 (e.g., ISO-8859-2 or ISO-2022-JP).
23092 </DD>
23095 <DT>_LEADING(<VAR>string</VAR>)_</DT>
23096 <DD>This token tells Alpine to invoke the supplied command
23097 if the enclosed <VAR>string</VAR> is found to be the first
23098 non-whitespace text.
23099 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23100 the space character.
23101 </DD>
23103 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
23104 <DD>This token tells Alpine to invoke the supplied command
23105 if the enclosed <VAR>string</VAR> is found at the beginning
23106 of any line in the text.
23107 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23108 the space character.
23109 </DD>
23110 </DL>
23113 The &quot;command&quot; and &quot;arguments&quot; portion is simply
23114 the command line to be invoked if the trigger string is found.  Below
23115 are tokens that Alpine will recognize and replace with special values
23116 when the command is actually invoked.
23119 Command Modifying Tokens:
23121 <DL>
23122 <DT>_TMPFILE_</DT>
23123 <DD>When the command is executed, this token is 
23124 replaced with the path and name of the temporary 
23125 file containing the text to be filtered.  Alpine 
23126 expects the filter to replace this data with the 
23127 filter's result.
23130 NOTE: Use of this token implies that the text to 
23131 be filtered is not piped into standard input of the 
23132 executed command and its standard output is ignored. 
23133 Alpine restores the tty modes before invoking the
23134 filter in case the filter interacts with the user
23135 via its own standard input and output.  
23136 </DD>
23137                         
23138 <DT>_RESULTFILE_</DT>
23139 <DD>When the command is executed, this token is 
23140 replaced with the path and name of a temporary 
23141 file intended to contain a status message from the 
23142 filter.  Alpine displays this in the message status 
23143 field. 
23144 </DD>
23146 <DT>_DATAFILE_</DT>
23147 <DD>When the command is executed, this token is 
23148 replaced with the path and name of a temporary 
23149 file that Alpine creates once per session and deletes 
23150 upon exit.  The file is intended to be used by the 
23151 filter to store state information between instances 
23152 of the filter.
23153 </DD>
23154    
23155 <DT>_PREPENDKEY_</DT>
23156 <DD>When the command is executed, this token indicates that a random
23157 number will be passed down the input stream before the message text.
23158 This number could be used as a session key.  It is sent in this way to
23159 improve security.  The number is unique to the current Alpine session
23160 and is only generated once per session.
23161 </DD>
23163 <DT>_SILENT_</DT>
23164 <DD>When the filter is executed, this token tells Alpine not to repaint
23165 the screen while the command is being executed. This can be used with 
23166 filters that do not interact with the user, and therefore repainting 
23167 the screen is not necessary. 
23168 </DD>
23169 </DL>
23172 The feature
23173 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
23175 Performance caveat/considerations:
23176 <BR>
23177 Testing for the trigger and invoking the filter doesn't come for free.
23178 There is overhead associated with searching for the trigger string, testing
23179 for the filter's existence and actually piping the text through the filter.
23180 The impact can be reduced if the Trigger Modifying Tokens above are 
23181 employed.
23183 &lt;End of help on this topic&gt;
23184 </BODY>
23185 </HTML>
23186 ====== h_config_sending_filter =====
23187 <HTML>
23188 <HEAD>
23189 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
23190 </HEAD>
23191 <BODY>
23192 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
23193       
23194 This option defines a list of text-filtering commands (programs and
23195 scripts) that may be selectively invoked to process a message just before
23196 it is sent.  If set, the Composer's ^X (Send) command will allow you to
23197 select which filter (or none) to apply to the message before it is sent. 
23198 For security reasons, the full path of the filter program must be
23199 specified.
23202 Command Modifying Tokens:
23204 <DL>
23205 <DT>_RECIPIENTS_</DT>
23206 <DD>When the command is executed, this token is replaced 
23207 with the space delimited list of recipients of the 
23208 message being sent. 
23209 </DD>
23210         
23211 <DT>_TMPFILE_</DT>
23212 <DD>
23213 When the command is executed, this token is 
23214 replaced with the path and name of the temporary 
23215 file containing the text to be filtered.  Alpine 
23216 expects the filter to replace this data with the 
23217 filter's result.
23220 NOTE: Use of this token implies that the text to 
23221 be filtered is not piped into standard input of the 
23222 executed command and its standard output is ignored. 
23223 Alpine restores the tty modes before invoking the
23224 filter in case the filter interacts with the user
23225 via its own standard input and output.  
23226 </DD>
23227                         
23228 <DT>_RESULTFILE_</DT>
23229 <DD>When the command is executed, this token is 
23230 replaced with the path and name of a temporary 
23231 file intended to contain a status message from the 
23232 filter.  Alpine displays this in the message status 
23233 field. 
23234 </DD>
23236 <DT>_DATAFILE_</DT>
23237 <DD>When the command is executed, this token is replaced 
23238 in the command line with the path and name of a 
23239 temporary file that Alpine creates once per session 
23240 and deletes upon exit.  The file is intended to be 
23241 used by the filter to store state information between 
23242 instances of the filter.
23243 </DD>
23244    
23245 <DT>_PREPENDKEY_</DT>
23246 <DD>When the command is executed, this token indicates 
23247 that a random number will be passed down the input 
23248 stream before the message text.  This number could 
23249 be used as a session key.  It is sent in this way 
23250 to improve security.  The number is unique to the 
23251 current Alpine session and is only generated once per 
23252 session. 
23253 </DD>
23255 <DT>_INCLUDEALLHDRS_</DT>
23256 <DD>When the command is executed, this token indicates 
23257 that the headers of the message will be passed down the input stream
23258 before the message text.
23259 </DD>
23261 <DT>_MIMETYPE_</DT>
23262 <DD>When the command is executed, this token is replaced in the
23263 command name with a temporary file name used to accept any new MIME
23264 Content-Type information necessitated by the output of the filter.
23265 Upon the filter's exit, if the file contains new MIME type
23266 information, Alpine verifies its format and replaces the outgoing
23267 message's MIME type information with that contained in the file. This
23268 is basically a cheap way of sending something other than Text/Plain.
23269 </DD>
23270 </DL>
23272 <P>   
23273 NOTE: Only the body text, which is visible in the Composer, is piped
23274 through this filter.  Attachments are not sent to the filter.
23275 <P>   
23276 Sending filters are not used if the feature
23277 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
23279 <UL>   
23280 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23281 </UL><P>
23282 &lt;End of help on this topic&gt;
23283 </BODY>
23284 </HTML>
23285 ====== h_config_keywords =====
23286 <HTML>
23287 <HEAD>
23288 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
23289 </HEAD>
23290 <BODY>
23291 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
23293 You may define your own set of keywords and optionally set them on a
23294 message by message basis.
23295 These are similar to the &quot;Important&quot; flag which the user
23296 may set using the Flag command.
23297 The difference is that the Important flag is always present for each folder.
23298 User-defined keywords are chosen by the user.
23299 You may set up the list of possible keywords here, or you may add keywords
23300 from the Flag Details screen that you
23301 can get to after typing the
23302 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
23303 command.
23304 After the keywords have been defined,
23305 then you use the <A HREF="h_common_flag">Flag command</A>
23306 to set or clear the keywords in each message.
23307 The behavior of the flag command may be modified by using the
23308 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
23309 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
23312 Keywords may be used when Selecting messages (Select Keyword).
23313 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
23314 Filter Rules may be used to set keywords automatically.
23315 Keywords may be displayed as part of the Subject of a message by using
23316 the SUBJKEY or SUBJKEYINIT tokens in the
23317 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
23318 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
23319 option may be used to modify the display of keywords using
23320 SUBJKEY and SUBJKEYINIT slightly.
23321 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
23322 screen by using the KEY or KEYINIT tokens.
23323 It is also possible to color keywords in the index using the
23324 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
23325 Keywords are not supported by all mail servers.
23328 You may give keywords nicknames if you wish.
23329 If the keyword definition you type in contains a SPACE character, then the
23330 actual value of the keyword is everything after the last SPACE and the
23331 nickname for that keyword is everything before the last SPACE.
23332 For example, suppose you are trying to interoperate with another email program
23333 that uses a particular keyword with an unpleasant name.
23334 Maybe it uses a keyword called
23336 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
23338 but for you that keyword means that the message is work-related.
23339 You could define a keyword to have the value
23341 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
23343 and then you would use the name &quot;Work&quot; when dealing with
23344 that keyword in Alpine.
23345 If you defined it as
23347 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
23349 the nickname would be everything before the last SPACE, that is the nickname
23350 would be &quot;My Work&quot;.
23352 Some commonly used keywords begin with dollar signs.
23353 This presents a slight complication, because the dollar sign is normally used
23354 to signify
23355 <A HREF="h_news_config">environment variable expansion</A>
23356 in the Alpine configuration.
23357 In order to specify a keyword that begins with a dollar sign you must
23358 precede the dollar sign with a second dollar sign to escape its special
23359 meaning.
23360 For example, if you want to include the keyword
23362 <CENTER><SAMP>$Label1</SAMP></CENTER>
23364 as one of your possible keywords, you must enter the text
23366 <CENTER><SAMP>$$Label1</SAMP></CENTER>
23369 instead.
23371 There are a couple limitations.
23372 First, not all servers support keywords.
23373 Second, some servers (including the IMAP server included with Alpine)
23374 have a per folder limit on the number of keywords that may be defined.
23375 This count commonly includes every keyword you have ever used in the
23376 folder, even if it is no longer being used.
23377 In other words, you can add keywords but you cannot remove them easily.
23378 If you have changed keywords over the life of a folder and find that
23379 you have reached such a limit, one possible solution might be to copy
23380 all of the messages to a newly created folder (using Alpine) and then
23381 delete the original and rename the new folder.
23382 The reason this might work is that only the keywords currently set in
23383 any of the messages will be used in the new folder, hopefully putting you
23384 under the limit.
23387 <UL>   
23388 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23389 </UL><P>
23390 &lt;End of help on this topic&gt;
23391 </BODY>
23392 </HTML>
23393 ====== h_config_alt_addresses =====
23394 <HTML>
23395 <HEAD>
23396 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
23397 </HEAD>
23398 <BODY>
23399 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
23401 This option provides a place for you to list alternate email addresses
23402 you may have.
23403 Each address in the list should be the actual email address part of an
23404 address, without the full name field or the angle brackets.
23405 For example:
23408 <CENTER><SAMP>user@example.com</SAMP></CENTER>
23411 The matching is case-insensitive, so this would match any of
23412 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
23413 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
23416 If set, the option affects the behavior of the Reply
23417 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
23418 a message has been addressed specifically to you.
23421 In the default INDEX display
23422 the personal name (or email address) of
23423 the person listed in the message's &quot;From:&quot; header
23424 field is usually displayed except when that address is yours or one of your
23425 alternate addresses.
23426 In that case you will usually see the name of
23427 the first person specified in the
23428 message's &quot;To:&quot; header field
23429 with the prefix &quot;To: &quot; prepended.
23432 With respect to Reply, the reply-to-all option will exclude addresses
23433 listed here.
23436 The feature
23437 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
23438 is somewhat related to this option.
23441 In addition to a list of actual addresses,
23442 you may use regular expressions (as used with egrep with the ignore case flag)
23443 to describe the addresses you want to match.
23444 Alpine will somewhat arbitrarily interpret your entry as a regular
23445 expression if it contains any of the characters
23446 *, |, +, ?, {, [, ^, $, or &#92;.
23447 Otherwise, it will be treated literally.
23448 The feature
23449 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
23450 may be used to turn off regular expression processing regardless of whether or not
23451 special characters appear in the entry.
23454 A description of how regular expressions work is beyond the
23455 scope of this help text, but some examples follow.
23458 The entry
23461 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
23464 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
23465 address with a domain name of <SAMP>example.com</SAMP> (such as
23466 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
23467 one of your alternate addresses.
23468 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
23469 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
23470 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
23471 Complicating things further, the dollar sign
23472 is special in the Alpine configuration (it signifies environment variable expansion)
23473 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
23474 Quotes around the whole expression will not escape the dollar sign successfully.
23475 So this example should look like
23478 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
23482 The entry
23485 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
23488 would match
23489 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
23490 as <SAMP>fred@example.com</SAMP>.
23493 You could match all addresses that look like
23494 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
23495 entry
23498 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
23501 Notice that you have to escape the plus sign with a backslash because plus
23502 is a special character in regular expressions.
23503 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
23504 the expression
23507 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
23510 would do it, but it would be easier to just add fred@example.com as a
23511 separate entry.
23514 One more example, a match of all first-level subdomains, is given by
23517 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
23521 Because the regular expression matching is based on an old library
23522 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
23523 but they should be close.
23526 <UL>   
23527 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23528 </UL><P>
23529 &lt;End of help on this topic&gt;
23530 </BODY>
23531 </HTML>
23532 ====== h_config_abook_formats =====
23533 <HTML>
23534 <HEAD>
23535 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
23536 </HEAD>
23537 <BODY>
23538 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
23540 This option specifies the format that address books are displayed in.
23541 Normally, address books are displayed with the nicknames in the first
23542 column, the fullnames in the second column, and addresses in the third
23543 column.  The system figures out reasonable defaults for the widths of
23544 the columns.  An address book may be given a different format by
23545 listing special tokens in the order you want them to display.  The
23546 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
23547 So, for example, to get the default behavior you could list
23550 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
23553 (You can also use the token DEFAULT to get the default behavior for
23554 an address book format.)
23557 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
23558 is a list, so if you have more than one address book you may have a
23559 separate format for each by putting its format at the corresponding
23560 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
23564 Listed first are the personal address books, then the global address
23565 books.  So, if you have two personal address books and one global
23566 address book, you may have up to three formats in the
23567 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
23568 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
23569 are address books, the last element is used repeatedly.
23573 Each of the tokens may also be optionally followed by parentheses with
23574 either a number or a percentage inside the parentheses.  For example,
23575 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
23576 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
23577 of the available space (the screen width minus the space for
23578 inter-column spaces) to the fullnames column, while plain
23579 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
23580 reasonable number of columns.
23583 There are always 2 spaces between every column, so if you use
23584 fixed column widths (like 13) you should remember to take that into
23585 account.
23588 <UL>   
23589 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23590 </UL><P>
23591 &lt;End of help on this topic&gt;
23592 </BODY>
23593 </HTML>
23594 ====== h_config_set_index_format =====
23595 <HTML>
23596 <HEAD>
23597 <TITLE>Set Index Format</TITLE>
23598 </HEAD>
23599 <BODY>
23600 <H1>Set Index Format</H1>
23602 This option is used to customize the content of lines in the
23603 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
23604 This action works exactly like the regular
23605 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
23606 except that you can have a folder-specific value for it if you specify it here.
23607 Consult the help for
23608 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
23609 for more information.
23612 <UL>   
23613 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23614 </UL><P>
23615 &lt;End of help on this topic&gt;
23616 </BODY>
23617 </HTML>
23618 ====== h_config_index_format =====
23619 <HTML>
23620 <HEAD>
23621 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
23622 </HEAD>
23623 <BODY>
23624 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
23626 This option is used to customize the content of lines in the
23627 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
23628 to convey some amount of immediately relevant information about each 
23629 message in the current folder.
23632 Alpine provides a pre-defined set of informational fields with
23633 reasonable column widths automatically computed.  You can, however,
23634 replace this default set by listing special tokens in the order you
23635 want them displayed.
23638 The list of available tokens is
23639 <A HREF="h_index_tokens">here</A>.
23642 Spaces are used to separate listed tokens.  Additionally, you can
23643 specify how much of the screen's width the token's associated data
23644 should occupy on the index line by appending to the token a pair of
23645 parentheses enclosing either a number or percentage.  For example,
23646 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
23647 column, and &quot;SUBJECT(20%)&quot; means to
23648 allocate 20% of the available space
23649 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
23650 attempt to figure out a reasonable amount of space.
23653 There is always one space between every pair of columns, so if you use fixed
23654 column widths (like 13) you should remember to take that into account.
23655 Several of the fields are virtually fixed-width, so it doesn't make
23656 much sense to specify the width for them.  The fields STATUS,
23657 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
23658 and DESCRIPSIZE all fall into that category.
23659 You <EM>may</EM> specify widths for those if you wish, but
23660 you're probably better off letting the system pick those widths.  <P>
23663 The default is equivalent to:
23666 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
23669 This means that the four fields without percentages will be allocated
23670 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
23671 the from and subject fields.  If one of those two fields is specified
23672 as a percentage and the other is left for the system to choose, then
23673 the percentage is taken as an absolute percentage of the screen, not
23674 of the space remaining after allocating the first four columns.  It
23675 doesn't usually make sense to do it that way.  If you leave off all
23676 the widths, then the subject and from fields (if both are present) are
23677 allocated space in a 2 to 1 ratio, which is almost exactly the same as
23678 the default.
23681 What you are most likely to do with this configuration option is to
23682 specify which fields appear at all, which order they appear in, and the
23683 percentage of screen that is used for the from and subject fields if you
23684 don't like the 2 to 1 default.
23687 If you want to retain the default format that Pine 4.64 had, use
23690 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
23692 <EM>and</EM> set the feature
23693 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
23694 <UL>   
23695 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23696 </UL><P>
23697 &lt;End of help on this topic&gt;
23698 </BODY>
23699 </HTML>
23700 ====== h_config_reply_intro =====
23701 <HTML>
23702 <HEAD>
23703 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
23704 </HEAD>
23705 <BODY>
23706 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
23708 This option is used to customize the content of the introduction line
23709 that is included when replying to a message and including the original
23710 message in the reply.
23711 The normal default (what you will get if you delete this variable) looks
23712 something like:
23714 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
23716 where the day of the week is only included if it is available in the
23717 original message.
23718 You can replace this default with text of your own.
23719 The text may contain tokens that are replaced with text
23720 that depends on the message you are replying to.
23721 For example, the default is equivalent to:
23723 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
23726 Since this variable includes regular text mixed with special tokens
23727 the tokens have to be surrounded by underscore characters.
23728 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
23729 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
23730 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
23732 The list of available tokens is
23733 <A HREF="h_index_tokens">here</A>.
23736 By default, the text is all on a single line and is followed by a blank line.
23737 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
23738 than 80 characters when replying to a particular message, it is shortened.
23739 However, if you use the token
23741 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
23744 anywhere in the value, no end of line or blank line is appended, and no
23745 shortening is done.
23746 The _NEWLINE_ token may be used to get rid of the blank line following
23747 the text, to add more blank lines, or to form a multi-line
23748 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
23749 To clarify how _NEWLINE_ works recall that the default value is:
23751 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
23754 That is equivalent to
23756 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
23759 In the former case, two newlines are added automatically because
23760 no _NEWLINE_ token appears in the value of the option (for backwards
23761 compatibility). In the latter case, the newlines are explicit.
23762 If you want to remove the blank line that follows the
23763 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
23764 _NEWLINE_ token like
23766 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
23769 Because of the backwards compatibility problem, it is not possible to
23770 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
23771 and that will cause the automatic adding of two newlines!
23772 If you want, you may embed newlines in the middle of the text, as well,
23773 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
23776 By default, no attempt is made to localize the date.
23777 If you prefer a localized form you may find that one of the tokens
23778 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
23779 If you want more control one of the many other date tokens, such as _DATEISO_,
23780 might be better.
23783 For the adventurous, there is a way to conditionally include text based
23784 on whether or not a token would result in specific replacement text.
23785 For example, you could include some text based on whether or not
23786 the _NEWS_ token would result in any newsgroups if it was used.
23787 It's explained in detail
23788 <A HREF="h_reply_token_conditionals">here</A>.
23791 In the very unlikely event that you want to include a literal token
23792 in the introduction line you must precede it with a backslash character.
23793 For example,
23795 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
23797 would produce something like
23799 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
23801 It is not possible to have a literal backslash followed by an expanded token.
23803 <UL>   
23804 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23805 </UL><P>
23806 &lt;End of help on this topic&gt;
23807 </BODY>
23808 </HTML>
23809 ====== h_config_remote_abook_history =====
23810 <HTML>
23811 <HEAD>
23812 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
23813 </HEAD>
23814 <BODY>
23815 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
23817 Sets how many extra copies of
23818 remote address book
23819 data will be kept in each remote address book folder.
23820 The default is three.
23821 These extra copies are simply old versions of the data. Each time a change
23822 is made a new copy of the address book data is appended to the folder. Old
23823 copies are trimmed, if possible, when Alpine exits.
23824 An old copy can be put back into use by
23825 deleting and expunging newer versions of the data from the folder.
23826 Don't delete the first message from the folder. It is a special header
23827 message for the remote address book and it must be there.
23828 This is to prevent regular folders from being used as remote address book
23829 folders and having their data destroyed.
23831 This option is also used to determine how many extra copies of remote
23832 Alpine configuration files are kept.
23834 <UL>   
23835 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23836 </UL><P>
23837 &lt;End of help on this topic&gt;
23838 </BODY>
23839 </HTML>
23840 ====== h_config_remote_abook_validity =====
23841 <HTML>
23842 <HEAD>
23843 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
23844 </HEAD>
23845 <BODY>
23846 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
23848 Sets the minimum number of minutes that a
23849 remote address book will be considered up to date.
23850 Whenever an entry contained in a remote address book is used,
23851 if more than this many minutes have
23852 passed since the last check the remote server will be queried to see if the
23853 address book has changed.
23854 If it has changed, the local copy is updated.
23855 The default value is five minutes.
23856 The special value of -1 means never check.
23857 The special value of zero means only check when the address book is first
23858 opened.
23860 No matter what the value, the validity check is always done when the
23861 address book is about to be changed by the user.
23862 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
23863 while in the address book maintenance screen for the remote address book.
23865 <UL>   
23866 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23867 </UL><P>
23868 &lt;End of help on this topic&gt;
23869 </BODY>
23870 </HTML>
23871 ====== h_config_user_input_timeo =====
23872 <HTML>
23873 <HEAD>
23874 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
23875 </HEAD>
23876 <BODY>
23877 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
23879 If this is set to an integer greater than zero, then this is the number
23880 of <EM>hours</EM> to wait for user input before Alpine times out.
23881 If Alpine is
23882 in the midst of composing a message or is waiting for user response to
23883 a question, then it will not timeout.
23884 However, if Alpine is sitting idle waiting for
23885 the user to tell it what to do next and the user does not give any
23886 input for this many hours, Alpine will exit.
23887 No expunging or moving of read
23888 messages will take place.
23889 It will exit similarly to the way it would exit
23890 if it received a hangup signal.
23891 This may be useful for cleaning up unused Alpine sessions that have been
23892 forgotten by their owners.
23893 The Alpine developers envision system administrators
23894 setting this to a value of several hours (24?) so that it won't surprise
23895 a user who didn't want to be disconnected.
23897 <UL>   
23898 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23899 </UL><P>
23900 &lt;End of help on this topic&gt;
23901 </BODY>
23902 </HTML>
23903 ====== h_config_ssh_open_timeo =====
23904 <HTML>
23905 <HEAD>
23906 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
23907 </HEAD>
23908 <BODY>
23909 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
23911 Sets the time in seconds that Alpine will
23912 attempt to open a UNIX secure shell connection.
23913 The default is 15, the minimum non-zero value is 5,
23914 and the maximum is unlimited. If this is set to zero ssh connections
23915 will be completely disabled.
23917 <UL>   
23918 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23919 </UL><P>
23920 &lt;End of help on this topic&gt;
23921 </BODY>
23922 </HTML>
23923 ====== h_config_rsh_open_timeo =====
23924 <HTML>
23925 <HEAD>
23926 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
23927 </HEAD>
23928 <BODY>
23929 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
23931 Sets the time in seconds that Alpine will
23932 attempt to open a UNIX remote shell connection.
23933 The default is 15, the minimum non-zero value is 5,
23934 and the maximum is unlimited. If this is set to zero rsh connections
23935 will be completely disabled.
23936 This might be useful if rsh connections will never work in your environment
23937 but are causing delays due to firewalls or some other reason.
23939 <UL>   
23940 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23941 </UL><P>
23942 &lt;End of help on this topic&gt;
23943 </BODY>
23944 </HTML>
23945 ====== h_config_tcp_open_timeo =====
23946 <HTML>
23947 <HEAD>
23948 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
23949 </HEAD>
23950 <BODY>
23951 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
23953 Sets the time in seconds that Alpine will
23954 attempt to open a network connection. The default is 30, the minimum is 5,
23955 and the maximum is system defined (typically 75). If a connection has not
23956 completed within this many seconds Alpine will give up and consider it a
23957 failed connection.
23959 <UL>   
23960 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23961 </UL><P>
23962 &lt;End of help on this topic&gt;
23963 </BODY>
23964 </HTML>
23965 ====== h_config_tcp_readwarn_timeo =====
23966 <HTML>
23967 <HEAD>
23968 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
23969 </HEAD>
23970 <BODY>
23971 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
23973 Sets the time in seconds that Alpine will
23974 wait for a network read before warning you that things are moving slowly
23975 and possibly giving you the option to break the connection.
23976 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
23977 1000 seconds.
23979 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
23981 <UL>   
23982 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23983 </UL><P>
23984 &lt;End of help on this topic&gt;
23985 </BODY>
23986 </HTML>
23987 ====== h_config_tcp_writewarn_timeo =====
23988 <HTML>
23989 <HEAD>
23990 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
23991 </HEAD>
23992 <BODY>
23993 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
23995 Sets the time in seconds that Alpine will
23996 wait for a network write before warning you that things are moving slowly
23997 and possibly giving you the option to break the connection.
23998 The default is 0 which means it is unset. If set to a non-zero value, the
23999 minimum is 5 and the maximum is 1000.
24001 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24003 <UL>   
24004 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24005 </UL><P>
24006 &lt;End of help on this topic&gt;
24007 </BODY>
24008 </HTML>
24009 ====== h_config_tcp_query_timeo =====
24010 <HTML>
24011 <HEAD>
24012 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
24013 </HEAD>
24014 <BODY>
24015 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
24017 When Alpine times out a network read or write it will normally just display
24018 a message saying &quot;Still waiting&quot;.
24019 However, if enough time has elapsed since it started waiting it will offer
24020 to let you break the connection.
24021 That amount of time is set by this option, which defaults to 60 seconds,
24022 has a minimum of 5 seconds, and a maximum of 1000 seconds.
24024 <UL>   
24025 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24026 </UL><P>
24027 &lt;End of help on this topic&gt;
24028 </BODY>
24029 </HTML>
24030 ====== h_config_incoming_folders =====
24031 <HTML>
24032 <HEAD>
24033 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
24034 </HEAD>
24035 <BODY>
24036 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
24038 This is a list of one or more folders other than <EM>INBOX</EM> that
24039 may receive new messages.
24040 It is related to the
24041 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
24042 feature.
24043 This variable is normally manipulated with the Add, Delete, and Rename
24044 commands in the FOLDER LIST for the Incoming Message Folders collection.
24046 <UL>   
24047 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24048 </UL><P>
24049 &lt;End of help on this topic&gt;
24050 </BODY>
24051 </HTML>
24052 ====== h_config_folder_spec =====
24053 <HTML>
24054 <HEAD>
24055 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
24056 </HEAD>
24057 <BODY>
24058 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
24060 This is a list of one or more collections where saved mail is stored. 
24061 The first collection in this list is the default
24062 collection for <EM>Save</EM>s,
24063 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
24065 This variable is normally manipulated using the Setup/collectionList screen.
24067 <UL>   
24068 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24069 </UL><P>
24070 &lt;End of help on this topic&gt;
24071 </BODY>
24072 </HTML>
24073 ====== h_config_news_spec =====
24074 <HTML>
24075 <HEAD>
24076 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
24077 </HEAD>
24078 <BODY>
24079 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
24081 This is a list of collections where news folders are located.
24083 This variable is normally manipulated using the Setup/collectionList screen.
24085 <UL>   
24086 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24087 </UL><P>
24088 &lt;End of help on this topic&gt;
24089 </BODY>
24090 </HTML>
24091 ====== h_config_address_book =====
24092 <HTML>
24093 <HEAD>
24094 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
24095 </HEAD>
24096 <BODY>
24097 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
24099 A list of personal address books.
24100 Each entry in the list is an
24101 optional nickname followed by a pathname or file name relative to the home
24102 directory.
24103 The nickname is separated from the rest of the line with whitespace.
24104 Instead of a local pathname or file name, a remote folder name can be given.
24105 This causes the address book to
24106 be a Remote address book.
24108 Use the Setup/AddressBook screen to modify this variable.
24110 <UL>   
24111 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24112 </UL><P>
24113 &lt;End of help on this topic&gt;
24114 </BODY>
24115 </HTML>
24116 ====== h_config_glob_addrbook =====
24117 <HTML>
24118 <HEAD>
24119 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
24120 </HEAD>
24121 <BODY>
24122 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
24124 A list of shared address books.  Each entry in the list is an
24125 optional nickname followed by a pathname or file name relative to the home
24126 directory.
24127 A SPACE character separates the nickname from the rest of the line.
24128 Instead of a local pathname or file name, a remote folder name can be given.
24129 This causes the address book to
24130 be a Remote address book.
24131 Global address books are
24132 defined to be ReadOnly.
24134 Use the Setup/AddressBook screen to modify this variable.
24136 <UL>   
24137 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24138 </UL><P>
24139 &lt;End of help on this topic&gt;
24140 </BODY>
24141 </HTML>
24142 ====== h_config_last_vers =====
24143 <HTML>
24144 <HEAD>
24145 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
24146 </HEAD>
24147 <BODY>
24148 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
24150 This is set automatically by Alpine. 
24151 It is used to keep track of the last version of Alpine that
24152 was run by the user.
24153 Whenever the version number increases, a new version message is printed out.
24154 This may not be set in the system-wide configuration files.
24156 <UL>   
24157 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24158 </UL><P>
24159 &lt;End of help on this topic&gt;
24160 </BODY>
24161 </HTML>
24162 ====== h_config_printer =====
24163 <HTML>
24164 <HEAD>
24165 <TITLE>OPTION: Printer</TITLE>
24166 </HEAD>
24167 <BODY>
24168 <H1>OPTION: Printer</H1>
24170 Your default printer selection.
24172 Use the Setup/Printer screen to modify this variable.
24174 <UL>   
24175 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24176 </UL><P>
24177 &lt;End of help on this topic&gt;
24178 </BODY>
24179 </HTML>
24180 ====== h_config_print_cat =====
24181 <HTML>
24182 <HEAD>
24183 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
24184 </HEAD>
24185 <BODY>
24186 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
24188 This is an internal Alpine variable.
24189 It will be equal to 1, 2, or 3 depending on whether the default printer is
24190 attached, standard, or a personal print command.
24192 Use the Setup/Printer screen to modify this variable.
24194 <UL>   
24195 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24196 </UL><P>
24197 &lt;End of help on this topic&gt;
24198 </BODY>
24199 </HTML>
24200 ====== h_config_print_command =====
24201 <HTML>
24202 <HEAD>
24203 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
24204 </HEAD>
24205 <BODY>
24206 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
24208 List of personal print commands.
24210 Use the Setup/Printer screen to modify this variable.
24212 <UL>   
24213 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24214 </UL><P>
24215 &lt;End of help on this topic&gt;
24216 </BODY>
24217 </HTML>
24218 ====== h_config_pat_old =====
24219 <HTML>
24220 <HEAD>
24221 <TITLE>OPTION: Patterns</TITLE>
24222 </HEAD>
24223 <BODY>
24224 <H1>OPTION: Patterns</H1>
24226 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
24227 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
24228 and Patterns-Other.
24229 Patterns-Scores and Patterns-Filters have been replaced since then by
24230 Patterns-Scores2 and Patterns-Filters2.
24232 Use the Setup/Rules screens to modify these variable.
24234 <UL>   
24235 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24236 </UL><P>
24237 &lt;End of help on this topic&gt;
24238 </BODY>
24239 </HTML>
24240 ====== h_config_pat_roles =====
24241 <HTML>
24242 <HEAD>
24243 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
24244 </HEAD>
24245 <BODY>
24246 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
24248 List of rules used for roles.
24249 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
24250 other options.
24252 Use the Setup/Rules/Roles screen to modify this variable.
24254 <UL>   
24255 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24256 </UL><P>
24257 &lt;End of help on this topic&gt;
24258 </BODY>
24259 </HTML>
24260 ====== h_config_pat_filts =====
24261 <HTML>
24262 <HEAD>
24263 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
24264 </HEAD>
24265 <BODY>
24266 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
24268 List of rules used for filters.
24270 Use the Setup/Rules/Filters screen to modify this variable.
24272 <UL>   
24273 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24274 </UL><P>
24275 &lt;End of help on this topic&gt;
24276 </BODY>
24277 </HTML>
24278 ====== h_config_pat_scores =====
24279 <HTML>
24280 <HEAD>
24281 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
24282 </HEAD>
24283 <BODY>
24284 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
24286 List of rules used for scoring.
24288 Use the Setup/Rules/SetScores screen to modify this variable.
24290 <UL>   
24291 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24292 </UL><P>
24293 &lt;End of help on this topic&gt;
24294 </BODY>
24295 </HTML>
24296 ====== h_config_pat_other =====
24297 <HTML>
24298 <HEAD>
24299 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
24300 </HEAD>
24301 <BODY>
24302 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
24304 List of rules used for miscellaneous configuration.
24306 Use the Setup/Rules/Other screen to modify this variable.
24308 <UL>   
24309 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24310 </UL><P>
24311 &lt;End of help on this topic&gt;
24312 </BODY>
24313 </HTML>
24314 ====== h_config_pat_incols =====
24315 <HTML>
24316 <HEAD>
24317 <TITLE>OPTION: patterns-indexcolors</TITLE>
24318 </HEAD>
24319 <BODY>
24320 <H1>OPTION: patterns-indexcolors</H1>
24322 List of rules used for coloring lines in the index.
24324 Use the Setup/Rules/Indexcolor screen to modify this variable.
24326 <UL>   
24327 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24328 </UL><P>
24329 &lt;End of help on this topic&gt;
24330 </BODY>
24331 </HTML>
24332 ====== h_config_pat_srch =====
24333 <HTML>
24334 <HEAD>
24335 <TITLE>OPTION: patterns-search</TITLE>
24336 </HEAD>
24337 <BODY>
24338 <H1>OPTION: patterns-search</H1>
24340 List of rules used only for searching with the Select command in the MESSAGE INDEX.
24342 Use the Setup/Rules/searCh screen to modify this variable.
24344 <UL>   
24345 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24346 </UL><P>
24347 &lt;End of help on this topic&gt;
24348 </BODY>
24349 </HTML>
24350 ====== h_config_font_name =====
24351 <HTML>
24352 <HEAD>
24353 <TITLE>OPTION: Font Name</TITLE>
24354 </HEAD>
24355 <BODY>
24356 <H1>OPTION: Font Name</H1>
24358 PC-Alpine only.
24360 Name of normal font.
24362 Use the pulldown Config menu to modify this variable.
24364 <UL>   
24365 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24366 </UL><P>
24367 &lt;End of help on this topic&gt;
24368 </BODY>
24369 </HTML>
24370 ====== h_config_font_size =====
24371 <HTML>
24372 <HEAD>
24373 <TITLE>OPTION: Font Size</TITLE>
24374 </HEAD>
24375 <BODY>
24376 <H1>OPTION: Font Size</H1>
24378 PC-Alpine only.
24380 Size of normal font.
24382 Use the pulldown Config menu to modify this variable.
24384 <UL>   
24385 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24386 </UL><P>
24387 &lt;End of help on this topic&gt;
24388 </BODY>
24389 </HTML>
24390 ====== h_config_font_style =====
24391 <HTML>
24392 <HEAD>
24393 <TITLE>OPTION: Font Style</TITLE>
24394 </HEAD>
24395 <BODY>
24396 <H1>OPTION: Font Style</H1>
24398 PC-Alpine only.
24400 Style of normal font.
24402 Use the pulldown Config menu to modify this variable.
24404 <UL>   
24405 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24406 </UL><P>
24407 &lt;End of help on this topic&gt;
24408 </BODY>
24409 </HTML>
24410 ====== h_config_font_char_set =====
24411 <HTML>
24412 <HEAD>
24413 <TITLE>OPTION: Font Character Set</TITLE>
24414 </HEAD>
24415 <BODY>
24416 <H1>OPTION: Font Character Set</H1>
24418 PC-Alpine only.
24420 Character set of normal font.
24422 Use the pulldown Config menu to modify this variable.
24424 <UL>   
24425 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24426 </UL><P>
24427 &lt;End of help on this topic&gt;
24428 </BODY>
24429 </HTML>
24430 ====== h_config_print_font_name =====
24431 <HTML>
24432 <HEAD>
24433 <TITLE>OPTION: Print-Font-Name</TITLE>
24434 </HEAD>
24435 <BODY>
24436 <H1>OPTION: Print-Font-Name</H1>
24438 PC-Alpine only.
24440 Name of printer font.
24442 Use the pulldown Config menu to modify this variable.
24444 <UL>   
24445 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24446 </UL><P>
24447 &lt;End of help on this topic&gt;
24448 </BODY>
24449 </HTML>
24450 ====== h_config_print_font_size =====
24451 <HTML>
24452 <HEAD>
24453 <TITLE>OPTION: Print-Font-Size</TITLE>
24454 </HEAD>
24455 <BODY>
24456 <H1>OPTION: Print-Font-Size</H1>
24458 PC-Alpine only.
24460 Size of printer font.
24462 Use the pulldown Config menu to modify this variable.
24464 <UL>   
24465 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24466 </UL><P>
24467 &lt;End of help on this topic&gt;
24468 </BODY>
24469 </HTML>
24470 ====== h_config_print_font_style =====
24471 <HTML>
24472 <HEAD>
24473 <TITLE>OPTION: Print-Font-Style</TITLE>
24474 </HEAD>
24475 <BODY>
24476 <H1>OPTION: Print-Font-Style</H1>
24478 PC-Alpine only.
24480 Style of printer font.
24482 Use the pulldown Config menu to modify this variable.
24484 <UL>   
24485 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24486 </UL><P>
24487 &lt;End of help on this topic&gt;
24488 </BODY>
24489 </HTML>
24490 ====== h_config_print_font_char_set =====
24491 <HTML>
24492 <HEAD>
24493 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
24494 </HEAD>
24495 <BODY>
24496 <H1>OPTION: Print-Font-Char-Set</H1>
24498 PC-Alpine only.
24500 Character set of printer font.
24502 Use the pulldown Config menu to modify this variable.
24504 <UL>   
24505 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24506 </UL><P>
24507 &lt;End of help on this topic&gt;
24508 </BODY>
24509 </HTML>
24510 ====== h_config_window_position =====
24511 <HTML>
24512 <HEAD>
24513 <TITLE>OPTION: Window-Position</TITLE>
24514 </HEAD>
24515 <BODY>
24516 <H1>OPTION: Window-Position</H1>
24518 PC-Alpine only.
24520 Position on the screen of the Alpine window.
24522 Alpine normally maintains this variable itself, and it is set automatically. 
24523 This variable is provided to those who wish to use the same window position 
24524 across different machines from the same configuration.
24525 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
24526 must also be set for this setting to be used.
24528 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
24529 C is the number of columns, R is the number of rows, and X and Y specify the
24530 top left corner of the window.
24532 <UL>   
24533 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24534 </UL><P>
24535 &lt;End of help on this topic&gt;
24536 </BODY>
24537 </HTML>
24538 ====== h_config_cursor_style =====
24539 <HTML>
24540 <HEAD>
24541 <TITLE>OPTION: Cursor Style</TITLE>
24542 </HEAD>
24543 <BODY>
24544 <H1>OPTION: Cursor Style</H1>
24546 PC-Alpine only.
24548 Cursor style.
24550 Use the pulldown Config menu to modify this variable.
24552 <UL>   
24553 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24554 </UL><P>
24555 &lt;End of help on this topic&gt;
24556 </BODY>
24557 </HTML>
24558 ====== h_config_ldap_servers =====
24559 <HTML>
24560 <HEAD>
24561 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
24562 </HEAD>
24563 <BODY>
24564 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
24566 List of LDAP servers and associated data.
24568 Use the Setup/Directory screen to modify this variable.
24570 <UL>   
24571 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24572 </UL><P>
24573 &lt;End of help on this topic&gt;
24574 </BODY>
24575 </HTML>
24576 ====== h_config_sendmail_path =====
24577 <HTML>
24578 <HEAD>
24579 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
24580 </HEAD>
24581 <BODY>
24582 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
24584 This names the path to an
24585 alternative program, and any necessary arguments, to be used in posting
24586 mail messages. See the Technical notes for more information.
24588 <UL>   
24589 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24590 </UL><P>
24591 &lt;End of help on this topic&gt;
24592 </BODY>
24593 </HTML>
24594 ====== h_config_oper_dir =====
24595 <HTML>
24596 <HEAD>
24597 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
24598 </HEAD>
24599 <BODY>
24600 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
24602 This names the root of the
24603 tree to which you are restricted when reading and writing folders and
24604 files. It is usually used in the system-wide,
24605 <EM>fixed</EM> configuration file.
24607 <UL>   
24608 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24609 </UL><P>
24610 &lt;End of help on this topic&gt;
24611 </BODY>
24612 </HTML>
24613 ====== h_config_rshpath =====
24614 <HTML>
24615 <HEAD>
24616 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
24617 </HEAD>
24618 <BODY>
24619 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
24621 Sets the name of the command used to open a UNIX remote shell
24622 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
24624 <UL>   
24625 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24626 </UL><P>
24627 &lt;End of help on this topic&gt;
24628 </BODY>
24629 </HTML>
24630 ====== h_config_rshcmd =====
24631 <HTML>
24632 <HEAD>
24633 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
24634 </HEAD>
24635 <BODY>
24636 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
24638 Sets the format of the command used to
24639 open a UNIX remote shell connection. The default is
24640 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
24641 provided command. The first is for the command's pathname, the second is
24642 for the host to connnect to, the third is for the user to connect as, and
24643 the fourth is for the connection method (typically <CODE>imap</CODE>).
24645 <UL>   
24646 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24647 </UL><P>
24648 &lt;End of help on this topic&gt;
24649 </BODY>
24650 </HTML>
24651 ====== h_config_sshpath =====
24652 <HTML>
24653 <HEAD>
24654 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
24655 </HEAD>
24656 <BODY>
24657 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
24659 Sets the name of the command used to open a UNIX secure shell
24660 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
24662 <UL>   
24663 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24664 </UL><P>
24665 &lt;End of help on this topic&gt;
24666 </BODY>
24667 </HTML>
24668 ====== h_config_sshcmd =====
24669 <HTML>
24670 <HEAD>
24671 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
24672 </HEAD>
24673 <BODY>
24674 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
24676 Sets the format of the command used to
24677 open a UNIX secure shell connection. The default is
24678 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
24679 provided command. The first is for the command's pathname, the second is
24680 for the host to connnect to, the third is for the user to connect as, and
24681 the fourth is for the connection method (typically <CODE>imap</CODE>).
24683 <UL>   
24684 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24685 </UL><P>
24686 &lt;End of help on this topic&gt;
24687 </BODY>
24688 </HTML>
24689 ====== h_config_new_ver_quell =====
24690 <HTML>
24691 <HEAD>
24692 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
24693 </HEAD>
24694 <BODY>
24695 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
24697 When a new version of Alpine is run for the first time it offers a
24698 special explanatory screen to the user upon startup.  This option
24699 helps control when and if that special screen appears for users that
24700 have previously run Alpine.  It takes as its value an Alpine version
24701 number.  Alpine versions less than the specified value will supress this
24702 special screen while versions equal to or greater than that specified
24703 will behave normally.
24705 <UL>   
24706 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24707 </UL><P>
24708 &lt;End of help on this topic&gt;
24709 </BODY>
24710 </HTML>
24711 ====== h_config_disable_drivers =====
24712 <HTML>
24713 <HEAD>
24714 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
24715 </HEAD>
24716 <BODY>
24717 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
24719 This variable is a list of mail drivers that will be disabled.
24720 The candidates for disabling are listed below.
24721 There may be more in the future if you compile Alpine with
24722 a newer version of the c-client library.
24725 <UL>
24726 <LI> mbox
24727 <LI> mbx
24728 <LI> mh
24729 <LI> mmdf
24730 <LI> mtx
24731 <LI> mx
24732 <LI> news
24733 <LI> phile
24734 <LI> tenex
24735 <LI> unix
24736 </UL>
24739 The <EM>mbox</EM> driver enables the following behavior: if there is a
24740 file called <CODE>mbox</CODE>
24741 in your home directory, and if that file is either empty or in Unix mailbox
24742 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
24743 will automatically transfer mail from the system mail spool directory into the
24744 <CODE>mbox</CODE> file and
24745 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
24746 this will not happen.
24749 It is not recommended to disable the driver that supports the system default
24750 mailbox format. On most non-SCO systems, that driver is the
24751 <EM>unix</EM> driver.
24752 On most SCO systems, it is the <EM>mmdf</EM> driver.
24753 The system default driver may be
24754 configured to something else on your system; check with your system manager
24755 for additional information.
24758 It is most likely not very useful for you to disable any of the drivers other
24759 than possibly <EM>mbox</EM>.
24760 You could disable some of the others if you know for
24761 certain that you don't need them but the performance gain in doing so
24762 is very modest.
24764 <UL>   
24765 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24766 </UL><P>
24767 &lt;End of help on this topic&gt;
24768 </BODY>
24769 </HTML>
24770 ====== h_config_disable_auths =====
24771 <HTML>
24772 <HEAD>
24773 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
24774 </HEAD>
24775 <BODY>
24776 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
24778 This variable is a list of SASL (Simple Authentication and Security
24779 Layer) authenticators that will be disabled.
24780 SASL is a mechanism for
24781 authenticating to IMAP, POP3, SMTP, and other network servers.
24784 Alpine matches its list of supported authenticators with the server to
24785 determine the most secure authenticator that is supported by both.
24786 If no matching authenticators are found, Alpine will revert to plaintext
24787 login (or, in the case of SMTP, will be unable to authenticate at all).
24789 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
24792 Normally, you will not disable any authenticators.
24793 There are two exceptions:
24795 <OL>
24796 <LI> You use a broken server that advertises an authenticator,
24797 but does not actually implement it.
24798 <LI> You have a Kerberos-capable version of Alpine and the server is
24799 also Kerberos-capable, but you can not obtain Kerberos
24800 credentials on the server machine, thus you desire to disable
24801 GSSAPI (which in turn disables Alpine's Kerberos support).
24802 </OL>
24804 It is never necessary to disable authenticators, since Alpine will try
24805 other authenticators before giving up.
24806 However, disabling the relevant authenticator avoids annoying error messages.
24808 <UL>   
24809 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24810 </UL><P>
24811 &lt;End of help on this topic&gt;
24812 </BODY>
24813 </HTML>
24814 ====== h_config_abook_metafile =====
24815 <HTML>
24816 <HEAD>
24817 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
24818 </HEAD>
24819 <BODY>
24820 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
24822 This is usually set by Alpine and is the name of a file
24823 that contains data about
24824 remote address books and remote configuration files.
24826 <UL>   
24827 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24828 </UL><P>
24829 &lt;End of help on this topic&gt;
24830 </BODY>
24831 </HTML>
24832 ====== h_config_composer_wrap_column =====
24833 <HTML>
24834 <HEAD>
24835 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
24836 </HEAD>
24837 <BODY>
24838 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
24841 This option specifies an aspect of Alpine's Composer.  This gives the
24842 maximum width that auto-wrapped lines will have.  It's also the maximum
24843 width of lines justified using the <A HREF="h_compose_justify">^J
24844 Justify</A> command.  The normal default
24845 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
24846 in order to
24847 prevent very long lines from being sent in outgoing mail.  When the mail
24848 is actually sent, trailing spaces will be stripped off of each line.
24851 <UL>   
24852 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24853 </UL><P>
24854 &lt;End of help on this topic&gt;
24855 </BODY>
24856 </HTML>
24857 ====== h_config_deadlets =====
24858 <HTML>
24859 <HEAD>
24860 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
24861 </HEAD>
24862 <BODY>
24863 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
24866 This option affects Alpine's behavior when you cancel a message being
24867 composed.  Alpine's usual behavior is to write the canceled message to
24868 a file named 
24869 <!--chtml if pinemode="os_windows"-->
24870 &quot;DEADLETR&quot;,
24871 <!--chtml else-->
24872 &quot;dead.letter&quot; in your home directory,
24873 <!--chtml endif-->
24874 overwriting any previous message.
24876 If you set this option to a value higher than one, then that many copies
24877 of dead letter files will be saved.
24878 For example, if you set this option to &quot;3&quot; then you may have
24879 files named
24880 <!--chtml if pinemode="os_windows"-->
24881 &quot;DEADLETR&quot;,
24882 &quot;DEADLETR2&quot;, and
24883 &quot;DEADLETR3&quot;.
24884 <!--chtml else-->
24885 &quot;dead.letter&quot;,
24886 &quot;dead.letter2&quot;, and
24887 &quot;dead.letter3&quot; in your home directory.
24888 <!--chtml endif-->
24889 In this example, the most recently cancelled message will be in
24890 <!--chtml if pinemode="os_windows"-->
24891 &quot;DEADLETR&quot;,
24892 <!--chtml else-->
24893 &quot;dead.letter&quot;,
24894 <!--chtml endif-->
24895 and the third most recently cancelled message will be in
24896 <!--chtml if pinemode="os_windows"-->
24897 &quot;DEADLETR3&quot;.
24898 <!--chtml else-->
24899 &quot;dead.letter3&quot;.
24900 <!--chtml endif-->
24901 The fourth most recently cancelled message will no longer be saved.
24904 If you set this option to zero, then NO record of canceled messages is
24905 maintained.
24907 If the feature
24908 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
24909 is set, that overrides whatever you set for this option.
24910 If this option had existed at the time, then the Quell feature would not
24911 have been added, but it is still there for backwards compatibility.
24912 So, in order for this option to have the desired effect, make sure the
24913 Quell feature is turned off.
24916 <UL>   
24917 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24918 </UL><P>
24919 &lt;End of help on this topic&gt;
24920 </BODY>
24921 </HTML>
24922 ====== h_config_maxremstream =====
24923 <HTML>
24924 <HEAD>
24925 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
24926 </HEAD>
24927 <BODY>
24928 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
24930 This option affects low-level behavior of Alpine.
24931 The default value for this option is <EM>3</EM>.
24932 If your INBOX is accessed using the IMAP protocol
24933 from an IMAP server, that connection is kept open throughout the
24934 duration of your Alpine session, independent of the value of this option.
24935 The same is true of any 
24936 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
24937 you have defined.
24938 This option controls Alpine's behavior when connecting to remote IMAP folders
24939 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
24940 It specifies the maximum number of remote IMAP connections (other than
24941 those mentioned above) that Alpine will use for accessing the rest of your
24942 folders.
24943 If you set this option to zero, you will turn off most remote connection
24944 re-use.
24945 It's difficult to understand exactly what this option does, and it is usually
24946 fine to leave it set to its default value.
24947 It is probably more likely that you will be interested in setting the
24948 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
24949 instead of changing the value of this option.
24950 A slightly longer explanation of what is going on with this option
24951 is given in the next paragraphs.
24954 There are some time costs involved in opening and closing remote IMAP 
24955 folders, the main costs being the time you have to wait for the connection
24956 to the server and the time for the folder to open.
24957 Opening a folder may involve not only the time the server takes to do its
24958 processing but time that Alpine uses to do filtering.
24959 These times can vary widely.
24960 They depend on how loaded the server is, how large
24961 the folder being opened is, and how you set up filtering, among other things.
24962 Once Alpine has opened a connection to a particular folder, it will attempt
24963 to keep that connection open in case you use it again.
24964 In order to do this,
24965 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
24966 this option) IMAP connections you have alloted for this purpose.
24968 For example, suppose the value of this option is set to &quot;2&quot;.
24969 If your INBOX is accessed on a remote server using the IMAP protocol, that
24970 doesn't count as one of the remote connections but it is always kept open.
24971 If you then open another IMAP folder, that would be your first
24972 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
24973 If you open a third folder the second will be left open, in case you
24974 return to it.
24975 You won't be able to tell it has been left open.
24976 It will appear to be closed when you leave the folder but the connection
24977 will remain in the background.
24978 Now suppose you go back to the second folder (the first folder after the
24979 INBOX).
24980 A connection to that folder is still open so you won't have to wait
24981 for the startup time to open it.
24982 Meanwhile, the connection to the third folder will be left behind.
24983 Now, if you open a fourth folder, you will bump into the
24984 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
24985 than INBOX and you have the option set to &quot;2&quot;.
24986 The connection that is being used for
24987 the third folder will be re-used for this new fourth folder.
24988 If you go back to the third folder after this, it is no longer already
24989 connected when you get there.
24990 You'll still save some time since Alpine will re-use the connection to the
24991 fourth folder and you have already logged in on that connection,
24992 but the folder will have to be re-opened from scratch.
24994 If a folder is large and the startup cost is dominated by the time it takes
24995 to open that folder or to run filters on it, then it will pay to make the
24996 value of this option large enough to keep it open.
24997 On the other hand, if you only revisit a handful of folders or if
24998 the folders are small, then it might
24999 make more sense to keep this number small so that the reconnect
25000 time (the time to start up a new connection and authenticate)
25001 is eliminated instead.
25003 You may also need to consider the impact on the server.
25004 On the surface, a larger number here may cause a larger impact on the
25005 server, since you will have more connections open to the server.
25006 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
25007 associated with reopening a folder, but the <EM>server</EM> will be
25008 avoiding those costs as well.
25010 When twenty five minutes pass without any active use of an IMAP connection
25011 being saved for possible re-use, that connection will be shut down,
25014 <UL>   
25015 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25016 </UL><P>
25017 &lt;End of help on this topic&gt;
25018 </BODY>
25019 </HTML>
25020 ====== h_config_permlocked =====
25021 <HTML>
25022 <HEAD>
25023 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
25024 </HEAD>
25025 <BODY>
25026 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
25028 This option affects low-level behavior of Alpine.
25029 There is no default value for this option.
25030 It is related to the options
25031 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
25032 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
25033 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
25036 Note: changes made to this list take effect the next time you open a
25037 folder in the list.
25040 This is a list of folders that will be permanently kept open once they
25041 are first opened.
25042 The names in this list may be either the nickname of an Incoming folder
25043 or the full technical specification of a folder.
25044 The folders in this list need not be remote IMAP folders, they could usefully
25045 be local folders, as well.
25046 If a folder in the list is a newsgroup or is not accessed either locally
25047 or via IMAP, then the entry will be ignored.
25048 For example, folders accessed via NNTP or POP3 will not be kept open, since
25049 the way that new mail is found with those protocols involves closing and
25050 reopening the connection.
25052 Once a Stay Open folder has been opened, new-mail checking will continue
25053 to happen on that folder for the rest of the Alpine session.
25054 Your INBOX is always implicitly included in this Stay-Open list and doesn't
25055 need to be added explicitly.
25057 Another difference that you may notice between a Stay Open folder and a
25058 non-Stay Open folder is which message is selected as the current message
25059 when you enter the folder index.
25060 Normally, the starting position for an incoming folder (which most Stay Open
25061 folders will likely be) is controlled by the
25062 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
25063 However, if a folder is a Stay Open folder, when you re-enter the folder
25064 after the first time the current message will be the same as it was when
25065 you left the folder.
25066 An exception is made if you use the TAB command to get to the folder.
25067 In that case, the message number will be incremented by one from what it
25068 was when you left the folder.
25070 The above special behavior is thought to be useful.
25071 However, it is special and different from what you might at first expect.
25072 The feature
25073 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
25074 may be used to turn off this special treatment.
25076 If the message that was current when you left the folder no longer exists,
25077 then the regular startup rule will be used instead.
25080 <UL>   
25081 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25082 </UL><P>
25083 &lt;End of help on this topic&gt;
25084 </BODY>
25085 </HTML>
25086 ====== h_config_viewer_overlap =====
25087 <html>
25088 <header>
25089 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
25090 </header>
25091 <body>
25092 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
25094 This option specifies an aspect of Alpine's Message Viewing screen.  When
25095 the space bar is used to page forward in a message, the number of lines
25096 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
25097 bottom of the screen.  That is, if this was set to two lines, then the
25098 bottom two lines of the screen would be repeated on the top of the next
25099 screen.  The normal default value is "2".<p>
25100 <UL>   
25101 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25102 </UL><P>
25103 &lt;End of help on this topic&gt;
25104 </body>
25105 </html>
25106 ====== h_config_scroll_margin =====
25107 <HTML>
25108 <HEAD>
25109 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
25110 </HEAD>
25111 <BODY>
25112 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
25114 This option controls when Alpine's line-by-line scrolling occurs.
25115 Typically, when a selected item is at the top or bottom screen edge
25116 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
25117 displayed items are scrolled down or up by a single line.
25120 This option allows you to tell Alpine the number of lines from the top and
25121 bottom screen edge that line-by-line paging should occcur.  For example,
25122 setting this value to one (1) will cause Alpine to scroll the display
25123 vertically when you move to select an item on the display's top or
25124 bottom edge.
25127 By default, this variable is zero, indicating that scrolling happens
25128 when you move up or down to select an item immediately off the display's
25129 top or bottom edge.
25132 <UL>   
25133 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25134 </UL><P>
25135 &lt;End of help on this topic&gt;
25136 </BODY>
25137 </HTML>
25138 ====== h_config_wordseps =====
25139 <HTML>
25140 <HEAD>
25141 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
25142 </HEAD>
25143 <BODY>
25144 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
25146 This option affects how a &quot;word&quot; is defined in the composer.
25147 The definition of a word is used when using the Forward Word and Backward
25148 Word commands in the composer, as well as when using the spell checker.
25149 Whitespace is always considered a word separator.
25150 Punctuation (like question marks, periods, commas, and so on) is always
25151 a word separator if it comes at the end of a word.
25152 By default, a punctuation character that is in the middle of a word does
25153 not break up that word as long as the character before and the character
25154 after it are both alphanumeric.
25155 If you add a character to this option it will be considered a
25156 word separator even when it occurs in the middle of an alphanumeric word.
25157 For example, if you want to skip through each part of an address instead
25158 of skipping the whole address at once you might want to include &quot;@&quot;
25159 and &quot;.&quot; in this list.
25160 If you want the word-skipper to stop on each part of a UNIX filename you
25161 could add &quot;/&quot; to the list.
25162 The equal sign and dash are other possibilities you might find helpful.
25164 <UL>   
25165 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25166 </UL><P>
25167 &lt;End of help on this topic&gt;
25168 </BODY>
25169 </HTML>
25170 ====== h_config_reply_indent_string =====
25171 <HTML>
25172 <HEAD>
25173 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
25174 </HEAD>
25175 <BODY>
25176 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
25178 This option specifies an aspect of Alpine's Reply command.
25179 When a message is replied to and the text of the message is included, the
25180 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
25181 to each line indicating it is quoted text.
25182 (In case you haven't seen this before, &quot;string&quot; is a technical term
25183 that means chunk of text.)
25186 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
25187 in 1999 and its wide-spread adoption since then, you will usually be better off if you
25188 use one of the standard values,
25189 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
25192 This option specifies a different value for that string.
25193 If you wish to use a string that begins or ends with a space,
25194 enclose the string in double quotes.
25197 Besides simple text, the prepended string can be based
25198 on the message being replied to.
25199 The following tokens are substituted for the message's corresponding value:
25201 <DL>
25202 <DT>_FROM_</DT>
25203 <DD>This token gets replaced with the message sender's &quot;username&quot;.
25204 If the name is longer than six characters, only the first six characters are
25205 used.
25206 </DD>
25208 <DT>_NICK_</DT>
25209 <DD>This token gets replaced with the nickname of the message sender's
25210 address as found in your addressbook.
25211 If no addressbook entry is found,
25212 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
25213 If the nickname is longer than six characters, only the first six characters are
25214 used.
25215 </DD>
25217 <DT>_INIT_</DT>
25218 <DD>This token gets replaced with the initials of the sender of the message.
25219 </DD>
25221 </DL>
25223 NOTE: When the
25224 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
25225 feature is enabled, you are given the opportunity to edit the string, whether 
25226 it is the default or one automatically generated using the above tokens.
25228 If you change your <!--#echo var="VAR_reply-indent-string"-->
25229 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
25230 quoted text will not be flowed
25231 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
25232 when you reply.
25233 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
25234 set to the default value.
25236 <UL>   
25237 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25238 </UL><P>
25239 &lt;End of help on this topic&gt;
25240 </BODY>
25241 </HTML>
25242 ====== h_config_quote_replace_string =====
25243 <HTML>
25244 <HEAD>
25245 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
25246 </HEAD>
25247 <BODY>
25248 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
25250 This option specifies what string to use as a quote when <b>viewing</b> a
25251 message.  The standard way of quoting messages when replying is the string
25252 &quot;&gt;&nbsp;&quot; (quote space).
25253 With this variable set, viewing a message will
25254 replace occurrences of 
25255 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
25256 This setting works best when
25257 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
25258 or the equivalent setting in your correspondents' mail programs
25259 is set to the default
25260 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
25261 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
25263 By default, this setting will only work on messages that are flowed, which is
25264 the default way of sending messages for many mail clients including
25265 Alpine.  Enable the feature
25266 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
25267 to also have quote-replacement performed on non-flowed messages.
25270 Setting this option will replace  &quot;&gt;&quot; and 
25271 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
25272 spaces. To preserve those spaces enclose the full string in double quotes.
25274 No padding to separate the text of the message from the quote string is
25275 added. This means that if you do not add trailing spaces to the value of
25276 this variable, text will be displayed right next to the quote string,
25277 which may be undesirable. This can be avoided by adding a new string
25278 separated by a space from your selection of quote string replacement. This
25279 last string will be used for padding. For example, setting this variable to 
25280 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
25281 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
25282 a space from the last quote string to make it more readable.
25284 One possible setting for this variable could be
25285 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
25286 would have the effect of indenting each level of quoting four spaces and
25287 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
25288 more discernible by setting colors for quoted text.
25290 Replying to or forwarding the viewed message will preserve the original
25291 formatting of the message, so quote-replacement will not be performed on
25292 messages that are being composed.
25294 <UL>   
25295 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25296 </UL><P>
25297 &lt;End of help on this topic&gt;
25298 </BODY>
25299 </HTML>
25300 ====== h_config_empty_hdr_msg =====
25301 <HTML>
25302 <HEAD>
25303 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
25304 </HEAD>
25305 <BODY>
25306 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
25308 When sending, if both the To and Cc fields are empty and you
25309 are sending the message to a Bcc,
25310 Alpine will put a special address in the To line.  The default value is:
25313 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
25316 The reason for this is to avoid embarrassment caused by some Internet
25317 mail transfer software that interprets a &quot;missing&quot;
25318 <SAMP>To:</SAMP> header as an error and replaces it with an
25319 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
25320 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
25321 Bcc.  You may change the part of this message that comes before the
25322 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
25323 variable to something else.
25326 The normal default is &quot;undisclosed-recipients&quot;.
25329 <UL>   
25330 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25331 </UL><P>
25332 &lt;End of help on this topic&gt;
25333 </BODY>
25334 </HTML>
25335 ====== h_config_status_msg_delay =====
25336 <HTML>
25337 <HEAD>
25338 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
25339 </HEAD>
25340 <BODY>
25341 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
25343 This option has evolved over time, causing the possible values to be
25344 counter-intuitive.
25345 Read carefully before you set this option.
25346 First we explain what the option does, then there is a longer discussion
25347 following that.
25349 If this is set to zero, the default value, it has <EM>no</EM> effect.
25350 Positive and negative values serve two similar, but different purposes.
25352 If it is set to a positive number, it causes the cursor to move to the
25353 status line whenever a status message is printed and pause there for this
25354 many seconds.
25355 It will probably only be useful if the 
25356 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
25357 also turned on.
25358 Setting this option to a positive number can only be used to
25359 <EM>increase</EM> the status message delay.
25360 This may be useful for Braille displays, or other non-traditional displays.
25362 If it is set to a negative number the interpretation is a bit complicated.
25363 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
25364 allow you to read important status messages.
25365 Of course, this may cause you to miss some important messages.
25366 If you see a message flash by but miss what it says you can use the
25367 Journal command from the MAIN MENU to read it.
25368 If you set this option to a negative value, the delay will be
25369 no more than one second less than the absolute value
25370 of the value you set.
25371 So if you set it to -1, the delay will be no more than zero seconds, no
25372 delay at all.
25373 If you set it to -2, the delay will be no more than 1 second.
25374 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
25375 If the delay that Alpine would have used by default is less than this delay,
25376 then the smaller delay set by Alpine will be used.
25377 Setting this option to a negative value can only reduce the amount of
25378 delay, never increase it.
25380 Here is a more detailed explanation.
25381 Status messages are the messages that show up spontaneously in the
25382 status message line, usually the third line from the bottom of the screen.
25383 By default, Alpine assigns each status message it produces a minimum
25384 display time.
25385 Some status messages have a minimum display time of zero.
25386 You can see an example of such a message by paging up in this help text
25387 until you reach the top of the screen.
25388 If you try to page past the top you will see the message
25390 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
25392 in the status line.
25393 If there is another more important use of the status message line this message
25394 might be replaced quickly, or it even might not be shown at all.
25395 However, if there is no reason to get rid of the message, it might stay
25396 there for several seconds while you read the help.
25397 An example where it is replaced immediately happens when you page up in
25398 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
25399 command right after paging up.
25400 The message will disappear immediately without causing a delay (unless you
25401 have set this option to a positive value) to allow you to type input for
25402 the &quot;WhereIs&quot; command.
25403 Since it isn't a very important message, Alpine has set its minimum display
25404 time to zero seconds.
25406 Other messages have minimum display times of three or more seconds.
25407 These are usually error messages that Alpine thinks you ought to see.
25408 For example, it might be a message about a failed Save or a failed folder open.
25409 It is often the case that this minimum display time won't delay you in
25410 any way because the status message line is not needed for another reason.
25411 However, there are times when Alpine has to delay what it is doing in
25412 order to display a status message for the minimum display time.
25413 This happens when a message is being displayed and Alpine wants to ask
25414 for input from the keyboard.
25415 For example, when you Save a message you use the status message line.
25416 You get a prompt there asking for the name of the folder to save to.
25417 If there is a status message being displayed that has not
25418 yet displayed for its minimum
25419 time Alpine will display that status message surrounded with the characters
25420 &gt; and &lt; to show you that it is delaying.
25421 That might happen, for example, if you tried to save to a folder that
25422 caused an error, then followed that immediately with another Save command.
25423 You might find yourself waiting for a status message like
25425 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
25427 to finish displaying for three seconds.
25428 If that is something you find happening to you frequently, you may use
25429 negative values of this option to decrease or eliminate that delay, at
25430 the risk of missing the message.
25432 <UL>   
25433 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25434 </UL><P>
25435 &lt;End of help on this topic&gt;
25436 </BODY>
25437 </HTML>
25438 ====== h_config_active_msg_interval =====
25439 <HTML>
25440 <HEAD>
25441 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
25442 </HEAD>
25443 <BODY>
25444 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
25446 When Alpine is delayed for some reason it usually shows that
25447 something is happening with a small animated display in the status
25448 message line near the bottom of the screen.
25449 This option sets how frequently the characters (for example, a spinning bar)
25450 in the active status message lines are updated.
25451 At most, it can be set to be udpated 20 times per second. 
25454 Setting this value to zero will prevent display of the animations
25455 altogether.
25458 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
25459 can be used to remove the randomness from this animated display.
25462 <UL>   
25463 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25464 </UL><P>
25465 &lt;End of help on this topic&gt;
25466 </BODY>
25467 </HTML>
25468 ====== h_config_mailchecknoncurr =====
25469 <HTML>
25470 <HEADER>
25471 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
25472 </HEADER>
25473 <BODY>
25474 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
25476 This option is closely related to the
25477 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25478 option, as well as the
25479 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
25480 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
25481 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
25482 new-mail checking is disabled and this option will have no effect.
25484 Normally this option is set to zero, which means that the value used will be
25485 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
25486 If you set this option to a value different from zero
25487 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
25488 then that is the check interval that will be used
25489 for folders that are not the currently open folder or the INBOX.
25490 You may not even have any folders that are noncurrent and not the INBOX.
25491 If you do, it is likely that they are due to
25492 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25493 you have configured.
25494 This option also affects the rate of mail checking done on cached
25495 connections to folders you previously had open but are no longer actively
25496 using.
25497 You aren't expected to understand that last sentence, but if you are interested
25498 take a look at
25499 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
25500 and the related options.
25502 <UL>   
25503 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25504 </UL><P>
25505 &lt;End of help on this topic&gt;
25506 </BODY>
25507 </HTML>
25508 ====== h_config_fifopath =====
25509 <HTML>
25510 <HEADER>
25511 <TITLE>OPTION: NewMail FIFO Path</TITLE>
25512 </HEADER>
25513 <BODY>
25514 <H1>OPTION: NewMail FIFO Path</H1>
25516 This option is only available in UNIX Alpine.
25517 However, there is a very similar feature built in to PC-Alpine.
25518 In PC-Alpine's Config menu at the top of the screen
25519 is an option called &quot;New Mail Window&quot;.
25521 You may have Alpine create a FIFO special file (also called a named pipe) where
25522 it will send a one-line message each time a new message is received in
25523 the current folder, the INBOX, or any open
25524 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
25525 To protect against two different Alpines both writing to the same FIFO, Alpine
25526 will only create the FIFO and write to it if it doesn't already exist.
25528 A possible way to use this option would be to have a separate window
25529 on your screen running the command
25531 <CENTER><SAMP>cat filename</SAMP></CENTER>
25533 where &quot;filename&quot; is the name of the file given for this option.
25534 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
25535 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
25536 You may be tempted to use &quot;tail -f filename&quot; to view the new
25537 mail log.
25538 However, the common implementations of the tail command will not do what you
25539 are hoping.
25541 The width of the messages produced for the FIFO may be altered with the
25542 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
25544 On some systems, fifos may only be created in a local filesystem.
25545 In other words, they may not be in NFS filesystems.
25546 This requirement is not universal.
25547 If the system you are using supports it, it should work.
25548 (It is often the case that your home directory is in an NFS filesystem.
25549 If that is the case, you might try using a file in the &quot;/tmp&quot;
25550 filesystem, which is usually a local filesytem.)
25551 Even when it is possible to use an NFS-mounted filesystem as a place to name
25552 the fifo (for example, your home directory), it will still be the case that
25553 the reader (probably the &quot;cat&quot; command) and the
25554 writer (Alpine) of the fifo must be running on the same system.
25556 <UL>   
25557 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25558 </UL><P>
25559 &lt;End of help on this topic&gt;
25560 </BODY>
25561 </HTML>
25562 ====== h_config_newmailwidth =====
25563 <HTML>
25564 <HEADER>
25565 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
25566 </HEADER>
25567 <BODY>
25568 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
25570 For UNIX Alpine, this option is only useful if you have turned on the
25571 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
25572 That option causes new mail messages to be sent to a fifo file.
25573 Those messages will be 80 characters wide by default.
25574 You can change the width of those messages by changing this option.
25575 For example, if you are reading those messages in another window you might
25576 want to set this width to the width of that other window.
25578 If you are using PC-Alpine, it has an option in the Config menu to turn
25579 on the &quot;New Mail Window&quot;.
25580 This present option also controls the width of that window.
25582 <UL>   
25583 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25584 </UL><P>
25585 &lt;End of help on this topic&gt;
25586 </BODY>
25587 </HTML>
25588 ====== h_config_mailcheck =====
25589 <HTML>
25590 <HEADER>
25591 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
25592 </HEADER>
25593 <BODY>
25594 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
25596 This option specifies, in seconds,
25597 how often Alpine will check for new mail.
25598 If set to zero, new-mail checking is disabled.
25599 (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
25600 current message is the last message of the folder.)
25601 There is a minimum value for this option, normally 15 seconds.
25602 The default value is normally 150 seconds.
25603 The higher you set this option, the easier it is on the server.
25605 There are some situations where automatic new-mail checking does not work.
25606 See the discussion about new-mail checking in
25607 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
25609 The new-mail checking will not happen exactly at the frequency that you specify.
25610 For example, Alpine may elect to defer a non-INBOX mail check if you
25611 are busy typing.
25612 Or, it may check more frequently than you have specified if that is
25613 thought to be necessary to keep the server from closing the connection
25614 to the folder due to inactivity.
25615 If Alpine checks for new mail as a side effect of another command, it will reset
25616 the timer, so that new-mail checking may seem to happen irregularly instead of
25617 every X seconds like clockwork.
25619 If you are anxious to know about new mail as soon as possible, set the check
25620 interval low, and you'll know about the new mail by approximately
25621 that amount of time after it arrives.
25622 If you aren't so worried about knowing right away, set this option to a
25623 higher value.
25624 That will save the server some processing time and may save you some of
25625 the time you spend waiting for new-mail checks to happen if you are
25626 dealing with a slow server or slow network connection.
25628 If you suspect that new-mail checking is causing slow downs for you,
25629 you may want to look into the options
25630 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
25631 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
25632 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
25633 which refine when mail checking is done.
25635 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
25636 there is a minimum time
25637 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
25638 between new-mail checks.
25639 Because of this minimum you may notice that new mail does not
25640 appear promptly when you expect it.
25641 The reason for this is to protect the server from over-zealous opening and
25642 closing of the Mail Drop folder, since that is a costly operation.
25644 <UL>   
25645 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25646 </UL><P>
25647 &lt;End of help on this topic&gt;
25648 </BODY>
25649 </HTML>
25650 ====== h_config_quell_checks_comp =====
25651 <HTML>
25652 <HEAD>
25653 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
25654 </HEAD>
25655 <BODY>
25656 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
25658 This option is closely related to the
25659 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25660 option, the
25661 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
25662 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
25664 If this option is set, then the normal new-mail checking that happens
25665 while you are composing will not happen for folders other than your
25666 INBOX (which depends on the setting
25667 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
25669 You might want to set this option if you are experiencing delays while
25670 composing that you think might be related to the speed of the new-mail
25671 checks.
25673 Even with this option turned on, an occasional new-mail check may be done
25674 in order to keep the server from killing the connection to the folder.
25675 For example, IMAP servers may remove a connection to a folder if there
25676 has been no activity on the connection for 30 minutes or more.
25677 Instead of letting that happen, Alpine will check for new mail before the
25678 30 minutes is up even though you have turned on this feature to quell
25679 those checks.
25681 Besides new-mail checks, checkpoint operations on the folders
25682 will also be quelled when you set this option.
25683 The purpose of checkpointing is to write the changes to a folder out to
25684 disk periodically in order to avoid losing those changes when system or
25685 software problems occur.
25686 New-mail checking and checkpointing while you are not composing are not
25687 affected by this option.
25690 &lt;End of help on this topic&gt;
25691 </BODY>
25692 </HTML>
25693 ====== h_config_quell_checks_comp_inbox =====
25694 <HTML>
25695 <HEAD>
25696 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
25697 </HEAD>
25698 <BODY>
25699 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
25701 This option is closely related to the
25702 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25703 option, the
25704 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
25705 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
25707 If this option is set, then the normal new-mail checking that happens
25708 while you are composing will not happen for your INBOX.
25709 Checking of other folders is controlled in a similar way with the
25710 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
25712 You might want to set this option if you are experiencing delays while
25713 composing that you think might be related to the speed of the new-mail
25714 checks.
25716 Even with this option turned on, an occasional new-mail check may be done
25717 in order to keep the server from killing the connection to the folder.
25718 For example, IMAP servers may remove a connection to a folder if there
25719 has been no activity on the connection for 30 minutes or more.
25720 Instead of letting that happen, Alpine will check for new mail before the
25721 30 minutes is up even though you have turned on this feature to quell
25722 those checks.
25724 Besides new-mail checks, checkpoint operations on the INBOX
25725 will also be quelled when you set this option.
25726 The purpose of checkpointing is to write the changes to a folder out to
25727 disk periodically in order to avoid losing those changes when system or
25728 software problems occur.
25729 New-mail checking and checkpointing while you are not composing are not
25730 affected by this option.
25732 &lt;End of help on this topic&gt;
25733 </BODY>
25734 </HTML>
25735 ====== h_config_maildropcheck =====
25736 <HTML>
25737 <HEADER>
25738 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
25739 </HEADER>
25740 <BODY>
25741 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
25743 New-mail checking for a
25744 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
25745 mail checking for a regular folder.
25746 One of the differences is that the connection to the Mail Drop is not
25747 kept open and so the cost of checking
25748 (delay for you and additional load for the server) may be significant.
25749 Because of this additional cost we set a minimum time that
25750 must pass between checks.
25751 This minimum only applies to the automatic checking done by Alpine.
25752 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
25753 at the end of a folder index, then the check is done right away.
25755 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
25756 new-mail checks.
25757 You may want to set this minimum high in order to avoid experiencing some
25758 of the delays associated with the checks.
25759 Note that the time between checks is still controlled by the regular
25760 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
25761 When Alpine is about to do an automatic check for new mail (because
25762 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
25763 new-mail check
25764 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
25765 the Mail Drop is checked for new mail as well.
25766 Therefore, it is only useful to set this option to a value that is higher
25767 than the <!--#echo var="VAR_mail-check-interval"-->.
25769 If this option is set to zero, automatic Mail Drop new-mail
25770 checking is disabled.
25771 There is a minimum value, normally 60 seconds.
25772 The default value is normally 60 seconds as well.
25773 This applies to the INBOX and to the currently open folder if that is
25774 different from the INBOX.
25777 <UL>   
25778 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25779 </UL><P>
25780 &lt;End of help on this topic&gt;
25781 </BODY>
25782 </HTML>
25783 ====== h_config_nntprange =====
25784 <HTML>
25785 <HEADER>
25786 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
25787 </HEADER>
25788 <BODY>
25789 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
25791 This option applies only to newsgroups accessed using the NNTP protocol.
25792 It does not, for example,
25793 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
25796 When you open a connection to a News server using the NNTP protocol, you
25797 normally have access to all of the articles in each newsgroup.
25798 If a server keeps a large backlog of messages it may speed performance
25799 some to restrict attention to only the newer messages in a group.
25800 This option allows you to set how many article numbers should be checked
25801 when opening a newsgroup.
25802 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
25803 of messages you ever want to see.
25804 For example, if you only ever wanted to look at the last 500 messages in each
25805 newsgroup you could set this option to 500.
25806 In actuality, it isn't quite that.
25807 Instead, for performance reasons, it specifies the range of article
25808 numbers to be checked, beginning
25809 with the highest numbered article and going backwards from there.
25810 If there are messages that have been canceled or deleted
25811 their article numbers are still counted as part of the range.
25813 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
25814 numbers
25815 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
25817 to be considered when reading a newsgroup.
25818 The number of messages that show up in your index will be less than or equal
25819 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
25822 The purpose of this option is simply to speed up access when reading news.
25823 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
25824 numbers, and can avoid downloading any information about the ignored articles.
25825 There is a cost you pay for this speedup.
25826 That cost is that there is no way for you to see those ignored articles.
25827 The articles that come before the range you specify are invisible to you and
25828 to Alpine, as if they did not exist at all.
25829 There is no way to see those messages using, for example, an unexclude command
25830 or something similar.
25831 The only way to see those articles is to set this option high enough (or
25832 set it to zero) and then to reopen the newsgroup.
25835 If this option is set to 0 (which is also the default),
25836 then the range is unlimited.
25837 This option applies globally to all NNTP servers and to all newsgroups
25838 on those servers.
25839 There is no way to set different values for different newsgroups or servers.
25842 <UL>   
25843 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25844 </UL><P>
25845 &lt;End of help on this topic&gt;
25846 </BODY>
25847 </HTML>
25848 ====== h_config_news_active =====
25849 <html>
25850 <header>
25851 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
25852 </header>
25853 <body>
25854 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
25856 This option tells Alpine where to look for the "active file" for newsgroups
25857 when accessing news locally, rather than via NNTP.  The default path is
25858 usually "/usr/lib/news/active".<p>
25859 <UL>   
25860 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25861 </UL><P>
25862 &lt;End of help on this topic&gt;
25863 </body>
25864 </html>
25865 ====== h_config_news_spool =====
25866 <html>
25867 <header>
25868 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
25869 </header>
25870 <body>
25871 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
25873 This option tells Alpine where to look for the "news spool" for newsgroups
25874 when accessing news locally, rather than via NNTP.  The default path is
25875 usually "/var/spool/news".<p>
25876 <UL>   
25877 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25878 </UL><P>
25879 &lt;End of help on this topic&gt;
25880 </body>
25881 </html>
25882 ====== h_config_image_viewer =====
25883 <html>
25884 <header>
25885 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
25886 </header>
25887 <body>
25888 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
25889 <body>
25890 This option specifies the program Alpine should call to view MIME
25891 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
25892 no longer needed, but remains for backward compatibility.  The more
25893 general method for associating external printing and viewing programs with
25894 specific MIME data types is to use the system's (or your personal)
25895 "mailcap" configuration file.<p>
25896 <UL>   
25897 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25898 </UL><P>
25899 &lt;End of help on this topic&gt;
25900 </body>
25901 </html>
25902 ====== h_config_domain_name =====
25903 <HTML>
25904 <HEAD>
25905 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
25906 </HEAD>
25907 <BODY>
25908 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
25910 This option is used only if the 
25911 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
25912 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
25913 strips the hostname from your return (&quot;From&quot;) address and when 
25914 completing unqualified addresses that you enter into the composer.
25916 If you set this, see also the <A HREF="h_config_quell_local_lookup">
25917 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
25920 <!--chtml if pinemode="os_windows"-->
25921 <P>This option is not applicable to PC-Alpine.
25922 <!--chtml else-->
25924 <!--chtml endif-->
25925 <UL>
25926 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25927 </UL>
25929 &lt;End of help on this topic&gt;
25930 </BODY>
25931 </HTML>
25932 ====== h_config_prune_date =====
25933 <HTML>
25934 <HEAD>
25935 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
25936 </HEAD>
25937 <BODY>
25938 <H1>OPTION: Last-Time-Prune Question</H1>
25940 This value records the last time you were asked about deleting old
25941 sent-mail.
25942 It is set automatically by Alpine at the beginning of each month.
25943 In the past, if you wished to suppress the monthly sent-mail
25944 pruning feature, you could set this to a date in the future.
25945 This value is relative to the year 1900, so 
25946 to set this, for example, to October 2005, use 105.10.
25948 You can still do that if you wish, or you can use the
25949 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
25950 a little more convenient to use.
25952 <UL>   
25953 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25954 </UL><P>
25955 &lt;End of help on this topic&gt;
25956 </BODY>
25957 </HTML>
25958 ====== h_config_goto_default =====
25959 <HTML>
25960 <HEAD>
25961 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
25962 </HEAD>
25963 <BODY>
25964 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
25966 This value affects Alpine's behavior when you use the Goto command.
25967 Alpine's usual behavior has two parts.  If your current folder is
25968 &quot;Inbox&quot;, Alpine will offer the last open folder as the
25969 default.  If the current folder is other than &quot;Inbox&quot;,
25970 &quot;Inbox&quot; is offered as the default.
25973 The available options include:
25975 <DL>
25977  <DT>folder-in-first-collection</DT>
25979  <DD> Alpine will offer the most recently visited folder in the default
25980 collection found in the &quot;Collection List&quot; screen as the default.
25981 </DD>
25983  <DT> inbox-or-folder-in-first-collection</DT>
25985  <DD> If the current folder is &quot;Inbox&quot;,
25986 Alpine will offer the most recently visited folder in the
25987 default collection found in the &quot;Collection List&quot; screen.
25988 If the current folder is other than &quot;Inbox&quot;,
25989 &quot;Inbox&quot; is offered as the default.
25990 </DD>
25992  <DT> inbox-or-folder-in-recent-collection</DT>
25994  <DD> This is Alpine's default behavior.
25995 If the current folder is &quot;Inbox&quot;,
25996 Alpine will offer the last open
25997 folder as the default.
25998 If the current folder is other than &quot;Inbox&quot;,
25999 &quot;Inbox&quot; is offered as the default.
26000 </DD>
26002  <DT> first-collection-with-inbox-default</DT>
26004  <DD> Instead of offering the most recently visited folder in the default
26005 collection, the default collection is offered but with &quot;Inbox&quot; as
26006 the default folder.
26007 If you type in a folder name it will be in the default collection.
26008 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
26009 </DD>
26011  <DT> most-recent-folder</DT>
26013  <DD> The last accepted value simply causes the most recently opened
26014 folder to be offered as the default regardless of the currently opened
26015 folder.
26016 </DD>
26017 </DL>
26020 NOTE: The default while a newsgroup is open remains the same; the last
26021 open newsgroup.
26024 <UL>   
26025 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26026 </UL><P>
26027 &lt;End of help on this topic&gt;
26028 </BODY>
26029 </HTML>
26030 ====== h_config_thread_lastreply_char =====
26031 <HTML>
26032 <HEAD>
26033 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
26034 </HEAD>
26035 <BODY>
26036 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
26038 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
26039 INDEX display when using a
26040 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
26041 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
26042 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
26043 The value of this option is a single character.
26044 This character is used instead of the vertical line character when there are
26045 no more replies directly to the parent of the current message.
26046 It can be used to &quot;round-off&quot; the bottom of the vertical line
26047 by setting it to a character such as a backslash (&#92;) or
26048 a backquote (&#96;).
26049 The default value of this option is the backslash character (&#92;).
26050 This option may not be set to the Empty Value.
26051 In that case, the default will be used instead.
26054 <UL>   
26055 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26056 </UL><P>
26057 &lt;End of help on this topic&gt;
26058 </BODY>
26059 </HTML>
26060 ====== h_config_thread_indicator_char =====
26061 <HTML>
26062 <HEAD>
26063 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
26064 </HEAD>
26065 <BODY>
26066 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
26068 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
26069 INDEX display when using a
26070 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26071 than &quot;none&quot; and sorting by Threads or OrderedSubject.
26072 The value of this option is a single character.
26073 This character is used to indicate that part of a thread (a conversation) is
26074 hidden beneath a message.
26075 The message could be expanded
26076 if desired with the &quot;/&quot; Collapse/Expand command.
26077 By default, the value of this option is the greater than sign (&gt;).
26079 If this option is set to the Empty Value, then the column (and the following
26080 blank column) will be deleted from the display.
26083 This option is closely related to the
26084 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
26085 Another similar option that affects the thread display is the
26086 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26089 <UL>   
26090 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26091 </UL><P>
26092 &lt;End of help on this topic&gt;
26093 </BODY>
26094 </HTML>
26095 ====== h_config_thread_exp_char =====
26096 <HTML>
26097 <HEAD>
26098 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
26099 </HEAD>
26100 <BODY>
26101 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
26103 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
26104 INDEX display when using a
26105 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26106 than &quot;none&quot;.
26107 The value of this option is a single character.
26108 This character is used to indicate that part of a thread has been expanded
26109 and could be collapsed if desired with
26110 the &quot;/&quot; Collapse/Expand command.
26111 By default, the value of this option is a dot (.).
26113 If this option is set to the Empty Value, then the column (and the following
26114 blank column) will be deleted from the display.
26117 This option is closely related to the
26118 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
26119 Another similar option that affects the thread display is the
26120 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26123 <UL>   
26124 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26125 </UL><P>
26126 &lt;End of help on this topic&gt;
26127 </BODY>
26128 </HTML>
26129 ====== h_config_thread_index_style =====
26130 <HTML>
26131 <HEAD>
26132 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
26133 </HEAD>
26134 <BODY>
26135 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
26137 When a folder is sorted by Threads or OrderedSubject,
26138 this option will affect the INDEX displays.
26141 The possible values for this option are:
26143 <DL>
26144 <DT>regular-index-with-expanded-threads</DT>
26145 <DD>This is the default display.
26146 If the configuration option
26147 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26148 is set to something other than &quot;none&quot;, then this setting
26149 will cause Alpine to start off with a MESSAGE INDEX with all of
26150 the threads expanded.
26151 That is, each message will have a line in the MESSAGE INDEX display.
26152 The Collapse/Expand command (/) may be used to manually collapse or
26153 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26155 This setting affects the display when the folder is first threaded.
26156 The collapsed state may also be re-initialized by re-sorting the folder manually
26157 using the SortIndex command ($).
26158 After re-sorting the threads will once again all be expanded, even if you
26159 have previously collapsed some of them.
26161 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
26162 the display will be the regular default Alpine MESSAGE INDEX, but sorted
26163 in a different order.
26164 </DD>
26166 <DT>regular-index-with-collapsed-threads</DT>
26167 <DD>If the configuration option
26168 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26169 is set to something other than &quot;none&quot;, then this setting
26170 will cause Alpine to start out with all of the threads collapsed instead of
26171 starting out with all of the threads expanded.
26172 The Collapse/Expand command (/) may be used to manually collapse or
26173 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26175 This setting affects the display when the folder is first threaded.
26176 The collapsed state may also be re-initialized by re-sorting the folder manually
26177 using the SortIndex command ($).
26178 After re-sorting the threads will once again all be collapsed, even if you
26179 have previously expanded some of them.
26180 </DD>
26182 <DT>separate-index-screen-always</DT>
26183 <DD>With this setting and the next, you will see an index of threads
26184 instead of an
26185 index of messages, provided you have sorted by Threads or OrderedSubject.
26187 The THREAD INDEX contains a '*' in the first column if any message in the thread
26188 is marked Important.
26189 If not, it contains a '+' if any message in the thread is to you.
26190 The second column is blank. The third column contains a 'D' if all of the
26191 messages in the thread are deleted.
26192 Otherwise, it contains an 'N' if any of the messages in the thread are New.
26194 When you view a particular thread from the THREAD INDEX you will be
26195 in the MESSAGE INDEX display
26196 but the index will only contain messages from the thread you are viewing.
26197 </DD>
26199 <DT>separate-index-screen-except-for-single-messages</DT>
26200 <DD>This is very similar to the option above.
26201 When you are in the THREAD INDEX, one of the available commands
26202 is &quot;ViewThd&quot;.
26203 With the setting &quot;separate-index-screen-always&quot; (the option above)
26204 when you view a particular thread you will be in the
26205 MESSAGE INDEX display and the index will only contain messages from
26206 the thread you are viewing.
26207 If the thread you are viewing consists of a single message, the MESSAGE INDEX
26208 will be an index with only one message in it.
26209 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
26210 setting instead, then that index that contains a single message
26211 will be skipped and you will go directly from the THREAD INDEX into the
26212 MESSAGE TEXT screen.
26213 </DD>
26215 </DL>
26218 <UL>   
26219 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26220 </UL><P>
26221 &lt;End of help on this topic&gt;
26222 </BODY>
26223 </HTML>
26224 ====== h_config_thread_disp_style =====
26225 <HTML>
26226 <HEAD>
26227 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
26228 </HEAD>
26229 <BODY>
26230 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
26232 When a folder is sorted by Threads or OrderedSubject,
26233 this option will affect the MESSAGE INDEX display.
26234 By default, Alpine will display the MESSAGE INDEX in the
26235 &quot;show-thread-structure&quot; style if a folder is sorted
26236 by Threads or OrderedSubject.
26239 The possible values for this option are:
26241 <DL>
26242 <DT>none</DT>
26243 <DD>Regular index display.
26244 The same index line as would be displayed without threading is used.
26245 The only difference will be in the order of the messages.
26246 </DD>
26248 <DT>show-thread-structure</DT>
26249 <DD>Threaded Subjects will be indented and vertical bars and horizontal
26250 lines will be added to make it easier to see the relationships among
26251 the messages in a thread (a conversation).
26252 </DD>
26254 <DT>mutt-like</DT>
26255 <DD>This is the same as the option above except that the Subject
26256 is suppressed (is blank) if it matches the previous Subject in the thread.
26257 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
26258 Here is an example of what a mutt-like index might look like.
26259 In this example, the first column represents the message number, the
26260 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
26261 is set to &quot;regular-index-with-expanded-threads&quot;, and the
26262 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
26263 is set to a backslash:
26264 <PRE>
26265 &nbsp;&nbsp;&nbsp;1    Some topic
26266 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
26267 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
26268 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
26269 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
26270 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
26271 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
26272 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
26273 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
26274 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
26275 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
26276 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
26277 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
26278 &nbsp;&nbsp;&nbsp;14    Next topic
26279 </PRE>
26280 </DD>
26282 <DT>indent-subject-1</DT>
26283 <DD>Threaded Subjects will be indented one space per level of the conversation.
26284 The bars and lines that show up in the show-thread-structure display will
26285 not be there with this style.
26286 </DD>
26288 <DT>indent-subject-2</DT>
26289 <DD>Same as above but indent two spaces per level instead of one space.
26290 </DD>
26292 <DT>indent-from-1</DT>
26293 <DD>Similar to indent-subject-1, except that instead of indenting the
26294 Subject field one space the From field of a thread will be indented one
26295 space per level of the conversation.
26296 </DD>
26298 <DT>indent-from-2</DT>
26299 <DD>Same as above but indent two spaces per level instead of one space.
26300 </DD>
26302 <DT>show-structure-in-from</DT>
26303 <DD>The structure of the thread is illustrated with indenting, vertical bars,
26304 and horizontal lines just like with the show-thread-structure option, but
26305 the From field is used to show the relationships instead of the Subject field. 
26306 </DD>
26308 </DL>
26311 <UL>   
26312 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26313 </UL><P>
26314 &lt;End of help on this topic&gt;
26315 </BODY>
26316 </HTML>
26317 ====== h_config_pruning_rule =====
26318 <HTML>
26319 <HEAD>
26320 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
26321 </HEAD>
26322 <BODY>
26323 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
26325 By default, Alpine will ask at the beginning of each month whether or not
26326 you want to rename your sent-mail folder to a name like sent-mail-month-year.
26327 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
26328 change the format of the folder to sent-mail-yyyy-mm.)
26329 It will also ask whether you would like to delete old sent-mail folders.
26330 If you have defined
26331 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
26333 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
26334 Alpine will also ask about pruning those folders.
26337 With this option you may provide an automatic answer to these questions.
26338 The default value is to ask you what you'd like to do.
26341 The six possible values for this option are:
26343 <DL>
26344 <DT>ask about rename, ask about deleting</DT>
26345 <DD>This is the default.
26346 Alpine will ask whether you want to rename the folders and whether you
26347 want to delete each of the old folders.
26348 </DD>
26350 <DT>ask about rename, don't delete</DT>
26351 <DD>Alpine will ask whether you want to rename the folders, but won't
26352 ask about or delete old folders.
26353 </DD>
26355 <DT>always rename, ask about deleting</DT>
26356 <DD>This means you want to always answer yes and have Alpine automatically
26357 rename the folder if possible.
26358 You will also be asked about deleting old folders.
26359 </DD>
26361 <DT>always rename, don't delete</DT>
26362 <DD>This means you want to always answer yes and have Alpine automatically
26363 rename the folder if possible.
26364 There will be no deleting of old folders.
26365 </DD>
26367 <DT>don't rename, ask about deleting</DT>
26368 <DD>This means you want to always answer no.
26369 Alpine will not rename the folder.
26370 You will be asked about deleting old folders.
26371 </DD>
26373 <DT>don't rename, don't delete</DT>
26374 <DD>This means you want to always answer no.
26375 Alpine will not rename the folder.
26376 There will be no deleting of old folders, either.
26377 </DD>
26378 </DL>
26381 <UL>   
26382 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26383 </UL><P>
26384 &lt;End of help on this topic&gt;
26385 </BODY>
26386 </HTML>
26387 ====== h_config_reopen_rule =====
26388 <HTML>
26389 <HEAD>
26390 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
26391 </HEAD>
26392 <BODY>
26393 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
26395 Alpine normally checks for new mail in the currently open folder
26396 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
26399 There are some situations where automatic new-mail checking does not work.
26400 For example, if a mail folder is opened using the POP protocol or a newsgroup
26401 is being read using the NNTP protocol, then new-mail checking is disabled.
26404 It may be possible to check for new mail in these cases by reopening the
26405 folder.
26406 Alpine does not do this for you automatically, but you may do the commands
26407 manually to cause this to happen.
26408 You reopen by going back to the folder list screen from the message
26409 index screen with the &quot;&lt;&quot; command,
26410 and then going back into the message index screen with
26411 the &quot;&gt;&quot; command.
26412 (Actually, any method you would normally use to open a folder will work the
26413 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
26414 For example, the GoTo Folder command will work, or you may use L to go to the
26415 Folder List screen and Carriage Return to reopen the folder.)
26418 There are some cases where Alpine knows that reopening the folder should
26419 be useful as a way to discover new mail.
26420 At the time of this writing, connections made using the POP protocol,
26421 news reading using the NNTP protocol, local news reading, and local
26422 ReadOnly folders that are in the traditional UNIX or the MMDF format all
26423 fall into this category.
26424 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
26425 has no way of knowing, so it might also just be an exercise in futility.
26426 All remote, ReadOnly folders other than those listed just above fall into this
26427 category.
26428 The setting of this option together with the type of folder
26429 controls how Alpine will react to the apparent attempt to reopen a folder.
26432 If you don't reopen, then you will just be back in
26433 the message index with no change.
26434 You left the index and came back, but the folder remained &quot;open&quot;
26435 the whole time.
26436 However, if you do reopen the folder, the folder is closed and then reopened.
26437 In this case, the current state of the open folder is lost.
26438 The New status, Important and Answered flags,
26439 selected state, Zoom state, collapsed or expanded state of threads,
26440 current message number,
26441 and any other temporary state is all lost when the reopen happens.
26442 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
26445 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
26446 several places.
26447 That really implies the case where Alpine knows it is a good way to discover
26448 new mail, which is more than just POP and NNTP, but POP and NNTP are
26449 the cases of most interest.
26450 This option probably has more possible values than it deserves. They are:
26452 <DL>
26453 <DT>Always reopen</DT>
26454 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
26455 whenever you type a command that implies a reopen, regardless of the
26456 access method.
26457 In other words, it is assumed you would always answer Yes if asked
26458 about reopening.
26459 </DD>
26461 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
26462 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26463 will ask you whether to reopen other remote folders,
26464 with a default answer of Yes.
26465 </DD>
26467 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
26468 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26469 will ask you whether to reopen other remote folders,
26470 with a default answer of No.
26471 </DD>
26473 <DT>Yes for POP/NNTP, No for other remote</DT>
26474 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
26475 will assume a No answer for all other remote folders.
26476 </DD>
26478 <DT>Always ask [Yes]</DT>
26479 <DD>Alpine will not differentiate based on access method.
26480 It will always ask for all remote folders, with a default answer of Yes.
26481 </DD>
26483 <DT>Always ask [No]</DT>
26484 <DD>Alpine will not differentiate based on access method.
26485 It will always ask for all remote folders, with a default answer of No.
26486 </DD>
26488 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
26489 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
26490 of Yes.
26491 It will never attempt to reopen other remote folders.
26492 </DD>
26494 <DT>Ask about POP/NNTP [No], No for other remote</DT>
26495 <DD>This is the default.
26496 Alpine will ask if the access method is POP or NNTP, with a default answer
26497 of No.
26498 It will never attempt to reopen other remote folders.
26499 </DD>
26501 <DT>Never reopen</DT>
26502 <DD>Alpine will never attempt to reopen already open folders.
26503 </DD>
26504 </DL>
26507 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
26508 any of the other situations where it is likely that reopening is a good way
26509 to discover new mail.
26512 There is an alternative that may be of useful in some situations.
26513 Instead of manually checking for new mail you can set up a
26514 <A HREF="h_maildrop">Mail Drop</A>
26515 and automatically check for new mail.
26518 <UL>   
26519 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26520 </UL><P>
26521 &lt;End of help on this topic&gt;
26522 </BODY>
26523 </HTML>
26524 ====== h_config_inc_startup =====
26525 <HTML>
26526 <HEAD>
26527 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
26528 </HEAD>
26529 <BODY>
26530 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
26532 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
26533 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
26534 It determines which message will be the <EM>current message</EM> when
26535 the folder is first opened.
26536 The default value is &quot;first-unseen&quot;.
26539 The seven possible values for this option are:
26541 <DL>
26542 <DT>first-unseen</DT>
26543 <DD>The current message is set to the first
26544 unseen message that has not been marked deleted, or the last message if
26545 all of the messages have been seen previously.
26546 Messages which have not been seen or which have been seen but re-marked
26547 as New are considered unseen messages.
26548 See the note at the bottom of this help about newsgroups.
26549 </DD>
26551 <DT>first-recent</DT>
26552 <DD>Similar to the default, but rather than starting on the first
26553 unseen message Alpine starts on the first <EM>recent</EM> message.
26554 A message is recent if it arrived since the last time the folder was
26555 open.  This value causes the current message to be set to the first
26556 recent message if there is one, otherwise to the last
26557 message in the folder.
26558 </DD>
26560 <DT>first-important</DT>
26561 <DD>This will result in the current message being set to the first
26562 message marked Important (but not Deleted).
26563 If no messages are marked Important, then it will be the last message.
26564 Messages are marked Important by <EM>you</EM>, not by the sender, using
26566 <A HREF="h_common_flag">Flag command</A>.
26567 Or they may be marked Important by an Alpine
26568 <A HREF="h_mainhelp_filtering">Filter</A>
26569 that you have set up.
26570 </DD>
26572 <DT>first-important-or-unseen</DT>
26573 <DD>This selects the first of the first unseen and the first important
26574 messages.
26575 </DD>
26577 <DT>first-important-or-recent</DT>
26578 <DD>This selects the first of the first recent and the first important
26579 messages.
26580 </DD>
26582 <DT>first</DT>
26583 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
26584 If all messages are deleted you start on the last message.
26585 </DD>
26587 <DT>last</DT>
26588 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
26589 If all messages are deleted you start on the last message.
26590 </DD>
26591 </DL>
26594 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
26595 &quot;first-recent&quot; are the same and are affected by whether or not the
26596 feature 
26597 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
26598 is turned on. 
26599 Also, there is no permanent storage in news for an Important flag.
26600 This means that no messages will be marked Important when a newsgroup is
26601 first opened.
26604 <UL>   
26605 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26606 </UL><P>
26607 &lt;End of help on this topic&gt;
26608 </BODY>
26609 </HTML>
26610 ====== h_config_browser =====
26611 <HTML>
26612 <HEAD>
26613 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
26614 </HEAD>
26615 <BODY>
26616 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
26617 <!--chtml if pinemode="os_windows"-->
26618 PC-Alpine users do not need to enter anything here, unless:<UL>
26619 <LI> they want to override, for use with Alpine, the application defined
26620 in the Windows operating system for handling URLs; or
26621 <LI> they are (planning on) using the same configuration file with 
26622 Unix Alpine.
26623 </UL>
26625 Note that if using a viewer that has a space in its path, you should
26626 use the DOS name for that directory or file. Example:
26627 <PRE>
26628 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
26629 </PRE>
26630 <HR><P>
26631 <!--chtml endif-->
26632 This option affects Alpine's handling of URLs that are found in 
26633 messages you read.  Normally, only URLs Alpine can handle directly
26634 are automatically offered for selection in the &quot;Message
26635 Text&quot; screen.  When one or more applications
26636 capable of deciphering URLs on their command line are added here, Alpine
26637 will choose the first available to display URLs it cannot handle directly.
26638 A viewer's availability is based on its being specified with a <B>full
26639 directory path</B> and the evaluation of any optionally supplied
26640 parameters described below.
26643 Additionally, to support various connection methods and applications, each
26644 entry in this list can optionally begin with one or more of
26645 the following special tokens.  The allowed tokens include:
26648 <DL>
26649 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
26650 <DD>
26651 The <VAR>test-string</VAR> is a shell command that Alpine will run to
26652 evaluate a viewer's availability.  The command specified by the test
26653 string is run and if its resulting exit status is non-zero, Alpine will
26654 not consider the associated viewer for use.
26655 </DD>
26657 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
26658 <DD>
26659 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
26660 URL schemes that are to be used with the associated viewer.  This is
26661 the way to configure Alpine to recognize URLs other than the built-in set.
26663 It can also be used to override Alpine's built-in handlers.
26664 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
26665 and Alpine would use (provided it passed all other criteria) the associated
26666 viewer when it encounterd a URL of the form &quot;news:comp.mail.pine&quot;.
26668 </DD>
26669 </DL>
26672 By default, Alpine will simply append a space character followed by the
26673 selected URL prior to launching the command in your specified SHELL.  You can
26674 optionally specify where in the command the selected URL should appear
26675 by using the &quot;_URL_&quot; token.  All occurrences found in the command
26676 will be replaced with the selected URL before the command is handed
26677 to the shell.  If such replacement occurs, the default appending of the
26678 selected URL does not take place.
26681 NOTE: If the viewer you specify has any command-line arguments,
26682 including the &quot;_URL_&quot; token, you will need to add a
26683 double-quote character before the command path and after the last
26684 argument (see the &quot;lynx&quot; example below).
26687 So, here are some example entries:
26688 <PRE>
26689 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/local/bin/netscape
26690               &quot;/usr/local/bin/lynx _URL_&quot;
26691               C:&#92;BIN&#92;NETSCAPE.BAT
26692 </PRE>
26694 This example shows that for the first viewer in the list to be used
26695 the environment variable &quot;DISPLAY&quot; must be defined.  If it
26696 is, then the path and file &quot;/usr/local/bin/netscape&quot; must exist.  
26697 If neither condition is met,
26698 then the path and file &quot;/usr/local/bin/lynx&quot; must exist.  
26699 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL. 
26700 If the path to &quot;lynx&quot; is invalid,
26701 then the final path and file C:&#92;BIN&#92;NETSCAPE.BAT must exist.  
26702 Note that the last
26703 entry is a DOS/Windows path.  This is one way to support Alpine running
26704 on more than one architecture with the same configuration file.<P>
26706 <!--chtml if pinemode="os_windows"-->
26707 <!--chtml else-->
26708 Note that depending on the type of browser used and the method of 
26709 its invocation (such as whether it will open in a separate window) from
26710 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
26711 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
26712 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
26713 In other words, launching the browser from Alpine may make Alpine 
26714 &quot;disappear&quot; (although it is still &quot;running&quot;)
26715 until you close the browser again.<P>  
26716 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
26717 environment: for advanced users and  systems administrators</A>
26718 </UL>
26719 <!--chtml endif-->
26720 <P>If you are unsure what browsers are available on your system or how to 
26721 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
26722 local computing support staff.
26723 <P><UL>
26724 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26725 </UL>
26727 &lt;End of help on this topic&gt;
26728 </BODY>
26729 </HTML>
26730 ====== h_config_browser_xterm =====
26731 <HTML>
26732 <HEAD>
26733 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
26734 </HEAD>
26735 <BODY>
26736 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
26737 environment: for advanced users and  systems administrators</H1>
26738 If you are using Alpine with an X-terminal (emulator) and want to define an 
26739 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
26740 you may want to do so in a manner that causes any <B>already</B> 
26741 invoked viewer application to be used for viewing URLs you select from Alpine 
26742 messages, and a <B>new</B> URL-viewer process to be 
26743 started <B>only</B> if the same application has <B>not already</B> 
26744 been launched -- for one reason, to avoid file-locking contentions among 
26745 multiple invocations of the same URL-viewer application.  
26746 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
26747 option does not do this.)  A method of doing that would be:<OL>
26748 <LI> use 
26749 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
26750 check (using commands appropriate for your Unix shell
26751 in place of <VAR>test-string</VAR>) for the presence of a 
26752 lockfile created by the URL-viewer application -- which implies that the 
26753 application is already running, though this is not foolproof. 
26754 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
26755 application with its appropriate command line option(s) to 
26756 show the URL selected from the Alpine message in an already open window of 
26757 that application, or perhaps in a new window of that application.  
26759 <LI> In the 
26760 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
26761 application without those command line options, but this time using the 
26762 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
26763 is defined.
26764 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
26765 windows environment (for instance, using VT-100 terminal emulation), you 
26766 may wish to specify a non-X windows URL-viewer application such as Lynx
26767 as the last entry.
26768 </OL><BR>
26769 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
26770 the command shell, the URL-viewer application(s), and possibly the specific 
26771 version of the latter, you are using.  
26773 Relevant command 
26774 line options for the Netscape browser for showing URLs (selected from Alpine) 
26775 when Netscape is already running are discussed in the document
26776 &quot;Remote Control of UNIX Netscape&quot; 
26777 found at the URL (as of 12 Aug. 1998):
26780 <CENTER><A HREF="http://home.netscape.com/newsref/std/x-remote.html">http://home.netscape.com/newsref/std/x-remote.html</A></CENTER>
26782 <P>(If the URL-viewer application is 
26783 <B>not</B> running on the same host as Alpine, but being launched from an 
26784 applications server, you may not be able to use the command line options for 
26785 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
26787 <!--chtml if this-method="shown-to-work"-->
26788 An example using the Korn shell and the Netscape browser (first entry wrapped 
26789 because of its length, but should all appear on one line):
26791 url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ &quot;/usr/local/bin/netscape -remote 'openURL(_URL_,  new-window)' &amp;&quot;<BR>
26793 _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_ &quot;/usr/local/bin/netscape &amp;&quot;<BR>
26794               &quot;/usr/local/bin/lynx '_URL_'&quot;
26796 <!--chtml endif-->
26798 <UL>   
26799 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26800 </UL><P>
26801 &lt;End of help on this topic&gt;
26802 </BODY>
26803 </HTML>
26804 ====== h_config_enable_full_hdr =====
26805 <HTML>
26806 <HEAD>
26807 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
26808 </HEAD>
26809 <BODY>
26810 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
26812 This feature enables the &quot;H Full Headers&quot; command which toggles between
26813 the display of all headers in the message and the normal edited view of
26814 headers.  The Full Header command also controls which headers are included
26815 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
26816 Full Header mode will respect the
26817 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
26818 feature setting.)
26820 If Full Header mode is turned on and you Forward a message, you will
26821 be asked if you'd like to forward the message as an attachment, as opposed
26822 to including the text of the message in the body of your new message.
26824 If you have also turned on the
26825 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
26826 option then the Full Headers command actually rotates through three states
26827 instead of just two.
26828 The first is the normal view with long quotes suppressed.
26829 The second is the normal view but with the long quotes included.
26830 The last enables the display of all headers in the message.
26831 When using Export, Pipe, Print, Forward, or Reply the quotes are
26832 never suppressed, so the first two states are identical.
26834 Normally, the Header Mode will reset
26835 to the default behavior when moving to a new message.
26836 The mode can be made to persist from message to message by setting the feature
26837 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
26839 <UL>   
26840 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26841 </UL><P>
26842 &lt;End of help on this topic&gt;
26843 </BODY>
26844 </HTML>
26845 ====== h_config_enable_full_hdr_and_text =====
26846 <HTML>
26847 <HEAD>
26848 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
26849 </HEAD>
26850 <BODY>
26851 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
26853 This feature affects how the &quot;H Full Headers&quot; command displays
26854 message text.  If set, the raw message text will be displayed.  This
26855 especially affects MIME formatted email, where the entire MIME format
26856 will be displayed.  This feature similarly affects how messages are
26857 included for the Export, Pipe, Print, Forward, and Reply functions.
26859 When viewing a raw message that has attachments with this feature set,
26860 you will not be able to view attachments without first leaving full 
26861 headers mode.  This is because MIME parsing is not done on the raw message.
26863 <UL>   
26864 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26865 </UL><P>
26866 &lt;End of help on this topic&gt;
26867 </BODY>
26868 </HTML>
26869 ====== h_config_enable_pipe =====
26870 <HTML>
26871 <HEAD>
26872 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
26873 </HEAD>
26874 <BODY>
26875 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
26877 This feature enables the "| Pipe" command that sends the current message
26878 to the specified command for external processing.
26881 A short description of how the pipe command works is given
26882 <A HREF="h_pipe_command">here</A>.
26885 <UL>   
26886 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26887 </UL><P>
26888 &lt;End of help on this topic&gt;
26889 </BODY>
26890 </HTML>
26891 ====== h_config_quell_full_hdr_reset =====
26892 <HTML>
26893 <HEAD>
26894 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
26895 </HEAD>
26896 <BODY>
26897 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
26899 The <A HREF="h_common_hdrmode">HdrMode Command</A>
26900 normally resets to the default state when switching to a new message.
26901 For example, if you've used the &quot;H&quot; command to turn on Full
26902 Headers for a message you are viewing, and then you type the Next command
26903 to look at the next message, the full headers will no longer be shown.
26904 Setting this feature disables that reset.
26905 Instead, the Header Mode remains the same from message to message.
26908 The presence or absence of the HdrMode command is determined by the
26909 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
26910 Feature-List option.
26912 <UL>   
26913 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26914 </UL><P>
26915 &lt;End of help on this topic&gt;
26916 </BODY>
26917 </HTML>
26918 ====== h_config_enable_tab_complete =====
26919 <HTML>
26920 <HEAD>
26921 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
26922 </HEAD>
26923 <BODY>
26924 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
26926 This feature enables the TAB key when at a prompt for a filename. In this
26927 case, TAB will cause the partial name already entered to be automatically
26928 completed, provided the partial name is unambiguous.
26929 This feature is on by default.
26931 Similarly, this feature also enables TAB completion of address book
26932 nicknames when at a prompt for a nickname,
26933 or when typing in an address field in the composer.
26935 &lt;End of help on this topic&gt;
26936 </BODY>
26937 </HTML>
26938 ====== h_config_quit_wo_confirm =====
26939 <HTML>
26940 <HEAD>
26941 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
26942 </HEAD>
26943 <BODY>
26944 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
26946 This feature controls whether or not Alpine will ask for confirmation when a
26947 Quit command is received.
26949 &lt;End of help on this topic&gt;
26950 </BODY>
26951 </HTML>
26952 ====== h_config_quote_replace_noflow =====
26953 <HTML>
26954 <HEAD>
26955 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
26956 </HEAD>
26957 <BODY>
26958 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
26960 This feature, which is only active when
26961 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
26962 also set,
26963 enables quote-replacement on non-flowed messages.  It is off
26964 by default because a non-flowed message is more dependent on its format,
26965 and thus quote-replacement may cause less-than-pleasing results.
26966 Setting this feature will cause quote-replacement similar to that of flowed
26967 messages, but with the added possibility of long lines being wrapped
26968 into new lines if the Quote-Replacement-String is longer than the string
26969 it is replacing, which is &quot;&gt;&nbsp;&quot;.
26971 &lt;End of help on this topic&gt;
26972 </BODY>
26973 </HTML>
26974 ====== h_config_enable_jump =====
26975 <HTML>
26976 <HEAD>
26977 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
26978 </HEAD>
26979 <BODY>
26980 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
26982 When this feature is set you may enter a number (followed by RETURN)
26983 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
26984 screens.  In other words, it obviates the need for typing the "J" for the
26985 Jump command.
26987 &lt;End of help on this topic&gt;
26988 </BODY>
26989 </HTML>
26990 ====== h_config_enable_alt_ed =====
26991 <HTML>
26992 <HEAD>
26993 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
26994 </HEAD>
26995 <BODY>
26996 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
26998 If this feature is set (the default), and the 
26999 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27000 <B>is not</B> set, entering
27001 the ^_ (Ctrl-underscore) key while composing a message will prompt you
27002 for the name of the editor you would like to use.
27004 If the environment variable $EDITOR is set, its value will be offered as
27005 a default.
27007 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27008 <B>is</B> set, the ^_ key will activate the specified
27009 editor without prompting, in which case it is not necessary to
27010 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
27012 <UL>   
27013 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27014 </UL><P>
27015 &lt;End of help on this topic&gt;
27016 </BODY>
27017 </HTML>
27018 ====== h_config_alt_ed_now =====
27019 <HTML>
27020 <HEAD>
27021 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
27022 </HEAD>
27023 <BODY>
27024 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
27026 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
27027 variable are both set, Alpine will
27028 automatically activate the specified editor when the cursor is moved from
27029 the header of the message being composed into the message text.  For
27030 replies, the alternate editor will be activated immediately.  If this
27031 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
27032 automatically ask for the name of an alternate editor when the cursor
27033 is moved out of the header being composed, or if a reply is being done.
27035 <P><UL>
27036 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27037 </UL>
27039 &lt;End of help on this topic&gt;
27040 </BODY>
27041 </HTML>
27042 ====== h_config_enable_bounce =====
27043 <HTML>
27044 <HEAD>
27045 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
27046 </HEAD>
27047 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
27048 <BODY>
27050 Setting this feature enables the "B Bounce" command, which will prompt
27051 for an address and *remail* the message to the new recipient.  This command
27052 is used to re-direct messages that you have received in error, or need to
27053 be redirected for some other reason (e.g. list moderation).  The final
27054 recipient will see a header indicating that you have Resent the msg, but
27055 the message's From: header will show the original author of the message,
27056 and replies to it will go back to that author, and not to you.
27058 &lt;End of help on this topic&gt;
27059 </BODY>
27060 </HTML>
27061 ====== h_config_enable_agg_ops =====
27062 <HTML>
27063 <HEAD>
27064 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
27065 </HEAD>
27066 <BODY>
27067 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
27069 When this feature is set you may use the commands and subcommands that relate to
27070 performing operations on more than one message at a time.  We call these
27071 &quot;aggregate operations&quot;.  In particular, the 
27072 <!--chtml if pinemode="function_key"-->&quot;F5
27073 <!--chtml else-->&quot;;
27074 <!--chtml endif--> Select&quot;, 
27076 <!--chtml if pinemode="function_key"-->
27077 &quot;F6
27078 <!--chtml else-->
27079 &quot;A 
27080 <!--chtml endif-->
27081 Apply&quot;, and 
27082 <!--chtml if pinemode="function_key"-->
27083 &quot;F4
27084 <!--chtml else-->
27085 &quot;Z 
27086 <!--chtml endif-->
27087 Zoom&quot; commands are enabled by this feature.  Select is used to
27088 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
27089 then be used to apply any message command to all of the selected/tagged
27090 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
27091 view between just those Selected and all messages in the folder.
27093 This feature also enables the 
27094 <!--chtml if pinemode="function_key"-->
27095 &quot;F7&quot; 
27096 <!--chtml else-->
27097 &quot;^X&quot; 
27098 <!--chtml endif-->
27100 subcommand in the MESSAGE INDEX 
27101 WhereIs command that causes all messages matching the WhereIs argument to 
27102 become selected; and the Select, Select Current, and ZoomMode commands in the
27103 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
27105 Some related help topics are
27106 <UL>
27107 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
27108 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
27109 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
27110 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
27111 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
27112 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
27113 </UL>
27115 <UL>   
27116 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27117 </UL><P>
27118 &lt;End of help on this topic&gt;
27119 </BODY>
27120 </HTML>
27122 ====== h_config_enable_flag =====
27123 <HTML>
27124 <HEAD>
27125 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
27126 </HEAD>
27127 <BODY>
27128 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
27130 Setting this feature enables the
27131 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
27132 command that allows you to
27133 manipulate the status flags associated with a message.  By default, Flag
27134 will set the "Important" flag, which results in an asterisk being
27135 displayed in column one of the MESSAGE INDEX for such messages.
27137 &lt;End of help on this topic&gt;
27138 </BODY>
27139 </HTML>
27140 ====== h_config_flag_screen_default =====
27141 <HTML>
27142 <HEAD>
27143 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
27144 </HEAD>
27145 <BODY>
27146 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
27148 The feature modifies the behavior of the
27149 <a href="h_common_flag">Flag</a>
27150 command (provided it too is
27151 <A HREF="h_config_enable_flag">enabled</A>).
27152 By default, when the "* Flag" command is selected,
27153 Alpine offers a prompt to set one of several flags and also offers the
27154 option of entering the detailed flag manipulation screen via the "^T"
27155 key. Enabling this feature causes Alpine to immediately enter the detailed
27156 flag screen rather than first offer the simple prompt.
27158 <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.
27160 &lt;End of help on this topic&gt;
27161 </BODY>
27162 </HTML>
27163 ====== h_config_flag_screen_kw_shortcut =====
27164 <HTML>
27165 <HEAD>
27166 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
27167 </HEAD>
27168 <BODY>
27169 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
27171 This feature modifies the behavior of the
27172 <a href="h_common_flag">Flag</a> command
27173 and the <A HREF="h_index_cmd_select">Select</A> command.
27174 This feature is set by default.
27175 When this feature is not set, when the "* Flag" command is selected,
27176 Alpine offers a prompt to set one of several flags and also offers the
27177 option of entering the detailed flag manipulation screen via the "^T"
27178 key.
27179 If you have
27180 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
27181 defined, then enabling this feature adds a shortcut way to set or unset
27182 keywords.
27183 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
27184 a keyword if you've given it a nickname) and that will set the keyword.
27186 An example is easier to understand than the explanation.
27187 The flag command can always be used to set the system flags.
27188 For example, to set the Answered flag you would type
27190 <CENTER><SAMP>* A</SAMP></CENTER>
27192 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
27193 option in the Config screen.
27194 By default, to set a keyword like &quot;Work&quot; you would usually
27195 have to go to the Flag Details screen using
27196 the &quot;^T To Flag Details&quot; command.
27197 Instead, if you have enabled this feature, you may type
27199 <CENTER><SAMP>* W</SAMP></CENTER>
27201 to set the Work flag, or
27203 <CENTER><SAMP>* ! W</SAMP></CENTER>
27205 to unset it.
27206 Just like for the other flag setting commands, the case of the letter does
27207 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
27208 keyword.
27210 Notice that you can only use this trick for one keyword that begins
27211 with &quot;W&quot;.
27212 If you happen to have a &quot;Work&quot; keyword and another keyword that is
27213 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
27214 your list of keywords.
27215 Also, there are five letters that are reserved for system
27216 flags and the NOT command.
27217 If you type &quot;* A&quot; it will always set the Answered flag, not
27218 your &quot;Aardvark&quot; keyword.
27219 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
27220 the Flag Details screen.
27222 Because enabling the
27223 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
27224 option causes Alpine to skip directly to the Flag Details screen when the
27225 Flag command is used, 
27226 setting it will cause this feature to have no effect at all.
27228 Similarly, when Selecting by Keyword, setting this option will allow you
27229 to use Keyword initials instead of full keywords.
27231 &lt;End of help on this topic&gt;
27232 </BODY>
27233 </HTML>
27234 ====== h_config_can_suspend =====
27235 <HTML>
27236 <HEAD>
27237 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
27238 </HEAD>
27239 <BODY>
27240 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
27242 Setting this feature will allow you to type ^Z (Control Z) to 
27243 <!--chtml if pinemode="os_windows"-->
27244 minimize Alpine into its icon, bringing into focus whatever
27245 application is running behind the PC-Alpine window.
27246 <!--chtml else-->
27247 temporarily suspend Alpine.
27250 This does not exit Alpine, but puts it in the background to watch
27251 for new mail and such.  Normally, you type a command, such
27252 as &quot;fg&quot; at your system prompt to return to your Alpine session.
27255 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
27256 adjusts whether Alpine is placed into the background of the shell its 
27257 running in or starts a news shell.
27258 <!--chtml endif-->
27261 <UL>   
27262 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27263 </UL><P>
27264 &lt;End of help on this topic&gt;
27265 </BODY>
27266 </HTML>
27267 ====== h_config_take_lastfirst ======
27268 <HTML>
27269 <HEAD>
27270 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
27271 </HEAD>
27272 <BODY>
27273 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
27275 Normally, when TakeAddr is used to copy an address from a message into
27276 an address book entry, Alpine will attempt to rewrite the full name of the
27277 address in the form
27280 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
27282 instead of<P>
27284 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
27287 It does this because many people find it useful to sort by Last name
27288 instead of First name.  If this feature is set, then the TakeAddr command
27289 will not attempt to reverse the name in this manner.
27291 &lt;End of help on this topic&gt;
27292 </BODY></HTML>
27293 ====== h_config_disable_regex ======
27294 <HTML>
27295 <HEAD>
27296 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
27297 </HEAD>
27298 <BODY>
27299 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
27301 Normally, the
27302 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
27303 option is interpreted as a regular expression.
27304 One type of address that might cause trouble is an address that
27305 contains a plus sign.
27306 If you want to have an address with a plus as one of your
27307 <!--#echo var="VAR_alt-addresses"-->
27308 and you don't want to use regular expressions, then setting this
27309 feature will cause Alpine to treat the addresses you list literally instead.
27311 &lt;End of help on this topic&gt;
27312 </BODY></HTML>
27313 ====== h_config_take_fullname ======
27314 <HTML>
27315 <HEAD>
27316 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
27317 </HEAD>
27318 <BODY>
27319 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
27321 Normally, when TakeAddr is used to copy an address or addresses
27322 from a message into an address book entry, Alpine will try to preserve
27323 the full name associated with each address in the list of addresses.
27324 The reason for this is so that if the entry is a list or later becomes a
27325 list, then information about the individual addresses in the list
27326 is preserved.
27327 If you would rather just have the simple addresses in the list of addresses,
27328 set this feature. For example, with the default setting you might
27329 see something like this in the ADDRESS BOOK editor after you type TakeAddr
27331 <PRE>
27332  Nickname  : nick
27333  Fullname  : Bedrock Elders
27334  Fcc       :
27335  Comment   :
27336  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
27337              Barney Rubble &lt;rubble@bedrock.org&gt;
27338 </PRE>
27340 but with this feature set it would look like
27342 <PRE>
27343  Nickname  : nick
27344  Fullname  : Bedrock Elders
27345  Fcc       :
27346  Comment   :
27347  Addresses : flint@bedrock.org,
27348              rubble@bedrock.org
27349 </PRE>
27351 instead. Note the difference in the Addresses field.
27353 &lt;End of help on this topic&gt;
27354 </BODY></HTML>
27355 ====== h_config_print_from ======
27356 <HTML>
27357 <HEAD>
27358 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
27359 </HEAD>
27360 <BODY>
27361 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
27363 If this feature is set, then the Berkeley-mail style From line is included
27364 at the start of each message that is printed.  This line looks something
27365 like the following, with the address replaced by the address from the
27366 From line of the message being printed:
27368 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
27369 14:11:06 1998
27371 &lt;End of help on this topic&gt;
27372 </BODY>
27373 </HTML>
27374 ====== h_config_expanded_distlists ======
27375 <HTML>
27376 <HEAD>
27377 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
27378 </HEAD>
27379 <BODY>
27380 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
27381 If this feature is set, then distribution lists in the address book
27382 screen will always be expanded automatically.
27384 &lt;End of help on this topic&gt;
27385 </BODY>
27386 </HTML>
27387 ====== h_config_compose_news_wo_conf ======
27388 <HTML>
27389 <HEAD>
27390 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
27391 </HEAD>
27392 <BODY>
27393 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
27394 This feature controls one aspect of Alpine's Composer.  If you enter the
27395 composer while reading a newsgroup, you will normally be prompted to
27396 determine whether you intend the new message to be posted to the current
27397 newsgroup or not.  If this feature is set, Alpine will not prompt you
27398 in this situation, and will assume that you do indeed wish to post
27399 to the newsgroup you are reading.
27401 &lt;End of help on this topic&gt;
27402 </BODY>
27403 </HTML>
27404 ====== h_config_compose_rejects_unqual ======
27405 <HTML>
27406 <HEAD>
27407 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
27408 </HEAD>
27409 <BODY>
27410 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
27412 This feature controls one aspect of the message composer; in particular,
27413 what happens when an unqualified name is entered into an address header.
27414 If set, unqualified names entered as addresses will be treated as errors
27415 unless they match an addressbook nickname.  Alpine will not attempt to turn
27416 them into complete addresses by adding your local domain.<P>
27418 A complete (fully qualified) address is one containing a username followed
27419 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
27420 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
27421 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
27423 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
27427 When you enter a fully qualified address, Alpine does not interpret or
27428 modify it, but simply passes it on to the mail-transport-agent (MTA) for
27429 your system.  Alpine conforms to the Internet standards governing message
27430 headers and will not send an unqualifed name to the MTA.  Therefore, when
27431 you enter an unqualified name, Alpine will normally attempt to turn it into
27432 a fully qualified address, first by checking to see if you have entered a
27433 matching nickname in your addressbook, or failing that, by simply adding
27434 your own domain to the name entered.  So if your address is
27435 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
27436 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
27437 that into &quot;fred@example.com&quot;.<P>
27439 There are situations where it is not desirable for Alpine to interpret such
27440 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
27441 turned out to be a typo (intended to be an addressbook nickname), but
27442 there actually was a &quot;fred&quot; in your local domain, the message might 
27443 be mis-delivered without your realizing it.  In order to reduce the likelihood
27444 of such accidents, setting this feature will cause Alpine to treat such
27445 addresses as errors, and require that you explicitly enter the full local
27446 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
27447 matches an address book nickname.<P>
27449 Consider this a safety feature against mis-directed mail.
27451 <UL>   
27452 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27453 </UL><P>
27454 &lt;End of help on this topic&gt;
27455 </BODY>
27456 </HTML>
27457 ====== h_config_quell_local_lookup ======
27458 <HTML>
27459 <HEAD>
27460 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
27461 </HEAD>
27462 <BODY>
27463 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
27465 This feature controls an aspect of Alpine's Composer, and if needed, will
27466 usually be set by your system manager in Alpine's system-wide configuration
27467 file. Specifically, if this feature is set, Alpine will not attempt to look
27468 in the system password file to find a Full Name for the entered address.
27470 Normally, names you enter into address fields (e.g. To: or Cc:) are
27471 checked against your address book(s) to see if they match an address book
27472 nickname.  Failing that, (in Unix Alpine) the name is then checked against
27473 the Unix password file.  If the entered name matches a username in the
27474 system password file, Alpine extracts the corresponding Full Name information
27475 for that individual, and adds that to the address being entered.
27477 However, password file matching can have surprising (incorrect) results if
27478 other users of the system do not receive mail at the domain you are using.
27479 That is, if either the 
27480 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
27481 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
27482 option
27483 is set such that the administrative domain of other users on the system
27484 isn't accurately reflected, Alpine should be told that a passwd file match
27485 is coincidental, and Full Name info will be incorrect.  For example, a
27486 personal name from the password file could get falsely paired with the
27487 entered name as it is turned into an address in the configured domain.
27489 If you are seeing this behavior, enabling this feature will prevent Unix
27490 Alpine from looking up names in the password file to find the Full Name
27491 for incomplete addresses you enter.<P>
27492 <UL>
27493 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27494 </UL>
27496 &lt;End of help on this topic&gt;
27497 </BODY>
27498 </HTML>
27499 ====== h_config_tab_checks_recent ======
27500 <HTML>
27501 <HEAD>
27502 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
27503 </HEAD>
27504 <BODY>
27505 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
27507 In a FOLDER LIST screen, the TAB key usually just changes which
27508 folder is highlighted.
27509 If this feature is set, then the TAB key will cause the number of
27510 recent messages and the total number of messages in the highlighted folder
27511 to be displayed instead.
27514 &lt;End of help on this topic&gt;
27515 </BODY>
27516 </HTML>
27517 ====== h_config_maildrops_preserve_state ======
27518 <HTML>
27519 <HEAD>
27520 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
27521 </HEAD>
27522 <BODY>
27523 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
27525 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
27526 Normally, when mail is moved from a Mail Drop folder to a destination
27527 folder, it is delivered as new mail.
27528 Any Seen/New, Answered, Important/Flagged state that has changed will be
27529 ignored.
27530 All of the mail will be considered unSeen, unAnswered, and unImportant after
27531 it is moved.
27533 If this feature is set, then the state changes that have been made
27534 to the messages in the Mail Drop folder will be preserved.
27536 In any case, messages that are already marked Deleted when the
27537 mail is to be moved from the Mail Drop will be ignored.
27539 &lt;End of help on this topic&gt;
27540 </BODY>
27541 </HTML>
27542 ====== h_config_preopen_stayopens ======
27543 <HTML>
27544 <HEAD>
27545 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
27546 </HEAD>
27547 <BODY>
27548 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
27550 This feature is related to the option
27551 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
27552 Normally, Stay Open folders are only opened on demand, when the user
27553 asks to open them.
27554 From then on they are kept open for the duration of the session.
27555 However, if this feature is set, then the Stay Open folders will all be
27556 opened at startup, at the same time that the INBOX is opened.
27559 &lt;End of help on this topic&gt;
27560 </BODY>
27561 </HTML>
27562 ====== h_config_expunge_inbox ======
27563 <HTML>
27564 <HEAD>
27565 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
27566 </HEAD>
27567 <BODY>
27568 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
27570 The INBOX is normally treated differently from regular folders in several
27571 ways.
27572 One of the differences is that the normal &quot;close&quot; sequence of
27573 events is deferred until Alpine is exited, instead of happening when you
27574 leave the INBOX to view another folder.
27575 The &quot;close&quot; sequence normally includes the Expunging
27576 of deleted messages
27577 (either automatically or after a prompt, controlled by the features
27578 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
27579 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
27580 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
27581 handling of the
27582 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
27585 If this feature is set the &quot;close&quot; sequence handling will take
27586 place every time you leave the INBOX.
27587 The INBOX will still be kept open, but the offer to Expunge and the archiving
27588 to the <!--#echo var="VAR_read-message-folder"-->
27589 will take place each time you leave the INBOX instead of only once at the
27590 end of the session.
27593 &lt;End of help on this topic&gt;
27594 </BODY>
27595 </HTML>
27596 ====== h_config_expunge_stayopens ======
27597 <HTML>
27598 <HEAD>
27599 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
27600 </HEAD>
27601 <BODY>
27602 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
27604 This feature is related to the option
27605 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
27606 Stay Open folders are treated differently from regular folders in several
27607 ways.
27608 One of the differences is that the normal &quot;close&quot; sequence of
27609 events is deferred until Alpine is exited, instead of happening when you
27610 leave the folder to view another folder.
27611 The &quot;close&quot; sequence normally includes the Expunging
27612 of deleted messages
27613 (either automatically or after a prompt, controlled by the features
27614 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
27615 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
27616 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
27617 handling of
27618 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
27621 If this feature is set the &quot;close&quot; sequence handling will take
27622 place when you leave the Stay Open folder.
27623 The folder will still be kept open, but the offer to Expunge and the archiving
27624 will take place each time you leave the folder instead of only once at the
27625 end of the session.
27626 This feature does not affect the INBOX, which will still only be processed
27627 when you exit Alpine.
27628 However, there is a similar feature that affects only the INBOX called
27629 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
27632 &lt;End of help on this topic&gt;
27633 </BODY>
27634 </HTML>
27635 ====== h_config_preserve_start_stop ======
27636 <HTML>
27637 <HEAD>
27638 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
27639 </HEAD>
27640 <BODY>
27641 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
27643 This feature controls how special control key characters, typically
27644 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
27645 are known as the "stop" and "start" characters and are sometimes used in
27646 communications paths to control data flow between devices that operate at
27647 different speeds.
27651 By default, Alpine turns the system's handling of these special characters
27652 off except during printing.  However, if you see Alpine reporting input errors
27653 such as:
27655 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
27657 and, at the same time, see your display become garbled, then it is likely
27658 that setting this option will solve the problem.  Be aware, though, that
27659 enabling this feature will also cause Alpine to ostensibly "hang" 
27660 whenever the Ctrl-S key combination is entered as the system is now
27661 interpreting such input as a "stop output" command.  To "start
27662 output"  again, simply type Ctrl-Q. 
27664 &lt;End of help on this topic&gt;
27665 </BODY>
27666 </HTML>
27667 ====== h_config_enable_incoming ======
27668 <HTML>
27669 <HEAD>
27670 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
27671 </HEAD>
27672 <BODY>
27673 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
27675 Alpine's Incoming Message Folders collection
27676 provides a convenient way to access multiple incoming folders.
27677 It is also useful if you have accounts on multiple computers.
27680 If set, this feature defines a pseudo-folder collection called
27681 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
27682 in this collection will be your INBOX, which will no longer show up in
27683 your Default folder collection.
27686 You may add more folders to the Incoming Message Folders collection by
27687 using the
27688 <!--chtml if pinemode="function_key"-->
27689 &quot;F10
27690 <!--chtml else-->
27691 &quot;A
27692 <!--chtml endif-->
27693 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
27694 the host the folder is stored on (which defaults to the same host used
27695 for your INBOX), a nickname, and the actual folder name.  Once a set
27696 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
27697 or MESSAGE TEXT screens) may be used to scan the folders for those
27698 with Recent messages.  If you add more folders to
27699 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
27700 no effect.
27702 NOTE: Normally the software that actually delivers mail (the stuff that happens
27703 before Alpine is involved) is in a better position to do delivery filtering
27704 than is Alpine itself.
27705 If possible, you may want to look at programs such as
27706 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
27707 filtering programs.
27708 If you'd prefer to have Alpine do the filtering for you, you may set that
27710 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
27712 <UL>   
27713 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27714 </UL><P>
27715 &lt;End of help on this topic&gt;
27716 </BODY>
27717 </HTML>
27718 ====== h_config_enable_incoming_checking ======
27719 <HTML>
27720 <HEAD>
27721 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
27722 </HEAD>
27723 <BODY>
27724 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
27726 This feature is only operational if you have enabled the optional
27727 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
27728 If you do have Incoming Message Folders and you also set this feature,
27729 then the number of Unseen messages in each folder will be displayed
27730 in the FOLDER LIST screen for the Incoming Message Folders.
27731 The number of Unseen messages in a folder will be displayed in parentheses
27732 to the right of the name of each folder.
27733 If there are no Unseen messages in a folder then only the name
27734 is displayed, not a set of parentheses with zero inside them.
27735 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
27736 the Incoming Message Folders to cause an immediate update.
27738 If a check for Unseen messages fails for a particular folder then Alpine
27739 will no longer attempt to check that folder for the duration of the
27740 session and this will be indicated by a question mark inside the
27741 parentheses.
27743 The features
27744 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
27745 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
27746 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
27747 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
27748 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
27749 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
27750 all affect how this feature behaves.
27752 <UL>   
27753 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27754 </UL><P>
27755 &lt;End of help on this topic&gt;
27756 </BODY>
27757 </HTML>
27758 ====== h_config_incoming_checking_total ======
27759 <HTML>
27760 <HEAD>
27761 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
27762 </HEAD>
27763 <BODY>
27764 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
27766 This option has no effect unless the feature
27767 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
27768 is set, which in turn has no effect unless
27769 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
27770 is set.
27772 When incoming folder checking is turned on the default is to display
27773 the number of unseen messages in each folder.
27774 More precisely, it is the number of undeleted unseen messages.
27775 Using this option you may also display the total number of messages
27776 in each folder.
27777 Instead of a single number representing the number of unseen messages
27778 you will get two numbers separated by a slash character.
27779 The first is the number of unseen messages and the second is the
27780 total number of messages.
27782 You may also use the recent message count instead of the unseen message
27783 count by turning on the feature
27784 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
27786 <UL>   
27787 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27788 </UL><P>
27789 &lt;End of help on this topic&gt;
27790 </BODY>
27791 </HTML>
27792 ====== h_config_incoming_checking_recent ======
27793 <HTML>
27794 <HEAD>
27795 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
27796 </HEAD>
27797 <BODY>
27798 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
27800 This option has no effect unless the feature
27801 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
27802 is set, which in turn has no effect unless
27803 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
27804 is set.
27806 When incoming folder checking is turned on the default is to display
27807 the number of unseen messages in each folder.
27808 More precisely, it is the number of undeleted unseen messages.
27809 Using this option you may display the number of recent messages instead
27810 of the number of unseen messages.
27811 A message is only counted as recent if this is the first session to
27812 see it, so the recent count might be less than the unseen count.
27813 The difference between the two would be accounted for by the unseen messages
27814 in the folder which were there previously but have not been looked at yet.
27816 If you simultaneously run more than one email client at a time
27817 (for example, you run more than one Alpine in parallel) then turning
27818 this feature on can cause some confusion.
27819 The confusion stems from the fact that each message is only considered to be
27820 recent in one session.
27821 That means that the counts of new messages may be different in the two
27822 Alpines running side by side, because each incoming message will only be
27823 counted as recent in one of the two sessions.
27825 You may also display the total number of messages
27826 in each folder by using the
27827 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
27828 option.
27830 <UL>   
27831 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27832 </UL><P>
27833 &lt;End of help on this topic&gt;
27834 </BODY>
27835 </HTML>
27836 ====== h_config_attach_in_reply ======
27837 <HTML>
27838 <HEAD>
27839 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
27840 </HEAD>
27841 <BODY>
27842 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
27844 This feature controls an aspect of Alpine's Reply command. If set, any MIME
27845 attachments that were part of the original message will automatically be
27846 included in the Reply.
27848 &lt;End of help on this topic&gt;
27849 </BODY>
27850 </HTML>
27851 ====== h_config_include_header =====
27852 <HTML>
27853 <HEAD>
27854 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
27855 </HEAD>
27856 <BODY>
27857 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
27859 This feature controls an aspect of Alpine's Reply command. If set, and the
27860 original message is being included in the reply, then headers from that
27861 message will also be part of the reply.
27863 &lt;End of help on this topic&gt;
27864 </HEAD>
27865 </HTML>
27866 ====== h_config_sig_at_bottom =====
27867 <HTML>
27868 <HEAD>        
27869 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
27870 </HEAD>
27871 <BODY>
27872 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
27874 This feature controls an aspect of Alpine's Reply command.  If this feature
27875 is set, and the original message is being included in the reply, then the
27876 contents of your signature file (if any) will be inserted after the included
27877 message.
27879 This feature does not affect the results of a Forward command.
27881 &lt;End of help on this topic&gt;
27882 </BODY>
27883 </HTML>
27884 ====== h_config_sigdashes =====
27885 <HTML>
27886 <HEAD>
27887 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
27888 </HEAD>
27889 <BODY>
27890 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
27892 This feature enables support for the common USENET news convention 
27893 of preceding a message signature with the special line consisting of 
27894 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
27897 When enabled and a
27898 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
27899 Alpine will insert the special line before including the file's text (unless
27900 the special line already exists somewhere in the file's text).
27903 In addition, when you Reply or Followup to a message containing one of
27904 these special lines and choose to include its text, Alpine will observe
27905 the convention of not including text beyond the special line in your
27906 reply.
27907 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
27908 mode is enabled and turned on, then Alpine <EM>will</EM>
27909 include the text beyond the special line regardless of the setting of
27910 this feature.
27913 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
27914 for a related feature.
27917 <UL>   
27918 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27919 </UL><P>
27920 &lt;End of help on this topic&gt;
27921 </BODY>
27922 </HTML>
27923 ====== h_config_new_thread_blank_subject =====
27924 <HTML>
27925 <HEAD>
27926 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
27927 </HEAD>
27928 <BODY>
27929 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
27931 When this feature is enabled (the default) Alpine will create a new thread
27932 every time that the subject line becomes empty at any time during composition.
27935 This behavior is particularly useful in case you are replying to a message.
27936 Replying to a message causes the message to be in the same thread than the
27937 original message that is being replied to. However, many authors want to create
27938 a new message (in a different thread) while replying to a message, and they do
27939 this by changing the full subject, by first deleting the original subject and
27940 typing the new subject of the current message.
27943 Enabling this feature causes that any time that the subject is deleted, the 
27944 message being composed will be considered the first message of a new thread.
27947 <UL>   
27948 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27949 </UL><P>
27950 &lt;End of help on this topic&gt;
27951 </BODY>
27952 </HTML>
27953 ====== h_config_strip_sigdashes =====
27954 <HTML>
27955 <HEAD>
27956 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
27957 </HEAD>
27958 <BODY>
27959 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
27961 This feature doesn't do anything if the feature
27962 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
27963 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
27964 then turning on this feature enables support for the convention
27965 of not including text beyond the sigdashes line when Replying or Following
27966 up to a message and including the text of that message.
27967 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
27968 mode is enabled and turned on, then Alpine <EM>will</EM>
27969 include the text beyond the special line regardless of the setting of
27970 this feature.
27972 In other words, this is a way to turn on the signature stripping behavior
27973 without also turning on the dashes-adding behavior.
27975 <UL>   
27976 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27977 </UL><P>
27978 &lt;End of help on this topic&gt;
27979 </BODY>
27980 </HTML>
27981 ====== h_config_forward_as_attachment =====
27982 <HTML>
27983 <HEAD>
27984 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
27985 </HEAD>
27986 <BODY>
27987 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
27989 This feature affects the way forwarded message text is handled.  When set, rather than 
27990 include the text of the forwarded message below any additional text you provide in the
27991 composer, the forwarded message is attached in its entirety to the message you send.
27993 This is useful in that it keeps the text you provide in the composer distinct from the
27994 text of the forwarded message.  Similarly, it allows the recipient to 
27995 conveniently operate on the forwarded message.  For example, they might reply directly to
27996 the sender of the forwarded message, or process it as part of a spam report.
27997 <UL>   
27998 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27999 </UL><P>
28000 &lt;End of help on this topic&gt;
28001 </BODY>
28002 </HTML>
28003 ====== h_config_preserve_field =====
28004 <HTML>
28005 <HEAD>
28006 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
28007 </HEAD>
28008 <BODY>
28009 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
28011 This feature affects Alpine's behavior when one replies to a message. 
28012 When you receive a message, some or all of the recipients of the message 
28013 have been added to the To: and Cc: fields. If you reply to such message, 
28014 and this feature is disabled, then the original sender of the message is 
28015 added to the To: field, and all other recipients are added to the Cc: 
28016 field, while your address is added to the From: field.
28019 However, if this feature is enabled, then Alpine will preserve the 
28020 original fields as sent in the original message, so the Cc: and To: 
28021 fields will be preserved. The sender's address will be added to the To: 
28022 field, while your address is added to the From: field.
28025 The behavior of this feature is that replies to all messages will behave 
28026 in the way described above. If you only intend this to happen on a per 
28027 message basis, then keep this feature disabled, and when replying to a 
28028 message you will see a new option in the menu for the &quot;Reply to all 
28029 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
28030 make Alpine toggle its question so you can preserve the To: and Cc: 
28031 fields for that message only.
28033 <UL>   
28034 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28035 </UL><P>
28036 &lt;End of help on this topic&gt;
28037 </BODY>
28038 </HTML>
28039 ====== h_config_sub_lists =====
28040 <HTML>
28041 <HEAD>
28042 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
28043 </HEAD>
28044 <BODY>
28045 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
28047 This feature affects the subcommands available when Saving, 
28048 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
28049 available. This command allows you to type in a substring of the folder
28050 you are looking for and when you type ^X it will display all folders
28051 that contain that substring in their names.
28052 This feature is set by default.
28055 &lt;End of help on this topic&gt;
28056 </BODY>
28057 </HTML>
28058 ====== h_config_scramble_message_id =====
28059 <HTML>
28060 <HEAD>
28061 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
28062 </HEAD>
28063 <BODY>
28064 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
28066 Normally the Message-ID header that Alpine generates when sending a message
28067 contains the name of the computer from which the message is being sent.
28068 Some believe that this hostname could be used by spammers or could
28069 be used by others for nefarious purposes.
28070 If this feature is set, that name will be transformed with a simple
28071 Rot13 transformation.
28072 The result will still have the correct syntax for a Message-ID but the
28073 part of the MessageID that is often a domain name will not be an actual
28074 domain name because the letters will be scrambled.
28076 It is possible (but unlikely?) that some spam detection
28077 software will use that as a reason to reject the mail as spam.
28078 It has also been reported that some spam detection software uses the
28079 fact that there are no dots after the &quot;@&quot; as a reason to reject
28080 messages.
28081 If your PC-Alpine Message-ID is using a name without a dot that is because
28082 that is what Windows thinks is your &quot;Full computer name&quot;.
28083 The method used to set this varies from one type of Windows to another but
28084 check under Settings -> Control Panel -> System and
28085 look for Network Identification or Computer Name or something similar.
28086 How to set it is beyond the scope of Alpine.
28089 &lt;End of help on this topic&gt;
28090 </BODY>
28091 </HTML>
28092 ====== h_downgrade_multipart_to_text =====
28093 <HTML>
28094 <HEAD>
28095 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
28096 </HEAD>
28097 <BODY>
28098 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
28101 This feature affects Alpine's behavior when sending mail.  Internet
28102 standards require Alpine to translate all non-ASCII characters in
28103 messages that it sends using MIME encoding.  This encoding can be
28104 ostensibly broken for recipients if any agent between Alpine and the
28105 recipient, such as an email list expander, appends text to the
28106 message, such as list information or advertising.  When sending such
28107 messages Alpine attempts to protect such encoding by placing extra
28108 MIME boundaries around the message text.
28110 These extra boundaries are invisible to recipients that 
28111 use MIME-aware email programs (the vast majority).  However, if
28112 you correspond with users of email programs that are not MIME-aware,
28113 or do not handle the extra boundaries gracefully, you can
28114 use this feature to prevent Alpine from including the extra
28115 MIME information.  Of course, it will increase the likelihood
28116 that non-ASCII text you send may appear corrupt to the recipient.
28118 &lt;End of help on this topic&gt;
28119 </BODY>
28120 </HTML>
28121 ====== h_config_show_sort =====
28122 <HTML>
28123 <HEAD>
28124 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
28125 </HEAD>
28126 <BODY>
28127 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
28129 If this feature is set and there is sufficient space on the screen,
28130 a short indication of the current sort order will be
28131 added in the titlebar (the top line on the screen), before the name
28132 of the folder.
28133 For example, with the default Arrival sort in effect,
28134 the display would have the characters
28136 <P><CENTER>[A]</CENTER><P>
28138 added between the title of the screen and the folder name.
28139 The letters are the same as the letters you may type to manually
28140 sort a folder with the SortIndex command ($).
28141 The letters in the table below are the ones that may show
28142 up in the titlebar line.
28144 <TABLE>   
28145 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
28146 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
28147 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
28148 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
28149 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
28150 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
28151 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
28152 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
28153 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
28154 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
28155 </TABLE>
28157 If the sort order is Reversed, the letter above will be preceded by the letter
28158 &quot;R&quot;, for example
28160 <P><CENTER>[RS]</CENTER><P>
28162 means that a Reverse Subject sort is in effect.
28163 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
28164 left out, and just an &quot;R&quot; is shown.
28166 <P><CENTER>[R]</CENTER>
28169 &lt;End of help on this topic&gt;
28170 </BODY>
28171 </HTML>
28172 ====== h_config_disable_reset_disp =====
28173 <HTML>
28174 <HEAD>
28175 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
28176 </HEAD>
28177 <BODY>
28178 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
28180 UNIX Alpine only.
28182 This feature affects Alpine's behavior when using
28183 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
28184 Normally, before the display filter is run, the terminal mode is reset
28185 to what it was before you started Alpine.
28186 This may be necessary if the filter requires the use of the terminal.
28187 For example, it may need to interact with you.
28188 If you set this feature, then the terminal mode will not be reset.
28189 One thing that turning on this feature should fix is the coloring of
28190 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
28191 breaks because the terminal reset resets the color state of the terminal.
28194 &lt;End of help on this topic&gt;
28195 </BODY>
28196 </HTML>
28197 ====== h_config_disable_sender =====
28198 <HTML>
28199 <HEAD>
28200 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
28201 </HEAD>
28202 <BODY>
28203 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
28205 This feature affects Alpine's generation of the &quot;Sender:&quot; or
28206 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
28207 header fields.
28208 By default, Alpine will generate such a header in situations where the
28209 username or domain are not the same as
28210 the &quot;From:&quot; header on the message.
28211 With this feature set,
28212 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
28213 This may be desirable on a system that is virtually hosting many domains,
28214 and the sysadmin has other methods available for tracking a message to
28215 its originator.
28217 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
28220 &lt;End of help on this topic&gt;
28221 </BODY>
28222 </HTML>
28223 ====== h_config_use_sender_not_x =====
28224 <HTML>
28225 <HEAD>
28226 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
28227 </HEAD>
28228 <BODY>
28229 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
28231 Normally Alpine adds a header line
28232 labeled &quot;X-X-Sender&quot;, if the sender is
28233 different from the From: line.
28234 The standard specifies that this header
28235 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
28236 Setting this feature causes
28237 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
28239 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
28242 &lt;End of help on this topic&gt;
28243 </BODY>
28244 </HTML>
28245 ====== h_config_use_fk =====
28246 <HTML>
28247 <HEAD>
28248 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
28249 </HEAD>
28250 <BODY>
28251 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
28253 This feature specifies that Alpine will respond to function keys instead of
28254 the normal single-letter commands. In this mode, the key menus at the
28255 bottom of each screen will show function key designations instead of the
28256 normal mnemonic key.
28259 &lt;End of help on this topic&gt;
28260 </BODY>
28261 </HTML>
28262 ====== h_config_cancel_confirm =====
28263 <HTML>
28264 <HEAD>
28265 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
28266 </HEAD>
28267 <BODY>
28268 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
28270 This feature affects what happens when you type ^C to cancel a composition.
28271 By default, if you attempt to cancel a composition by typing ^C, you will be
28272 asked to confirm the cancellation by typing a &quot;C&quot;
28273 for <EM>C</EM>onfirm.
28274 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
28275 risky because the &quot;^C Y&quot; needed to cancel a message
28276 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
28278 If this feature is set the confirmation asked for
28279 will be a &quot;<EM>Y</EM>es&quot;
28280 instead of a &quot;<EM>C</EM>onfirm&quot; response.
28283 &lt;End of help on this topic&gt;
28284 </BODY>
28285 </HTML>
28286 ====== h_config_compose_maps_del =====
28287 <HTML>
28288 <HEAD>
28289 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
28290 </HEAD>
28291 <BODY>
28292 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
28294 This feature affects the behavior of the DELETE key.
28295 If set, Delete will be equivalent to ^D, and delete
28296 the current character.  Normally Alpine defines the Delete key
28297 to be equivalent to ^H, which deletes the <EM>previous</EM>
28298 character.
28301 &lt;End of help on this topic&gt;
28302 </BODY>
28303 </HTML>
28304 ====== h_config_compose_bg_post =====
28305 <HTML>
28306 <HEAD>
28307 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
28308 </HEAD>
28309 <BODY>
28310 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
28312 This feature affects the behavior of Alpine's mail sending.  If set, this
28313 feature enables a subcommand in the composer's "Send?" confirmation
28314 prompt.  The subcommand allows you to tell Alpine to handle the actual
28315 posting in the background.  While this feature usually allows posting
28316 to appear to happen very fast, it has no affect on the actual delivery
28317 time it takes a message to arrive at its destination.
28320 Please Note:
28321 <OL>
28322  <LI>This feature will have no effect if the feature
28323        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
28324        is set.
28325  <LI>This feature isn't supported on all systems.  All DOS and Windows,
28326        as well as several Unix ports, do not recognize this feature.
28327  <LI>Error handling is significantly different when this feature is
28328         enabled.  Any message posting failure results in the message
28329         being appended to your &quot;Interrupted&quot; mail folder.  When you
28330         type the <A HREF="h_common_compose">C</A>ompose command,
28331         Alpine will notice this folder and
28332         offer to extract any messages contained.  Upon continuing a 
28333         failed message, Alpine will display the nature of the failure 
28334         in the status message line.
28335  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
28336         for message data to
28337         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
28338         if you typically run close to any sort of disk-space limits or quotas.
28339 </OL>
28341 &lt;End of help on this topic&gt;
28342 </BODY>
28343 </HTML>
28344 ====== h_config_compose_dsn =====
28345 <HTML>
28346 <HEAD>
28347 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
28348 </HEAD>
28349 <BODY>
28350 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
28352 This feature affects the behavior of Alpine's mail sending.  If set, this
28353 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
28354 prompt.  The subcommand allows you to tell Alpine to request the type of
28355 Delivery Status Notification (DSN) that you would like.  Most users will
28356 be happy with the default, and need not enable this feature.
28358 If the feature
28359 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
28360 then this feature has no effect and the type of DSN is not selectable.
28363 Turning on this feature and then turning on the DSNOpts from the send
28364 prompt reveals four on-off toggles at the bottom of the screen.
28365 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
28366 that no notification be returned to you, even if there is a delivery
28367 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
28368 server that you are willing (or not) to receive delay notifications, which
28369 happen when there is an unusual delay at some mail server (in that mail
28370 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
28371 Success requests that you be sent a DSN message when the message is
28372 successfully delivered to the recipients mailbox.  Setting NoErrRets will
28373 automatically turn off Delay and Success notification, and will flip the
28374 toggles to show that.  Similarly, turning on Delay and/or Success will
28375 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
28376 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
28377 the full message be returned in any failed DSN.  RetHdrs requests that
28378 only the headers be returned in any failed DSN.  Notice that this command
28379 applies only to failed delivery status reports.  For delay or success
28380 reports, the full message is never returned, only the headers are returned.
28383 If you don't enable the DSN feature or if you don't turn it on for a
28384 particular message, the default is that you will be notified about failures,
28385 you might be notified about delays, and you won't be notified about
28386 successes.  You will usually receive the full message back when there is
28387 a failure.
28390 If you turn on the DSNOpts the default is to return as much information as
28391 possible to you.  That is, by default, the Success and Delay options are
28392 turned on and the full message will be returned on failure.
28395 The sending prompt will display the current DSN request (if any) in a
28396 shorthand form.  It will be:
28398 <P><CENTER>[Never]</CENTER>
28401 if you have requested NoErrRets.  Otherwise, it will look something like:
28403 <P><CENTER>[FDS-Hdrs]</CENTER>
28406 The &quot;F&quot; will always be there, indicating that you will be notified
28407 of failures.  (Alpine doesn't provide a way to request no failure notification
28408 and at the same time request either success or delay notification.  The only
28409 way to request no failure notifications is to request no notifications at
28410 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
28411 requested Delay and/or Success notification.  If one of those is missing,
28412 that means you are requesting no notification of the corresponding type.
28413 After the dash it will say either Hdrs or Full.  Hdrs means to return only
28414 the headers and Full means to return the full message (applies to
28415 failure notifications only).
28418 NOTE: This feature relies on your system's mail transport agent or
28419 configured
28420 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
28421 having the negotiation mechanism introduced in
28422 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
28423 &quot;Delivery Status Notification&quot; (DSN).  If the mail tranport agent you
28424 are using doesn't support DSN, a short warning will be shown to you on
28425 the message line at the bottom of the screen after you send your message,
28426 but your message will have been sent anyway.
28429 Note that DSNs don't provide a mechanism to request read receipts.  That
28430 is, if you request notification on success you are notified when the
28431 message is delivered to the mailbox, not when the message is read.
28434 ESMTP allows for graceful migration to upgraded mail transfer agents, but
28435 it is possible that this feature might cause problems for some servers. 
28438 &lt;End of help on this topic&gt;
28439 </BODY>
28440 </HTML>
28441 ====== h_config_auto_zoom =====
28442 <HTML>
28443 <HEAD>
28444 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
28445 </HEAD>
28446 <BODY>
28447 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
28449 This feature affects the behavior of the Select command.
28450 If set, the select command will automatically perform a zoom
28451 after the select is complete.
28452 This feature is set by default.
28454 Some related help topics are
28455 <UL>
28456 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28457 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28458 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28459 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
28460 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28461 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28462 </UL>
28465 &lt;End of help on this topic&gt;
28466 </BODY>
28467 </HTML>
28468 ====== h_config_auto_unzoom =====
28469 <HTML>
28470 <HEAD>
28471 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
28472 </HEAD>
28473 <BODY>
28474 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
28476 This feature affects the behavior of the Apply command.  If set, and if
28477 you are currently looking at a Zoomed Index view of selected messages,
28478 the Apply command will do the operation you specify, but then will
28479 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
28480 the normal Index view after the Apply. 
28481 This feature is set by default.
28484 Some related help topics are
28485 <UL>
28486 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28487 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28488 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28489 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28490 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28491 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28492 </UL>
28494 &lt;End of help on this topic&gt;
28495 </BODY>
28496 </HTML>
28497 ====== h_config_auto_unselect =====
28498 <HTML>
28499 <HEAD>
28500 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
28501 </HEAD>
28502 <BODY>
28503 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
28505 This feature affects the behavior of the Apply command.  If set,
28506 the Apply command will do the operation you specify, but then will
28507 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
28508 the normal Index view after the Apply. 
28511 Some related help topics are
28512 <UL>
28513 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28514 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28515 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28516 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28517 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
28518 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28519 </UL>
28521 &lt;End of help on this topic&gt;
28522 </BODY>
28523 </HTML>
28524 ====== h_config_fast_recent =====
28525 <HTML>
28526 <HEAD>
28527 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
28528 </HEAD>
28529 <BODY>
28530 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
28532 This feature controls the behavior of the TAB key when traversing folders
28533 in the optional 
28534 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
28535 collection or in optional <!--#echo var="VAR_news-collections"-->.
28538 When the TAB
28539 (<A HREF="h_common_nextnew">NextNew</A>)
28540 key is pressed, the default behavior is to
28541 explicitly examine the status of the folder for the number of recent
28542 messages (messages delivered since the last time it was viewed).
28543 Depending on the size and number of messages in the folder, this test
28544 can be time consuming.
28547 Enabling this feature will cause Alpine to only test for the existence of
28548 any recent messages rather than to obtain the count.  This is much faster
28549 in many cases.  The downside is that you're not given the number of recent
28550 messages when prompted to view the next folder.
28551 If the feature
28552 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
28553 is turned on, then the present feature will have no effect.
28556 <UL>   
28557 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28558 </UL><P>
28559 &lt;End of help on this topic&gt;
28560 </BODY>
28561 </HTML>
28562 ====== h_config_arrow_nav =====
28563 <HTML>
28564 <HEAD>
28565 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
28566 </HEAD>
28567 <BODY>
28568 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
28570 This feature controls the behavior of the left and right arrow keys.
28571 If set, the left and right arrow keys will operate like the usual
28572 navigation keys &lt; and &gt;.
28573 This feature is set by default.
28576 If you set this feature, and do not like the changed behavior of the up/down 
28577 arrow 
28578 keys when navigating through the FOLDER LIST screen -- 
28579 <B>first</B> from column to column, if more than one folder is 
28580 displayed per row, 
28581 and <B>then</B> from row to row -- you may either also wish to set the feature 
28582 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
28583 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
28584 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
28585 folders in each column.
28587 <UL>   
28588 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28589 </UL><P>
28590 &lt;End of help on this topic&gt;
28591 </BODY>
28592 </HTML>
28593 ====== h_config_relaxed_arrow_nav =====
28594 <HTML>
28595 <HEAD>
28596 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
28597 </HEAD>
28598 <BODY>
28599 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
28601 This feature controls the behavior of the left, right, up and down
28602 arrow keys in the FOLDER LIST screen when the &quot;<A
28603 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
28604 set.
28605 This feature is set by default.
28609 When this feature is set, the left and right
28610 arrow keys in the FOLDER LIST screen
28611 move the highlight bar to the left or right, and the up and
28612 down arrows move it up or down.
28615 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
28616 feature is not set;
28617 the left and right arrow keys in the Folder List screen strictly
28618 track the commands bound to the '&lt;' and '&gt;' keys, and the up
28619 and down arrow keys move the highlight bar to the previous and next
28620 folder or directory name.
28623 <UL>   
28624 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28625 </UL><P>
28626 &lt;End of help on this topic&gt;
28627 </BODY>
28628 </HTML>
28629 ====== h_config_alt_compose_menu =====
28630 <HTML>
28631 <HEAD>
28632 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
28633 </HEAD>
28634 <BODY>
28635 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
28637 This feature controls the menu that is displayed when Compose is selected.
28638 If set, a list of options will be presented, with each option representing
28639 the type of composition that could be used. This feature is most useful for
28640 users who want to avoid being prompted with each option separately, or who
28641 want to avoid the checking of remote postponed or form letter folders.
28642 The possible types of composition are:
28645 New, for starting a new composition. Note that if New is selected and roles
28646 are set, roles are checked for matches and applied according to the setting
28647 of the matching role.
28650 Interrupted, for continuing an interrupted composition. This option is only
28651 offered if an interrupted message folder is detected.
28654 Postponed, for continuing postponed compositions. This option is offered
28655 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
28656 the postponed folder actually exists. This option is especially handy
28657 for avoiding having to check for the existence of a remote postponed folder.
28660 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
28661 is set in the config, and is not checked for existence for reasons similar
28662 to those explained by the postponed option.
28665 setRole, for selecting a role to apply to a composition.
28668 &lt;End of help on this topic&gt;
28669 </BODY>
28670 </HTML>
28671 ====== h_config_alt_role_menu =====
28672 <HTML>
28673 <HEAD>
28674 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
28675 </HEAD>
28676 <BODY>
28677 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
28679 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
28680 a role and compose a new message using that role.
28681 When this feature is set, the role command will first ask whether you want to
28682 Compose a new message, Forward the current message, Reply to the
28683 current message, or Bounce the current message.
28684 If you are not in the MESSAGE INDEX and are not viewing a message,
28685 then there is no current message and the question will be skipped.
28686 After you have chosen to Compose, Forward, Reply, or Bounce you will
28687 then choose the role to be used.
28689 When Bouncing the &quot;Set From&quot; address is used for the
28690 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
28691 provided that the option
28692 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
28693 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
28694 set.
28695 Other actions of the role are ignored when Bouncing.
28698 &lt;End of help on this topic&gt;
28699 </BODY>
28700 </HTML>
28701 ====== h_config_always_spell_check =====
28702 <HTML>
28703 <HEAD>
28704 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
28705 </HEAD>
28706 <BODY>
28707 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
28709 When this feature is set, every composed message will be spell-checked before
28710 being sent.
28712 &lt;End of help on this topic&gt;
28713 </BODY>
28714 </HTML>
28715 ====== h_config_quell_asterisks =====
28716 <HTML>
28717 <HEAD>
28718 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
28719 </HEAD>
28720 <BODY>
28721 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
28723 When you are running Alpine you will sometimes be asked for a password
28724 in a prompt on the third line from the bottom of the screen.
28725 Normally each password character you type will cause an asterisk to echo
28726 on the screen. That gives you some feedback to know that your typing is
28727 being recognized.
28728 There is a very slight security risk in doing it this way because someone
28729 watching over your shoulder might be able to see how many characters there
28730 are in your password.
28731 If you'd like to suppress the echoing of the asterisks set this feature.
28733 &lt;End of help on this topic&gt;
28734 </BODY>
28735 </HTML>
28736 ====== h_config_quell_flowed_text =====
28737 <HTML>
28738 <HEAD>
28739 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
28740 </HEAD>
28741 <BODY>
28742 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
28744 Alpine generates flowed text where possible.
28745 The method for generating flowed text is defined by
28746 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
28747 the benefit of doing so is
28748 to send message text that can properly be viewed both on normal width displays
28749 and on displays with smaller or larger than normal screen widths.
28750 With flowed text, a space at the end of a line tells the receiving mail
28751 client that the following line belongs to the same paragraph.
28752 Quoted text will also be affected, with only the innermost
28753 level of &quot;&gt;&quot; quoting being followed by a space.
28754 However, if you have changed the
28755 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
28756 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
28757 quoted text will not be flowed.
28758 For this reason, we recommend that you leave your
28759 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
28761 This feature turns off the generation of flowed text, as it might be
28762 desired to more tightly control how a message is displayed on the receiving end.
28764 If this feature is <EM>not</EM> set, you can control on a message by message
28765 basis whether or not flowed text is generated.
28766 You do this by typing ^V at the Send confirmation prompt that you get
28767 after typing ^X to send a message.
28768 ^V is a toggle that turns flowing off and back on if typed again.
28769 If for some reason flowing cannot be done on a particular message, then the
28770 ^V command will not be available.
28771 This would be the case, for example, if this feature was set, or if your
28772 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
28773 If the feature
28774 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
28775 then the opportunity to control on a message by message basis
28776 whether or not flowed text is generated is lost.
28778 When this feature is not set and you have typed ^V to turn off flowing,
28779 the Send confirmation prompt will change to look like
28781 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
28783 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
28784 also turn off the sending of flowed text messages, but it differs in that
28785 it also trims all trailing white space from a message before sending it.
28787 If alternate editors are used extensively, be aware that a message will still
28788 be sent flowed if this feature is unset.  In most cases this will be fine,
28789 but if the editor has a &quot;flowed text&quot; mode, it would be best to
28790 use that.
28792 &lt;End of help on this topic&gt;
28793 </BODY>
28794 </HTML>
28795 ====== h_config_strip_ws_before_send =====
28796 <HTML>
28797 <HEAD>
28798 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
28799 </HEAD>
28800 <BODY>
28801 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
28803 By default, trailing whitespace is not stripped from
28804 a message before sending.  Trailing whitespace should have no effect on an
28805 email message, and in flowed text can aid in delimiting paragraphs.
28806 However, the old behavior of stripping trailing whitespace was in place
28807 to better deal with older clients that couldn't handle certain types of
28808 text encodings.  This feature restores the old behavior
28810 Trailing whitespace is of aid to flowed-text-formatted messages, which are
28811 generated by default but can be turned off via the
28812 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
28813 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
28814 of flowed text.
28816 &lt;End of help on this topic&gt;
28817 </BODY>
28818 </HTML>
28819 ====== h_config_del_from_dot =====
28820 <HTML>
28821 <HEAD>
28822 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
28823 </HEAD>
28824 <BODY>
28825 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
28827 This feature controls the behavior of the Ctrl-K command in the composer.
28828 If set, ^K will cut from the current cursor position to the end of the line,
28829 rather than cutting the entire line.
28832 &lt;End of help on this topic&gt;
28833 </BODY>
28834 </HTML>
28835 ====== h_config_print_index =====
28836 <HTML>
28837 <HEAD>
28838 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
28839 </HEAD>
28840 <BODY>
28841 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
28843 This feature controls the behavior of the Print command when in the
28844 MESSAGE INDEX screen.  If set, the print command will give you a prompt
28845 asking if you wish to print the message index, or the currently highlighted
28846 message. If not set, the message will be printed.
28849 &lt;End of help on this topic&gt;
28850 </BODY>
28851 </HTML>
28852 ====== h_config_allow_talk =====
28853 <HTML>
28854 <HEAD>
28855 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
28856 </HEAD>
28857 <BODY>
28858 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
28860 UNIX Alpine only.
28862 By default, permission for others to &quot;talk&quot; to your terminal is turned
28863 off when you are running Alpine.  When this feature is set, permission is
28864 instead turned on.  If enabled, you may see unexpected messages in the
28865 middle of your Alpine screen from someone attempting to contact you via the
28866 &quot;talk&quot; program.
28869 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
28870 talk daemon on your system will attempt to print a message on your screen 
28871 when someone else is trying to contact you.  If you wish to see these
28872 messages while you are running Alpine, you should enable this feature.
28875 If you do enable this feature and see a &quot;talk&quot; message, you must 
28876 suspend or quit Alpine before you can respond.
28879 &lt;End of help on this topic&gt;
28880 </BODY>
28881 </HTML>
28882 ====== h_config_send_filter_dflt =====
28883 <HTML>
28884 <HEAD>
28885 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
28886 </HEAD>
28887 <BODY>
28888 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
28889 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
28890 configured, setting this feature will cause
28891 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
28892 instead of unfiltered, the usual default.
28894 <UL>   
28895 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28896 </UL><P>
28897 &lt;End of help on this topic&gt;
28898 </BODY>
28899 </HTML>
28900 ====== h_config_custom_print =====
28901 <HTML>
28902 <HEAD>
28903 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
28904 </HEAD>
28905 <BODY>
28906 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
28908 When this feature is set, the print command will have an additional
28909 subcommand called "C CustomPrint".  If selected, you will have
28910 the opportunity to enter any system print command --instead of being 
28911 restricted to using those that have been previously configured in the 
28912 printer setup menu.
28915 &lt;End of help on this topic&gt;
28916 </BODY>
28917 </HTML>
28918 ====== h_config_enable_dot_files =====
28919 <HTML>
28920 <HEAD>
28921 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
28922 </HEAD>
28923 <BODY>
28924 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
28926 When this feature is set, files beginning with dot (".") will be
28927 visible in the file browser.  For example, you'll be able to select them
28928 when using the browser to add an attachment to a message.
28930 &lt;End of help on this topic&gt;
28931 </BODY>
28932 </HTML>
28933 ====== h_config_enable_dot_folders =====
28934 <HTML>
28935 <HEAD>        
28936 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
28937 </HEAD>
28938 <BODY>
28939 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
28941 When this feature is set, folders beginning with dot (".") may be added
28942 and viewed.
28944 &lt;End of help on this topic&gt;
28945 </BODY>
28946 </HTML>
28947 ====== h_config_ff_between_msgs =====
28948 <HTML>
28949 <HEAD>
28950 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
28951 </HEAD>
28952 <BODY>
28953 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
28955 Setting this feature causes a formfeed to be printed between messages when
28956 printing multiple messages (with Apply Print command).
28958 &lt;End of help on this topic&gt;
28959 </BODY>
28960 </HTML>
28961 ====== h_config_blank_keymenu =====
28962 <HTML>
28963 <HEAD>
28964 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
28965 </HEAD>
28966 <BODY>
28967 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
28969 If this feature is set the command key menu that normally appears on the
28970 bottom two lines of the screen will not usually be there.  Asking for
28971 help with ^G or ? will cause the key menu to appear instead of causing
28972 the help message to come up.  If you want to actually see the help text,
28973 another ^G or ? will show it to you.  After the key menu has popped
28974 up with the help key it will remain there for an O for Other command but
28975 disappear if any other command is typed.
28977 &lt;End of help on this topic&gt;
28978 </BODY>
28979 </HTML>
28980 ====== h_config_enable_mouse =====
28981 <HTML>
28982 <HEAD>
28983 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
28984 </HEAD>
28985 <BODY>
28986 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
28988 This feature controls whether or not an X terminal mouse can be used with
28989 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
28990 being used, the left mouse button on the mouse can be used to select text
28991 or commands.
28992 Clicking on a command at the bottom of the screen will behave as if you had
28993 typed that command.
28994 Clicking on an index line will move the current message highlight to
28995 that line.
28996 Double-clicking on an index line will view the message.
28997 Double-clicking on a link will view the link.
28999 This type of mouse support will also work in some terminal emulators which are
29000 not actually X terminals, but which have extra code to support the xterm
29001 style mouse.
29002 For those emulators you not only need to turn this feature on but you also
29003 have to set the $DISPLAY environment variable even though it isn't needed
29004 for your terminal.
29005 That will cause Alpine to think that it is an xterm and to properly interpret the
29006 escape sequences sent by the mouse.
29008 Note: if this feature is set, the behavior of X terminal cut-and-paste is
29009 also modified.  It is sometimes possible to hold the shift key down while clicking
29010 left or middle mouse buttons for the normal xterm cut/paste operations. 
29011 There is also an Alpine command to toggle this mode on or off.
29012 The command is Ctrl-&#92; (Control-backslash).
29014 &lt;End of help on this topic&gt;
29015 </BODY>
29016 </HTML>
29017 ====== h_config_enable_xterm_newmail =====
29018 <HTML>
29019 <HEAD>        
29020 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
29021 </HEAD>
29022 <BODY>
29023 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
29025 This feature controls whether or not Alpine will attempt to announce new
29026 mail arrival when it is running in an X terminal window and that window
29027 is iconified.  If set, and the $DISPLAY variable indicates that an X
29028 terminal is being used, Alpine will send appropriate escape sequences to
29029 the X terminal to modify the label on Alpine's icon to indicate that new
29030 mail has arrived. Alpine will also modify the Alpine window's title to
29031 indicate new mail.
29032 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
29034 &lt;End of help on this topic&gt;
29035 </BODY></HTML>
29036 ====== h_config_enable_newmail_short_text =====
29037 <HTML>
29038 <HEAD>        
29039 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
29040 </HEAD>
29041 <BODY>
29042 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
29044 This feature controls the text to be displayed in an icon in the event
29045 of a new message arrival.  Normally, the message will
29046 be the one that is displayed on the screen.  This feature shortens the
29047 message to a count of the number of new messages in brackets.  This may be
29048 more useful for those who use the window's title bar in the task bar as a
29049 new mail indicator.  This feature is only useful if the
29050 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
29051 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
29052 feature, this feature is only relevant when run in an xterm environment.
29054 &lt;End of help on this topic&gt;
29055 </BODY></HTML>
29056 ====== h_config_copy_to_to_from =====
29057 <HTML>
29058 <HEAD>
29059 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
29060 </HEAD>
29061 <BODY>
29062 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
29064 This feature affects the From address used when Replying to a message.
29065 It is probably only useful if you have some
29066 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29067 defined.
29068 When enabled, it checks to see if any of the addresses in the To or Cc
29069 fields of the message you are replying to is one of your addresses.
29070 If it is, and there is only one of them, then that address is used as
29071 the From address in the message you are composing.
29072 In other words, you will be using a From address that is the same
29073 as the To address that was used to get the mail to you in the first place.
29076 If a role is being used and it has a From address defined, that From address will
29077 be used rather than the one derived from this feature.
29080 <UL>   
29081 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29082 </UL><P>
29083 &lt;End of help on this topic&gt;
29084 </BODY>
29085 </HTML>
29086 ====== h_config_prefix_editing =====
29087 <HTML>
29088 <HEAD>
29089 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
29090 </HEAD>
29091 <BODY>
29092 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
29094 This feature affects the Reply command's &quot;Include original message
29095 in Reply?&quot; prompt.  When enabled, it causes the
29096 &quot;Edit Indent String&quot; sub-command to appear which allows 
29097 you to edit the string Alpine would otherwise use to denote included 
29098 text from the message being replied to.<P>
29100 Thus, you can change Alpine's default message quote character (usually
29101 an angle bracket) on a per message basis. So you could change your quoted message to
29102 look, for example, like this:<p>
29104 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
29106 John: I just wanted to say hello and to congratulate you
29107 John: on a job well done!</pre><p>
29109 The configuration option
29110 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29111 may be used to change what appears as the default string to be edited.
29113 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
29114 currently being replied to.
29116 If you change your <!--#echo var="VAR_reply-indent-string"-->
29117 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29118 quoted text will not be flowed
29119 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
29120 when you reply.
29121 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
29122 set to the default value.
29124 <UL>   
29125 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29126 </UL><P>
29127 &lt;End of help on this topic&gt;
29128 </BODY>
29129 </HTML>
29130 ====== h_config_enable_search_and_repl =====
29131 <HTML>
29132 <HEAD>
29133 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
29134 </HEAD>
29135 <BODY>
29136 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
29138 This feature modifies the behavior of Alpine's composer.  Setting this
29139 feature causes Alpine to offer the "^R Replace" subcommand, which
29140 allows you to search and replace text strings in a message you are composing, 
29141 inside the "^W Where is" command.  
29145 To search and replace text, first enter the text to be replaced at the 
29146 "Search: " prompt.  Then, rather than pressing Enter to just search for that
29147 text, press ^R, which turns the prompt into 
29151 Search (to replace): 
29155 and then press Enter.  The cursor will highlight the first occurrence 
29156 of the text string you entered, and the prompt will show: 
29160 Replace "<your text string>" with : 
29164 where <your text string> is what you entered at the previous prompt;
29165 here, enter the replacement text.  To only replace the highlighted 
29166 occurrence, simply press Enter now; to replace all occurrences in the 
29167 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
29168 each replacement.
29172 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
29173 ^X toggles between "Replace All" and "Replace One."
29177 If you previously searched for text in a message, it will be offered for 
29178 re-use as part of the prompt, shown in [ ] brackets.
29181 &lt;End of help on this topic&gt;
29182 </BODY>
29183 </HTML>
29184 ====== h_config_enable_view_attach =====
29185 <HTML>
29186 <HEAD>
29187 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
29188 </HEAD>
29189 <BODY>
29190 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
29192 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29193 Setting this feature causes Alpine to present attachments in boldface.
29194 The first available attachment is displayed in inverse.  This is the
29195 "selected" attachment.  Pressing RETURN will cause Alpine to display
29196 the selected attachment.  Use the arrow keys to change which of the
29197 attachments displayed in boldface is the current selection.
29201 Speaking of arrow keys, the Up and Down Arrows will select the next
29202 and previous attachments if one is available on the screen for selection.
29203 Otherwise, they will simply adjust the viewed text one line up or down.
29207 Similarly, when selectable items are present in a message, the Ctrl-F key
29208 can be used to select the next item in the message independent of which
29209 portion of the viewed message is currently displayed. The Ctrl-B key can
29210 be used to select the previous item in the same way. 
29211 <P> 
29212 &lt;End of help on this topic&gt;
29213 </BODY>
29214 </HTML>
29215 ====== h_config_enable_y_print =====
29216 <HTML>
29217 <HEAD>
29218 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
29219 </HEAD>
29220 <BODY>
29221 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
29223 This feature modifies the behavior of Alpine's Print command.
29225 By default, Alpine's print command is available by pressing the "%" key.  
29226 (This command is a substantial change from Pine versions before 4.00 -- 
29227 where the print command was "Y" -- based on numerous complaints about 
29228 printing being invoked inadvertently, since Y also means "Yes.")  
29232 This feature is supplied to mitigate any disruption or anxiety users 
29233 might feel as a result of this change.  
29237 Enabling this feature will cause Alpine to recognize both the old
29238 command, "Y" for Prynt, as well the new "%" method for invoking
29239 printing.  Note, key menu labels are not changed as a result of
29240 enabling this feature.
29244 &lt;End of help on this topic&gt;
29245 </BODY>
29246 </HTML>
29247 ====== h_config_enable_lessthan_exit =====
29248 <HTML>
29249 <HEAD>
29250 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
29251 </HEAD>
29252 <BODY>
29253 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
29255 If this feature is set, then on screens where there is an Exit command
29256 but no < command, the < key will perform the same function as the Exit
29257 command.
29258 This feature is set by default.
29260 &lt;End of help on this topic&gt;
29261 </BODY>
29262 </HTML>
29263 ====== h_config_enable_view_url =====
29264 <HTML>
29265 <HEAD>
29266 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
29267 </HEAD>
29268 <BODY>
29269 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
29270 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29271 When this feature is set (the default) Alpine will select possible URLs from the
29272 displayed text and display them in boldface for selection.
29274 The first available URL is displayed in inverse.  This is the
29275 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
29276 the selected URL via either built-in means as with mailto:, imap:,
29277 news:, and nntp:, or via an external application as defined
29278 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29279 variable.
29281 Use the arrow keys to change which of the URLs displayed in boldface
29282 is the current selection.
29284 Speaking of arrow keys, the Up and Down Arrows will select the next
29285 and previous URL if one is available on the screen for selection (unless 
29286 you have set the feature 
29287 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
29288 Otherwise, they will simply adjust the viewed text one line up or down.
29290 Similarly, when selectable items are present in a message, the Ctrl-F
29291 key can be used to select the next item in the message independent
29292 of which portion of the viewed message is currently displayed. The
29293 Ctrl-B key can be used to select the previous item in the same way.
29295 <UL>   
29296 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29297 </UL><P>
29298 &lt;End of help on this topic&gt;
29299 </BODY>
29300 </HTML>
29301 ====== h_config_enable_view_web_host =====
29302 <HTML>
29303 <HEAD>
29304 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
29305 </HEAD>
29306 <BODY>
29307 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
29309 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29310 When this feature is set (the default) Alpine will select possible web hostnames
29311 from the displayed text and display them in boldface for selection.  
29312 This can be useful when you receive messages referencing World Wide Web 
29313 sites without the use of complete URLs; for example, specifying only 
29314 &quot;www.washington.edu/alpine/&quot; (which will <B>not</B> become a 
29315 selectable 
29316 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
29317 rather than explicitly
29318 &quot;http://www.washington.edu/alpine/&quot;.  
29320 The first available hostname is displayed in inverse.  This is the
29321 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
29322 the selected hostname via an external application as defined
29323 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29324 variable.
29326 Use the arrow keys (unless you have set the feature 
29327 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
29328 to change which of the hostnames displayed in
29329 boldface is the current selection.
29331 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29332 key can be used to select the next web hostname in the message independent
29333 of which portion of the viewed message is currently displayed. The
29334 Ctrl-B key can be used to select the previous web hostnames in the same way.
29336 <UL>   
29337 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29338 </UL><P>
29339 &lt;End of help on this topic&gt;
29340 </BODY>
29341 </HTML>
29342 ====== h_config_enable_view_addresses =====
29343 <HTML>
29344 <HEAD>
29345 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
29346 </HEAD>
29347 <BODY>
29348 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
29350 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29351 Setting this feature causes Alpine to select possible email addresses
29352 from the displayed text and display them in boldface for selection.  
29355 The first available email address is displayed in inverse.  This is the
29356 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
29357 the message composition screen with the To: field filled in with the
29358 selected address.
29360 Use the arrow keys (unless you have set the feature 
29361 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
29362 to change which of the hostnames displayed in
29363 boldface is the current selection.
29365 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29366 key can be used to select the next web hostname in the message independent
29367 of which portion of the viewed message is currently displayed. The
29368 Ctrl-B key can be used to select the previous web hostnames in the same way.
29370 <UL>   
29371 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29372 </UL><P>
29373 &lt;End of help on this topic&gt;
29374 </BODY>
29375 </HTML>
29376 ====== h_config_enable_view_arrows =====
29377 <HTML>
29378 <HEAD>
29379 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
29380 </HEAD>
29381 <BODY>
29382 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
29384 This feature modifies Up and Down arrow key behavior in Alpine's
29385 MESSAGE TEXT screen when selectable Attachments, URL's, or
29386 web-hostnames are presented. Alpine's usual behavior is to move to
29387 the next or previous selectable item if currently displayed or
29388 simply to adjust the screen view by one line.
29392 Setting this feature causes the UP and Down arrow key to behave as
29393 if no selectable items were present in the message.
29397 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
29398 item) functionality is unchanged.
29401 &lt;End of help on this topic&gt;
29402 </BODY>
29403 <HTML>
29404 ====== h_config_quell_charset_warning =====
29405 <HTML>
29406 <HEAD>
29407 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
29408 </HEAD>
29409 <BODY>
29410 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
29412 By default, if the message you are viewing contains characters that are
29413 not representable in your
29414 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
29415 then Alpine will
29416 add a warning to the start of the displayed text.
29417 If this option is set, then that editorial message will be suppressed.
29419 Setting this feature also suppresses the comment about the character set
29420 in header lines.
29421 For example, when viewing a message you might see
29423 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
29425 in the From header if your Character-Set is something other than ISO-8859-2.
29426 If you set this feature, the comment about the character set will
29427 no longer be there.
29429 &lt;End of help on this topic&gt;
29430 </BODY>
29431 </HTML>
29432 ====== h_config_quell_host_after_url =====
29433 <HTML>
29434 <HEAD>
29435 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
29436 </HEAD>
29437 <BODY>
29438 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
29440 By default, links in HTML text are displayed with the host the link
29441 references appended, within square brackets, to the link text.  Alpine
29442 does this to help indicate where a link will take you, particularly when
29443 the link text might suggest a different destination.
29446 Setting this feature will prevent the server name from being appended
29447 to the displayed text.
29450 &lt;End of help on this topic&gt;
29451 </BODY>
29452 </HTML>
29453 ====== h_config_prefer_plain_text =====
29454 <HTML>
29455 <HEAD>
29456 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
29457 </HEAD>
29458 <BODY>
29459 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
29461 A message being viewed may contain alternate versions of the same content.
29462 Those alternate versions are supposed to be ordered by the sending software such that the
29463 first alternative is the least preferred and the last alternative is the
29464 most preferred. Alpine will normally display the most-preferred version that
29465 it knows how to display. This is most often encountered where the two
29466 alternate versions are a plain text version and an HTML version, with the
29467 HTML version listed last as the most preferred.
29469 If this option is set, then any plain text version will be preferred to
29470 all other versions.
29472 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
29473 which will temporarily change the sense of this option.
29474 If this option is set you will first see the plain text version of a
29475 message.
29476 If you then type the &quot;A&quot; command, you will see the most preferred version,
29477 most likely HTML, instead.
29478 Typing the &quot;A&quot; command a second time will switch it back.
29479 Alternatively, if the present option is not set you will originally see
29480 the most preferred version of the message and typing &quot;A&quot; will switch to
29481 the plain text version.
29483 &lt;End of help on this topic&gt;
29484 </BODY>
29485 </HTML>
29486 ====== h_config_pass_control =====
29487 <HTML>
29488 <HEAD>
29489 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
29490 </HEAD>
29491 <BODY>
29492 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
29494 It is probably not useful to set this option.
29495 This is a legacy option left behind &quot;just in case&quot;.
29496 Multi-byte characters that have an octet that has the same
29497 value as a control character are permitted through whether or not
29498 this option is turned on.
29500 This feature controls how certain characters contained in messages are
29501 displayed.
29502 If set, all characters in a message will be sent to the
29503 screen. Normally, control characters are displayed as shown below to
29504 avoid a garbled screen and to 
29505 avoid inadvertently changing terminal setup parameters.
29506 Control characters are usually displayed as two character sequences like
29507 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
29508 for Control-C,
29509 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
29510 for ESCAPE,
29511 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
29512 for DELETE, and
29513 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
29514 for the character with value 133 (0x85).
29515 (The DEL character is displayed as ^?, regular control characters are displayed
29516 as the character ^ followed by the character obtained by adding the
29517 five low-order bits of the character to 0x40, and the C1
29518 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
29519 character obtained by adding the
29520 five low-order bits of the character to 0x40.)
29521 Sometimes, in cases where changing a single control character into a
29522 two-character sequence would confuse Alpine's display routines,
29523 a question mark is substituted for the control character.
29525 If you wish to filter out regular control characters but pass the
29526 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
29527 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.
29529 &lt;End of help on this topic&gt;
29530 </BODY>
29531 </HTML>
29532 ====== h_config_pass_c1_control =====
29533 <HTML>
29534 <HEAD>
29535 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
29536 </HEAD>
29537 <BODY>
29538 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
29540 It is probably not useful to set this option.
29541 This is a legacy option left behind &quot;just in case&quot;.
29542 Multi-byte characters that have an octet that has the same
29543 value as a control character are permitted through whether or not
29544 this option is turned on.
29546 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
29547 is set, then this feature has no effect.
29548 However, if you wish to filter out regular control characters but pass the
29549 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
29550 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
29551 unset and set this feature.
29553 &lt;End of help on this topic&gt;
29554 </BODY>
29555 </HTML>
29556 ====== h_config_fcc_on_bounce =====
29557 <HTML>
29558 <HEAD>
29559 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
29560 </HEAD>
29561 <BODY>
29562 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
29564 This feature controls an aspect of Alpine's behavior when bouncing a
29565 message. If set, normal FCC ("File Carbon Copy") processing will be
29566 done, just as if you had composed a message to the address you are
29567 bouncing to.  If not set, no FCC of the message will be saved. 
29569 &lt;End of help on this topic&gt;
29570 </BODY>
29571 </HTML>
29572 ====== h_config_show_cursor =====
29573 <HTML>
29574 <HEAD>
29575 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
29576 </HEAD>
29577 <BODY>
29578 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
29580 This feature controls an aspect of Alpine's displays.  If set, the system
29581 cursor will move to convenient locations in the displays.  For example,
29582 to the beginning of the status field of the highlighted index line, or
29583 to the highlighted word after a successful WhereIs command.  It is intended
29584 to draw your attention to an "interesting" spot on the screen.
29586 &lt;End of help on this topic&gt;
29587 </BODY>
29588 </HTML>
29589 ====== h_config_sort_fcc_alpha =====
29590 <HTML>
29591 <HEAD>
29592 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
29593 </HEAD>
29594 <BODY>
29595 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
29597 This feature controls an aspect of Alpine's FOLDER LIST screen.
29598 If set, the default Fcc folder will be sorted alphabetically with the other
29599 folders instead of appearing right after the INBOX.
29601 &lt;End of help on this topic&gt;
29602 </BODY>
29603 </HTML>
29604 ====== h_config_sort_save_alpha =====
29605 <HTML>
29606 <HEAD>
29607 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
29608 </HEAD>
29609 <BODY>
29610 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
29612 This feature controls an aspect of Alpine's FOLDER LIST screen.
29613 If set, the default save folder will be sorted alphabetically with the other
29614 folders instead of appearing right after the INBOX (and default FCC folder).
29616 &lt;End of help on this topic&gt;
29617 </BODY>
29618 </HTML>
29619 ====== h_config_single_list =====
29620 <HTML>
29621 <HEAD>
29622 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
29623 </HEAD>
29624 <BODY>
29625 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
29627 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
29628 the folders will be listed one per line instead of several per line
29629 in the FOLDER LIST display.
29631 &lt;End of help on this topic&gt;
29632 </BODY>
29633 </HTML>
29634 ====== h_config_vertical_list =====
29635 <HTML>
29636 <HEAD>
29637 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
29638 </HEAD>
29639 <BODY>
29640 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
29642 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
29643 the folders will be listed alphabetically down the columns rather
29644 than across the columns as is the default.
29646 &lt;End of help on this topic&gt;
29647 </BODY>
29648 </HTML>
29649 ====== h_config_verbose_post =====
29650 <HTML>
29651 <HEAD>
29652 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
29653 </HEAD>
29654 <BODY>
29655 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
29656 This feature controls an aspect of Alpine's message sending.  When enabled,
29657 Alpine will send a VERB (i.e., VERBose) command early in the posting process
29658 intended to cause the SMTP server to provide a more detailed account of
29659 the transaction.  This feature is typically only useful to system
29660 administrators and other support personel as an aid in troublshooting
29661 problems.
29663 Note, this feature relies on a specific capability of the system's mail
29664 transport agent or configured 
29665 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
29666 It is possible that this
29667 feature will cause problems for some tranport agents, and may result in
29668 sending failure.  In addition, as the verbose output comes from the mail
29669 transport agent, it is likely to vary from one system to another. 
29670 <P><UL>
29671 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29672 </UL><P>
29673 &lt;End of help on this topic&gt;
29674 </BODY>
29675 </HTML>
29676 ====== h_config_auto_reply_to =====
29677 <HTML>
29678 <HEAD>
29679 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
29680 </HEAD>
29681 <BODY>
29682 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
29684 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
29685 will not prompt when a message being replied to contains a "Reply-To:"
29686 header value, but will simply use its value (as opposed to using the
29687 "From:" field's value).
29691 Note: Using the "Reply-To:" address is usually the preferred behavior,
29692 however, some mailing list managers choose to place the list's address in
29693 the "Reply-To:" field of any message sent out to the list.  In such
29694 cases, this feature makes it all too easy for personal replies to be
29695 inadvertently sent to the entire mail list, so be careful! 
29697 &lt;End of help on this topic&gt;
29698 </BODY>
29699 </HTML>
29700 ====== h_config_del_skips_del =====
29701 <HTML>
29702 <HEAD>
29703 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
29704 </HEAD>
29705 <BODY>
29706 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
29708 This feature controls an aspect of Alpine's Delete command.  If set, this
29709 feature will cause the Delete command to advance past following messages that
29710 are marked deleted.  In other words, pressing "D" will both mark the
29711 current message deleted and advance to the next message that is not marked
29712 deleted.
29713 This feature is set by default.
29715 &lt;End of help on this topic&gt;
29716 </BODY></HTML>
29717 ====== h_config_expunge_manually =====
29718 <HTML>
29719 <HEAD>
29720 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
29721 </HEAD>
29722 <BODY>
29723 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
29725 Normally, when you close a folder that contains deleted messages you are
29726 asked if you want to expunge those messages from the folder permanently.
29727 If this feature is set, you won't be asked and the deleted messages will
29728 remain in the folder.
29729 If you choose to set this feature you will have to expunge the
29730 messages manually using the eXpunge command, which you can use while
29731 in the MESSAGE INDEX screen.
29732 If you do not expunge deleted messages the size of your
29733 folder will continue to increase until you are out of disk space.
29735 <UL>   
29736 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29737 </UL><P>
29738 &lt;End of help on this topic&gt;
29739 </BODY>
29740 </HTML>
29741 ====== h_config_auto_expunge =====
29742 <HTML>
29743 <HEAD>
29744 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
29745 </HEAD>
29746 <BODY>
29747 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
29749 This features controls an aspect of Alpine's eXpunge command.  If set, you
29750 will <B>not</B> be prompted to confirm your intent before the expunge takes 
29751 place.
29752 Actually, this is only true for the INBOX folder and for folders in the
29753 Incoming Folders collection. See the feature
29754 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
29756 <UL>   
29757 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29758 </UL><P>
29759 &lt;End of help on this topic&gt;
29760 </BODY>
29761 </HTML>
29762 ====== h_config_full_auto_expunge =====
29763 <HTML>
29764 <HEAD>
29765 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
29766 </HEAD>
29767 <BODY>
29768 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
29770 This features controls an aspect of Alpine's eXpunge command.  If set, you
29771 will <B>not</B> be prompted to confirm your intent before the expunge 
29772 takes place.  This feature sets this behavior for all folders, unlike the
29773 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
29774 feature that works only for incoming folders.
29776 <UL>   
29777 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29778 </UL><P>
29779 &lt;End of help on this topic&gt;
29780 </BODY>
29781 </HTML>
29782 ====== h_config_auto_read_msgs =====
29783 <HTML>
29784 <HEAD>
29785 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
29786 </HEAD>
29787 <BODY>
29788 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
29789 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
29790 and the 
29791 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
29792 option is also set, then Alpine will
29793 automatically transfer all read messages to the designated folder and mark
29794 them as deleted in the INBOX.  Messages in the INBOX marked with an 
29795 &quot;N&quot; (meaning New, or unseen) are not affected.
29797 <UL>   
29798 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29799 </UL><P>
29800 &lt;End of help on this topic&gt;
29801 </BODY>
29802 </HTML>
29803 ====== h_config_auto_fcc_only =====
29804 <HTML>
29805 <HEAD>
29806 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
29807 </HEAD>
29808 <BODY>
29809 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
29810 This features controls an aspect of Alpine's composer.
29811 The only time this feature will be used is if you attempt to send mail
29812 that has no recipients but does have an Fcc.
29813 Normally, Alpine will ask if you really mean to copy the message only to
29814 the Fcc.
29815 That is, it asks if you really meant to have no recipients.
29816 If this feature is set, you
29817 will <B>not</B> be prompted to confirm your intent to make only a copy
29818 of a message with no recipients.
29820 This feature is closely related to
29821 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
29822 The difference between this feature and that feature is that this feature
29823 considers a Bcc to be a recipient while that feature will ask for confirmation
29824 even if there is a Bcc when there is no To, Cc, or Newsgroup.
29825 The default values also differ. This feature defaults to asking the question
29826 and you have to turn it off.
29827 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
29828 unless you turn it on.
29831 <UL>   
29832 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29833 </UL><P>
29834 &lt;End of help on this topic&gt;
29835 </BODY>
29836 </HTML>
29837 ====== h_config_mark_fcc_seen =====
29838 <HTML>
29839 <HEAD>
29840 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
29841 </HEAD>
29842 <BODY>
29843 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
29845 This features controls the way Fccs (File carbon copies) are
29846 made of the messages you send.
29849 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
29850 copy will be marked as Unseen.
29851 When you look at the folder it was saved in the message will appear to
29852 be a New message until you read it.
29853 When this feature is enabled, the message will be marked as having
29854 been Seen.
29857 <UL>   
29858 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29859 </UL><P>
29860 &lt;End of help on this topic&gt;
29861 </BODY>
29862 </HTML>
29863 ====== h_config_no_fcc_attach =====
29864 <HTML>
29865 <HEAD>
29866 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
29867 </HEAD>
29868 <BODY>
29869 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
29871 This features controls the way Fcc's (File carbon copies) are
29872 made of the messages you send.
29875 Normally, Alpine saves an exact copy of your message as it was sent.
29876 When this feature is enabled, the &quot;body&quot; of the message
29877 you send (the text you type in the composer) is preserved in the 
29878 copy as before, however all attachments are replaced with text
29879 explaining what had been sent rather than the attachments themselves.
29882 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
29883 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
29884 allows you to interactively set whether or not attachments are saved
29885 to the Fcc'd copy.
29888 <UL>   
29889 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29890 </UL><P>
29891 &lt;End of help on this topic&gt;
29892 </BODY>
29893 </HTML>
29894 ====== h_config_read_in_newsrc_order =====
29895 <HTML>
29896 <HEAD>
29897 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
29898 </HEAD>
29899 <BODY>
29900 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
29902 This feature controls the order in which newsgroups will be presented.  If
29903 set, they will be presented in the same order as they occur in your 
29904 <!--chtml if pinemode="os_windows"-->
29905 &quot;NEWSRC&quot;
29906 <!--chtml else-->
29907 &quot;.newsrc&quot;
29908 <!--chtml endif-->
29909 file (the default location of which can be changed with the 
29910 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
29912 If not set, the newsgroups will be presented in alphabetical order.
29914 <UL>   
29915 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29916 </UL><P>
29917 &lt;End of help on this topic&gt;
29918 </BODY>
29919 </HTML>
29920 ====== h_config_quell_tz_comment =====
29921 <HTML>
29922 <HEAD>
29923 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
29924 </HEAD>
29925 <BODY>
29926 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
29928 Normally, when Alpine generates a Date header for outgoing mail,
29929 it will try to include the symbolic timezone at the end of the
29930 header inside parentheses.
29931 The symbolic timezone is often three characters long, but on
29932 some operating systems, it may be longer.
29933 Apparently there are some SMTP servers in the world that will reject an
29934 incoming message if it has a Date header longer than about 80 characters.
29935 If this feature is set, the symbolic timezone normally generated by
29936 Alpine will not be included.
29937 You probably don't need to worry about this feature unless you run into
29938 the problem described above.
29941 &lt;End of help on this topic&gt;
29942 </BODY>
29943 </HTML>
29944 ====== h_config_post_wo_validation =====
29945 <HTML>
29946 <HEAD>
29947 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
29948 </HEAD>
29949 <BODY>
29950 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
29952 This feature controls whether the NNTP server is queried as newsgroups
29953 are entered for posting.  Validation over slow links (e.g. dialup using
29954 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
29956 &lt;End of help on this topic&gt;
29957 </BODY>
29958 </HTML>
29959 ====== h_config_send_wo_confirm =====
29960 <HTML>
29961 <HEAD>
29962 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
29963 </HEAD>
29964 <BODY>
29965 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
29967 By default, when you send or post a message you will be asked to confirm
29968 with a question that looks something like:
29971 <CENTER><SAMP>Send message?</SAMP></CENTER>
29974 If this feature is set, you
29975 will <B>not</B> be prompted to confirm your intent to send
29976 and your message will be sent.
29978 If this feature is set it disables some possibilities and renders some
29979 other features meaningless.
29980 You will not be able to use
29981 <A HREF="h_config_sending_filter">Sending Filters</A>,
29982 Verbose sending mode,
29983 <A HREF="h_config_compose_bg_post">Background Sending</A>,
29984 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
29985 or ^V to turn off the generation of flowed text for this message.
29986 These options are normally available as suboptions in the Send prompt, but
29987 with no Send prompt the options are gone.
29990 A somewhat related feature is
29991 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
29992 which may be used to eliminate the extra confirmation
29993 question when posting to a newsgroup.
29995 <UL>   
29996 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29997 </UL><P>
29998 &lt;End of help on this topic&gt;
29999 </BODY>
30000 </HTML>
30001 ====== h_config_quell_filtering_done_message =====
30002 <HTML>
30003 <HEAD>
30004 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
30005 </HEAD>
30006 <BODY>
30007 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
30009 If you use Filter Rules that move messages or set status of messages
30010 you sometimes see a message from Alpine that looks like
30013 <CENTER><SAMP>filtering done</SAMP></CENTER>
30016 If this feature is set, this message will be suppressed.
30017 If the feature
30018 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
30019 is set then this message will be suppressed regardless.
30022 <UL>   
30023 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30024 </UL><P>
30025 &lt;End of help on this topic&gt;
30026 </BODY>
30027 </HTML>
30028 ====== h_config_quell_filtering_messages =====
30029 <HTML>
30030 <HEAD>
30031 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
30032 </HEAD>
30033 <BODY>
30034 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
30036 If you use Filter Rules that move messages or set status of messages
30037 you sometimes see messages from Alpine that look like
30040 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
30046 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
30052 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
30055 If this feature is set, these messages will be suppressed.
30056 The feature
30057 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
30058 is related.
30061 <UL>   
30062 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30063 </UL><P>
30064 &lt;End of help on this topic&gt;
30065 </BODY>
30066 </HTML>
30067 ====== h_config_quell_post_prompt =====
30068 <HTML>
30069 <HEAD>
30070 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
30071 </HEAD>
30072 <BODY>
30073 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
30075 By default, when you post a message to a newsgroup you are asked to confirm
30076 that you want to post with the question
30079 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
30082 If this feature is set, you
30083 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
30084 and your message will be posted.
30087 <UL>   
30088 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30089 </UL><P>
30090 &lt;End of help on this topic&gt;
30091 </BODY>
30092 </HTML>
30093 ====== h_config_check_mail_onquit =====
30094 <HTML>
30095 <HEAD>
30096 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
30097 </HEAD>
30098 <BODY>
30099 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
30101 If this feature is set, Alpine will check for new mail after you give the
30102 Quit command.
30103 If new mail has arrived since the previous check, you will be notified
30104 and given the choice of quitting or not quitting.
30106 <UL>   
30107 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30108 </UL><P>
30109 &lt;End of help on this topic&gt;
30110 </BODY>
30111 </HTML>
30112 ====== h_config_inbox_no_confirm =====
30113 <HTML>
30114 <HEAD>
30115 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
30116 </HEAD>
30117 <BODY>
30118 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
30120 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30121 command and there are no more folders or newsgroups to visit, you are asked
30122 if you want to return to the INBOX.
30123 If this feature is set you will not be asked.
30124 It will be assumed that you do want to return to the INBOX.
30126 <UL>   
30127 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30128 </UL><P>
30129 &lt;End of help on this topic&gt;
30130 </BODY>
30131 </HTML>
30132 ====== h_config_dates_to_local =====
30133 <HTML>
30134 <HEAD>
30135 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
30136 </HEAD>
30137 <BODY>
30138 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
30140 Normally, the message dates that you see in the
30141 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
30142 For example, if a message was sent to you from a few timezones to the east
30143 it might appear that it was sent from the future;
30144 or if it was sent from somewhere to the west it might appear
30145 as if it is from yesterday even though it was sent only a few minutes ago.
30146 If this feature is set an attempt will be made to convert the dates
30147 to your local timezone to be displayed.
30149 Note that this does not affect the results of Select by Date or of
30150 anything else other than these displayed dates.
30151 When viewing the message you may look at the original unconverted value of the Date
30152 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
30154 <UL>   
30155 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30156 </UL><P>
30157 &lt;End of help on this topic&gt;
30158 </BODY>
30159 </HTML>
30160 ====== h_config_tab_no_prompt =====
30161 <HTML>
30162 <HEAD>
30163 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
30164 </HEAD>
30165 <BODY>
30166 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
30168 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30169 command and there is a problem checking a folder, you are asked
30170 whether you want to continue with the search in the following folder or not.
30171 This question gives you a chance to stop the NextNew processing.
30172 (The checking problem might be caused by the fact that the folder does not
30173 exist, or by an authentication problem, or by a server problem
30174 of some sort.)
30177 If this feature is set you will not be asked.
30178 It will be assumed that you do want to continue.
30180 <UL>   
30181 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30182 </UL><P>
30183 &lt;End of help on this topic&gt;
30184 </BODY>
30185 </HTML>
30186 ====== h_config_input_history =====
30187 <HTML>
30188 <HEAD>
30189 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
30190 </HEAD>
30191 <BODY>
30192 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
30194 Many of the prompts that ask for input in the status line near the
30195 bottom of the screen will respond to Up Arrow and Down Arrow
30196 with the history of previous entries.
30197 For example, in the MESSAGE INDEX screen when you use the WhereIs
30198 command the text you entered will be remembered and can be recalled
30199 by using the Up Arrow key.
30200 Another example, when saving a message the folders saved to will
30201 be remembered and can be recalled using the arrow keys.
30203 In the Save prompt, some users prefer that the Up and Down arrow keys
30204 be used for the Previous Collection and Next Collection commands
30205 instead of for a history of previous saves.
30206 If this option is set the Up and Down arrow keys will become synonyms for the
30207 Previous Collection and Next Collection (^P and ^N) commands in the
30208 prompt for the name of a folder to Save to or in the prompt for the
30209 name of a folder to GoTo.
30210 When this feature is not set (the default), ^P and ^N will change the
30211 collection and the arrow keys will show the history.
30213 <UL>   
30214 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30215 </UL><P>
30216 &lt;End of help on this topic&gt;
30217 </BODY>
30218 </HTML>
30219 ====== h_config_confirm_role =====
30220 <HTML>
30221 <HEAD>
30222 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
30223 </HEAD>
30224 <BODY>
30225 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
30227 If you have roles, when you Reply to or Forward a message, or Compose
30228 a new message, Alpine
30229 will search through your roles for one that matches.
30230 Normally, if no matches are found you will be placed into the composer
30231 with no opportunity to select a role.
30232 If this feature is set, then you will be asked to confirm that you don't
30233 want a role.
30234 This will give you the opportunity to select a role (with the ^T command).
30235 If you confirm no role with a Return, you will be placed in
30236 the composer with no role.
30237 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
30238 These behave the same as if you pressed the Return.
30239 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
30240 match what you might type if there was a role match.)
30242 If you are using the alternate form of the Compose command called
30243 &quot;Role&quot;, then all of your roles will be available to you,
30244 independent of the value of this feauture and of the values set for all of
30245 Reply Use, Forward Use, and Compose Use.
30247 <UL>   
30248 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30249 </UL><P>
30250 &lt;End of help on this topic&gt;
30251 </BODY>
30252 </HTML>
30253 ====== h_config_news_cross_deletes =====
30254 <HTML>
30255 <HEAD>
30256 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
30257 </HEAD>
30258 <BODY>
30259 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
30261 This feature controls what Alpine does when you delete a message in a
30262 newsgroup that appears in more than one newsgroup.  Such a message
30263 is sometimes termed a &quot;crossposting&quot; in that it was posted
30264 across several newsgroups.
30267 Alpine's default behavior when you delete such a message is to remove
30268 only the copy in the current newsgroup from view when you use the
30269 &quot;Exclude&quot; command or the next time you visit the newsgroup.
30272 Enabling this feature causes Alpine to remove every occurrence of the
30273 message from all newsgroups it appears in and to which you are
30274 subscribed.
30277 NOTE: As currently implemented, enabling this feature may increase the
30278 time it takes the Expunge command and newsgroup closing to complete.
30281 <UL>   
30282 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30283 </UL><P>
30284 &lt;End of help on this topic&gt;
30285 </BODY>
30286 </HTML>
30287 ====== h_config_news_catchup =====
30288 <HTML>
30289 <HEAD>
30290 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
30291 </HEAD>
30292 <BODY>
30293 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
30295 This feature controls what Alpine does as it closes a newsgroup.
30296 When set, Alpine will offer to delete all messages from the newsgroup
30297 as you are quitting Alpine or opening a new folder.
30300 This feature is useful if you typically read all the interesting messages
30301 in a newsgroup each time you open it.  This feature saves you from
30302 having to delete each message in a newsgroup as you read it or from
30303 selecting all the messages and doing an
30304 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
30305 move on to the next folder or newsgroup.
30308 <UL>   
30309 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30310 </UL><P>
30311 &lt;End of help on this topic&gt;
30312 </BODY>
30313 </HTML>
30314 ====== h_config_next_thrd_wo_confirm =====
30315 <HTML>
30316 <HEAD>
30317 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
30318 </HEAD>
30319 <BODY>
30320 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
30322 This feature controls an aspect of Alpine's Next and Prev commands in
30323 the case where you are using one of the
30324 &quot;separate-index-screen&quot; styles for the configuration option
30325 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
30326 and currently have the folder sorted by a Threaded or OrderedSubject sort.
30327 When you are Viewing a particular thread you have a
30328 MESSAGE INDEX of only the messages in that thread.
30329 If you press the Next command with the last message in the thread highlighted
30330 you will normally be asked if you want to &quot;View next thread?&quot;,
30331 assuming there is a next thread to view.
30332 If this feature is set it will be assumed that you always want to view the
30333 next thread and you won't be asked to confirm that.
30334 Similarly, if the first message of the thread is highlighted and you
30335 press the Prev command, this feature will prevent the question
30336 &quot;View previous thread&quot;.
30338 This feature only has an effect in the MESSAGE INDEX screen.
30339 If you then view a particular message from that screen and press the
30340 Next command, you will be sent to the next thread without being asked,
30341 independent of the setting of this feature.
30343 The feature
30344 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
30346 &lt;End of help on this topic&gt;
30347 </BODY>
30348 </HTML>
30349 ====== h_config_kw_braces =====
30350 <HTML>
30351 <HEAD>
30352 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
30353 </HEAD>
30354 <BODY>
30355 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
30357 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
30358 TEXT screens.
30359 If you have modified the
30360 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
30361 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
30362 are used to display keywords or their initials along with the Subject; then
30363 this option may be used to modify the resulting display slightly.
30364 By default, the keywords or initials displayed for these tokens will be
30365 surrounded with curly braces ({ and }) and a trailing space.
30366 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
30367 a message, the &quot;SUBJKEY&quot; token will normally look like
30369 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
30371 and the SUBJKEYINIT token would look like
30373 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
30375 The default character before the keywords is the left brace ({) and the
30376 default after the keywords is the right brace followed by a space (} ).
30378 This option allows you to change that.
30379 You should set it to two values separated by a space.
30380 The values may be quoted if they include space characters.
30381 So, for example, the default value could be specified explicitly by setting this
30382 option to
30384 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
30386 The first part wouldn't need to be quoted (but it doesn't hurt).
30387 The second part does need the quotes because it includes a space character.
30388 If you wanted to change the braces to brackets you could use
30390 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
30392 Inside the quotes you can use backslash quote to mean quote, so
30394 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
30396 would produce
30398 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
30400 It is also possible to color keywords in the index using the
30401 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
30403 It is not possible to change the fact that a space character is used to
30404 separate the keywords if more than one keyword is set for a message.
30405 It is also not possible to change the fact that there are no separators
30406 between the keyword initials if more than one keyword is set.
30408 &lt;End of help on this topic&gt;
30409 </BODY>
30410 </HTML>
30411 ====== h_config_opening_sep =====
30412 <HTML>
30413 <HEAD>
30414 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
30415 </HEAD>
30416 <BODY>
30417 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
30419 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
30420 With some setups the text of the subject is followed
30421 by the opening text of the message if there is any room available in the index line.
30422 If you have configured your
30423 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
30424 to include one of the Subject tokens that causes this behavior
30425 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
30426 to modify what is displayed slightly.
30427 By default, the Subject is separated from the opening text of the message by
30428 the three characters space dash space;
30430 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
30432 Use this option to set it to something different.
30433 The value must be quoted if it includes any space characters.
30434 For example, the default value could be specified explicitly by setting this
30435 option to
30437 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
30439 &lt;End of help on this topic&gt;
30440 </BODY>
30441 </HTML>
30442 ====== h_config_select_wo_confirm =====
30443 <HTML>
30444 <HEAD>
30445 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
30446 </HEAD>
30447 <BODY>
30448 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
30450 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
30451 These commands all take text input to specify the name of the folder or
30452 file to be used, but allow you to press ^T for a list of possible names.
30453 If set, the selected name will be used immediately, without further
30454 opportunity to confirm or edit the name.
30456 Some related help topics are
30457 <UL>
30458 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30459 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30460 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30461 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30462 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30463 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
30464 </UL>
30466 &lt;End of help on this topic&gt;
30467 </BODY>
30468 </HTML>
30469 ====== h_config_save_part_wo_confirm =====
30470 <HTML>
30471 <HEAD>
30472 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
30473 </HEAD>
30474 <BODY>
30475 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
30477 This feature controls an aspect of Alpine's Save command.
30478 By default, when you Save a message that has some deleted parts, you will
30479 be asked to confirm that you want to Save with a prompt that looks like:
30481 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
30483 If this feature is set, you will not be asked.
30485 &lt;End of help on this topic&gt;
30486 </BODY>
30487 </HTML>
30488 ====== h_config_use_resentto =====
30489 <HTML>
30490 <HEAD>
30491 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
30492 </HEAD>
30493 <BODY>
30494 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
30496 This feature is turned off by default because turning it on causes problems
30497 with some deficient IMAP servers.
30498 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
30499 <A HREF="h_rule_patterns">Pattern</A>
30500 contains a To header pattern and this feature is turned on,
30501 then a check is made in the message to see
30502 if a Resent-To header is present, and that is used instead of the To header.
30503 If this feature is not turned on, then the regular To header will always
30504 be used.
30507 &lt;End of help on this topic&gt;
30508 </BODY>
30509 </HTML>
30510 ====== h_config_use_reg_start_for_stayopen =====
30511 <HTML>
30512 <HEAD>
30513 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
30514 </HEAD>
30515 <BODY>
30516 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
30518 This feature affects which message is selected as the current message
30519 when you enter a
30520 <A HREF="h_config_permlocked">Stay Open</A> folder.
30522 Normally, the starting position for an incoming folder (which most Stay Open
30523 folders will likely be) is controlled by the
30524 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
30525 However, if a folder is a Stay Open folder, when you re-enter the folder
30526 after the first time the current message will be the same as it was when
30527 you left the folder.
30528 An exception is made if you use the TAB command to get to the folder.
30529 In that case, the message number will be incremented by one from what it
30530 was when you left the folder.
30532 The above special behavior is thought to be useful.
30533 However, it is special and different from what you might at first expect.
30534 If this feature is set, then Stay Open folders will not be treated specially
30535 as far as the startup rule is concerned.
30538 &lt;End of help on this topic&gt;
30539 </BODY>
30540 </HTML>
30541 ====== h_config_use_current_dir =====
30542 <HTML>
30543 <HEAD>
30544 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
30545 </HEAD>
30546 <BODY>
30547 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
30549 This feature controls an aspect of several commands. 
30550 If set, your &quot;current working directory&quot; 
30551 <!--chtml if pinemode="running"-->
30552 (which, at least for your current Alpine &quot;session,&quot; 
30553 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
30554 <!--chtml endif-->
30555 will be used instead of your home directory 
30556 <!--chtml if pinemode="running"-->
30557 (which, in the present configuration of your system, is
30558  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
30559 <!--chtml endif-->
30560 for all of the following operations:<UL>
30561     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
30562     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
30563     <LI> <!--chtml if pinemode="function_key"-->F4
30564          <!--chtml else-->Ctrl-R
30565          <!--chtml endif--> file inclusion in the COMPOSER
30566     <LI> <!--chtml if pinemode="function_key"-->F5
30567          <!--chtml else-->Ctrl-J
30568          <!--chtml endif--> file attachment in the COMPOSER
30569 </UL>
30570 <!--chtml if pinemode="os_windows"-->
30572 If you are starting PC-Alpine from a desktop icon or the Start menu, 
30573 you can set the &quot;current drive&quot; 
30574 by specifying it in the &quot;Start in:&quot; 
30575 box found in the Shortcut tab of the Properties.  
30576 <!--chtml endif-->
30578 <UL>   
30579 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30580 </UL>
30583 &lt;End of help on this topic&gt;
30584 </BODY>
30585 </HTML>
30586 ====== h_config_save_wont_delete =====
30587 <HTML>
30588 <HEAD>
30589 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
30590 </HEAD>
30591 <BODY>
30592 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
30594 This feature controls one aspect of the Save command.  If set, Save will
30595 not mark the message &quot;deleted&quot; (its default behavior) after
30596 it has been copied to the designated folder.
30599 &lt;End of help on this topic&gt;
30600 </BODY>
30601 </HTML>
30602 ====== h_config_use_boring_spinner =====
30603 <HTML>
30604 <HEAD>
30605 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
30606 </HEAD>
30607 <BODY>
30608 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
30610 When Alpine is delayed for some reason it usually shows that
30611 something is happening with a small animated display in the status
30612 message line near the bottom of the screen.
30613 Setting this feature will cause that animation to be the same
30614 each time instead of having Alpine choose a random animation.
30615 You may turn the animation off altogether by setting the
30616 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
30617 option to zero.
30620 &lt;End of help on this topic&gt;
30621 </BODY>
30622 </HTML>
30623 ====== h_config_unsel_wont_advance =====
30624 <HTML>
30625 <HEAD>
30626 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
30627 </HEAD>
30628 <BODY>
30629 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
30631 This feature controls one aspect of the Unselect Current message command.
30632 Normally, when the Unselect current message command (:) is typed when the
30633 current message is selected, the message will be unselected and the next
30634 message will become the current message.
30635 If this feature is set, the cursor will not advance to the next message.
30636 Instead, the current message will remain the current message after
30637 unselecting.
30640 &lt;End of help on this topic&gt;
30641 </BODY>
30642 </HTML>
30643 ====== h_config_prune_uses_iso =====
30644 <HTML>
30645 <HEAD>
30646 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
30647 </HEAD>
30648 <BODY>
30649 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
30651 By default, Alpine asks monthly whether or not you would like to rename
30652 some folders to a new name containing the date.
30653 It also asks whether or not you would like to delete some old folders.
30654 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
30655 explanation.
30658 By default, the name used when renaming a folder looks like
30660 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
30662 For example, the first time you run Alpine in May of 2004,
30663 the folder &quot;sent-mail&quot; might be renamed to
30665 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
30667 If this feature is set, the name used will be of the form
30669 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
30671 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
30672 month (01, 02, ..., 12).
30673 For the April, 2004 example above, it would instead be
30675 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
30677 because April is the 4th month of the year.
30678 A reason you might want to set this feature is so that the folders
30679 will sort in chronological order.
30682 &lt;End of help on this topic&gt;
30683 </BODY>
30684 </HTML>
30685 ====== h_config_save_advances =====
30686 <HTML>
30687 <HEAD>
30688 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
30689 </HEAD>
30690 <BODY>
30691 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
30693 This feature controls one aspect of the Save command.  If set, Save will
30694 (in addition to copying the current message to the designated folder) also
30695 advance to the next message.
30698 &lt;End of help on this topic&gt;
30699 </BODY>
30700 </HTML>
30701 ====== h_config_force_arrow =====
30702 <HTML>
30703 <HEAD>
30704 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
30705 </HEAD>
30706 <BODY>
30707 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
30709 This feature affects Alpine's MESSAGE INDEX display routine.
30710 If set, the normal inverse-video cursor will be
30711 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
30712 second column of the index display.
30714 This is the same index cursor you get if you turn on
30715 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
30716 line coloring will still be present if this feature is turned on and
30717 <!--#echo var="FEAT_assume-slow-link"--> is off.
30719 An alternative version of the Arrow cursor is available by including the
30720 <A HREF="h_config_index_arrow_color">ARROW</A>
30721 token in the
30722 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
30724 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
30725 but that is not implemented.
30728 &lt;End of help on this topic&gt;
30729 </BODY>
30730 </HTML>
30731 ====== h_config_force_low_speed =====
30732 <HTML>
30733 <HEAD>
30734 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
30735 </HEAD>
30736 <BODY>
30737 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
30739 UNIX Alpine only.
30741 This feature affects Alpine's display routines.  If set, the normal
30742 inverse-video cursor (used to highlight the current item in a list) will be
30743 replaced by an &quot;arrow&quot; cursor and other
30744 screen update optimizations for
30745 low-speed links (e.g. 2400 bps dialup connections) will be activated.
30746 One of the optimizations is that colored index lines (set up with Indexcolor
30747 Rules) will not be colored.
30748 If you are just turning this feature on because you like using
30749 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
30750 coloring by turning this feature off and the
30751 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
30754 &lt;End of help on this topic&gt;
30755 </BODY>
30756 </HTML>
30757 ====== h_config_show_delay_cue =====
30758 <HTML>
30759 <HEAD>
30760 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
30761 </HEAD>
30762 <BODY>
30763 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
30765 If set, this feature will cause an asterisk to appear in the upper
30766 left-hand corner of the screen whenever Alpine checks for new mail.
30767 Two asterisks whenever Alpine saves (checkpoints) the state of the current
30768 mailbox to disk.
30770 <!--chtml if pinemode="os_windows"-->
30772 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
30773 it is trying to open a network connection (e.g, to open your INBOX
30774 on an IMAP
30775 server) or read from the network connection.  A greater-than symbol,
30776 will be displayed when PC-Alpine is trying to write to the network
30777 connection (e.g, sending a command to your IMAP server).
30778 <!--chtml endif-->
30781 &lt;End of help on this topic&gt;
30782 </BODY>
30783 </HTML>
30784 ====== h_config_color_style =====
30785 <HTML>
30786 <HEAD>
30787 <TITLE>OPTION: Color Style</TITLE>
30788 </HEAD>
30789 <BODY>
30790 <H1>OPTION: Color Style</H1>
30792 UNIX Alpine only.
30794 If the terminal or terminal emulator you are using is capable of displaying
30795 colors, this option controls whether or not color will be used in Alpine.
30796 If you turn color on and things are set up correctly,
30797 you should see color appear on the screen immmediately.
30798 Modern terminal emulators are usually capable of displaying colors.
30800 The available options include:
30803 <DL>
30804 <DT>no-color</DT>
30805 <DD>Don't use color.
30806 </DD>
30808 <DT>use-termdef</DT>
30809 <DD>In order to decide if your terminal is capable of color, Alpine looks in
30810 the terminal capabilities database, TERMINFO or TERMCAP, depending on
30811 how Alpine was compiled.
30812 This is a good option to choose if you switch between a color and a non-color
30813 terminal with the same Alpine configuration.
30814 Alpine will know to use color on the color terminal because it is described
30815 in the termcap entry, and Alpine will know to use black and white on the
30816 non-color terminal.
30817 The Alpine Technical Notes
30818 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/tech-notes/">http://www.washington.edu/alpine/tech-notes/</A></SAMP></CENTER>
30819 have more information on configuring a TERMCAP or TERMINFO
30820 entry for color Alpine.
30821 This is usually something a system administrator does.
30822 </DD>
30824 <DT>force-ansi-8color</DT>
30825 <DD>This is probably the setting that most people should use.
30826 Because setting up a termcap entry is confusing and because the
30827 terminal capabilities database is often not correctly configured for color,
30828 this choice and the next may be easier for you to use.
30829 If your terminal emulator responds to ANSI color escape sequences, which
30830 many do, this option will cause Alpine to believe your terminal will respond
30831 to the escape sequences that produce eight different foreground and background
30832 colors.
30833 The escape sequences used to set the foreground colors are
30835   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
30837 where the color_number is an ASCII digit between 0 and 7.
30838 The numbers 0 through 7 should correspond to the colors black, red, green,
30839 yellow, blue, magenta, cyan, and white.
30840 Some terminal emulators use a pre-ANSI scheme that swaps
30841 the colors blue and red and the colors yellow and cyan.
30842 This will cause the default colors to be different, but other than that
30843 things should work fine.
30844 There is also a 9th color available, the last one shown, which is the default
30845 color from the terminal emulator.
30846 When used as a background color some people refer to this color as
30847 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
30848 shown in the color swatch of the SETUP COLOR screen.
30849 The foreground transparent color is shown as
30850 the color of the &quot;TRAN&quot; text.
30851 (The transparent color will not work correctly in a PC-Alpine configuration.)
30852 The escape sequences used to set the background colors are the same
30853 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
30854 The escape sequences for foreground and background default colors (transparent)
30855 are 39m and 49m.
30857 Note: With the Tera Term terminal emulator this setting works well.
30858 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
30859 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
30860 menu, in the &quot;Window&quot; submenu.
30861 </DD>
30863 <DT>force-ansi-16color</DT>
30864 <DD>Many terminal emulators know about the same eight colors above
30865 plus eight more.
30866 This option attempts to use all 16 colors.
30867 The same escape sequences as for the eight-color terminal are used
30868 for the first eight colors.
30869 The escape sequences used to set foreground colors 8-15 are the same as
30870 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
30871 The background color sequences for colors 8-15 are the same as for 0-7
30872 except the &quot;4&quot; is replaced with &quot;10&quot;.
30873 You can tell if the 16 colors are working by turning on this option
30874 and then going into one of the color configuration screens, for example,
30875 the configuration screen for Normal Color.
30876 If you see 16 different colors to select from (plus a 17th for
30877 the transparent color), it's working.
30878 </DD>
30880 <DT>force-xterm-256color</DT>
30881 <DD>Some versions of xterm (and some other terminal emulators)
30882 have support for 256 colors.
30883 The escape sequences used to set the foreground colors are
30885   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
30887 where the color_number is an ASCII digit between 0 and 255.
30888 Background colors are the same with the 38 replaced with a 48.
30889 The numbers 0 through 15 are probably similar to the 16 color version
30890 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
30891 The terminal default (transparent) color is the 257th color at the bottom.
30892 Some terminal emulators will misinterpret these escape sequences causing
30893 the terminal to blink or overstrike characters or to do something else
30894 undesirable.
30896 The PuTTY terminal emulator has an option called &quot;Allow terminal to
30897 use xterm 256-colour mode&quot; which allows PuTTY to work well with
30898 this 256-color setting.
30900 </DD>
30901 </DL>
30904 The normal default is &quot;no-color&quot;.
30907 Once you've turned on color you may set the
30908 colors of many objects on the screen individually.
30909 For example, you may add colors to the status letters on the MESSAGE
30910 INDEX page.
30911 Most categories of color that Alpine supports are configurable here.
30912 For example, &quot;Normal Color&quot;
30913 is the color used to display most of the text in Alpine, and
30914 &quot;Reverse Color&quot; is used to display highlighted text, such as the
30915 current message in the MESSAGE INDEX.
30917 Lines in the MESSAGE INDEX may also be colored.
30918 Use Setup Rules to get to the Indexcolor configuration screen.
30921 <UL>   
30922 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30923 </UL><P>
30924 &lt;End of help on this topic&gt;
30925 </BODY>
30926 </HTML>
30927 ====== h_config_disable_index_locale_dates =====
30928 <HTML>
30929 <HEAD>
30930 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
30931 </HEAD>
30932 <BODY>
30933 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
30935 This feature affects the display of dates in the MESSAGE INDEX.
30936 Normally an attempt is made to localize the dates
30937 used in the MESSAGE INDEX display to your locale.
30938 This is controlled with the
30939 LC_TIME locale setting on a UNIX system.
30940 On Windows the Regional Options control panel may be used to set the date format.
30941 At the programming level, Alpine is using the strftime routine
30942 to print the parts of a date.
30944 If this feature is set, dates are displayed in English and
30945 with the conventions of the United States.
30948 <UL>   
30949 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30950 </UL><P>
30951 &lt;End of help on this topic&gt;
30952 </BODY>
30953 </HTML>
30954 ====== h_config_auto_open_unread =====
30955 <HTML>
30956 <HEAD>
30957 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
30958 </HEAD>
30959 <BODY>
30960 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
30962 This feature controls the behavior of the TAB key when traversing folders
30963 in the optional 
30964 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
30965 collection or in optional <!--#echo var="VAR_news-collections"-->.
30967 When the TAB
30968 (<A HREF="h_common_nextnew">NextNew</A>)
30969 key is pressed, and there
30970 are no more unseen messages in the current (incoming message or news)
30971 folder, Alpine will search the list of folders in the current collection for
30972 one containing New or Recent (new since the last time the folder was
30973 opened) messages.
30974 This behavior may be modified slightly with the
30975 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
30976 feature that causes Alpine to look for Unseen messages instead of Recent
30977 messages.
30978 Normally, when such a folder is found, Alpine will ask
30979 whether you wish to open the folder.  If this feature is set, Alpine will
30980 automatically open the folder without prompting.
30982 This feature also affects some other similar situations.
30983 If you have a
30984 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
30985 that is equal to one of the &quot;separate-&quot; values, and you are
30986 viewing a thread; then when you type the NextNew command and are at the
30987 end of the current thread you will automatically go to the next thread
30988 if this feature is set.
30989 By default, you would be asked if you want to view the next thread.
30990 You will also be asked at times whether or not you want to view the next
30991 thread after you delete the last message in the thread.
30992 Setting this feature will also cause that question to be skipped.
30995 <UL>   
30996 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30997 </UL><P>
30998 &lt;End of help on this topic&gt;
30999 </BODY>
31000 </HTML>
31001 ====== h_config_auto_include_reply =====
31002 <HTML>
31003 <HEAD>
31004 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
31005 </HEAD>
31006 <BODY>
31007 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
31009 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
31010 will ask whether you wish to include the original message in your reply.
31011 If this feature is set and the feature
31012 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
31013 is <EM>not</EM> set, then the original message will be included in the reply
31014 automatically, without prompting.
31016 &lt;End of help on this topic&gt;
31017 </BODY>
31018 </HTML>
31019 ====== h_config_select_in_bold =====
31020 <HTML>
31021 <HEAD>
31022 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
31023 </HEAD>
31024 <BODY>
31025 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
31027 This feature controls an aspect of Alpine's 
31028 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
31029 commands; in
31030 particular, the Select and WhereIs commands. Select and WhereIs (with the
31031 ^X subcommand) will search the current folder for messages meeting a
31032 specified criteria, and &quot;tag&quot; the resulting messages with an 
31033 &quot;X&quot; in the
31034 first column of the applicable lines in the MESSAGE INDEX.  If this feature
31035 is set, instead of using the &quot;X&quot; to denote a selected message, 
31036 Alpine will
31037 attempt to display those index lines in boldface. Whether this is
31038 preferable to the &quot;X&quot; will depend on personal taste and the type of
31039 terminal being used.
31041 <UL>   
31042 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31043 </UL><P>
31044 &lt;End of help on this topic&gt;
31045 </BODY>
31046 </HTML>
31047 ====== h_config_alt_auth =====
31048 <HTML>
31049 <HEAD>
31050 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
31051 </HEAD>
31052 <BODY>
31053 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
31055 This feature affects how Alpine connects to IMAP servers.
31056 It's utility has largely been overtaken by events,
31057 but it may still be useful in some circumstances.
31058 If you only connect to modern IMAP servers that support
31059 &quot;TLS&quot; you can ignore this feature.
31062 Details:
31065 By default, Alpine will attempt to connect to an IMAP server on the
31066 normal IMAP service port (143), and if the server offers &quot;Transport Layer
31067 Security&quot; (TLS) and Alpine has been compiled with encryption capability,
31068 then a secure (encrypted) session will be negotiated.
31071 With this feature enabled, before connecting on the normal IMAP port, Alpine
31072 will first attempt to connect to an alternate IMAP service port (993) used
31073 specifically for encrypted IMAP sessions via the Secure Sockets Layer
31074 (SSL) method.
31075 If the SSL attempt fails, Alpine will then try the default
31076 behavior described in the previous paragraph.
31079 TLS negotiation on the normal port is preferred, and supersedes the use of
31080 SSL on port 993, but older servers may not provide TLS support.
31081 This feature may be convenient when accessing IMAP servers that do not support
31082 TLS, but do support SSL connections on port 993.
31083 However, it is important to understand that with this feature enabled,
31084 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
31085 but it will proceed to make an insecure connection if that is the only
31086 option offered by the server, or if the Alpine in question has been built
31087 without encryption capability.
31090 Note that this feature specifies a per-user (or system-wide) default
31091 behavior, but host/folder specification flags may be used to control the
31092 behavior of any specific connection.
31093 This feature interacts with some of
31094 the possible host/folder path specification flags as follows:
31097 The <SAMP>/tls</SAMP> host flag, for example,
31100 <CENTER><SAMP>{foo.example.com/tls}INBOX</SAMP></CENTER>
31102 will over-ride this feature for the specified host by bypassing the
31103 SSL connection attempt.
31104 Moreover, with <SAMP>/tls</SAMP> specified,
31105 the connection attempt will fail if the
31106 service on port 143 does not offer TLS support.
31109 The <SAMP>/ssl</SAMP> host flag, for example,
31112 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
31114 will insist on an SSL connection for the specified host,
31115 and will fail if the SSL service on port 993 is not available.
31116 Alpine will not subsequently retry a connection
31117 on port 143 if <SAMP>/ssl</SAMP> is specified.
31120 <UL>   
31121 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31122 </UL><P>
31123 &lt;End of help on this topic&gt;
31124 </BODY>
31125 </HTML>
31126 ====== h_config_file_dir ======
31127 <HTML>
31128 <HEAD>
31129 <TITLE>OPTION: File Directory</TITLE>
31130 </HEAD>
31131 <BODY>
31132 <H1>OPTION: File Directory</H1>
31134 PC-Alpine only.
31136 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
31137 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
31138 Message Index's &quot;E&nbsp;Export&quot; command.
31141 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
31142 component, Alpine assumes the file exists in the user's home directory.
31143 Under Windows operating systems, this definition isn't always clear.  This 
31144 feature allows you to explictly set where Alpine should look for files
31145 without a leading path.
31148 NOTE: this feature's value is ignored if either 
31149 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
31150 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
31153 <UL>   
31154 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31155 </UL><P>
31156 &lt;End of help on this topic&gt;
31157 </BODY>
31158 </HTML>
31159 ====== h_config_quote_all_froms =====
31160 <HTML>
31161 <HEAD>
31162 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
31163 </HEAD>
31164 <BODY>
31165 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
31167 This feature controls an aspect of the Save command (and also the way
31168 outgoing messages are saved to an FCC folder).  If set, Alpine will add
31169 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
31170 when they are saved to another folder, including lines syntactically
31171 distinguishable from the type of message separator line commonly used on
31172 Unix systems.
31175 The default behavior is that a &quot;>&quot; will be prepended only to lines
31176 beginning with &quot;From &quot; that might otherwise be confused with a message
31177 separator line on Unix systems.  If pine is the only mail program you use,
31178 this default is reasonable.  If another program you use has trouble
31179 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
31180 enable this feature.  This feature only applies to the common Unix mailbox
31181 format that uses message separator lines beginning with &quot;From &quot;.  If
31182 Alpine has been configured to use a different mailbox format (possibly
31183 incompatible with other mail programs), then this issue does not arise,
31184 and the feature is irrelevant.
31187 &lt;End of help on this topic&gt;
31188 </BODY>
31189 </HTML>
31190 ====== h_config_normal_color =====
31191 <HTML>
31192 <HEAD>
31193 <TITLE>OPTION: Normal Color</TITLE>
31194 </HEAD>
31195 <BODY>
31196 <H1>OPTION: Normal Color</H1>
31198 Sets the color Alpine normally uses.
31199 The foreground color is the color of the actual character and the
31200 background color is the color of the area behind the character.
31201 By default this color is black characters on a white background.
31203 <A HREF="h_color_setup">Descriptions of the available commands</A>
31205 Look <A HREF="h_edit_nav_cmds">here</A>
31206 to see the available Editing and Navigation commands.
31208 &lt;End of help on this topic&gt;
31209 </BODY>
31210 </HTML>
31211 ====== h_config_reverse_color =====
31212 <HTML>
31213 <HEAD>
31214 <TITLE>OPTION: Reverse Color</TITLE>
31215 </HEAD>
31216 <BODY>
31217 <H1>OPTION: Reverse Color</H1>
31219 Sets the color Alpine uses for reverse video characters.
31220 The foreground color is the color of the actual character and the
31221 background color is the color of the area behind the character.
31223 <A HREF="h_color_setup">Descriptions of the available commands</A>
31225 Look <A HREF="h_edit_nav_cmds">here</A>
31226 to see the available Editing and Navigation commands.
31228 &lt;End of help on this topic&gt;
31229 </BODY>
31230 </HTML>
31231 ====== h_config_title_color =====
31232 <HTML>
31233 <HEAD>
31234 <TITLE>OPTION: Title Color</TITLE>
31235 </HEAD>
31236 <BODY>
31237 <H1>OPTION: Title Color</H1>
31239 Sets the color Alpine uses for the titlebar (the top line on the screen).
31240 The foreground color is the color of the actual character and the
31241 background color is the color of the area behind the character.
31242 By default, the Title Color is black characters on a yellow background.
31244 The actual titlebar color may be different from the Title Color if
31245 the option
31246 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
31247 is set to some value other than the default.
31248 It may also be different if the current folder is closed and the
31249 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
31250 color is set to something different from the Title Color.
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_titleclosed_color =====
31261 <HTML>
31262 <HEAD>
31263 <TITLE>OPTION: Title Closed Color</TITLE>
31264 </HEAD>
31265 <BODY>
31266 <H1>OPTION: Title Closed Color</H1>
31268 Sets the color Alpine uses for the titlebar (the top line on the screen)
31269 when the current folder is closed.
31270 The foreground color is the color of the actual character and the
31271 background color is the color of the area behind the character.
31272 By default, the Title Color Closed Color is white characters on a red background.
31274 By setting this color to something noticeable you will be alerted to the
31275 fact that the current folder is closed, perhaps unexpectedly.
31277 &lt;End of help on this topic&gt;
31278 </BODY>
31279 </HTML>
31280 ====== h_config_status_color =====
31281 <HTML>
31282 <HEAD>
31283 <TITLE>OPTION: Status Color</TITLE>
31284 </HEAD>
31285 <BODY>
31286 <H1>OPTION: Status Color</H1>
31288 Sets the color Alpine uses for status messages written to the message
31289 line near the bottom of the screen.
31290 The foreground color is the color of the actual character and the
31291 background color is the color of the area behind the character.
31292 By default, the Status Color is the same as the Reverse Color.
31294 <A HREF="h_color_setup">Descriptions of the available commands</A>
31296 Look <A HREF="h_edit_nav_cmds">here</A>
31297 to see the available Editing and Navigation commands.
31299 &lt;End of help on this topic&gt;
31300 </BODY>
31301 </HTML>
31302 ====== h_config_index_opening_color =====
31303 <HTML>
31304 <HEAD>
31305 <TITLE>OPTION: Index Opening Color</TITLE>
31306 </HEAD>
31307 <BODY>
31308 <H1>OPTION: Index Opening Color</H1>
31310 With some setups the text of the subject is followed
31311 by the opening text of the message if there is any room available in the index line.
31312 If you have configured your
31313 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31314 to include one of the Subject tokens that causes this behavior
31315 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
31316 this opening text with this option.
31317 This coloring takes place for all but the current index line, and the Opening
31318 Color appears to be in front of any color from an Index Color Rule.
31320 By default the Index Opening Color is gray characters on a white background.
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_pri_color =====
31332 <HTML>
31333 <HEAD>
31334 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
31335 </HEAD>
31336 <BODY>
31337 <H1>OPTION: Index Priority Symbol Colors</H1>
31339 The X-Priority header is a non-standard header that is used in a
31340 somewhat standard way by many mail programs.
31341 Alpine expects the value of this header to be a digit with a value
31342 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
31343 Alpine can be made to display an indication of this priority in
31344 messages by use of one of the tokens
31345 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
31346 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
31347 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31350 You may set the color used to draw these tokens by use of the colors
31351 Index High Priority Symbol Color and Index Low Priority Symbol Color.
31352 This coloring takes place for all but the current index line, and the Priority
31353 Color appears to be in front of any color from an Index Color Rule.
31354 If the priority has a value of 1 or 2 the High Priority color will be
31355 used,
31356 and if the value is 4 or 5 the Low Priority color will be used.
31358 If you don't set these colors the index line will be colored in the same color as
31359 the bulk of the index line.
31362 <A HREF="h_color_setup">Descriptions of the available commands</A>
31364 Look <A HREF="h_edit_nav_cmds">here</A>
31365 to see the available Editing and Navigation commands.
31367 &lt;End of help on this topic&gt;
31368 </BODY>
31369 </HTML>
31370 ====== h_config_index_subject_color =====
31371 <HTML>
31372 <HEAD>
31373 <TITLE>OPTION: Index Subject Color</TITLE>
31374 </HEAD>
31375 <BODY>
31376 <H1>OPTION: Index Subject Color</H1>
31378 You may set the color used to draw the Subject part of the index line.
31379 This coloring takes place for all but the current index line, and the Subject
31380 Color appears to be in front of any color from an Index Color Rule.
31382 If you don't set this color it will be colored in the same color as
31383 the bulk of the index line.
31386 <A HREF="h_color_setup">Descriptions of the available commands</A>
31388 Look <A HREF="h_edit_nav_cmds">here</A>
31389 to see the available Editing and Navigation commands.
31391 &lt;End of help on this topic&gt;
31392 </BODY>
31393 </HTML>
31394 ====== h_config_index_from_color =====
31395 <HTML>
31396 <HEAD>
31397 <TITLE>OPTION: Index From Color</TITLE>
31398 </HEAD>
31399 <BODY>
31400 <H1>OPTION: Index From Color</H1>
31402 You may set the color used to draw the From part of the index line.
31403 This coloring takes place for all but the current index line, and the From
31404 Color appears to be in front of any color from an Index Color Rule.
31406 If you don't set this color it will be colored in the same color as
31407 the bulk of the index line.
31410 <A HREF="h_color_setup">Descriptions of the available commands</A>
31412 Look <A HREF="h_edit_nav_cmds">here</A>
31413 to see the available Editing and Navigation commands.
31415 &lt;End of help on this topic&gt;
31416 </BODY>
31417 </HTML>
31418 ====== h_config_index_arrow_color =====
31419 <HTML>
31420 <HEAD>
31421 <TITLE>OPTION: Index Arrow Color</TITLE>
31422 </HEAD>
31423 <BODY>
31424 <H1>OPTION: Index Arrow Color</H1>
31426 If you have configured your
31427 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31428 to include the &quot;ARROW&quot; token, you may set the color of
31429 the arrow displayed with this option.
31430 If you don't set the color it will be colored in the same color as
31431 the bulk of the index line.
31434 <A HREF="h_color_setup">Descriptions of the available commands</A>
31436 Look <A HREF="h_edit_nav_cmds">here</A>
31437 to see the available Editing and Navigation commands.
31439 &lt;End of help on this topic&gt;
31440 </BODY>
31441 </HTML>
31442 ====== h_config_index_color =====
31443 <HTML>
31444 <HEAD>
31445 <TITLE>OPTION: Index Colors</TITLE>
31446 </HEAD>
31447 <BODY>
31448 <H1>OPTION: Index Colors</H1>
31450 You may add color to the single character symbols that give the status
31451 of each message in the MESSAGE INDEX.
31452 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
31453 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
31454 screen depending on whether the message is addressed to you, and whether
31455 the message is marked Important, is Deleted, is Answered, or is New.
31456 The color for each of those characters may be specified by setting the
31457 &quot;Index-to-me&quot; Symbol Color,
31458 the &quot;Index-important&quot; Symbol Color,
31459 the &quot;Index-deleted&quot; Symbol Color,
31460 the &quot;Index-answered&quot; Symbol Color,
31461 and the &quot;Index-new&quot; Symbol Color.
31462 There are also two other symbol colors called &quot;Index-recent&quot;
31463 and &quot;Index-unseen&quot;.
31464 These two colors will only be used if you have configured your
31465 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
31466 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
31468 The default colors for these symbols are:
31469 <TABLE>
31470 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
31471 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
31472 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31473 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
31474 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
31475 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31476 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31477 </TABLE>
31479 Besides coloring the message status symbols, you may also color the
31480 entire index line.
31481 This is done by using the
31482 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
31483 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
31484 When the entire line is colored that color will be &quot;behind&quot; the
31485 status symbol colors talked about in the paragraph above.
31487 You may also color
31488 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
31489 in the index using the
31490 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
31491 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
31492 the Subject using
31493 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
31494 the From field using
31495 <A HREF="h_config_index_from_color">Index From Color</A>;
31496 and the
31497 <A HREF="h_config_index_opening_color">Index Opening</A> text.
31499 <A HREF="h_color_setup">Descriptions of the available commands</A>
31501 Look <A HREF="h_edit_nav_cmds">here</A>
31502 to see the available Editing and Navigation commands.
31504 &lt;End of help on this topic&gt;
31505 </BODY>
31506 </HTML>
31507 ====== h_config_metamsg_color =====
31508 <HTML>
31509 <HEAD>
31510 <TITLE>OPTION: Meta-Message Color</TITLE>
31511 </HEAD>
31512 <BODY>
31513 <H1>OPTION: Meta-Message Color</H1>
31515 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
31516 that aren't part of the message itself.
31517 For example, an attachment that isn't shown might produce a meta
31518 message something like:
31520 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
31522 If you set the
31523 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
31524 option you might see
31526 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
31528 Warnings about suspicious looking URLs in HTML will also be colored
31529 with this color.
31531 The foreground color is the color of the actual character and the
31532 background color is the color of the area behind the character.
31533 By default, the Meta-Message Color is black characters on a yellow background.
31535 <A HREF="h_color_setup">Descriptions of the available commands</A>
31537 Look <A HREF="h_edit_nav_cmds">here</A>
31538 to see the available Editing and Navigation commands.
31540 &lt;End of help on this topic&gt;
31541 </BODY>
31542 </HTML>
31543 ====== h_config_keylabel_color =====
31544 <HTML>
31545 <HEAD>
31546 <TITLE>OPTION: KeyLabel Color</TITLE>
31547 </HEAD>
31548 <BODY>
31549 <H1>OPTION: KeyLabel Color</H1>
31551 Sets the color Alpine uses for the labels of the keys in the two-line
31552 menu at the bottom of the screen.
31553 For example, some of the screens have a &quot;P PrevMsg&quot; command.
31554 This option sets the color used when displaying &quot;PrevMsg&quot;.
31555 The foreground color is the color of the actual character and the
31556 background color is the color of the area behind the character.
31557 By default, the KeyLabel Color is the same as the Normal Color.
31559 WARNING: Some terminal emulators have the property that the screen will scroll
31560 down one line whenever a character is written to the character cell in the
31561 lower right corner of the screen.
31562 Alpine can usually avoid writing a character in that corner of the screen.
31563 However, if you have defined a KeyLabel Color then Alpine does have to write
31564 a character in that cell in order to color the cell correctly.
31565 If you find that your display sometimes scrolls up a line this could be
31566 the problem.
31567 The most obvious symptom is probably that the titlebar at the top of the
31568 screen scrolls off the screen.
31569 Try setting KeyLabel Color to Default to see if that fixes the problem.
31571 <A HREF="h_color_setup">Descriptions of the available commands</A>
31573 Look <A HREF="h_edit_nav_cmds">here</A>
31574 to see the available Editing and Navigation commands.
31576 &lt;End of help on this topic&gt;
31577 </BODY>
31578 </HTML>
31579 ====== h_config_keyname_color =====
31580 <HTML>
31581 <HEAD>
31582 <TITLE>OPTION: KeyName Color</TITLE>
31583 </HEAD>
31584 <BODY>
31585 <H1>OPTION: KeyName Color</H1>
31587 Sets the color Alpine uses for the names of the keys in the two-line
31588 menu at the bottom of the screen.
31589 For example, some of the screens have a &quot;P PrevMsg&quot; command.
31590 This option sets the color used when displaying the &quot;P&quot;.
31591 The foreground color is the color of the actual character and the
31592 background color is the color of the area behind the character.
31593 By default, the KeyName Color is the same as the Reverse Color.
31595 <A HREF="h_color_setup">Descriptions of the available commands</A>
31597 Look <A HREF="h_edit_nav_cmds">here</A>
31598 to see the available Editing and Navigation commands.
31600 &lt;End of help on this topic&gt;
31601 </BODY>
31602 </HTML>
31603 ====== h_config_slctbl_color =====
31604 <HTML>
31605 <HEAD>
31606 <TITLE>OPTION: Selectable Item Color</TITLE>
31607 </HEAD>
31608 <BODY>
31609 <H1>OPTION: Selectable Item Color</H1>
31611 Sets the color Alpine uses for selectable items, such as URLs.
31612 The foreground color is the color of the actual character and the
31613 background color is the color of the area behind the character.
31614 By default, the Selectable Item Color is the same as the Normal Color,
31615 except that it is bold.
31617 <A HREF="h_color_setup">Descriptions of the available commands</A>
31619 Look <A HREF="h_edit_nav_cmds">here</A>
31620 to see the available Editing and Navigation commands.
31622 &lt;End of help on this topic&gt;
31623 </BODY>
31624 </HTML>
31625 ====== h_config_quote_color =====
31626 <HTML>
31627 <HEAD>
31628 <TITLE>OPTION: Quote Colors</TITLE>
31629 </HEAD>
31630 <BODY>
31631 <H1>OPTION: Quote Colors</H1>
31633 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
31634 screen.
31635 If a line begins with a &gt; character (or space followed by &gt;)
31636 it is considered a quote.
31637 That line will be given the Quote1 Color (first level quote).
31638 If there is a second level of quoting then the Quote2 Color will be used.
31639 Alpine considers there to be a second level of quoting if that first &gt; is
31640 followed by another &gt; (or space followed by &gt;).
31641 If there are characters other than whitespace and &gt; signs, then it isn't
31642 considered another level of quoting.
31643 Similarly, if there is a third level of quoting the Quote3 Color will be
31644 used.
31645 If there are more levels after that the Quote Colors are re-used.
31646 If you define all three colors then it would repeat like Color1, Color2, Color3,
31647 Color1, Color2, Color3, ...
31648 If you only define the first two it would be
31649 Color1, Color2, Color1, Color2, ...
31650 If you define only the Quote1 Color, then the entire quote would be that
31651 color regardless of the quoting levels.
31652 By default, the Quote1 Color is black characters on a greenish-blue background;
31653 the Quote2 Color is black characters on a dull yellow background; and
31654 the Quote3 Color is black characters on a green background.
31656 <A HREF="h_color_setup">Descriptions of the available commands</A>
31658 Look <A HREF="h_edit_nav_cmds">here</A>
31659 to see the available Editing and Navigation commands.
31661 &lt;End of help on this topic&gt;
31662 </BODY>
31663 </HTML>
31664 ====== h_config_folder_color =====
31665 <HTML>
31666 <HEAD>
31667 <TITLE>OPTION: Folder Color</TITLE>
31668 </HEAD>
31669 <BODY>
31670 <H1>OPTION: Folder Color</H1>
31672 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
31673 screen. By default, the Folder Color is the normal text color.
31676 If you set a color for this feature, other than the normal color
31677 (the default), or a color for
31678 <A HREF="h_config_directory_color">Directory Color</A>, then directories
31679 will be colored according to the color specified in the
31680 <A HREF="h_config_directory_color">Directory Color</A> option. In this
31681 case, the color will be the only indication that the colored name
31682 refers to a directory. The normal behavior is that Alpine
31683 indicates that a name refers to a directory by appending a
31684 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
31685 the folder.
31688 If a folder is a directory, then the folder name will be painted
31689 according to the color defined by this variable, and a separator
31690 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
31691 to the name. That
31692 indicator will be painted according to the color defined in the
31693 <A HREF="h_config_directory_color">Directory Color</A> option.
31696 &lt;End of help on this topic&gt;
31697 </BODY>
31698 </HTML>
31699 ====== h_config_directory_color =====
31700 <HTML>
31701 <HEAD>
31702 <TITLE>OPTION: Directory Color</TITLE>
31703 </HEAD>
31704 <BODY>
31705 <H1>OPTION: Directory Color</H1>
31707 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
31708 screen. By default, the Folder Color is the normal text color.
31710 If you set a color for this feature, other than the normal color
31711 (the default), or a color for
31712 <A HREF="h_config_folder_color">Folder Color</A>, then folders
31713 will be colored according to the color specified in the
31714 <A HREF="h_config_folder_color">Folder Color</A> option. In this
31715 case, the color will be the only indication that the colored name
31716 refers to a directory. The normal behavior is that Alpine
31717 indicates that a name refers to a directory by appending a
31718 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
31719 the folder.
31721 If a folder is a directory, then the folder name will be painted
31722 according to the color defined by the option
31723 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
31724 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
31725 after the name. That
31726 indicator will be painted according to the color defined in this
31727 option.
31729 &lt;End of help on this topic&gt;
31730 </BODY>
31731 </HTML>
31732 ====== h_config_folder_list_color =====
31733 <HTML>
31734 <HEAD>
31735 <TITLE>OPTION: Folder-List Color</TITLE>
31736 </HEAD>
31737 <BODY>
31738 <H1>OPTION: Folder-List Color</H1>
31740 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
31741 screen. By default, the Folder-List Color is the normal text color.
31743 This text refers to the informative text that Alpine displays so you
31744 can recognize each collection. The color of the content of each collection
31745 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
31746 and <A HREF="h_config_directory_color">Directory Color</A>.
31748 Unlike the options
31749 <A HREF="h_config_folder_color">Folder Color</A>
31750 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
31751 this option does not affect the way that Alpine reports folders,
31752 directories and folders that are directories.
31754 &lt;End of help on this topic&gt;
31755 </BODY>
31756 </HTML>
31757 ====== h_config_incunseen_color =====
31758 <HTML>
31759 <HEAD>
31760 <TITLE>OPTION: Incoming Unseen Color</TITLE>
31761 </HEAD>
31762 <BODY>
31763 <H1>OPTION: Incoming Unseen Color</H1>
31765 If the option
31766 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
31767 is turned on it is possible to highlight the folders that contain
31768 unseen messages by coloring them with this color.
31769 By default, this is the same as the Normal Color and no highlighting is done.
31771 Usually the &quot;current&quot; folder (the folder the cursor is on)
31772 is highlighted using reverse video.
31773 If the current folder is colored because it contains unseen messages then
31774 the color used to show that it is also the current folder is controlled
31775 by the
31776 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
31777 feature at the top of the SETUP COLOR screen.
31779 <A HREF="h_color_setup">Descriptions of the available commands</A>
31781 Look <A HREF="h_edit_nav_cmds">here</A>
31782 to see the available Editing and Navigation commands.
31784 &lt;End of help on this topic&gt;
31785 </BODY>
31786 </HTML>
31787 ====== h_config_signature_color =====
31788 <HTML>
31789 <HEAD>
31790 <TITLE>OPTION: Signature Color</TITLE>
31791 </HEAD>
31792 <BODY>
31793 <H1>OPTION: Signature Color</H1>
31795 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
31796 screen. According to USENET conventions, the signature is defined as the
31797 paragraph following the &quot;sigdashes&quot;, that is, the special line
31798 consisting of the three characters
31799 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
31800 empty line right after the sigdashes to be considered as part of the
31801 signature.
31802 By default, the Signature Color is blue characters on a white background.
31804 <A HREF="h_color_setup">Descriptions of the available commands</A>
31806 Look <A HREF="h_edit_nav_cmds">here</A>
31807 to see the available Editing and Navigation commands.
31809 &lt;End of help on this topic&gt;
31810 </BODY>
31811 </HTML>
31812 ====== h_config_prompt_color =====
31813 <HTML>
31814 <HEAD>
31815 <TITLE>OPTION: Prompt Color</TITLE>
31816 </HEAD>
31817 <BODY>
31818 <H1>OPTION: Prompt Color</H1>
31820 Sets the color Alpine uses for confirmation prompts and questions that
31821 appear in the status line near the bottom of the screen.
31822 The foreground color is the color of the actual character and the
31823 background color is the color of the area behind the character.
31824 By default, the Prompt Color is the same as the Reverse Color.
31826 <A HREF="h_color_setup">Descriptions of the available commands</A>
31828 Look <A HREF="h_edit_nav_cmds">here</A>
31829 to see the available Editing and Navigation commands.
31831 &lt;End of help on this topic&gt;
31832 </BODY>
31833 </HTML>
31834 ====== h_config_header_general_color =====
31835 <HTML>
31836 <HEAD>
31837 <TITLE>OPTION: Header General Color</TITLE>
31838 </HEAD>
31839 <BODY>
31840 <H1>OPTION: Header General Color</H1>
31842 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
31843 screen.
31844 The foreground color is the color of the actual character and the
31845 background color is the color of the area behind the character.
31846 By default, this is the same as the Normal Color.
31848 It is also possible to set the colors for specific header fields, for
31849 example the Subject, using
31850 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
31851 If both a Header General Color and a specific Viewer Header Color are set
31852 the specific color will override the general color, as you would expect.
31854 <A HREF="h_color_setup">Descriptions of the available commands</A>
31856 Look <A HREF="h_edit_nav_cmds">here</A>
31857 to see the available Editing and Navigation commands.
31859 &lt;End of help on this topic&gt;
31860 </BODY>
31861 </HTML>
31862 ====== h_config_incol =====
31863 <HTML>
31864 <HEAD>
31865 <TITLE>Index Line Color</TITLE>
31866 </HEAD>
31867 <BODY>
31868 <H1>Index Line Color</H1>
31870 This option is used to set the color of a line in the index when the
31871 message for that line matches the Pattern.
31872 This colors the whole index line, except possibly the status letters,
31873 which may be colored separately using the
31874 <A HREF="h_color_setup">Setup Kolor</A> screen.
31875 The foreground color is the color of the actual characters and the
31876 background color is the color of the area behind the characters.
31878 <A HREF="h_color_setup">Descriptions of the available commands</A>
31880 Look <A HREF="h_edit_nav_cmds">here</A>
31881 to see the available Editing and Navigation commands.
31883 &lt;End of help on this topic&gt;
31884 </BODY>
31885 </HTML>
31886 ====== h_config_usetransparent_color =====
31887 <HTML>
31888 <HEAD>
31889 <TITLE>OPTION: Use Transparent Color</TITLE>
31890 </HEAD>
31891 <BODY>
31892 <H1>OPTION: Use Transparent Color</H1>
31894 This is a special color supported by some terminal emulators.
31895 It is intended to result in the default foreground or background color
31896 from the terminal emulator.
31897 This is the color the terminal was displaying characters in before you started Alpine.
31898 The reason it is called Transparent is because you could set the foreground color
31899 to some specific color, like Red, and then set the background color to the
31900 Transparent Color. If it works as expected, the background color from the terminal
31901 window in which Alpine is running will show through but with the Red characters
31902 in the foreground.
31904 <A HREF="h_color_setup">Descriptions of the available commands</A>
31906 Look <A HREF="h_edit_nav_cmds">here</A>
31907 to see the available Editing and Navigation commands.
31909 &lt;End of help on this topic&gt;
31910 </BODY>
31911 </HTML>
31912 ====== h_config_usenormal_color =====
31913 <HTML>
31914 <HEAD>
31915 <TITLE>OPTION: Use Normal Color</TITLE>
31916 </HEAD>
31917 <BODY>
31918 <H1>OPTION: Use Normal Color</H1>
31920 When you use this color value, the actual color used will be the same
31921 as the corresponding Normal Color.
31922 For example if your Normal Color is black on white and you set both
31923 the foreground and background colors here to use the Normal Color, you'll
31924 get black on white. If you later change the Normal Color to red on blue
31925 this color will also change to red on blue.
31927 <A HREF="h_color_setup">Descriptions of the available commands</A>
31929 Look <A HREF="h_edit_nav_cmds">here</A>
31930 to see the available Editing and Navigation commands.
31932 &lt;End of help on this topic&gt;
31933 </BODY>
31934 </HTML>
31935 ====== h_config_usenone_color =====
31936 <HTML>
31937 <HEAD>
31938 <TITLE>OPTION: Use None Color</TITLE>
31939 </HEAD>
31940 <BODY>
31941 <H1>OPTION: Use None Color</H1>
31943 This is a special color that simply means to leave the color alone.
31944 It is useful for Index symbols and for Keyword Colors used in the Subject
31945 field of an index line.
31946 The most likely use is to set an explicit foreground color and then set
31947 the background color to the None Color.
31948 That will cause the symbol or keyword to be drawn in the foreground color
31949 with a background equal to whatever color the rest of the index line is already
31950 drawn in.
31951 You will see no visible effect unless you have assigned Indexcolor Rules to
31952 color index lines or you have set an actual color for the Reverse Color.
31954 <A HREF="h_color_setup">Descriptions of the available commands</A>
31956 Look <A HREF="h_edit_nav_cmds">here</A>
31957 to see the available Editing and Navigation commands.
31959 &lt;End of help on this topic&gt;
31960 </BODY>
31961 </HTML>
31962 ====== h_config_dflt_color =====
31963 <HTML>
31964 <HEAD>
31965 <TITLE>OPTION: Default Color</TITLE>
31966 </HEAD>
31967 <BODY>
31968 <H1>OPTION: Default Color</H1>
31970 Setting default will cause the color to be the default color.
31971 Unsetting default is normally done by choosing a color, but in some cases
31972 you may want to declare the current default color to be your non-default
31973 choice.
31974 For example, the default Keyname Color is the same as the Reverse Color.
31975 Whenever the Reverse Color changes the Keyname Color will also change, unless
31976 you've changed it or unset the default box.
31978 <A HREF="h_color_setup">Descriptions of the available commands</A>
31980 Look <A HREF="h_edit_nav_cmds">here</A>
31981 to see the available Editing and Navigation commands.
31983 &lt;End of help on this topic&gt;
31984 </BODY>
31985 </HTML>
31986 ====== h_config_bold_slctbl =====
31987 <HTML>
31988 <HEAD>
31989 <TITLE>OPTION: Bold</TITLE>
31990 </HEAD>
31991 <BODY>
31992 <H1>OPTION: Bold</H1>
31994 The color for this particular section may have the Bold attribute turned
31995 on or off.
31996 Setting bold will cause the characters to be bold.
31998 <A HREF="h_color_setup">Descriptions of the available commands</A>
32000 Look <A HREF="h_edit_nav_cmds">here</A>
32001 to see the available Editing and Navigation commands.
32003 &lt;End of help on this topic&gt;
32004 </BODY>
32005 </HTML>
32006 ====== h_config_kw_color =====
32007 <HTML>
32008 <HEAD>
32009 <TITLE>OPTION: Keyword Colors</TITLE>
32010 </HEAD>
32011 <BODY>
32012 <H1>OPTION: Keyword Colors</H1>
32014 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
32015 Keywords are displayed as part of the Subject by default.
32016 They are also displayed as part of the Subject if the tokens
32017 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
32018 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32019 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
32020 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
32022 For example, you might have set up a Keyword
32023 &quot;Work&quot; using the
32024 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
32025 You could cause that Keyword to show up as a special color
32026 by setting up the Keyword Color using this option, and then including it
32027 in the MESSAGE INDEX screen using one of the tokens listed above in the
32028 <!--#echo var="VAR_index-format"-->.
32030 <A HREF="h_color_setup">Descriptions of the available commands</A>
32032 Look <A HREF="h_edit_nav_cmds">here</A>
32033 to see the available Editing and Navigation commands.
32035 &lt;End of help on this topic&gt;
32036 </BODY>
32037 </HTML>
32038 ====== h_config_customhdr_color =====
32039 <HTML>
32040 <HEAD>
32041 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
32042 </HEAD>
32043 <BODY>
32044 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
32046 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
32047 For example, you may set the color of the Subject header or the From header.
32048 The foreground color is the color of the actual character and the
32049 background color is the color of the area behind the character.
32051 In addition to setting the colors for particular headers (like the Subject)
32052 you may also set a color to be used for all headers unless overridden by a
32053 more specific Viewer Header Color.
32054 To do this use the
32055 <A HREF="h_config_header_general_color">Header General Color</A>.
32057 For Header Colors,
32058 there is an additional line on the
32059 screen labeled &quot;Pattern to match&quot;.
32060 If you leave that blank, then the whole field for that header will
32061 be colored.
32062 However, if you give a pattern to match, the coloring will only take place
32063 if there is a match for that pattern in the value of the field.
32064 For example, if you are working on a color for the Subject header and
32065 you fill in a pattern of &quot;important&quot;, then only Subjects that
32066 contain the word &quot;important&quot; will be colored.
32068 If the pattern you enter is a comma-separated list of patterns, then coloring
32069 happens if any of those patterns matches.
32071 <A HREF="h_color_setup">Descriptions of the available commands</A>
32073 Look <A HREF="h_edit_nav_cmds">here</A>
32074 to see the available Editing and Navigation commands.
32076 &lt;End of help on this topic&gt;
32077 </BODY>
32078 </HTML>
32079 ====== h_config_indextoken_color =====
32080 <HTML>
32081 <HEAD>
32082 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
32083 </HEAD>
32084 <BODY>
32085 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
32087 This option allows you to set up the color in which any token, not specified by the
32088 previous options, will be colored in the MESSAGE INDEX screen. 
32090 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
32091 a token that can be used in the index format. 
32092 The list of available tokens is <A HREF="h_index_tokens">here</A>.
32094 If you fail to enter a valid token your entry will be ignored, and you will be asked to
32095 enter a new one. Once you have entered a valid token, a line will be added to the
32096 configuration screen that you can use to set up the colors in which that token will
32097 be painted. This is done in the same way that you configure colors for other
32098 variables.
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_customhdr_pattern =====
32109 <HTML>
32110 <HEAD>
32111 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
32112 </HEAD>
32113 <BODY>
32114 <H1>OPTION: Viewer Header Color Pattern</H1>
32116 If you leave this blank, then the whole field for the header will
32117 be colored.
32118 If you give a pattern to match, the coloring will only take place
32119 if there is a match for that pattern in the value of the field.
32120 For example, if you are working on a color for the Subject header and
32121 you fill in a pattern of &quot;important&quot;, then only Subjects that
32122 contain the word &quot;important&quot; will be colored.
32124 For address headers (like From and To) and for the Newsgroups header,
32125 a pattern match will cause only the matched addresses or newsgroups to be
32126 colored.
32127 If there is no pattern to match, then all of the addresses or newsgroups
32128 in the relevant header will be colored.
32130 The matching pattern may be a comma-separated list of patterns to match
32131 instead of a single pattern.
32132 For example, you could use the pattern &quot;important,urgent&quot; which would
32133 cause a match if either the word &quot;important&quot; or the word
32134 &quot;urgent&quot; appeared in the value of the header.
32135 You could list several comma-separated email addresses in the Header
32136 From Color pattern so that those addresses will be colored when any of
32137 them appear in the From header.
32139 To add a new matching pattern or change the existing pattern use the 
32140 <!--chtml if pinemode="function_key"-->
32141 &quot;F4&quot;
32142 <!--chtml else-->
32143 &quot;C&quot;
32144 <!--chtml endif-->
32145 &quot;Change&quot; command that is available when the &quot;Pattern to
32146 match&quot; line is highlighted.
32148 <!--chtml if pinemode="function_key"-->
32149 &quot;F10&quot;
32150 <!--chtml else-->
32151 &quot;D&quot;
32152 <!--chtml endif-->
32153 &quot;Delete&quot; command may be used to quickly remove all patterns
32154 for a particular header.
32156 &lt;End of help on this topic&gt;
32157 </BODY>
32158 </HTML>
32159 ====== h_color_setup =====
32160 <HTML>
32161 <HEAD>
32162 <TITLE>SETUP COLOR COMMANDS</TITLE>
32163 </HEAD>
32164 <BODY>
32165 <H1>SETUP COLOR COMMANDS</H1>
32166 <!--chtml if pinemode="function_key"-->
32167 <PRE>
32168 Available Commands -- Group 1
32169 -------------------------------
32170 F1  Display this help text
32171 F2  Show other available commands
32172 F3  Exit to MAIN MENU
32173 F4  Select the highlighted foreground or background color
32174 F5  Move to previous line
32175 F6  Move to next line
32176 F7  Previous page
32177 F8  Next page
32178 F9  Add a config section for a header field
32179 F10 Restore all default colors (for all sections)
32180 F11 Print color configuration screen
32181 F12 Whereis (search for word)
32183 Available Commands -- Group 2
32184 -------------------------------
32185 F1  Display this help text
32186 F2  Show other available commands
32187 F5  Delete config section for highlighted header field
32188 F6  Shuffle the order of Header Color sections
32189 </PRE>
32190 <!--chtml else-->
32191 <PRE>
32192 General commands
32193 -------------------------------------------------
32194  ?  Display this help text     E  Exit back to MAIN MENU
32195  P  Previous Line              N  Next Line
32196  -  Previous page             Spc (space bar) Next page
32197  W  WhereIs (search for word)  %  Print color configuration screen
32199 Color Setup Commands
32200 ------------------------------------------------
32201  *  Select the highlighted foreground or background color
32202  A  Add a config section for a header field
32203  D  Delete config section for highlighted header field
32204  R  Restore all default colors (for all sections)
32205  $  Shuffle the order of Header Color sections
32206 </PRE>
32207 <!--chtml endif-->
32209 <H2>Description of the Setup Color Screen</H2>
32211 From this screen you may turn on color and set the colors of
32212 various parts of the Alpine display.
32213 For help on turning on color move your cursor into the Color Style section
32214 at the top of the Setup Color screen and ask for help.
32217 There are several sections in the Setup Color Screen.
32218 At the top are some settings that handle the style of color used
32219 with your terminal emulator (UNIX only), and some settings that
32220 control how the current indexline and the titlebar are colored.
32221 After that comes a long section called GENERAL COLORS that allows
32222 you to set the color of many elements in the Alpine screens.
32223 For example, the color of the titlebar, status messages,
32224 selectable links, quotes and signatures in messages, and so on.
32225 After that is a section called INDEX COLORS that allows you to
32226 set the colors of various pieces of the displayed index lines in
32227 the MESSAGE INDEX screen.
32228 The next section is HEADER COLORS. This is for coloring headers of
32229 messages in the MESSAGE TEXT screen in just about any way you would like.
32230 Finally, the KEYWORD COLORS section allows you to highlight
32231 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
32232 in the MESSAGE INDEX screen.
32235 To change a color, highlight the color you want to change (for example,
32236 the Status Color) by moving
32237 the cursor into it.
32238 You may want to read the help text for the color to see a brief desription
32239 of what you are coloring.
32240 Then press &quot;C&quot; for Change to set the color to something new.
32241 That will put you into a screen with two columns of colors, one for
32242 the foreground color and one for the background color.
32243 The foreground color is just the color you want the actual characters
32244 to be and the background color is the color of the rest of the rectangle
32245 behind the characters.
32246 Select the foreground and background colors desired by using the Next and
32247 Prev keys to highlight the color, and the * command to select it.
32249 To set a color to its default value, set the X in the Default line at
32250 the bottom of the list of colors.
32253 The HEADER COLORS section is a little bit different from the others.
32254 Besides coloring the specific fields that Alpine knows about, you may also
32255 color specific header fields when viewing a message in the MESSAGE TEXT
32256 screen.
32257 For example, you may color the Subject header a particular color.
32258 There are a few commands for use with headers.
32259 The &quot;AddHeader&quot; command adds a section to the color
32260 configuration screen that allows you to set the color for that header.
32261 You'll be asked for the name of the header field you want to color.
32262 If you wanted to color the Subject, you would answer
32263 with the word &quot;subject&quot;.
32264 Once you've added a header field, the color setting works just like the
32265 other color fields, except that there is an additional line on the
32266 configuration screen labeled &quot;Pattern to match&quot;.
32267 If you leave that blank, then the whole field for that header will always
32268 be colored.
32269 However, if you give a pattern to match, the coloring will only take place
32270 if there is a match for that pattern in the value of the field.
32271 For example, if you are working on a color for the Subject header and
32272 you fill in a pattern of &quot;important&quot;, then only Subjects that
32273 contain the word &quot;important&quot; will be colored.
32275 The &quot;DeleteHdr&quot; command removes a header section from the
32276 configuration altogether.
32277 The &quot;Shuffle&quot; command changes the order of header sections.
32278 This is only necessary if you use header sections with pattern fields.
32279 For example, if you have two Subject sections, one with one pattern and
32280 another with another pattern, and the subject for a particular message
32281 happens to match both, then the color from the first match is used.
32284 The command &quot;RestoreDefs&quot; will restore all of the default colors.
32285 Each section will change to the default value used for that section when
32286 color is first enabled.
32287 When you restore all default colors the color settings for the Header Colors
32288 will be unset (since that's the default), but the header fields you've
32289 added will remain so that you may easily reset them.
32290 In order to get rid of them completely you'd have to use
32291 the &quot;DeleteHdr&quot; command.
32294 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
32295 may be set with matching rules and that is configured separately from
32296 the rest of the color settings described here.
32297 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
32298 instead of in the Setup/Kolor section.
32300 <P><UL>
32301 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32302 </UL><P>
32303 &lt;End of help on this topic&gt;
32304 </BODY>
32305 </HTML>
32306 ====== h_config_news_uses_recent ======
32307 <HTML>
32308 <HEAD>
32309 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
32310 </HEAD>
32311 <BODY>
32312 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
32314 This feature causes certain messages to be marked as "New" in the
32315 MESSAGE INDEX of newsgroups.
32316 This feature is set by default.
32320 When opening a newsgroup, Alpine will consult your "newsrc" file and
32321 determine the last message you have previously disposed of via the "D"
32322 key.  If this feature is set, any subsequent messages will be shown in the
32323 Index with an "N", and the first of these messages will be highlighted.
32324 Although this is only an approximation of true "New" or "Unseen"
32325 status, it provides a useful cue to distinguish more-or-less recent
32326 messages from those you have seen previously, but are not yet ready to
32327 mark deleted.
32331 Background: your "newsrc" file (used to store message status information
32332 for newsgroups) is only capable of storing a single flag, and Alpine uses
32333 this to record whether or not you are "done with" a message, as
32334 indicated by marking the message as "Deleted".  Unfortunately, this
32335 means that Alpine has no way to record exactly which messages you have
32336 previously seen, so it normally does not show the "N" status flag for
32337 any messages in a newsgroup. This feature enables a starting
32338 *approximation* of seen/unseen status that may be useful.
32340 &lt;End of help on this topic&gt;
32341 </BODY>
32342 </HTML>
32343 ====== h_config_expose_hidden_config =====
32344 <HTML>
32345 <HEAD>
32346 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
32347 </HEAD>
32348 <BODY>
32349 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
32351 If set, this causes configuration options and features that are normally
32352 hidden from view to be editable in the Setup/Config screen.
32355 The purpose of this feature is to allow you to change configuration
32356 features and variables that are normally hidden.
32357 This is particularly useful if you are using a remote configuration,
32358 where it is difficult to edit the contents manually, but it may also be used
32359 on a local pinerc configuration file.
32361 If set, several configuration variables and features that are normally
32362 hidden from view will show up in the Setup/Configuration screen.
32363 They will be at the bottom of the configuration screen.
32364 You can find them by searching for the words &quot;hidden configuration&quot;.
32367 Note that this is an advanced feature that should be used with care.
32368 The reason that this part of the configuration is normally hidden is because
32369 there is a significant potential for causing problems if you change these
32370 variables.
32371 If something breaks after a change try changing it back to see if that is
32372 what is causing the problem.
32373 There are also some variables that are normally hidden because they are
32374 manipulated through Alpine in other ways.
32375 For example, colors are normally set using the Setup/Kolors screen and
32376 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
32377 the Setup/AddressBooks screen, so there is little reason to edit these directly.
32378 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
32379 the Add, Delete, and Rename commands in the FOLDER LIST screen,
32380 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
32381 internally by Alpine and not set directly by the user.
32383 <UL>   
32384 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32385 </UL><P>
32386 &lt;End of help on this topic&gt;
32387 </BODY>
32388 </HTML>
32389 ====== h_config_disable_signature_edit =====
32390 <HTML>
32391 <HEAD>
32392 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
32393 </HEAD>
32394 <BODY>
32395 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
32397 If set, this disables the editing of signature files from within
32398 the Setup/Config screen.
32400 <UL>   
32401 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32402 </UL><P>
32403 &lt;End of help on this topic&gt;
32404 </BODY>
32405 </HTML>
32406 ====== h_config_disable_roles_templateedit =====
32407 <HTML>
32408 <HEAD>
32409 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
32410 </HEAD>
32411 <BODY>
32412 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
32414 If set, this disables the editing of template files within the
32415 Role setup screen.
32417 <UL>   
32418 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32419 </UL><P>
32420 &lt;End of help on this topic&gt;
32421 </BODY>
32422 </HTML>
32423 ====== h_config_disable_roles_sigedit =====
32424 <HTML>
32425 <HEAD>
32426 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
32427 </HEAD>
32428 <BODY>
32429 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
32431 If set, this disables the editing of signature files within the
32432 Role setup screen.
32434 <UL>   
32435 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32436 </UL><P>
32437 &lt;End of help on this topic&gt;
32438 </BODY>
32439 </HTML>
32440 ====== h_config_disable_roles_setup =====
32441 <HTML>
32442 <HEAD>
32443 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
32444 </HEAD>
32445 <BODY>
32446 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
32448 If set, this disables the Setup/Rules/Roles command.
32450 <UL>   
32451 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32452 </UL><P>
32453 &lt;End of help on this topic&gt;
32454 </BODY>
32455 </HTML>
32456 ====== h_config_disable_pipes_in_templates =====
32457 <HTML>
32458 <HEAD>
32459 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
32460 </HEAD>
32461 <BODY>
32462 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
32464 By default, if a template file name is followed by a vertical bar (|) then
32465 that causes the file to be executed to produce the text for the template.
32466 If this feature is set, then this is not allowed.
32468 <UL>   
32469 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32470 </UL><P>
32471 &lt;End of help on this topic&gt;
32472 </BODY>
32473 </HTML>
32474 ====== h_config_disable_pipes_in_sigs =====
32475 <HTML>
32476 <HEAD>
32477 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
32478 </HEAD>
32479 <BODY>
32480 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
32482 By default, if a signature file name is followed by a vertical bar (|) then
32483 that causes the file to be executed to produce the text for the signature.
32484 If this feature is set, then this is not allowed.
32486 <UL>   
32487 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32488 </UL><P>
32489 &lt;End of help on this topic&gt;
32490 </BODY>
32491 </HTML>
32492 ====== h_config_disable_password_cmd =====
32493 <HTML>
32494 <HEAD>
32495 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
32496 </HEAD>
32497 <BODY>
32498 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
32500 If set, then the Setup/Newpassword command is disabled.
32502 <UL>   
32503 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32504 </UL><P>
32505 &lt;End of help on this topic&gt;
32506 </BODY>
32507 </HTML>
32508 ====== h_config_disable_password_caching =====
32509 <HTML>
32510 <HEAD>
32511 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
32512 </HEAD>
32513 <BODY>
32514 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
32516 Normally, loginname/password combinations are cached in Alpine so that
32517 you do not have to enter the same password more than once in a session.
32518 A disadvantage to this approach is that the password must be stored in
32519 the memory image of the running Alpine in order that it can be re-used.
32520 In the event that Alpine crashes and produces a core dump, and that core
32521 dump is readable by others, the loginname and password could be read
32522 from the core dump.
32524 If this feature is set, then the passwords will not be cached and you
32525 will have to retype the password whenever Alpine needs it.
32526 Even with this feature set there is still some chance that the core
32527 file will contain a password, so care should be taken to make the
32528 core files unreadable.
32530 NOTE: If PASSFILE caching is enabled, this does not disable it.
32531 That is a separate and independent feature.
32532 <UL>   
32533 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32534 </UL><P>
32535 &lt;End of help on this topic&gt;
32536 </BODY>
32537 </HTML>
32538 ====== h_config_disable_kb_lock =====
32539 <HTML>
32540 <HEAD>
32541 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
32542 </HEAD>
32543 <BODY>
32544 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
32546 If set, then the Keyboard Lock command is removed from the MAIN MENU.
32548 <UL>   
32549 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32550 </UL><P>
32551 &lt;End of help on this topic&gt;
32552 </BODY>
32553 </HTML>
32554 ====== h_config_disable_config_cmd =====
32555 <HTML>
32556 <HEAD>
32557 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
32558 </HEAD>
32559 <BODY>
32560 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
32562 If set, then the Setup/Config screen is disabled.
32564 <UL>   
32565 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32566 </UL><P>
32567 &lt;End of help on this topic&gt;
32568 </BODY>
32569 </HTML>
32570 ====== h_config_allow_chg_from =====
32571 <HTML>
32572 <HEAD>
32573 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
32574 </HEAD>
32575 <BODY>
32576 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
32578 This feature affects Alpine's handling of the &quot;From:&quot; header field
32579 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
32580 option.
32582 If this feature is set then the From line can be changed just like
32583 all the other header fields that can be changed.
32584 This feature defaults to <EM>ON</EM>.
32586 Even with this feature turned ON (the default) you will not be able 
32587 to change the From header unless you add it to your list of
32588 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
32589 You may also want to change the
32590 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
32591 if you want the From header to always show up in the composer without
32592 having to type the Rich Headers command first.
32594 Note that many sites restrict the use of this feature in order to
32595 reduce the chance of falsified addresses and misdirected mail.
32596 If you want to change the value of what gets included in the From header
32597 in messages you send
32598 look <A HREF="h_config_change_your_from">here</A> for a description.
32600 <UL>   
32601 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32602 </UL><P>
32603 &lt;End of help on this topic&gt;
32604 </BODY>
32605 </HTML>
32606 ====== h_config_disable_collate =====
32607 <HTML>
32608 <HEAD>
32609 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
32610 </HEAD>
32611 <BODY>
32612 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
32614 This is a hard to understand feature that should only be used in rare cases.
32615 Normally, the C function call
32617 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
32619 is used by Alpine.
32620 If you want to try turning it off,
32621 setting this feature will turn it off.
32622 This part of the locale has to do with the sort order
32623 of characters in your locale.
32625 <UL>   
32626 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32627 </UL><P>
32628 &lt;End of help on this topic&gt;
32629 </BODY>
32630 </HTML>
32631 ====== h_config_quell_attach_extra_prompt =====
32632 <HTML>
32633 <HEAD>
32634 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
32635 </HEAD>
32636 <BODY>
32637 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
32639 By default, when you attempt to view an attachment externally
32640 from the &quot;Attachment View&quot; screen, you are asked if you
32641 really want to view the selected attachment.
32644 If this feature is set, you will <B>not</B> be prompted to confirm
32645 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
32646 prompt. This feature was added for those wanting to preserve that
32647 behavior (along with 
32648 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
32651 <UL>   
32652 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32653 </UL><P>
32654 &lt;End of help on this topic&gt;
32655 </BODY>
32656 </HTML>
32657 ====== h_config_quell_attach_ext_warn =====
32658 <HTML>
32659 <HEAD>
32660 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
32661 </HEAD>
32662 <BODY>
32663 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
32666 This feature suppresses the extra warning you can get when trying
32667 to view an attachment for which there is no mime-type match.  Turning
32668 on this feature will just run the program according to extension
32669 instead of first warning the user that it will run according to the
32670 file's extension.
32672 This feature can be used along side 
32673 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
32674 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
32676 <UL>   
32677 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32678 </UL><P>
32679 &lt;End of help on this topic&gt;
32680 </BODY>
32681 </HTML>
32682 ====== h_config_mailcap_params =====
32683 <HTML>
32684 <HEAD>
32685 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
32686 </HEAD>
32687 <BODY>
32688 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
32690 If set, this will allow mailcap named parameter substitution to occur
32691 in mailcap entries.
32692 By default, this is turned off to prevent security problems that may occur
32693 with some incorrect mailcap configurations.
32694 For more information, see RFC1524 and look for "named parameters" in the
32695 text of the RFC.
32697 <UL>   
32698 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32699 </UL><P>
32700 &lt;End of help on this topic&gt;
32701 </BODY>
32702 </HTML>
32703 ====== h_config_disable_shared =====
32704 <HTML>
32705 <HEAD>
32706 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
32707 </HEAD>
32708 <BODY>
32709 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
32711 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
32712 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
32713 will be disabled.
32714 The reason this feature exists is because there are some implementations
32715 of system password lookup routines that are very slow when presented with
32716 a long loginname that does not exist.
32717 This feature could be set to prevent the delay at startup time when the
32718 names above are searched for in the password file.
32720 <UL>   
32721 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32722 </UL><P>
32723 &lt;End of help on this topic&gt;
32724 </BODY>
32725 </HTML>
32726 ====== h_config_hide_nntp_path =====
32727 <HTML>
32728 <HEAD>
32729 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
32730 </HEAD>
32731 <BODY>
32732 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
32734 Normally the Path header that Alpine generates when posting to a newsgroup
32735 contains the name of the computer from which the message is being sent and
32736 the user name.
32737 Some believe that this information is used by spammers.
32738 If this feature is set, that information will be replaced with the text
32740 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
32742 instead.
32744 It should be noted that many servers being connected to will still reveal
32745 the information that this feature attempts to protect.
32747 <UL>   
32748 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32749 </UL><P>
32750 &lt;End of help on this topic&gt;
32751 </BODY>
32752 </HTML>
32753 ====== h_config_no_bezerk_zone =====
32754 <HTML>
32755 <HEAD>
32756 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
32757 </HEAD>
32758 <BODY>
32759 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
32761 POSIX mandates a timezone in UNIX mailbox format folder delimiters
32762 (the line that begins with From <SPACE>).
32763 Some versions of Berkeley mail have trouble with this, and don't recognize
32764 the line as a message delimiter.
32765 If this feature is set, the timezone will be left off the delimiter line.
32767 <UL>   
32768 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32769 </UL><P>
32770 &lt;End of help on this topic&gt;
32771 </BODY>
32772 </HTML>
32773 ====== h_config_quell_domain_warn =====
32774 <HTML>
32775 <HEAD>
32776 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
32777 </HEAD>
32778 <BODY>
32779 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
32781 When your configuration is set up so that your domain name contains no dots,
32782 it is usually a configuration error.
32783 By default, Alpine will warn you about this when you start it up.
32784 You will see a warning message that looks like
32787 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
32790 If this feature is set, the warning is turned off.
32792 <UL>   
32793 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32794 </UL><P>
32795 &lt;End of help on this topic&gt;
32796 </BODY>
32797 </HTML>
32798 ====== h_config_quell_imap_env =====
32799 <HTML>
32800 <HEAD>
32801 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
32802 </HEAD>
32803 <BODY>
32804 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
32806 In the MESSAGE INDEX screen, if the open folder is being accessed
32807 using IMAP, Alpine normally tries to paint the index lines on the screen
32808 as soon as the information arrives from the IMAP server.
32809 This means that the index information makes it onto the screen more quickly
32810 than it otherwise would.
32811 This sometimes results in behavior that bothers some users.
32812 For example, when paging to a new page of the index, it may be possible for
32813 the lines to be painted on the screen in a random order, rather than from
32814 top to bottom.
32817 Setting this feature causes Alpine to wait for all of the information
32818 to be gathered before it paints the index screen.
32819 Once it collects all of the information, the screen will be painted quickly
32820 from top to bottom.
32822 <UL>   
32823 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32824 </UL><P>
32825 &lt;End of help on this topic&gt;
32826 </BODY>
32827 </HTML>
32828 ====== h_config_quell_news_env =====
32829 <HTML>
32830 <HEAD>
32831 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
32832 </HEAD>
32833 <BODY>
32834 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
32836 In the MESSAGE INDEX screen, if the open folder is being accessed
32837 using NNTP (News), Alpine normally tries to paint the index lines on the screen
32838 as soon as the information arrives from the NNTP server.
32839 This means that the index information makes it onto the screen more quickly
32840 than it otherwise would.
32841 This sometimes results in behavior that bothers some users.
32842 For example, when paging to a new page of the index, it may be possible for
32843 the lines to be painted on the screen in a random order, rather than from
32844 top to bottom.
32847 Setting this feature causes Alpine to wait for all of the information
32848 to be gathered before it paints the index screen.
32849 Once it collects all of the information, the screen will be painted quickly
32850 from top to bottom.
32852 <UL>   
32853 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32854 </UL><P>
32855 &lt;End of help on this topic&gt;
32856 </BODY>
32857 </HTML>
32858 ====== h_config_quell_content_id =====
32859 <HTML>
32860 <HEAD>
32861 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
32862 </HEAD>
32863 <BODY>
32864 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
32866 This feature changes the behavior of Alpine when sending messages.
32867 It is intended to work around a bug in Microsoft's Outlook XP mail user
32868 agent.
32869 As of this writing, Microsoft has acknowledged the bug but
32870 has not added it to the Knowledge Base.
32871 We have been told that there will be a post-SP1 hotfix for Outlook XP.
32872 This particular bug has bug fix number OfficeQFE:4781.
32873 The nature of the bug is that messages with attachments that
32874 contain a Content-ID header (which standard Alpine attachments do)
32875 do not show the attachment indicator (a paperclip) when viewed with
32876 Outlook XP.
32877 So the user has no indication that the message contains an attachment.
32880 If this feature is set then Alpine will remove most Content-ID headers
32881 before sending a message.
32882 If an attachment is of type MESSAGE, then the existing Content-ID headers
32883 inside the message will be left intact.
32884 This would only happen with Alpine if a message was forwarded as an attachment
32885 or if a message with a message attached was forwarded.
32886 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
32887 the Content-ID headers of the alternative parts will not be removed.
32890 Because the Content-ID header is a standard part of MIME it is possible
32891 that setting this feature will break something.
32892 For example, if an attachment has a Content-ID header that is necessary
32893 for the correct functioning of that attachment, it is possible that Alpine
32894 may remove that header when the attachment is forwarded.
32895 However, it seems fairly safe at this time.
32898 <UL>   
32899 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32900 </UL><P>
32901 &lt;End of help on this topic&gt;
32902 </BODY>
32903 </HTML>
32904 ====== h_config_winpos_in_config =====
32905 <HTML>
32906 <HEAD>
32907 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
32908 </HEAD>
32909 <BODY>
32910 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
32912 PC-Alpine only.
32915 Normally, PC-Alpine will store its window size and position in the
32916 Windows Registry.
32917 This is convenient if you want to use the same remote
32918 configuration from more than one PC.
32919 If you use multiple configuration files to start PC-Alpine, you may want
32920 to store the window size and position in the configuration file instead
32921 of in the Registry.
32922 Setting this feature causes the value to be stored in 
32923 <A HREF="h_config_window_position">Window-Position</A>.
32926 <UL>   
32927 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32928 </UL><P>
32929 &lt;End of help on this topic&gt;
32930 </BODY>
32931 </HTML>
32932 ====== h_config_quell_ssl_largeblocks =====
32933 <HTML>
32934 <HEAD>
32935 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
32936 </HEAD>
32937 <BODY>
32938 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
32940 PC-Alpine only.
32942 This feature changes the behavior of fetching messages
32943 and attachments so that the message data is fetched in chunks no larger
32944 than 12K bytes.
32945 This works around a bug in Microsoft's SSL/TLS support.
32946 Some versions of Microsoft SSL are not able to read full-sized (16K)
32947 SSL/TLS packets.
32948 Some servers will send such packets and this will
32949 cause PC-Alpine to crash with the error
32952 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
32955 Microsoft is aware of the problem and has developed a hotfix for it, it is
32956 discussed in article 300562 in the Microsoft Knowledge Base.
32958 <UL>   
32959 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32960 </UL><P>
32961 &lt;End of help on this topic&gt;
32962 </BODY>
32963 </HTML>
32964 ====== h_config_quell_partial =====
32965 <HTML>
32966 <HEAD>
32967 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
32968 </HEAD>
32969 <BODY>
32970 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
32972 Partial fetching is a feature of the IMAP protocol.
32973 By default, Alpine
32974 will use partial fetching when copying the contents of a message or attachment
32975 from the IMAP server to Alpine.
32976 This means that the fetch will be done in many
32977 small chunks instead of one big chunk. The main benefit of this approach is
32978 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
32979 to stop the fetch early. In some cases partial fetching may cause a performance
32980 problem so that the fetching of data takes significantly longer when partial
32981 fetching is used. Turning on this feature will turn off partial fetching.
32983 <UL>   
32984 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32985 </UL><P>
32986 &lt;End of help on this topic&gt;
32987 </BODY>
32988 </HTML>
32989 ====== h_config_quell_personal_name_prompt =====
32990 <HTML>
32991 <HEAD>
32992 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
32993 </HEAD>
32994 <BODY>
32995 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
32997 PC-Alpine only.  This feature quells the prompting for a 
32998 <A HREF="h_config_pers_name">personal name</A>.  This
32999 prompt normally happens before composing a message, and only happens when
33000 there is no personal name already set.
33002 <UL>   
33003 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33004 </UL><P>
33005 &lt;End of help on this topic&gt;
33006 </BODY>
33007 </HTML>
33008 ====== h_config_quell_user_id_prompt =====
33009 <HTML>
33010 <HEAD>
33011 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
33012 </HEAD>
33013 <BODY>
33014 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
33016 PC-Alpine only.  This feature quells the prompting for a 
33017 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
33018 if the information can be obtained from the login name used
33019 to open the INBOX.  Normally, this prompt happens before composing
33020 a message, and only happens when there is no user-id already set
33021 in the configuration.
33023 With this feature set, composing a message is only possible after
33024 establishing a connection to the INBOX.
33026 <UL>   
33027 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33028 </UL><P>
33029 &lt;End of help on this topic&gt;
33030 </BODY>
33031 </HTML>
33032 ====== h_config_save_aggregates =====
33033 <HTML>
33034 <HEAD>
33035 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
33036 </HEAD>
33037 <BODY>
33038 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
33040 This feature will optimize an aggregate copy operation, if
33041 possible, by issuing a single IMAP <EM>COPY</EM> command with a
33042 list of the messages to be copied.
33043 This feature is set by default.
33044 This may reduce network traffic and elapsed time for the Save.
33045 <EM>However, many IMAP servers (including the UW IMAP server) do
33046 not preserve the order of messages when this optimization is applied.</EM>
33047 If this feature is not set, 
33048 Alpine will copy each message individually and the order of the messages
33049 will be preserved.
33051 <UL>   
33052 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33053 </UL><P>
33054 &lt;End of help on this topic&gt;
33055 </BODY>
33056 </HTML>
33057 ====== h_config_use_system_translation =====
33058 <HTML>
33059 <HEAD>
33060 <TITLE>FEATURE: Use System Translation</TITLE>
33061 </HEAD>
33062 <BODY>
33063 <H1>FEATURE: Use System Translation</H1>
33065 UNIX Alpine only.
33067 Alpine normally uses its own internal software to convert between the multi-byte
33068 representation of characters and the Unicode representation of those
33069 same characters.
33070 It converts from the multi-byte characters your keyboard produces to Unicode,
33071 and from Unicode to the multi-byte characters your display expects.
33072 Alpine also uses its own internal software to decide how much space on
33073 the screen a particular Unicode character will occupy.
33076 Setting this feature tells Alpine to use the system-supplied routines to
33077 perform these tasks instead.
33078 In particular there are three tasks and three system routines that will
33079 be used for these tasks.
33082 To convert from multi-byte to Unicode the routine
33085 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
33088 is used.
33089 To convert from Unicode to multi-byte the routine
33092 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
33095 is used.
33096 And to find the screen width a particular Unicode character will
33097 occupy the routine used is
33100 <CENTER><SAMP>wcwidth</SAMP></CENTER>
33103 This feature has been only lightly tested.
33104 The internal routines should normally be used unless you run into
33105 a problem that you think may be solved by using the system routines.
33106 Note that your environment needs to be set up for these
33107 routines to work correctly.
33108 In particular, the LANG or LC_CTYPE variable in your environment will
33109 need to be set.
33112 <UL>   
33113 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33114 </UL><P>
33115 &lt;End of help on this topic&gt;
33116 </BODY>
33117 </HTML>
33118 ====== h_config_suspend_spawns =====
33119 <HTML>
33120 <HEAD>
33121 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
33122 </HEAD>
33123 <BODY>
33124 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
33126 This feature affects Alpine's behavior when process suspension is enabled
33127 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
33128 temporarily interact with the operating system command &quot;shell&quot; 
33129 without
33130 quitting Alpine, and then subsequently resume the still-active Alpine session.
33133 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
33134 is set and subsequently the Ctrl-Z key
33135 is pressed, Alpine will normally suspend itself and return temporary control
33136 to Alpine's parent shell process.  However, if this feature is set, Alpine
33137 will instead create an inferior subshell process.  This is useful when the
33138 parent process is not intended to be used interactively.  Examples include
33139 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
33140 or via a menu system.<P>
33142 Note that one typically resumes a suspended Alpine by entering the Unix
33143 &quot;fg&quot; command, but if this feature is set, it will be necessary to
33144 enter the &quot;exit&quot; command instead.
33146 <UL>   
33147 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33148 </UL><P>
33149 &lt;End of help on this topic&gt;
33150 </BODY>
33151 </HTML>
33152 ====== h_config_8bit_smtp =====
33153 <HTML>
33154 <HEAD>
33155 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
33156 </HEAD>
33157 <BODY>
33158 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
33160 This feature affects Alpine's behavior when sending mail.
33161 By default, this feature is set.
33162 Internet standards
33163 require that all electronic mail messages traversing the global Internet
33164 consist of 7bit ASCII characters unless a pair of cooperating mail 
33165 transfer agents explicitly agree to allow 8bit messages.  In general, 
33166 then, exchanging messages in non-ASCII characters requires MIME encoding.
33168 However, there are now Internet standards that allow for unencoded 8bit
33169 exchange of messages between cooperating systems.  When this feature is set
33170 Alpine will try to negotiate unencoded 8bit transmission during the
33171 sending process.  Should the negotiation fail, Alpine will fall back to its
33172 ordinary encoding rules. 
33174 Note, this feature relies on your system's mail transport agent or
33175 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
33176 having the negotiation mechanism introduced in
33177 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
33178 &quot;8BITMIME&quot;. 
33180 ESMTP allows for graceful migration to upgraded mail transfer agents, but
33181 it is possible that this feature might cause problems for some servers. 
33182 <P><UL>
33183 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33184 </UL>
33185 <P>&lt;End of help on this topic&gt;
33186 </BODY>
33187 </HTML>
33188 ====== h_config_8bit_nntp =====
33189 <HTML>
33190 <HEAD>
33191 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
33192 </HEAD>
33193 <BODY>
33194 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
33196 This feature affects Alpine's behavior when posting news.  
33200 The Internet standard for exchanging USENET news messages (RFC-1036)
33201 specifies that USENET messages should conform to Internet mail standards
33202 and contain only 7bit characters, but much of the news transport software
33203 in use today is capable of successfully sending messages containing 8bit
33204 characters.  Hence, many people believe that it is appropriate to send 8bit
33205 news messages without any MIME encoding.
33209 Moreover, there is no Internet standard for explicitly negotiating 8bit
33210 transfer, as there is for Internet email.  Therefore, Alpine provides the
33211 option of posting unencoded 8bit news messages, though not as the default.
33212 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
33213 postings that contain 8bit characters. 
33217 Note, articles may cross a path or pass through news transport software
33218 that is unsafe or even hostile to 8bit characters.  At best this will only
33219 cause the posting to become garbled.  The safest way to transmit 8bit
33220 characters is to leave Alpine's MIME encoding turned on, but recipients
33221 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
33222 messages.
33224 &lt;End of help on this topic&gt;
33225 </BODY>
33226 </HTML>
33227 ====== h_config_mark_for_cc =====
33228 <HTML>
33229 <HEAD>
33230 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
33231 </HEAD>
33232 <BODY>
33233 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
33235 This feature affects Alpine's MESSAGE INDEX display.
33236 By default, a '+' is displayed in the first column if the
33237 message is addressed directly to you.
33238 When this feature is set and the message is not addressed to you, then a
33239 '-' character is displayed if the message is instead Cc'd directly
33240 to you.
33243 <UL>   
33244 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33245 </UL><P>
33246 &lt;End of help on this topic&gt;
33247 </BODY>
33248 </HTML>
33249 ====== h_config_tab_uses_unseen =====
33250 <HTML>
33251 <HEAD>
33252 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
33253 </HEAD>
33254 <BODY>
33255 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
33257 This feature affects Alpine's behavior when using the TAB
33258 <A HREF="h_common_nextnew">NextNew Command</A>
33259 to move from one folder to the next.
33260 Alpine's usual behavior is to search for folders
33261 with <EM>Recent</EM> messages in them.
33262 Recent messages are messages that have arrived since the last time the
33263 folder was opened.
33266 Setting this feature causes Alpine to search for <EM>Unseen</EM>
33267 messages instead of Recent messages.
33268 Unseen messages remain Unseen until you view them (or flag then as Seen with
33269 the <A HREF="h_common_flag">Flag Command</A>).
33270 Setting this feature allows you to locate messages you have not read
33271 instead of only recently received messages.
33272 When this feature is set, the feature
33273 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
33274 will have no effect, so the checking may be slower.
33277 Another reason why you might want to use this feature is that Alpine sometimes
33278 opens folders implicitly behind the scenes, and this clears the
33279 Recent status of all messages in the folder.
33280 One example where this happens is when Saving or filtering a
33281 message to another folder.
33282 If that message has some <A HREF="h_config_keywords">keywords</A>
33283 set, then because of some shortcomings
33284 in the IMAP specification, the best way to ensure that those keywords are
33285 still set in the saved copy of the message is to open the folder and
33286 set the keywords explicitly.
33287 Because this clears the Recent status of all messages in that folder the
33288 folder will not be found by the NextNew command unless this feature is set.
33291 &lt;End of help on this topic&gt;
33292 </BODY>
33293 </HTML>
33294 ====== h_config_tab_new_only =====
33295 <HTML>
33296 <HEAD>
33297 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
33298 </HEAD>
33299 <BODY>
33300 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
33302 This feature affects Alpine's behavior when using the TAB key to move from
33303 one message to the next.  Alpine's usual behavior is to select the next
33304 unread message or message flagged as "Important".
33308 Setting this feature causes Alpine to skip the messages flagged as important,
33309 and select unread messages exclusively.  Tab behavior when there are no
33310 new messages left to select remains unchanged.
33312 &lt;End of help on this topic&gt;
33313 </BODY>
33314 </HTML>
33315 ====== h_config_warn_if_subj_blank =====
33316 <HTML>
33317 <HEAD>
33318 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
33319 </HEAD>
33320 <BODY>
33321 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
33323 This feature affects Alpine's behavior when you send a message being
33324 composed.
33325 If this option is set, Alpine will check to see if the message about to be sent
33326 has a subject or not.
33327 If not, you will be asked if you want to send the message anyway.
33330 <UL>   
33331 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33332 </UL><P>
33333 &lt;End of help on this topic&gt;
33334 </BODY>
33335 </HTML>
33336 ====== h_config_warn_if_fcc_blank =====
33337 <HTML>
33338 <HEAD>
33339 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
33340 </HEAD>
33341 <BODY>
33342 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
33344 This feature affects Alpine's behavior when you send a message being
33345 composed.
33346 If this option is set, Alpine will check to see if the message about to be sent
33347 has an Fcc or not.
33348 If not, you will be asked if you want to send the message anyway.
33351 <UL>   
33352 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33353 </UL><P>
33354 &lt;End of help on this topic&gt;
33355 </BODY>
33356 </HTML>
33357 ====== h_config_warn_if_no_to_or_cc =====
33358 <HTML>
33359 <HEAD>
33360 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
33361 </HEAD>
33362 <BODY>
33363 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
33365 This feature affects Alpine's behavior when you send a message being
33366 composed.
33367 If this option is set, Alpine will check to see if the message about to be sent
33368 has either a To address, a Cc address, or a Newsgroup.
33369 If none of these is set,
33370 you will be asked if you want to send the message anyway.
33373 This feature is closely related to
33374 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
33375 Alpine will normally ask if you want to copy a message only to the Fcc.
33376 This feature also applies to cases where there is a Bcc but still no To, Cc,
33377 or Newsgroup.
33378 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
33379 message with only an Fcc, then you won't be asked about sending with
33380 a blank To and Cc and Newsgroups header even if this feature is set.
33381 Similarly, if you have already been asked if you want to send to the Fcc
33382 only and you have answered Yes, then you won't be asked again about sending with
33383 blank To, Cc, and Newsgroups headers even if this feature is set.
33386 <UL>   
33387 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33388 </UL><P>
33389 &lt;End of help on this topic&gt;
33390 </BODY>
33391 </HTML>
33392 ====== h_config_quell_dead_letter =====
33393 <HTML>
33394 <HEAD>
33395 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
33396 </HEAD>
33397 <BODY>
33398 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
33400 This feature affects Alpine's behavior when you cancel a message being
33401 composed.  Alpine's usual behavior is to write the canceled message to
33402 a file named 
33403 <!--chtml if pinemode="os_windows"-->
33404 &quot;DEADLETR&quot;,
33405 <!--chtml else-->
33406 &quot;dead.letter&quot; in your home directory,
33407 <!--chtml endif-->
33408 overwriting any previous message. Under
33409 some conditions (some routine), this can introduce a noticeable delay.
33410 Setting this feature will cause Alpine NOT to write canceled compositions
33411 into the file.
33413 NOTE: Enabling this feature means NO record of canceled messages is
33414 maintained.
33416 This feature affects the newer option
33417 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
33418 number of dead letter files to keep around.
33419 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
33421 <UL>   
33422 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33423 </UL><P>
33424 &lt;End of help on this topic&gt;
33425 </BODY>
33426 </HTML>
33427 ====== h_config_quell_beeps =====
33428 <HTML>
33429 <HEAD>
33430 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
33431 </HEAD>
33432 <BODY>
33433 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
33435 This feature affects Alpine's behavior when it displays status message
33436 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
33437 will not affect the display of such messages, but will cause those that
33438 emit a beep to become silent.
33441 <UL>   
33442 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33443 </UL><P>
33444 &lt;End of help on this topic&gt;
33445 </BODY>
33446 </HTML>
33447 ====== h_config_suppress_user_agent =====
33448 <HTML>
33449 <HEAD>
33450 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
33451 </HEAD>
33452 <BODY>
33453 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
33455 If this feature is set then Alpine will not generate a
33456 <CODE>User-Agent</CODE> header in outgoing messages.
33458 <UL>   
33459 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33460 </UL><P>
33461 &lt;End of help on this topic&gt;
33462 </BODY>
33463 </HTML>
33464 ====== h_config_quell_lock_failure_warnings =====
33465 <HTML>
33466 <HEAD>
33467 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
33468 </HEAD>
33469 <BODY>
33470 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
33472 This feature affects Alpine's behavior when it encounters a problem
33473 acquiring a mail folder lock.  Typically, a secondary file associated
33474 with the mail folder being opened is created as part of the locking
33475 process.  On some systems, such file creation has been administratively
33476 precluded by the system configuration.
33478 Alpine issues a warning when such failures occur, which can become bothersome
33479 if the system is configured to disallow such actions.  Setting this
33480 feature causes Alpine to remain silent when this part of lock creation fails.
33482 WARNING: systems that have been configured in a way that precludes locking
33483 introduce some risk of mail folder corruption when more than one program
33484 attempts to modify the mail folder.  This is most likely to occur to one's
33485 INBOX or other incoming message folder. 
33487 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
33489 <UL>   
33490 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33491 </UL><P>
33492 &lt;End of help on this topic&gt;
33493 </BODY>
33494 </HTML>
33495 ====== h_config_enable_role_take ======
33496 <HTML>
33497 <HEAD>
33498 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
33499 </HEAD>
33500 <BODY>
33501 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
33503 Normally, the Take command takes addresses from a message and helps you
33504 put them into your Address Book.
33505 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
33506 you may find it useful
33507 to be able to Take information from a message's headers and put it into
33508 a new Rule.
33509 When this feature is set, you will be given an extra prompt that gives
33510 you the choice to Take into the Address Book or Take into a rule.
33511 <P><UL>
33512 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33513 </UL>
33515 &lt;End of help on this topic&gt;
33516 </BODY>
33517 </HTML>
33518 ====== h_config_enable_take_export ======
33519 <HTML>
33520 <HEAD>
33521 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
33522 </HEAD>
33523 <BODY>
33524 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
33526 Normally, the Take command takes addresses from a message and helps you
33527 put them into your Address Book.
33528 When this feature is set, you will be given an extra prompt that gives you
33529 the choice to Take addresses into a file instead of your Address
33530 Book.
33531 Only the user@domain_name part of the address is put in the file.
33532 <P><UL>
33533 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33534 </UL>
33536 &lt;End of help on this topic&gt;
33537 </BODY>
33538 </HTML>
33539 ====== h_config_quell_folder_internal_msg ======
33540 <HTML>
33541 <HEAD>
33542 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
33543 </HEAD>
33544 <BODY>
33545 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
33547 This feature determines whether or not Alpine will create 
33548 &quot;pseudo messages&quot; in folders that are in standard Unix or 
33549 MMDF format. <P> 
33551 Alpine will normally create these pseudo messages when they are not already
33552 present in a standard Unix or MMDF folder.  Their purpose is to record
33553 certain mailbox state data needed for correct IMAP and POP server
33554 operation, and also for Alpine to be able to mark messages as Answered when
33555 the Reply has been postponed.<P>
33557 Sites that do not use IMAP/POP for remote mail access, and that need to
33558 support mail tools that are adversely affected by the presence of the
33559 pseudo-messages (e.g. some mail notification tools) may enable this
33560 feature to tell Alpine not to create them.  Note that Alpine's 
33561 &quot;Answered&quot; flag
33562 capability will be adversely affected if this is done.<P>
33564 Note too that, even if this feature is enabled, Alpine will not remove
33565 pseudo-messages when it encounters them (e.g. those created by UW's imapd
33566 or ipopd servers.) This feature has no effect on folders that are not in
33567 standard Unix or MMDF format, as pseudo-messages are not needed in the
33568 other formats to record mailbox state information.
33569 <P><UL>
33570 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33571 </UL>
33573 &lt;End of help on this topic&gt;
33574 </BODY>
33575 </HTML>
33576 ====== h_config_mulnews_as_typed ======
33577 <HTML>
33578 <HEAD>
33579 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
33580 </HEAD>
33581 <BODY>
33582 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
33584 This feature will be of little use to most users.
33585 It has no effect unless the feature
33586 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
33587 is set.
33589 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
33590 then the setting of this feature may have an effect on the names of the
33591 newsrc files used.
33592 Normally, the name of the news server will be canonicalized before it is
33593 used in the newsrc file name.
33594 For example, if you type the news server name
33597 <CENTER><SAMP>servername</SAMP></CENTER>
33600 it is likely that the canonical name will be something like
33603 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
33606 Or it may be the case that
33609 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
33612 is really an alias (a DNS CNAME) for
33615 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
33618 If this feature is not set, then the canonicalized names will be used.
33619 If this feature is set, then the name you typed in (or put in your
33620 configuration) will be used.
33622 <P><UL>
33623 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33624 </UL>
33626 &lt;End of help on this topic&gt;
33627 </BODY>
33628 </HTML>
33629 ====== h_config_quell_empty_dirs ======
33630 <HTML>
33631 <HEAD>
33632 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
33633 </HEAD>
33634 <BODY>
33635 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
33637 This feature causes Alpine to remove from the display any directories
33638 that do not contain at least one file or directory.  This can be useful
33639 to prevent overly cluttered folder lists when a collection is stored on
33640 a server that treats all names as both a folder and a directory.
33643 Note, enabling this feature can cause surprising behavior!  For example,
33644 you can still use Add to create a directory, but unless you immediately
33645 enter that directory and create a folder, that newly created directory
33646 may not be displayed next time you enter the folder list.
33649 The description above is not quite correct.
33650 Only directories which potentially may hold messages are hidden if empty.
33651 That is, a directory which is really just a directory and is not selectable
33652 as a folder will not be hidden.
33653 Such directories can occur on servers that treat most names as both a folder
33654 and a directory.
33655 These directories are typically created implicitly when a folder is created
33656 inside a directory that does not yet exist.
33659 <UL>   
33660 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33661 </UL><P>
33662 &lt;End of help on this topic&gt;
33663 </BODY>
33664 </HTML>
33665 ====== h_config_termcap_wins =====
33666 <HTML>
33667 <HEAD>
33668 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
33669 </HEAD>
33670 <BODY>
33671 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
33673 This feature may affect Alpine's low-level input routines.  Termcap (or
33674 terminfo, depending on how your copy of Alpine was compiled and linked)
33675 is the name of the database that describes terminal capabilities.  In
33676 particular, it describes the sequences of characters that various keys
33677 will emit.
33680 An example would be the Up Arrow key on the keyboard.  Up
33681 Arrow is not a distinct character on most Unix systems.  When you press
33682 the Up Arrow key a short sequence of characters are produced.  This
33683 sequence is supposed to be described in the termcap database by the
33684 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
33685 are using terminfo instead of termcap).
33688 By default, Alpine defines some terminal
33689 escape sequences that are commonly used.  For example, the sequence
33690 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
33691 &quot;ESC&nbsp;[&nbsp;A&quot;
33692 is also recognized as an Up Arrow key.  These are chosen because common
33693 terminals like VT100's or ANSI standard terminals produce these
33694 sequences when you press the Up Arrow key.
33697 If your system's termcap
33698 (terminfo) database assigns some other function to the sequence
33699 &quot;ESC&nbsp;O&nbsp;A&quot;
33700 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
33701 database assigns a sequence that doesn't begin with an escape
33702 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
33703 This usually works fine
33704 because most terminals emit the escape sequences that Alpine has defined
33705 by default.  We have also found that it is usually better to have these
33706 defaults take precedence over the definitions contained in the database
33707 because the defaults are more likely to be correct than the database.
33710 There are some terminals where this breaks down.  If you want Alpine to
33711 believe the definitions given in your termcap (terminfo) database in
33712 preference to the defaults the Alpine itself sets up, then you may turn
33713 this feature on.  Then, sequences of characters that are defined in
33714 both termcap (terminfo) and in Alpine's set of defaults will be
33715 interpreted the way that termcap (terminfo) says they should be
33716 interpreted.  Also, if your terminal capabilities database assigns a
33717 sequence that doesn't begin with escape, it will not be ignored.
33720 <UL>   
33721 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33722 </UL><P>
33723 &lt;End of help on this topic&gt;
33724 </BODY>
33725 </HTML>
33726 ====== h_config_cruise_mode =====
33727 <HTML>
33728 <HEAD>
33729 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
33730 </HEAD>
33731 <BODY>
33732 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
33734 This feature affects Alpine's behavior when you hit the
33735 &quot;Space&nbsp;Bar&quot; at
33736 the end of a displayed message.  Typically, Alpine complains that the end
33737 of the text has already been reached.  Setting this feature causes such
33738 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
33739 taking you to the next &quot;interesting&quot; message,
33740 or scanning ahead to the 
33741 next incoming folder with &quot;interesting&quot; messages.
33744 <UL>   
33745 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33746 </UL><P>
33747 &lt;End of help on this topic&gt;
33748 </BODY>
33749 </HTML>
33750 ====== h_config_cruise_mode_delete =====
33751 <HTML>
33752 <HEAD>
33753 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
33754 </HEAD>
33755 <BODY>
33756 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
33758 This feature modifies the behavior of Alpine's 
33759 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
33760 Setting this feature causes Alpine to implicitly delete read
33761 messages when it moves on to display the next &quot;interesting&quot; message.
33763 NOTE: Beware when enabling this feature AND the 
33764 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
33765 feature.
33767 <UL>   
33768 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33769 </UL><P>
33770 &lt;End of help on this topic&gt;
33771 </BODY>
33772 </HTML>
33773 ====== h_config_slash_coll_entire =====
33774 <HTML>
33775 <HEAD>
33776 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
33777 </HEAD>
33778 <BODY>
33779 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
33781 The slash (/) command is available from the MESSAGE INDEX screen when
33782 the folder is sorted by either Threads or OrderedSubject, and the
33783 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
33784 is set to something other than &quot;none&quot;.
33785 Normally, the slash command Collapses or Expands the subthread that
33786 starts at the currently highlighted message, if any.
33787 If this option is set, then the slash command Collapses or Expands the
33788 <EM>entire</EM> current thread instead of just the subthread.
33789 The current thread is simply the top-level thread that contains the
33790 current message.
33793 <UL>   
33794 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33795 </UL><P>
33796 &lt;End of help on this topic&gt;
33797 </BODY>
33798 </HTML>
33799 ====== h_config_color_thrd_import =====
33800 <HTML>
33801 <HEAD>
33802 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
33803 </HEAD>
33804 <BODY>
33805 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
33807 This option affects only the THREAD INDEX screen.
33808 Whether or not you ever see a THREAD INDEX screen depends on the setting
33809 of the configuration option
33810 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
33811 and on the sort order of the index.
33814 If a message within a thread is flagged as Important
33815 and this option is set, then
33816 the entire line in the THREAD INDEX will be colored the color of the
33817 Index-important Symbol, which can be set using the
33818 <A HREF="h_color_setup">Setup Kolor</A> screen.
33821 <UL>   
33822 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33823 </UL><P>
33824 &lt;End of help on this topic&gt;
33825 </BODY>
33826 </HTML>
33827 ====== h_config_allow_goto =====
33828 <HTML>
33829 <HEAD>        
33830 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
33831 </HEAD>
33832 <BODY>
33833 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
33835 This feature modifies the behavior of Alpine's file browser.  Setting this
33836 feature causes Alpine to offer the "G Goto" command in the file browser.
33837 That is the default.
33841 The Goto command allows you to explicitly type in the desired directory.
33843 &lt;End of help on this topic&gt;
33844 </BODY></HTML>
33845 ====== h_config_add_ldap =====
33846 <HTML>
33847 <HEAD>
33848 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
33849 </HEAD>
33850 <BODY>
33851 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
33853 If both the Directory option
33854 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
33855 and this feature are set,
33856 then when an implicit directory lookup is done from the
33857 composer you will automatically be prompted to add the result of the
33858 directory lookup to your address book.
33860 <UL>   
33861 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33862 </UL><P>
33863 &lt;End of help on this topic&gt;
33864 </BODY>
33865 </HTML>
33866 ===== h_patterns_compat_behavior =====
33867 <HTML>
33868 <HEAD>
33869 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
33870 </HEAD>
33871 <BODY>
33872 <H1>Rules Behavior Changes in Pine 4.50</H1>
33874 In Alpine, Rules that contain unrecognized elements
33875 are ignored.
33876 In most cases, the unrecognized elements will be something that was
33877 added as a new Rules feature in a later version of Alpine.
33878 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
33879 ignore rules that contained unrecognized elements.
33880 For example, a new element of Rules that was added in Pine 4.50 is
33881 Age interval.
33882 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
33883 all messages older than a week red.
33884 Now, if you run Pine 4.44 using that same configuration file, it will not
33885 recognize the Age interval and so will just ignore it.
33886 That means that all messages will match that rule so all messages will
33887 be colored red when using Pine version 4.44.
33890 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
33891 However, since the behavior still exists in versions prior to Pine 4.50 and
33892 since Filtering is a potentially destructive operation, another measure
33893 was taken to attempt to avoid unintentional Filtering of messages.
33894 The first time that you run Alpine or a Pine that is version 4.50 or greater,
33895 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
33896 will be copied to a new Filters configuration variable
33897 with a different name (&quot;Patterns-Filters2&quot;).
33898 From then on, Alpine will continue to use the new
33899 variable.
33900 Of course, Pine version 4.44 or lower will continue to use the old
33901 variable.
33902 That means that if you are using Alpine
33903 and also using a version of Pine that is older than 4.50, they will not
33904 share the configuration information about Filters.
33905 If you make a change in one version you won't see it in the other version.
33908 Since Scoring can be used to trigger Filtering, the same thing has been
33909 done for Score rules.
33910 The old configuration variable name is (&quot;Patterns-Scores&quot;)
33911 and the new name is (&quot;Patterns-Scores2&quot;).
33912 The same is not true of Role, Indexcolor, and Other rules that are
33913 thought to be less harmful when a mistake is made.
33916 &lt;End of help on this topic&gt;
33917 </BODY>
33918 </HTML>
33919 ======= h_config_filt_opts_sentdate =======
33920 <HTML>
33921 <HEAD>
33922 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
33923 </HEAD>
33924 <BODY>
33925 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
33927 By default, the Age interval of a Pattern uses a message's time of
33928 arrival to compute the age of the message.
33929 If this feature is set, the date in the message's Date header will
33930 be used instead.
33932 &lt;End of help on this topic&gt;
33933 </BODY>
33934 </HTML>
33935 ======= h_config_filt_opts_notdel =======
33936 <HTML>
33937 <HEAD>
33938 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
33939 </HEAD>
33940 <BODY>
33941 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
33943 If this option is set then a message will be moved into the
33944 specified folder only if it is not marked for deletion.
33945 This is useful if you have multiple Alpine sessions running
33946 simultaneously and you don't want messages to be filtered into a
33947 folder more than once.
33948 It is also useful if you want to filter
33949 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
33950 This method is not foolproof.
33951 There may be cases where a message
33952 gets marked deleted and so it is never filtered into the folder.
33953 For example, if you deleted it in another Alpine session or another mail
33954 program that didn't use the filtering rule.
33956 This option has no effect if the Filter Action is not set to Move.
33958 &lt;End of help on this topic&gt;
33959 </BODY>
33960 </HTML>
33961 ======= h_config_filt_opts_nonterm =======
33962 <HTML>
33963 <HEAD>
33964 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
33965 </HEAD>
33966 <BODY>
33967 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
33969 If this option is set then this is a non-terminating rule.
33970 Usually, for each message, Alpine searches through the Filter Rules until
33971 a match is found and then it performs the action associated with that rule.
33972 Rules following the match are not considered.
33973 If this option is set then the search for matches will continue at the next
33974 rule.
33976 If a non-terminating rule matches then the actions associated with
33977 that rule, except for any implied deletion of the message, are performed
33978 before the match for the next rule is checked.
33979 For example, if the non-terminating rule sets the Important status, then that
33980 status will be set when the next rule is considered.
33981 However, if the non-terminating rule Moves the message, the message will
33982 actually be copied instead of copied and deleted so that it is still there
33983 for the next rule.
33984 A moved message is deleted after all the relevant rules have been checked.
33985 The name of the &quot;Move&quot; action is confusing in this case because
33986 a single message can be moved to more than one folder.
33987 It turns the Move into a Copy instead, but it is still followed by a deletion
33988 at the end.
33990 This option may be useful if you want to have a single message filtered to
33991 two different folders because it matches two different Patterns.
33992 For example, suppose you normally filter messages to a particular mailing
33993 list into one folder, and messages addressed directly to you into a second
33994 folder.
33995 If a message is sent to both you and the list (and you can tell that by
33996 looking at the headers of the message) this option may give you a convenient
33997 way to capture a copy to each folder.
33998 (It may also cause you to capture two copies to each folder,
33999 depending on whether your mail system delivers one or two copies of the
34000 message to you and on how the list works.)
34002 &lt;End of help on this topic&gt;
34003 </BODY>
34004 </HTML>
34005 ===== h_mainhelp_smime ======
34006 <HTML>
34007 <HEAD>
34008 <TITLE>S/MIME Overview</TITLE>
34009 </HEAD>
34010 <BODY>
34011 <H1>S/MIME Overview</H1>
34013 S/MIME is a standard for the public key encryption and signing of email.
34014 UNIX Alpine contains a basic implementation of S/MIME based on
34015 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries.
34016 To check if this version of Alpine supports S/MIME look at
34017 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
34018 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
34020 Some limitations:
34021 <UL>
34022    <LI> There is no PC-Alpine implementation.
34023    <LI> There is no provision for checking for CRLs
34024         (Certificate Revocation Lists) in Alpine.
34025    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
34026    <LI> There is no mechanism available for feeding either an entire incoming
34027         or an entire outgoing message to an external
34028         filter and using that external filter to do S/MIME or PGP processing.
34029    <LI> Because the implementation currently uses OpenSSL, there is only a very
34030         limited integration with the Mac OS Keychain (the storing and access of
34031         public certificates).
34032    <LI> There is no way to view or manipulate the lists of certificates from
34033         within Alpine.
34034 </UL>
34036 The S/MIME configuration screen is reached by going to the Main Menu and typing
34037 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
34040 <H2>S/MIME BASICS</H2>
34042 In order to digitally sign messages you send you must have a public/private key-pair.
34043 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
34044 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
34045 users or a company which provides certificates for its workers.
34046 These certificates are bound to an email address, so the identity being verified is the
34047 email address not a person's name.
34049 Mail is signed by using the sender's private key, which only the owner of the private key
34050 has access to.
34051 The signature is verified using the signer's public key, which anyone can
34052 have access to.
34053 With Alpine, the first time you receive a signed message the public key of the
34054 sender will be stored for future use.
34057 Mail is encrypted using the recipient's public key and decrypted by
34058 the recipient with their private key.
34061 You need a key of your own in order to sign outgoing messages and to have others
34062 encrypt messages sent to you.
34063 You do not need a key of your own to verify signed messages sent by others or to
34064 encrypt messages sent to others.
34066 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
34068 By default UNIX Alpine stores the certificates it uses in a directory in your
34069 home directory.
34070 The directory name is
34072 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
34074 Within that directory are three subdirectories.
34075 Each of the three subdirectories contains files with PEM-encoded contents,
34076 the default format for OpenSSL.
34077 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
34078 The files within that directory have names that are email addresses with the
34079 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
34080 An example filename is
34082 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34084 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
34085 your private key.
34086 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
34087 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
34088 Authorities that you want to trust but that aren't contained in the set of system CAs.
34089 Those files may have arbitrary names as long as they end with the
34090 suffix &quot;<SAMP>.crt</SAMP>&quot;.
34092 <H2>HOW TO SIGN AND ENCRYPT</H2>
34094 If you have a certificate you may sign outgoing messages.
34095 After typing the Ctrl-X command to send a message you will see the prompt
34097 <CENTER><SAMP>Send message?</SAMP></CENTER>
34099 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
34100 Typing the &quot;G&quot; command will change the prompt to
34102 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
34104 Typing the &quot;E&quot; command will change the prompt to
34106 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
34108 You may even type both to get
34110 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
34113 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
34115 The reading of a signed message should not require any special action on
34116 your part.
34117 There should be an editorial addition at the start of the message which
34118 says either
34120 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
34124 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
34126 If an encrypted message is sent to you the encrypted text will not
34127 be shown.
34128 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
34129 you are viewing the message) and supply your passphrase when asked.
34131 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
34132 which gives you some information about the certificate used to sign or encrypt the message.
34134 <H2>MISCELLANEOUS</H2>
34136 You may have access to a private certificate in the PKCS12 format,
34137 which would sometimes be in a file with a &quot;.p12&quot; suffix.
34138 The UNIX shell command
34140 <CENTER><SAMP>openssl pkcs12 -in file.p12 -out file.pem</SAMP></CENTER>
34142 may work to convert that from the PKCS12 format to the PEM format.
34143 Then that file could be placed in the &quot;<SAMP>private</SAMP>&quot;
34144 directory with a filename of your email address followed by the
34145 suffix &quot;<SAMP>.key</SAMP>&quot;.
34148 &lt;End of help on this topic&gt;
34149 </BODY>
34150 </HTML>
34151 ====== h_config_smime_pubcertdir =====
34152 <HTML>
34153 <HEAD>
34154 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
34155 </HEAD>
34156 <BODY>
34157 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
34159 UNIX Alpine only.
34161 If the option
34162 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34163 is set then this option will have no effect.
34165 Normally, Public Certificates for use with S/MIME will be stored in the directory
34166 which is the value of this option.
34167 Those certificates will be stored in PEM format, one certificate per file.
34168 The name of the file for the certificate corresponding to
34170 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34172 should be
34174 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
34176 For example, a file for user@example.com would be in the file
34178 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34180 in this directory.
34182 Use the Setup/SMIME screen to modify this variable.
34184 Typically, the public certificates that you have will come from S/MIME signed
34185 messages that are sent to you.
34186 Alpine will extract the public certificate from the signed message and store
34187 it in the certificates directory.
34188 These PEM format public certificates look something like:
34189 <PRE>
34190 -----BEGIN CERTIFICATE-----
34191 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
34192 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
34193 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
34195 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
34196 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
34197 -----END CERTIFICATE-----
34198 </PRE>
34200 <UL>   
34201 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34202 </UL><P>
34204 <UL>   
34205 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34206 </UL><P>
34207 &lt;End of help on this topic&gt;
34208 </BODY>
34209 </HTML>
34210 ====== h_config_smime_pubcertcon =====
34211 <HTML>
34212 <HEAD>
34213 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
34214 </HEAD>
34215 <BODY>
34216 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
34218 UNIX Alpine only.
34220 If this option is set it will be used instead of
34221 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
34223 This option gives you a way to store certificates remotely on an IMAP server
34224 instead of storing the certificates one per file locally.
34225 In order to do that you just give this option a remote folder name for a folder
34226 which does not yet exist.
34227 The name is similar to the name you might use for a remote configuration file.
34228 A remote folder name might look something like:
34230 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
34233 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34234 about the syntax of folder names.
34236 Use the Setup/SMIME screen to modify this variable.
34238 <UL>   
34239 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34240 </UL><P>
34242 <UL>   
34243 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34244 </UL><P>
34245 &lt;End of help on this topic&gt;
34246 </BODY>
34247 </HTML>
34248 ====== h_config_smime_privkeydir =====
34249 <HTML>
34250 <HEAD>
34251 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
34252 </HEAD>
34253 <BODY>
34254 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
34256 UNIX Alpine only.
34258 In order to sign outgoing S/MIME messages you will need a
34259 personal digital ID certificate.
34260 You will usually get such a certificate from a certificate authority such as
34261 Thawte or CAcert.
34262 (In order to encrypt outgoing messages you don't need a personal digital ID, you
34263 need the public certificate of the recipient instead.)
34264 If the option
34265 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
34266 is set then this option will have no effect.
34268 Normally, Private Keys for use with S/MIME will be stored in the directory
34269 which is the value of this option.
34270 Those certificates will be stored in PEM format, one certificate per file.
34271 The name of the file for the certificate corresponding to your
34273 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34275 should be
34277 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
34279 For example, if your address is user@example.com the name of the file would be
34281 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
34283 in this directory.
34285 Use the Setup/SMIME screen to modify this variable.
34287 Typically, the private key that you have will come from a Certificate
34288 Authority.
34289 The private key should be stored in a PEM format file that
34290 looks something like:
34291 <PRE>
34292 -----BEGIN RSA PRIVATE KEY-----
34293 Proc-Type: 4,ENCRYPTED
34294 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
34296 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
34297 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
34298 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
34300 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
34301 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
34302 -----END RSA PRIVATE KEY-----
34303 </PRE>
34305 <UL>   
34306 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34307 </UL><P>
34309 <UL>   
34310 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34311 </UL><P>
34312 &lt;End of help on this topic&gt;
34313 </BODY>
34314 </HTML>
34315 ====== h_config_smime_privkeycon =====
34316 <HTML>
34317 <HEAD>
34318 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
34319 </HEAD>
34320 <BODY>
34321 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
34323 UNIX Alpine only.
34325 If this option is set it will be used instead of
34326 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
34328 This option gives you a way to store keys remotely on an IMAP server
34329 instead of storing the keys one per file locally.
34330 In order to do that you just give this option a remote folder name for a folder
34331 which does not yet exist.
34332 The name is similar to the name you might use for a remote configuration file.
34333 A remote folder name might look something like:
34335 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
34338 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34339 about the syntax of folder names.
34341 Use the Setup/SMIME screen to modify this variable.
34343 <UL>   
34344 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34345 </UL><P>
34347 <UL>   
34348 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34349 </UL><P>
34350 &lt;End of help on this topic&gt;
34351 </BODY>
34352 </HTML>
34353 ====== h_config_smime_cacertdir =====
34354 <HTML>
34355 <HEAD>
34356 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
34357 </HEAD>
34358 <BODY>
34359 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
34361 UNIX Alpine only.
34363 If the option
34364 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
34365 is set then this option will have no effect.
34367 CACert is a shorthand name for certification authority certificate.
34368 Normally Alpine will use the CACerts that are located in the standard system
34369 location for CACerts.
34370 It may be the case that one of your correspondents has a Digital ID which has
34371 been signed by a certificate authority that is not in the regular set of system certificate
34372 authorities.
34373 You may supplement the system list by adding further certificates of your own.
34374 These should  be stored in the directory
34375 which is the value of this option.
34376 The certificates will be stored in PEM format, one certificate per file.
34377 The names of the files can be anything ending in &quot;.crt&quot;.
34379 Use the Setup/SMIME screen to modify this variable.
34381 These PEM format CA certificates look very similar to your public
34382 certificates for particular email addresses
34383 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
34385 <UL>   
34386 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34387 </UL><P>
34389 <UL>   
34390 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34391 </UL><P>
34392 &lt;End of help on this topic&gt;
34393 </BODY>
34394 </HTML>
34395 ====== h_config_smime_cacertcon =====
34396 <HTML>
34397 <HEAD>
34398 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
34399 </HEAD>
34400 <BODY>
34401 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
34403 UNIX Alpine only.
34405 If this option is set it will be used instead of
34406 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
34408 This option gives you a way to store certificates remotely on an IMAP server
34409 instead of storing the certificates one per file locally.
34410 In order to do that you just give this option a remote folder name for a folder
34411 which does not yet exist.
34412 The name is similar to the name you might use for a remote configuration file.
34413 A remote folder name might look something like:
34415 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
34418 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34419 about the syntax of folder names.
34421 Use the Setup/SMIME screen to modify this variable.
34423 <UL>   
34424 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34425 </UL><P>
34427 <UL>   
34428 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34429 </UL><P>
34430 &lt;End of help on this topic&gt;
34431 </BODY>
34432 </HTML>
34433 ========== h_config_smime_sign_by_default ==========
34434 <HTML>
34435 <HEAD>
34436 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
34437 </HEAD>
34438 <BODY>
34439 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
34441 UNIX Alpine only.
34443 This feature only has an effect if your version of Alpine includes
34444 support for S/MIME.
34445 It affects Alpine's behavior when you send a message.
34446 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
34448 Only the default value is affected.
34449 In any case, you may still toggle the Signing option on or off before sending
34450 with the &quot;G Sign&quot; command (provided you have a personal digital ID
34451 certificate).
34453 <UL>   
34454 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34455 </UL><P>
34458 <UL>   
34459 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34460 </UL><P>
34461 &lt;End of help on this topic&gt;
34462 </BODY>
34463 </HTML>
34464 ========== h_config_smime_pubcerts_in_keychain ==========
34465 <HTML>
34466 <HEAD>
34467 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
34468 </HEAD>
34469 <BODY>
34470 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
34472 UNIX Alpine only.
34474 If this feature is set the Mac OS X default keychain will be used as the place
34475 to store public certificates instead of a
34476 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
34477 or a
34478 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
34480 <UL>   
34481 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34482 </UL><P>
34484 <UL>   
34485 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34486 </UL><P>
34487 &lt;End of help on this topic&gt;
34488 </BODY>
34489 </HTML>
34490 ========== h_config_smime_dont_do_smime ==========
34491 <HTML>
34492 <HEAD>
34493 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
34494 </HEAD>
34495 <BODY>
34496 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
34498 UNIX Alpine only.
34500 Setting this feature turns off all of Alpine's S/MIME support.
34501 You might want to set this if you are having trouble due to the S/MIME support.
34503 <UL>   
34504 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34505 </UL><P>
34508 <UL>   
34509 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34510 </UL><P>
34511 &lt;End of help on this topic&gt;
34512 </BODY>
34513 </HTML>
34514 ========== h_config_smime_encrypt_by_default ==========
34515 <HTML>
34516 <HEAD>
34517 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
34518 </HEAD>
34519 <BODY>
34520 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
34522 UNIX Alpine only.
34524 This feature only has an effect if your version of Alpine includes
34525 support for S/MIME.
34526 It affects Alpine's behavior when you send a message.
34527 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
34529 Only the default value is affected.
34530 In any case, you may still toggle the Encrypt option on or off before sending
34531 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
34532 for the recipient).
34534 <UL>   
34535 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34536 </UL><P>
34539 <UL>   
34540 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34541 </UL><P>
34542 &lt;End of help on this topic&gt;
34543 </BODY>
34544 </HTML>
34545 ========== h_config_smime_remember_passphrase ==========
34546 <HTML>
34547 <HEAD>
34548 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
34549 </HEAD>
34550 <BODY>
34551 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
34553 UNIX Alpine only.
34555 This feature only has an effect if your version of Alpine includes
34556 support for S/MIME.
34557 If this option is set, you will only have to enter your passphrase for your private key
34558 once during an Alpine session.
34560 <UL>   
34561 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34562 </UL><P>
34565 <UL>   
34566 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34567 </UL><P>
34568 &lt;End of help on this topic&gt;
34569 </BODY>
34570 </HTML>
34571 ====== h_config_smime_transfer_pub_to_con =====
34572 <HTML>
34573 <HEAD>
34574 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
34575 </HEAD>
34576 <BODY>
34577 <H1>S/MIME: Transfer Public Certs to Container</H1>
34579 UNIX Alpine only.
34581 The Transfer command will copy the public certificates in your configured
34582 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
34583 to the container in your configured
34584 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
34585 This might be useful if you decide to switch from using a cert directory to a cert
34586 container.
34588 Warning: Any previous contents in the container will be lost.
34590 <UL>   
34591 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34592 </UL><P>
34594 <UL>   
34595 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34596 </UL><P>
34597 &lt;End of help on this topic&gt;
34598 </BODY>
34599 </HTML>
34600 ====== h_config_smime_transfer_pub_to_dir =====
34601 <HTML>
34602 <HEAD>
34603 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
34604 </HEAD>
34605 <BODY>
34606 <H1>S/MIME: Transfer Public Certs to Directory</H1>
34608 UNIX Alpine only.
34610 The Transfer command will copy the public certificates in your configured
34611 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34612 to the directory in your configured
34613 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
34614 This might be useful if you decide to switch from using a cert container to a cert
34615 directory.
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_priv_to_con =====
34628 <HTML>
34629 <HEAD>
34630 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
34631 </HEAD>
34632 <BODY>
34633 <H1>S/MIME: Transfer Private Keys to Container</H1>
34635 UNIX Alpine only.
34637 The Transfer command will copy the private keys in your configured
34638 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
34639 to the container in your configured
34640 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
34641 This might be useful if you decide to switch from using a key directory to a key
34642 container.
34644 Warning: Any previous contents in the container will be lost.
34646 <UL>   
34647 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34648 </UL><P>
34650 <UL>   
34651 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34652 </UL><P>
34653 &lt;End of help on this topic&gt;
34654 </BODY>
34655 </HTML>
34656 ====== h_config_smime_transfer_priv_to_dir =====
34657 <HTML>
34658 <HEAD>
34659 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
34660 </HEAD>
34661 <BODY>
34662 <H1>S/MIME: Transfer Private Keys to Directory</H1>
34664 UNIX Alpine only.
34666 The Transfer command will copy the private keys in your configured
34667 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
34668 to the directory in your configured
34669 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
34670 This might be useful if you decide to switch from using a key container to a key
34671 directory.
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_cacert_to_con =====
34684 <HTML>
34685 <HEAD>
34686 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
34687 </HEAD>
34688 <BODY>
34689 <H1>S/MIME: Transfer CA Certs to Container</H1>
34691 UNIX Alpine only.
34693 The Transfer command will copy the CA certificates in your configured
34694 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
34695 to the container in your configured
34696 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
34697 This might be useful if you decide to switch from using a CA cert directory to a CA cert
34698 container.
34700 Warning: Any previous contents in the container will be lost.
34702 <UL>   
34703 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34704 </UL><P>
34706 <UL>   
34707 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34708 </UL><P>
34709 &lt;End of help on this topic&gt;
34710 </BODY>
34711 </HTML>
34712 ====== h_config_smime_transfer_cacert_to_dir =====
34713 <HTML>
34714 <HEAD>
34715 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
34716 </HEAD>
34717 <BODY>
34718 <H1>S/MIME: Transfer CA Certs to Directory</H1>
34720 UNIX Alpine only.
34722 The Transfer command will copy the CA certificates in your configured
34723 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
34724 to the directory in your configured
34725 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
34726 This might be useful if you decide to switch from using a CA cert container to a CA cert
34727 directory.
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_pubcon_to_key =====
34740 <HTML>
34741 <HEAD>
34742 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
34743 </HEAD>
34744 <BODY>
34745 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
34747 Mac OS X Alpine only.
34749 The Transfer command will copy the public certificates in your configured
34750 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34751 to your default Mac OS X Keychain.
34752 This might be useful if you decide to switch from using a cert container to using
34753 the Keychain to store your public certs, which you may do by using the
34754 feature
34755 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
34757 <UL>   
34758 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34759 </UL><P>
34761 <UL>   
34762 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34763 </UL><P>
34764 &lt;End of help on this topic&gt;
34765 </BODY>
34766 </HTML>
34767 ====== h_config_smime_transfer_pubkey_to_con =====
34768 <HTML>
34769 <HEAD>
34770 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
34771 </HEAD>
34772 <BODY>
34773 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
34775 UNIX Alpine only.
34777 The Transfer command will copy the public certificates in your configured
34778 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34779 to your default Mac OS X Keychain.
34780 This might be useful if you decide to switch from using a cert container to using
34781 the Keychain to store your public certs.
34783 <UL>   
34784 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34785 </UL><P>
34787 <UL>   
34788 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34789 </UL><P>
34790 &lt;End of help on this topic&gt;
34791 </BODY>
34792 </HTML>
34793 ====== h_config_lame_list_mode =====
34794 <HTML>
34795 <HEAD>
34796 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
34797 </HEAD>
34798 <BODY>
34799 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
34801 This feature modifies the method Alpine uses to ask your IMAP
34802 server for folder names to display in the FOLDER LIST screen.
34803 It is intended to compensate for a small set of IMAP servers that
34804 are programmed to ignore a part of the request, and thus respond
34805 to Alpine's query with nonsensical results.
34808 If you find that Alpine is erroneously displaying blank folder lists,
34809 try enabling this feature.
34812 NOTE: Enabling this feature has consequences for the Goto and Save
34813 commands.  Many servers allow access to folders outside the area
34814 reserved for your personal folders via some reserved character,
34815 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
34816 allows, at the Goto and Save prompts, quick access to folders
34817 outside your personal folder collection without requiring a specific
34818 collection definition.  This behavior will generally not be available
34819 when this feature is enabled.
34822 <UL>   
34823 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34824 </UL><P>
34825 &lt;End of help on this topic&gt;
34826 </BODY>
34827 </HTML>
34828 ====== h_config_enable_mulnewsrcs =====
34829 <HTML>
34830 <HEAD>
34831 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
34832 </HEAD>
34833 <BODY>
34834 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
34836 This feature makes it so Alpine can use multiple newsrcs based on
34837 the news server being connected to, which allows for separate lists
34838 of subscribed-to newsgroups. When this feature is not set, there is only
34839 one list of newsgroups.
34841 Under this feature, the name of a newsrc is based on the news server.
34842 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
34843 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
34844 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
34845 Setting this feature for the first time will allow for the option of using
34846 your old newsrc the next time you read news.
34848 If this feature is set, then the feature
34849 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
34850 also may affect the name of the newsrc file that is used.
34852 <UL>   
34853 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34854 </UL><P>
34855 &lt;End of help on this topic&gt;
34856 </BODY>
34857 </HTML>
34858 ======= h_ab_export_vcard =======
34859 <HTML>
34860 <HEAD>
34861 <TITLE>Address Book Export Format</TITLE>
34862 </HEAD>
34863 <BODY>
34864 <H1>Address Book Export Format</H1>
34866 You are exporting address book data from Alpine to a file outside of Alpine.
34867 You are being asked to choose the format of the export.
34868 Here are the choices:
34870 <DL>
34871 <DT><EM>A</EM>ddress List</DT>
34872 <DD>
34873 The addresses from the address book entries you are saving
34874 from will be saved one address per line.
34875 Address book lists (those with more than one address) will have
34876 all of their addresses saved separately.
34877 </DD>
34879 <DT><EM>V</EM>Card</DT>
34880 <DD>
34881 The entries will be saved in
34882 <A HREF="h_whatis_vcard">vCard</A> format.
34883 </DD>
34885 <DT><EM>T</EM>ab Separated</DT>
34886 <DD>
34887 The entries will be saved in tab-separated columns.
34888 There will be just 4 columns of data that correspond to Alpine's
34889 Nickname field, Full Name field, Address field, and Comment field.
34890 It might prove useful to Select only the Simple, non-List address book
34891 entries before Saving.
34892 </DD>
34894 <DT><EM>^C</EM> Cancel</DT>
34895 <DD>
34896 Cancel out of the Save.
34897 </DD>
34899 </DL>
34903 &lt;End of help on this topic&gt;
34904 </BODY>
34905 </HTML>
34906 ====== h_config_predict_nntp_server =====
34907 <HTML>
34908 <HEAD>
34909 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
34910 </HEAD>
34911 <BODY>
34912 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
34914 This feature allows Alpine to assume that the open NNTP server at the
34915 time of composition is the NNTP server to which the message should be
34916 posted.  This is especially recommended when there are multiple News
34917 collections.  If this feature is not set, Alpine will try to post to the first server in
34918 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
34919 this feature also negates the need to add News collection servers to
34920 the <!--#echo var="VAR_nntp-server"--> variable.
34922 This feature can be especially handy when used in conjunction with
34923 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
34925 <UL>   
34926 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34927 </UL><P>
34928 &lt;End of help on this topic&gt;
34929 </BODY>
34930 </HTML>
34931 ====== h_config_nntp_search_uses_overview =====
34932 <HTML>
34933 <HEAD>
34934 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
34935 </HEAD>
34936 <BODY>
34937 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
34939 This feature should probably be turned on unless it causes trouble.
34940 The results of the NNTP overview command (XOVER) may be used to help
34941 with some searches in news groups.
34942 It should result in quicker response time.
34943 Turning this feature on apparently causes search results which are
34944 different from what you would get with the feature turned off on some
34945 servers.
34947 <UL>   
34948 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34949 </UL><P>
34950 &lt;End of help on this topic&gt;
34951 </BODY>
34952 </HTML>
34953 ====== h_config_thread_sorts_by_arrival =====
34954 <HTML>
34955 <HEAD>
34956 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
34957 </HEAD>
34958 <BODY>
34959 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
34961 This feature affects how a threading sort arranges threads.  The default way
34962 to arrange threads is by the date of the earliest message in the thread.
34963 This feature arranges threads by the last message to arrive in a thread.
34965 This feature causes old threads that get recent messages to sort to the bottom,
34966 where previously a message arrival to a thread would not rearrange the order of
34967 that thread.
34969 <UL>   
34970 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34971 </UL><P>
34972 &lt;End of help on this topic&gt;
34973 </BODY>
34974 </HTML>
34975 ====== h_config_textplain_int =====
34976 <HTML>
34977 <HEAD>
34978 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
34979 </HEAD>
34980 <BODY>
34981 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
34983 This feature modifies the method Alpine uses to display Text/Plain
34984 MIME attachments from the Attachment Index screen.  Normally, the
34985 &quot;View&quot; command searches for any externally defined (usually
34986 via the
34987 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
34988 and displays the selected text within that viewer.
34991 Enabling this feature causes Alpine to ignore any external viewer
34992 settings and always display text with Alpine's internal viewer.
34995 <UL>   
34996 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34997 </UL><P>
34998 &lt;End of help on this topic&gt;
34999 </BODY>
35000 </HTML>
35001 ====== h_config_wp_columns =====
35002 <HTML>
35003 <HEAD>
35004 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
35005 </HEAD>
35006 <BODY>
35007 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
35009 Web Alpine only.
35011 This configuration setting specifies the number of horizontal characters
35012 used to format various WebAlpine pages.  Smaller values will tend to reduce
35013 the amount of horizontal scrolling required to view pages within narrow
35014 browsers, such as those found on PDAs, and larger values will tend to 
35015 spread more information across the page.
35018 The Message List page uses the width to determine how many characters
35019 to assign each field.  Note, a smaller value may result in a disproportionate
35020 amount of blank space between fields on each line.  Similarly, a large
35021 value may result in cramped fields or horizontal scrolling.
35024 The Message View page uses this value to determine when to wrap lines
35025 in displayed message text.  Note, a smaller value may result in jagged
35026 right margins or confusing quoting.  A larger value may cause lines of text to
35027 run beyond the browser's right edge, requiring horizontal scrolling.
35030 <UL>   
35031 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35032 </UL><P>
35033 &lt;End of help on this topic&gt;
35034 </BODY>
35035 </HTML>
35036 ====== h_config_wp_state =====
35037 <HTML>
35038 <HEAD>
35039 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
35040 </HEAD>
35041 <BODY>
35042 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
35044 Web Alpine only.
35046 Various aspects of cross-session state.
35049 <UL>   
35050 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35051 </UL><P>
35052 &lt;End of help on this topic&gt;
35053 </BODY>
35054 </HTML>
35055 ====== h_config_wp_aggstate =====
35056 <HTML>
35057 <HEAD>
35058 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
35059 </HEAD>
35060 <BODY>
35061 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
35063 Web Alpine only.
35065 Aggregate operations tab state.
35068 <UL>   
35069 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35070 </UL><P>
35071 &lt;End of help on this topic&gt;
35072 </BODY>
35073 </HTML>
35074 ====== h_config_wp_indexlines =====
35075 <HTML>
35076 <HEAD>
35077 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
35078 </HEAD>
35079 <BODY>
35080 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
35082 Web Alpine only.
35084 Number of index lines in table.
35087 <UL>   
35088 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35089 </UL><P>
35090 &lt;End of help on this topic&gt;
35091 </BODY>
35092 </HTML>
35093 ====== h_config_wp_indexheight =====
35094 <HTML>
35095 <HEAD>
35096 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
35097 </HEAD>
35098 <BODY>
35099 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
35101 Web Alpine only.
35103 Index table row height.
35106 <UL>   
35107 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35108 </UL><P>
35109 &lt;End of help on this topic&gt;
35110 </BODY>
35111 </HTML>
35112 ====== h_config_rss_news =====
35113 <HTML>
35114 <HEAD>
35115 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
35116 </HEAD>
35117 <BODY>
35118 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
35120 Web Alpine only.
35122 RSS News feed.
35125 <UL>   
35126 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35127 </UL><P>
35128 &lt;End of help on this topic&gt;
35129 </BODY>
35130 </HTML>
35131 ====== h_config_rss_weather =====
35132 <HTML>
35133 <HEAD>
35134 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
35135 </HEAD>
35136 <BODY>
35137 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
35139 Web Alpine only.
35141 RSS Weather feed.
35144 <UL>   
35145 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35146 </UL><P>
35147 &lt;End of help on this topic&gt;
35148 </BODY>
35149 </HTML>
35150 ====== h_config_send_confirms_only_expanded =====
35151 <HTML>
35152 <HEAD>
35153 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
35154 </HEAD>
35155 <BODY>
35156 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
35158 This Web Alpine option specifies whether or not a Send confirmations
35159 happens when a composed message is readied for sending or not.  The
35160 default behavior is to not confirm that the nicknames were expanded to
35161 the intended addresses.
35164 <UL>   
35165 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35166 </UL><P>
35167 &lt;End of help on this topic&gt;
35168 </BODY>
35169 </HTML>
35170 ====== h_config_enable_jump_command =====
35171 <HTML>
35172 <HEAD>
35173 <TITLE>FEATURE: enable-jump-command</TITLE>
35174 </HEAD>
35175 <BODY>
35176 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
35178 This Web Alpine option specifies whether or not a Jump command is
35179 offered in the Message List and Message View pages.  The command is
35180 implemented as an input field in the left column of the List and View
35181 screens. 
35184 When enabled and a number is entered in the input field while the
35185 Message List is displayed, the Message List is reframed with the
35186 specified message.  While viewing a message, the message associated
35187 with the specified message number is displayed.
35190 <UL>   
35191 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35192 </UL><P>
35193 &lt;End of help on this topic&gt;
35194 </BODY>
35195 </HTML>
35196 ====== h_config_enable_newmail_sound =====
35197 <HTML>
35198 <HEAD>
35199 <TITLE>FEATURE: enable-newmail-sound</TITLE>
35200 </HEAD>
35201 <BODY>
35202 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
35204 This Web Alpine option specifies whether or not a sound file is sent
35205 to the web browser along with the newmail notification message.
35209 <UL>   
35210 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35211 </UL><P>
35212 &lt;End of help on this topic&gt;
35213 </BODY>
35214 </HTML>
35215 ====== h_config_render_html_internally =====
35216 <HTML>
35217 <HEAD>
35218 <TITLE>FEATURE: render-html-internally</TITLE>
35219 </HEAD>
35220 <BODY>
35221 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
35223 By default, Web Alpine will pass cleansed HTML text you receive in messages 
35224 to the browser for display (rendering).  This feature causes Web Alpine to convert 
35225 the HTML text into plain text in the same way Unix and PC-Alpine do.
35229 <UL>   
35230 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35231 </UL><P>
35232 &lt;End of help on this topic&gt;
35233 </BODY>
35234 </HTML>
35235 ====== h_config_role_undo =====
35236 Yes, remember changes and exit back to list of roles; No, discard changes
35237 made in this screen; ^C, cancel exit and stay in this config screen.
35238 ====== h_exit_editor =====
35239 S, save changes and exit from the editor; D, do not save changes but
35240 do exit from the editor; or ^C, cancel exit and stay in the editor.
35241 ====== h_config_undo =====
35242 Yes, save changes and exit; No, exit without saving any changes made since
35243 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
35244 ====== h_os_index_whereis =====
35245 Enter ^V or ^Y to go immediately to the last or first message in the index.
35246 Or, enter the match string followed by RETURN.
35247 ====== h_os_index_whereis_agg =====
35248 Enter ^V or ^Y to go immediately to the last or first message in the index,
35249 Or, enter the match string followed by RETURN (or ^X to select all matches).
35250 =========== h_oe_add_full ==================
35251 Type the full name of the person being added and press the RETURN key.
35252 Press ^C to cancel addition.
35253 =========== h_oe_add_nick ==================
35254 Type a short nickname and press RETURN.  A nickname is a short easy-to-
35255 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
35256 ========== h_oe_add_addr ================
35257 Type the e-mail address and press RETURN.
35258 Press ^C to cancel addition.
35259 ========== h_oe_crlst_full ==============
35260 Type a long name or description for the list that you are creating and
35261 press RETURN.  Press ^C to cancel creation of list.
35262 =========== h_oe_crlst_nick =============
35263 Type a nickname (short, easy-to-remember name or single word) for the list
35264 you are creating and press RETURN.  Press ^C to cancel.
35265 ========== h_oe_crlst_addr ==============
35266 Type an e-mail address, or a nickname already in the address book that you
35267 want to be part of this list and press RETURN.
35268 ========== h_oe_adlst_addr =============
35269 Type an e-mail address or a nickname already in the address book that you
35270 want to add to this list and press RETURN.
35271 ========== h_oe_editab_nick ============
35272 Change the nickname using the arrow keys and delete key.  Press RETURN
35273 when done.  Press ^C to cancel editing and leave the nickname as it was.
35274 ========== h_oe_editab_full ============
35275 Change the full name using the arrow keys and delete key.  Press RETURN
35276 when done.  Press ^C to cancel editing and leave the full name as it was.
35277 ========== h_oe_editab_addr ============
35278 Change the address using the arrow keys and delete key.  Press RETURN
35279 when done.  Press ^C to cancel editing and leave the address as it was.
35280 ========== h_oe_editab_fcc ============
35281 Change the fcc using the arrow keys and delete key.  Press RETURN when
35282 done.  Press ^C to cancel editing and leave the fcc as it was.
35283 ========== h_oe_editab_comment ============
35284 Change the comment field using the arrow keys and delete key.  Press RETURN
35285 when done.  Press ^C to cancel editing and leave the comment as it was.
35286 ====== h_ab_forward =====
35287 Yes, expand nicknames and qualify local names with your current domain name;
35288 No, leave nicknames and local names as is;  ^C, cancel.
35289 ========== h_ab_export ==========
35290 Type the name of a file to write the addresses into and
35291 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
35292 ========== h_ab_edit_a_field ==========
35293 Edit any of the fields of the currently selected entry by typing one of the
35294 letters at the bottom of the screen.  Press ^C to cancel edit.
35295 ====== h_ab_del_data_revert =====
35296 Press B to completely delete addrbook and revert to default, C to delete config
35297 and revert while leaving data, or D to only delete data (make it empty).
35298 ====== h_ab_del_data_modify =====
35299 Press B to completely delete addrbook, C to delete configuration while leaving
35300 data, or D to delete data (make it empty) but leave config. ^C to cancel.
35301 ====== h_ab_del_config_modify =====
35302 Yes, remove this address book from my configuration.
35303 No, make no changes now.
35304 ====== h_ab_del_config_revert =====
35305 Yes, remove this address book from my config and revert to default.
35306 No, make no changes now.
35307 ====== h_ab_del_default =====
35308 Yes, remove this default address book from my configuration.
35309 No, make no changes now.
35310 ====== h_ab_really_delete =====
35311 Yes, delete the actual contents of the address book, not just the 
35312 configuration.  No, don't delete the data after all, cancel and start over.
35313 ====== h_ab_del_ignore =====
35314 Press I to ignore all the default address books for this category.  Press R to
35315 remove this one address book and add the others to your personal list.
35316 ====== h_ab_del_dir_ignore =====
35317 Press I to ignore all the default directory servers for this category.
35318 Press R to remove this one server and add the others to your personal list.
35319 ====== h_ab_copy_dups =====
35320 Yes, overwrite the existing entry.
35321 No, skip duplicates but save the rest. Press ^C to cancel.
35322 ====== h_confirm_cancel =====
35323 Type C to Confirm that you want to abandon the message you are composing.
35324 Type N or ^C to cancel out of the cancel and keep composing.
35325 ====== h_ab_text_or_vcard =====
35326 Text, start composer with displayed text already included.
35327 VCard, start composer with address book entry attached as a vCard. ^C cancels.
35328 ====== h_ab_backup_or_ldap =====
35329 Backup, copy email address from entry and allow editing of it.
35330 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
35331 ====== h_ldap_text_or_vcard =====
35332 Text: export displayed text for selected entry. Address: export only the
35333 email address. VCard: export entry in vCard format. ^C cancels.
35334 ====== h_ab_save_exp =====
35335 Save, save entry or entries to an address book.
35336 Export, save to file outside of pine. ^C cancels save.
35337 ====== h_ab_add =====
35338 A, add a brand new entry to this address book.
35339 E, edit the entry that is currently highlighted. ^C to cancel.
35340 ====== h_ab_shuf =====
35341 U, swap order of highlighted address book and the one above it.
35342 D, swap order of highlighted address book and the one below it. ^C to cancel.
35343 ====== h_ab_shuf_up =====
35344 U, swap order of highlighted address book and the one above it.
35345 Press ^C to cancel.
35346 ====== h_ab_shuf_down =====
35347 D, swap order of highlighted address book and the one below it.
35348 Press ^C to cancel.
35349 ====== h_folder_prop =====
35350 Count is # of messages in the folder, Unseen means messages that have not
35351 been read, New means messages that were Recently added to the folder.
35352 ====== h_role_shuf =====
35353 U, swap order of highlighted rule and the one above it.
35354 D, swap order of highlighted rule and the one below it. ^C to cancel.
35355 ====== h_role_shuf_up =====
35356 U, swap order of highlighted rule and the one above it.
35357 Press ^C to cancel.
35358 ====== h_role_shuf_down =====
35359 D, swap order of highlighted rule and the one below it.
35360 Press ^C to cancel.
35361 ====== h_incoming_shuf =====
35362 B, swap order of highlighted directory and the one before it.
35363 F, swap order of highlighted directory and the one after it. ^C to cancel.
35364 ====== h_incoming_shuf_up =====
35365 B, swap order of highlighted directory and the one before it.
35366 Press ^C to cancel.
35367 ====== h_incoming_shuf_down =====
35368 F, swap order of highlighted directory and the one after it.
35369 Press ^C to cancel.
35370 ====== h_dir_shuf =====
35371 U, swap order of highlighted directory and the one above it.
35372 D, swap order of highlighted directory and the one below it. ^C to cancel.
35373 ====== h_dir_shuf_up =====
35374 U, swap order of highlighted directory and the one above it.
35375 Press ^C to cancel.
35376 ====== h_dir_shuf_down =====
35377 D, swap order of highlighted directory and the one below it.
35378 Press ^C to cancel.
35379 ====== h_hdrcolor_shuf =====
35380 U, swap order of highlighted Header Color and the one above it.
35381 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
35382 ====== h_hdrcolor_shuf_up =====
35383 U, swap order of highlighted Header Color and the one above it.
35384 Press ^C to cancel.
35385 ====== h_hdrcolor_shuf_down =====
35386 D, swap order of highlighted Header Color and the one below it.
35387 Press ^C to cancel.
35388 ========== h_oe_editab_al ============
35389 Change the address using the arrow keys and delete key.  Press RETURN
35390 when done.  Press ^C to cancel editing and leave the address as it was.
35391 ========== h_dir_comp_search ===============
35392 Type a string to look for just like you would in the composer. Your configured
35393 rules for the servers with the implicit flag set will be used.
35394 ========== h_oe_searchab ===============
35395 Type the word or name you want to search for and press RETURN.  If you press
35396 RETURN without entering anything the word in [] will be searched for.
35397 ========== h_oe_chooseabook ==========
35398 Choose the address book you want to save the new entry in.
35399 Use ^N or ^P to change address books.  ^C to cancel.
35400 ========== h_oe_takeaddr ==========
35401 Edit the e-mail address using the arrow and delete keys.  Press RETURN
35402 when done.  Press ^C to cancel adding this entry to the address book.
35403 ========== h_oe_take_replace ==========
35404 Press R to replace the old entry with this new data.  You will still have
35405 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
35406 ========== h_oe_take_replace_or_add ==========
35407 Press R to replace the old entry.  Press A to add the selected addresses to
35408 the old existing list.  N to enter another nickname. ^C to cancel now.
35409 ========== h_oe_takename ==========
35410 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
35411 when done.  Press ^C to cancel adding this entry to the address book.
35412 ========== h_oe_takenick ==========
35413 Type a nickname (short easy-to-remember name, initials or single word) for this
35414 entry in the address book and press RETURN.  Press ^C to cancel addition.
35415 ========== h_oe_jump ==========
35416 Type the message number you want to jump to and press RETURN.  The word "end"
35417 represents the last message. Press ^C to cancel jumping to another message.
35418 ========== h_oe_jump_thd ==========
35419 Type the thread number you want to jump to and press RETURN.  The word "end"
35420 represents the last thread. Press ^C to cancel jumping to another thread.
35421 ========== h_oe_debuglevel ==========
35422 Higher number shows more debugging details.
35423 Press ^C if you want to cancel the change.
35424 ========== h_oe_broach ==========
35425 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
35426 to go to the previous/next collections in the list.  Press ^C to cancel goto.
35427 ========== h_oe_foldsearch ==========
35428 Type the text you want to search for in foldernames and press RETURN.  If you
35429 press RETURN without entering anything, any text in [] will be searched for.
35430 ========== h_oe_foldrename ==========
35431 Change the old name of the folder to the new name using the arrow and
35432 delete keys and press RETURN.  Press ^C to cancel rename.
35433 ========== h_oe_login ==========
35434 Enter your login name for the host you are opening the mailbox on.  Just press
35435 RETURN to use your login from this host as is, or edit it with delete key.
35436 ========== h_oe_passwd ==========
35437 Type your password for the host and login shown as part of the prompt.
35438 Press ^C to cancel opening folder.
35439 ========== h_oe_choosep ==========
35440 Enter the number associated with the printer you want to select.  Press ^C to
35441 cancel the printer selection.  The current selection is highlighted.
35442 ========== h_oe_customp ==========
35443 Type the name of the Unix print command and press RETURN.  Press ^C to
35444 cancel the printer selection.
35445 ========== h_oe_searchview ==========
35446 Type the word or name you want to search for and press RETURN.  If you press
35447 RETURN without entering anything the word in [] will be searched for.
35448 ========== h_oe_keylock ==========
35449 The keyboard is in use and locked by another user.  Only that user can
35450 unlock this keyboard by typing the password.
35451 ========== h_wt_expire ==========
35452 At the beginning of each month Alpine offers to rename your current sent-mail
35453 folder to one named for the month so you have a sent-mail folder for each month
35454 ========== h_wt_delete_old ==========
35455 It is the beginning of the month, and we need to conserve disk
35456 space.  Please delete any sent-mail that you do not need.
35457 ========== h_select_sort ==========
35458 Select the order for sorting the index by typing the capitalized letter.
35459 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
35460 ========== h_no_F_arg ============
35461 Enter name of file to be opened.
35463 ========== h_sticky_personal_name ==========
35464 Type in your name as you want it to appear on outgoing email.  This entry
35465 will be saved into your Alpine configuration file.
35466 ========== h_sticky_inbox ============
35467 INBOX syntax is usually {complete.machine.name}INBOX
35468 This entry will be saved in your Alpine configuration file.
35469 ========== h_sticky_smtp ============
35470 The name of the computer on your campus that relays your outgoing email
35471 to the Internet.  This entry will be saved in your Alpine configuration file.
35472 ========== h_sticky_user_id ==========
35473 The username or login-id part of your email address.  This entry will be
35474 saved in your Alpine configuration file.
35475 ========== h_sticky_domain ==========
35476 The domain part of your email address, NOT the name of your PC.  This
35477 entry will be saved in your Alpine configuration file.
35478 ========== h_bounce =========
35479 Enter the address or nickname of the intended recipient.  Alpine will resend
35480 the message, which will retain the original author's From: address.
35481 ========== h_incoming_add_folder_nickname =========
35482 Enter an (optional) nickname that will be used in lieu of the actual
35483 host and folder names in the FOLDER LIST display.
35484 ========== h_anon_forward ==========
35485 Enter the address of your intended recipient, or ^C to cancel.
35486 Example: jsmith@somewhere.edu
35487 ========== h_news_subscribe ==========
35488 Enter the name of the newsgroup to which you wish to subscribe,
35489 or ^C to cancel.  Example: comp.mail.pine
35490 ========== h_pipe_msg ==========
35491 Enter the name of the Unix command to which you wish to send this
35492 message, or ^C to cancel.
35493 ========== h_pipe_attach ==========
35494 Enter the name of the Unix command to which you wish to send this
35495 attachment, or ^C to cancel.
35496 ========== h_select_by_num ==========
35497 Enter a list of message numbers (or number ranges), or ^C to cancel.  The word
35498 "end" represents the last message. Example: 2-5,7-9,11,19,35-end
35499 ========== h_select_by_thrdnum ==========
35500 Enter a list of thread numbers (or number ranges), or ^C to cancel.  The word
35501 "end" represents the last thread. Example: 2-5,7-9,11,19,35-end
35502 ========== h_select_txt_from ==========
35503 Messages with From: headers containing the entered string will be selected.
35504 ^C to cancel. ^G again to see original options.
35505 ========== h_select_txt_not_from ==========
35506 Messages without From: headers containing the entered string will be selected.
35507 ^C to cancel. ^G again to see original options.
35508 ========== h_select_txt_to ==========
35509 Messages with To: headers containing the entered string will be selected.
35510 ^C to cancel. ^G again to see original options.
35511 ========== h_select_txt_not_to ==========
35512 Messages without To: headers containing the entered string will be selected.
35513 ^C to cancel. ^G again to see original options.
35514 ========== h_select_txt_cc ==========
35515 Messages with Cc: headers containing the entered string will be selected.
35516 ^C to cancel. ^G again to see original options.
35517 ========== h_select_txt_not_cc ==========
35518 Messages without Cc: headers containing the entered string will be selected.
35519 ^C to cancel. ^G again to see original options.
35520 ========== h_select_txt_subj ==========
35521 Messages with Subject: headers containing the entered string will be selected.
35522 ^C to cancel.  ^X enters Subject: line of current message.
35523 ========== h_select_txt_not_subj ==========
35524 Messages without Subject headers containing the entered string will be selected.
35525 ^C to cancel.  ^X enters Subject: line of current message.
35526 ========== h_select_txt_all ==========
35527 All messages containing the entered string will be selected.  Headers and body,
35528 but not encoded attachments, will be compared.  Enter ^C to cancel.
35529 ========== h_select_txt_not_all ==========
35530 All messages that don't contain the entered string will be selected.  Headers
35531 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
35532 ========== h_select_txt_body ==========
35533 All messages containing the entered string will be selected. Body text, but
35534 not headers or encoded attachments, will be compared. ^C to cancel.
35535 ========== h_select_txt_not_body ==========
35536 All messages that don't contain the entered string will be selected. Body
35537 text, but not headers or encoded attachments, will be compared. ^C to cancel.
35538 ========== h_select_txt_recip ==========
35539 Messages with Cc: or To: headers containing the entered string will be selected.
35540 ^C to cancel. ^G again to see original options.
35541 ========== h_select_txt_not_recip ==========
35542 Messages without Cc: or To: headers containing the string will be selected.
35543 ^C to cancel. ^G again to see original options.
35544 ========== h_select_txt_partic ==========
35545 Messages with Cc, To, or From headers containing the string will be selected.
35546 ^C to cancel. ^G again to see original options.
35547 ========== h_select_txt_not_partic ==========
35548 Messages without Cc, To, or From headers containing the string will be selected.
35549 ^C to cancel. ^G again to see original options.
35550 ========== h_select_date ==========
35551 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
35552 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
35553 ========== h_attach_index_whereis ==========
35554 Enter some text that appears in the Attachment Index entry for the desired
35555 attachment.  The first attachment containing that text will be highlighted.
35556 ========== h_kb_lock ==========
35557 Keystrokes entered here (up to a RETURN) comprise a password that must
35558 be entered again later in order to unlock the keyboard.
35559 ========== h_compose_default ==========
35560 N, compose a new message. R, set a role.
35561 ^C to cancel.
35562 ========== h_untranslatable ==========
35563 Send using UTF-8 character set; Send but replace untranslatable characters
35564 with question marks; return to the composer; or cancel message altogether.
35565 ========== h_compose_intrptd ==========
35566 N, compose a new msg. I, continue interrupted msg. R, set a role.
35567 ^C to cancel.
35568 ========== h_compose_postponed ==========
35569 N, compose a new message. P, continue postponed msg. R, set a role.
35570 ^C to cancel.
35571 ========== h_compose_intrptd_postponed ==========
35572 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
35573 R, set a role. ^C to cancel.
35574 ========== h_compose_form ==========
35575 N, compose a new message. F, use form letter. R, set a role.
35576 ^C to cancel.
35577 ========== h_compose_intrptd_form ==========
35578 N, compose a new msg. I, continue interrupted msg. F, use form letter.
35579 R, set a role. ^C to cancel.
35580 ========== h_compose_postponed_form ==========
35581 N, compose a new message. P, continue postponed msg. F, use form letter.
35582 R, set a role. ^C to cancel.
35583 ========== h_compose_intrptd_postponed_form ==========
35584 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
35585 F, use form letter. R, set a role. ^C to cancel.
35586 ========== h_config_context_del_except ==========
35587 If you delete the last exceptional collection you can only add it back by
35588 manually editing the exceptions config file.
35589 ========== h_config_whereis ==========
35590 To move quickly to a particular line, enter a search string or
35591 ^C to cancel.
35592 ========== h_config_edit_scorei ==========
35593 Enter interval in the form (min,max). -INF and INF may be used to represent
35594 -infinity and infinity. ^C to cancel change. RETURN to accept change.
35595 ========== h_config_add ==========
35596 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
35597 pressing RETURN sets the Empty Value (this turns off any global default).
35598 ========== h_config_add_custom_color ==========
35599 Enter a header fieldname. For example, "subject" or "from".
35601 ========== h_config_add_pat_hdr ==========
35602 Enter a header fieldname. For example, "reply-to" or "organization" or
35603 any fieldname you want that isn't included already.
35604 ========== h_config_print_opt_choice ==========
35605 You may edit either the initialization string (characters printed before
35606 printing starts) or the trailer string.  Choose one or ^C to cancel.
35607 ========== h_config_print_init ==========
35608 Enter a C-style string for this.  You may use common backslash escapes like
35609 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
35610 ========== h_config_change ==========
35611 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
35612 delete current (highlighted) character, etc.  Enter ^C to cancel change.
35613 ========== h_config_replace_add ==========
35614 Replace ignores the current default, Add places the current default in your
35615 editing buffer as if you had typed it in.
35616 ========== h_config_insert_after ==========
35617 Enter a nickname for this print command.  (InsertBefore puts the new item
35618 before the current line, InsertAfter puts it after the current line.)
35619 ========== h_config_print_cmd ==========
35620 Enter command to be executed for the printer.  Use normal editing keys
35621 to modify, ^C to cancel, carriage return to accept current value.
35622 ========== h_config_role_del ==========
35623 Answering Yes will remove this rule completely from your rules list.
35624 ========== h_config_role_addfile ==========
35625 Type the name of a file to add to your configuration. You don't need to
35626 use a file, you may add rules directly (with Add) without using a file.
35627 ========== h_config_role_delfile ==========
35628 Answering Yes will remove this rule file completely from your rules list.
35629 The rules data file itself will not be removed.
35630 ========== h_config_print_del ==========
35631 Answering Yes will remove this printer completely from your printer list.
35632 ========== h_config_print_name_cmd ==========
35633 You may edit the Nickname of this printer, the Command to be executed when
35634 printing, or change the Options associated with this printer.
35635 ========== h_send_check_fcc ==========
35636 Yes, send message without an Fcc.
35637 No, return to composer.
35638 ========== h_send_check_subj ==========
35639 Yes, send message without a Subject.
35640 No, return to composer.
35641 ========== h_send_check_to_cc ==========
35642 Yes, send message without a To address, or a Cc address, or a Newsgroup.
35643 No, return to composer.
35644 ========== h_send_fcc_only ==========
35645 Yes, copy message to Fcc only and send to NO recipients.
35646 No, return to composer.
35647 ========== h_send_prompt ==========
35648 Yes, send the message.
35649 No or ^C, return to composer.
35650 ========== h_send_prompt_flowed ==========
35651 Yes, send the message.  No or ^C, return to composer.
35652 What's Flowed? See Do Not Send Flowed Text in config screen.
35653 ========== h_send_prompt_dsn ==========
35654 Yes, send the message.  No or ^C, return to composer.
35655 What's DSNOpts? See Enable Delivery Status Notification in config screen.
35656 ========== h_send_prompt_dsn_flowed ==========
35657 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
35658 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
35659 ========== h_role_confirm ==========
35660 Yes, use displayed role. No, compose without a role.
35661 ^C, cancel the message. ^T, select a role from your other eligible roles.
35662 ========== h_norole_confirm ==========
35663 Return, compose without a role.
35664 ^C, cancel the message. ^T, select a role from your eligible roles.
35665 ========== h_custom_print ==========
35666 Enter a Unix command that accepts its data on standard input.
35667 Alpine will display any information the command sends to standard output.
35668 ========== h_convert_abooks_and_sigs ==========
35669 You will be given the opportunity to convert address books and signature files
35670 to remote configurations.
35671 ========== h_convert_abooks ==========
35672 You will be given the opportunity to convert address books to remote
35673 configurations.
35674 ========== h_flag_keyword ==========
35675 Enter the name of the keyword you want to add for this folder.
35676 No spaces, parentheses, braces, percents or asterisks are allowed.
35677 ========== h_select_keyword ==========
35678 Enter the keyword you want to match, or use ^T to select a keyword from a list
35679 of possible keywords for this folder. Use ! to look for non-matches instead.
35680 ========== h_type_keyword ==========
35681 Enter the keyword you want to add. You may add a nickname in the next step.
35682 No spaces, parentheses, braces, percents or asterisks are allowed.
35683 ========== h_type_keyword_nickname ==========
35684 Enter an optional nickname for the keyword you want to add.
35685 Type Carriage return to use the keyword name instead of a nickname.
35686 ========== h_convert_sigs ==========
35687 You will be given the opportunity to convert signature files to remote
35688 configurations.
35689 ========== h_convert_abook ==========
35690 Yes is fairly safe. You will be ADDing a remote address book that is a copy
35691 of the current address book. The current abook won't be removed automatically.
35692 ========== h_convert_sig ==========
35693 Answering Yes copies the contents of the signature file into your Alpine
35694 configuration file. After that, the contents of the file will not be used.
35695 ========== h_save_addman ==========
35696 Enter the simple name of the folder you want to add. Carriage return to
35697 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
35698 ========== h_reopen_folder ==========
35699 Yes reopens the folder, as if you were starting over. This uncovers new mail.
35700 No leaves the folder index as it was without discovering new mail.
35701 ========== h_convert_pinerc_server ==========
35702 This is the name of the host (computer) where the remote Alpine configuration
35703 will be stored. This should be an IMAP server that you have permission to use.
35704 ========== h_convert_pinerc_folder ==========
35705 Enter the correct remote folder name. This folder is special and should
35706 contain only configuration data. It shouldn't contain other mail messages.
35707 ========== h_role_compose ==========
35708 Compose a New message, Reply to current message, Forward current message, or
35709 Bounce message. Then you will be asked to choose one of your Roles to be used.
35710 ========== h_save_size_changed ==========
35711 The reported size of a message is not the same as the actual size. Answer Yes
35712 to continue and hope for the best or No to Cancel the entire Save.
35713 ========== h_select_by_larger_size ==========
35714 Enter a number or ^C to cancel. All messages greater than this many characters
35715 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
35716 ========== h_select_by_smaller_size ==========
35717 Enter a number or ^C to cancel. All messages less than this many characters
35718 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
35719 ========== h_preserve_field ==========
35720 Use 'p' to toggle between preserving or not preserving the original To:
35721 and Cc: fields of the message. Enter ^C to cancel message.